Skip to content

Commit

Permalink
prepare publication
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegm committed May 16, 2024
1 parent 90ff1fb commit 54fdfe5
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 20 deletions.
12 changes: 10 additions & 2 deletions input/ignoreWarnings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ A definition for CodeSystem 'urn:oid:0.4.0.127.0.16.1.1.2.1' could not be found,
None of the codings provided are in the value set 'Patient Contact Relationship ' (http://hl7.org/fhir/ValueSet/patient-contactrelationship|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://fhir.ch/ig/ch-core/CodeSystem/ech-11#contactData)
None of the codings provided are in the value set 'Patient Contact Relationship ' (http://hl7.org/fhir/ValueSet/patient-contactrelationship|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://terminology.hl7.org/CodeSystem/v3-RoleCode#PRN)
None of the codings provided are in the value set 'FHIR Document Type Codes' (http://hl7.org/fhir/ValueSet/doc-typecodes|4.0.1), and a coding is recommended to come from this value set) (codes = http://snomed.info/sct#41000179103)
None of the codings provided are in the value set 'AllergyIntolerance Certainty ValueSet' (http://hl7.org/fhir/ValueSet/reaction-event-certainty|5.1.0), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://terminology.hl7.org/CodeSystem/reaction-event-certainty#confirmed)

# Display warning
Der Displayname f\u00fcr http://loinc.org#28616-1 sollte einer von ''Physician Transfer note' (en-US)' anstelle von 'Physician Transfer note' sein.

# No suitable code for Encounter.identifier
None of the codings provided are in the value set 'IdentifierType' (http://hl7.org/fhir/ValueSet/identifier-type|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://terminology.hl7.org/CodeSystem/v2-0203#VN)
Expand All @@ -19,7 +23,6 @@ The Implementation Guide contains no examples for this extension
The Implementation Guide contains no examples for this data type profile

# Pattern on those elements okay (identifier)
INFORMATION: StructureDefinition/ch-core-encounter: StructureDefinition​.snapshot​.element[10]​.pattern​.ofType(Identifier): The repeating element has a pattern. The pattern will apply to all the repeats (this has not been clear to all users)
INFORMATION: StructureDefinition/ch-core-coverage: StructureDefinition.snapshot.element[10].pattern.ofType(Identifier): The repeating element has a pattern. The pattern will apply to all the repeats (this has not been clear to all users)
INFORMATION: StructureDefinition/ch-core-patient: StructureDefinition.snapshot.element[14].pattern.ofType(Identifier): The repeating element has a pattern. The pattern will apply to all the repeats (this has not been clear to all users)
INFORMATION: StructureDefinition/ch-core-patient: StructureDefinition.snapshot.element[15].pattern.ofType(Identifier): The repeating element has a pattern. The pattern will apply to all the repeats (this has not been clear to all users)
Expand All @@ -42,4 +45,9 @@ Reference to draft CodeSystem http://terminology.hl7.org/CodeSystem/reaction-eve
Reference to draft CodeSystem http://terminology.hl7.org/CodeSystem/immunization-recommendation-status|1.0.0

# https://github.com/HL7/fhir-ig-publisher/issues/898
The link 'StructureDefinition-originalText.html' for "originalText extension" cannot be resolved
The link 'StructureDefinition-originalText.html' for "originalText extension" cannot be resolved

# Validation issue with extensible value set: https://github.com/hl7ch/ch-core/issues/289
Slice 'Bundle.entry:Composition': a matching slice is required, but not found (from http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-document|5.0.0-ballot). Note that other slices are allowed in addition to this required slice
Der angegebene Code 'http://loinc.org#28616-1 ('Physician Transfer note')' befindet sich nicht im ValueSet 'http://fhir.ch/ig/ch-term/ValueSet/DocumentEntry.typeCode|3.0.0'; Der Displayname f\u00fcr http://loinc.org#28616-1 sollte einer von ''Physician Transfer note' (en-US)' anstelle von 'Physician Transfer note' sein.
Slice 'Bundle.entry:Composition': a matching slice is required, but not found (from http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-document-epr|5.0.0-ballot). Note that other slices are allowed in addition to this required slice
2 changes: 1 addition & 1 deletion input/pagecontent/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
All significant changes to this FHIR implementation guide will be documented on this page.

### STU 5 Ballot (2024)
### STU 5 Ballot (2024-05-16)

#### Added
* [#284](https://github.com/hl7ch/ch-core/issues/284): Check BER/UIDB identifiers
Expand Down
5 changes: 4 additions & 1 deletion input/pagecontent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ This guide is a working specification. We anticipate that it will be implemented

<div markdown="1" class="stu-note">

[Significant changes, open and closed issues](changelog.html)
This implementation guide is under STU ballot by [HL7 Switzerland](https://www.hl7.ch/) until September 30th, 2024 midnight.
Please add your feedback via the ‘Propose a change’-link in the footer on the page where you have comments.

[Significant changes, open and closed issues.](changelog.html)

</div>

Expand Down
12 changes: 0 additions & 12 deletions publication-request.bak

This file was deleted.

12 changes: 12 additions & 0 deletions publication-request.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"package-id" : "ch.fhir.ig.ch-core",
"version" : "5.0.0-ballot",
"path" : "http://fhir.ch/ig/ch-core/5.0.0-ballot",
"mode" : "milestone",
"status" : "trial-use",
"sequence" : "STU 5",
"desc" : "HL7 Switzerland STU 5",
"descmd": "HL7 Switzerland STU 5",
"changes" : "changelog.html",
"first": false
}
8 changes: 4 additions & 4 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ title: CH Core (R4)
description: FHIR implementation guide CH Core
status: active
experimental: false
date: 2024-02-08
version: 5.0.0-ci-build
date: 2024-05-16
version: 5.0.0-ballot
fhirVersion: 4.0.1
copyrightYear: 2020+
releaselabel: ci-build # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use
releaselabel: ballot # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use
publisher:
name: HL7 Switzerland
url: https://www.hl7.ch/
Expand All @@ -25,7 +25,7 @@ copyright: CC0-1.0
jurisdiction: urn:iso:std:iso:3166#CH

dependencies:
ch.fhir.ig.ch-term: current # 3.0.x
ch.fhir.ig.ch-term: 3.0.x
hl7.terminology: 5.5.0

pages:
Expand Down

0 comments on commit 54fdfe5

Please sign in to comment.