diff --git a/input/ch.fhir.ig.ch-orf.xml b/input/ch.fhir.ig.ch-orf.xml index 875ceb7..57dddc3 100644 --- a/input/ch.fhir.ig.ch-orf.xml +++ b/input/ch.fhir.ig.ch-orf.xml @@ -10,12 +10,12 @@ - + <status value="active"/> <experimental value="false"/> - <date value="2024-03-19"/> + <date value="2024-05-17"/> <publisher value="HL7 Switzerland"/> <contact> <name value="HL7 Switzerland"/> @@ -38,17 +38,17 @@ <dependsOn id="hl7terminology"> <uri value="http://terminology.hl7.org/ImplementationGuide/hl7.terminology"/> <packageId value="hl7.terminology"/> - <version value="5.4.0"/> + <version value="5.5.0"/> </dependsOn> <dependsOn id="chcore"> <uri value="http://fhir.ch/ig/ch-core/ImplementationGuide/ch.fhir.ig.ch-core"/> <packageId value="ch.fhir.ig.ch-core"/> - <version value="current"/> + <version value="5.0.0-ballot"/> </dependsOn> <dependsOn id="cheprterm"> <uri value="http://fhir.ch/ig/ch-term/ImplementationGuide/ch.fhir.ig.ch-term"/> <packageId value="ch.fhir.ig.ch-term"/> - <version value="current"/> + <version value="3.0.x"/> </dependsOn> <dependsOn id="sdc"> <uri value="http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"/> @@ -901,7 +901,7 @@ <!-- parameters --> <parameter> <code value="releaselabel"/> - <value value="ci-build"/> + <value value="ballot"/> </parameter> <parameter> <code value="copyrightyear"/> diff --git a/input/ignoreWarnings.txt b/input/ignoreWarnings.txt index 7efc937..afbe179 100644 --- a/input/ignoreWarnings.txt +++ b/input/ignoreWarnings.txt @@ -33,7 +33,6 @@ The link 'null#item.requestedEncounter.desiredAccommodation' for "Answers: 3 opt The link 'OperationDefinition-Questionnaire-assemble.html' for "$assemble" cannot be resolved The link 'StructureDefinition-sdc-questionnaire-subQuestionnaire.html' for "sub-questionnaire" cannot be resolved -The link 'OperationDefinition-Questionnaire-assemble.html' for "$assemble" cannot be resolved The link 'http://hl7.org/fhir/uv/sdc/2019May/' for "SDC v2.7.0" cannot be resolved diff --git a/input/pagecontent/index.md b/input/pagecontent/index.md index 91ce804..62936b9 100644 --- a/input/pagecontent/index.md +++ b/input/pagecontent/index.md @@ -9,7 +9,12 @@ All IG derived from CH Orf use FHIR defined resources – Composition, Questionn CH ORF and its derivatives are derived from the implementation guides [HL7 Structured Data Capture - STU 3](http://hl7.org/fhir/uv/sdc/STU3/index.html) and [CH Core](https://fhir.ch/ig/ch-core/index.html). <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> **Download:** diff --git a/publication-request.bak b/publication-request.bak deleted file mode 100644 index 8ab37e1..0000000 --- a/publication-request.bak +++ /dev/null @@ -1,11 +0,0 @@ -{ - "package-id" : "ch.fhir.ig.ch-orf", - "version" : "2.0.1", - "path" : "http://fhir.ch/ig/ch-orf/2.0.1", - "mode" : "technical-correction", - "status" : "trial-use", - "sequence" : "STU 2", - "desc" : "HL7 Switzerland STU 2", - "changes" : "changelog.html", - "first": false -} diff --git a/publication-request.json b/publication-request.json new file mode 100644 index 0000000..7075b2f --- /dev/null +++ b/publication-request.json @@ -0,0 +1,11 @@ +{ + "package-id" : "ch.fhir.ig.ch-orf", + "version" : "3.0.0-ballot", + "path" : "http://fhir.ch/ig/ch-orf/3.0.0-ballot", + "mode" : "milestone", + "status" : "ballot", + "sequence" : "STU 3", + "desc" : "HL7 Switzerland STU 3", + "changes" : "changelog.html", + "first": false +}