From 6a1a12b2e9bebde8294ec5def1069b3fca8cd519 Mon Sep 17 00:00:00 2001 From: Oliver Egger Date: Fri, 23 Apr 2021 17:08:07 +0200 Subject: [PATCH] publish 2.0.5 --- .gitignore | 6 +++++- input/ch.fhir.ig.ch-epr-term.xml | 11 +++++++---- input/pages/publish.ini | 4 ---- {input/pages => www}/package-list.json | 19 ++++++++++++++----- www/publish.ini | 10 ++++++++++ 5 files changed, 36 insertions(+), 14 deletions(-) delete mode 100644 input/pages/publish.ini rename {input/pages => www}/package-list.json (85%) create mode 100644 www/publish.ini diff --git a/.gitignore b/.gitignore index 72bb4b0..7455fc2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,8 @@ template/** resources/implementationguide/ig-*.* org.hl7.*.jar qa -txCache \ No newline at end of file +txCache +www/* +!www/package-list.json +!www/publish.ini +publisher.jar \ No newline at end of file diff --git a/input/ch.fhir.ig.ch-epr-term.xml b/input/ch.fhir.ig.ch-epr-term.xml index 7bd8f12..7623c96 100644 --- a/input/ch.fhir.ig.ch-epr-term.xml +++ b/input/ch.fhir.ig.ch-epr-term.xml @@ -14,7 +14,7 @@ <status value="active"/> <experimental value="false"/> - <date value="2020-07-08"/> + <date value="2021-04-23"/> <publisher value="HL7 Switzerland"/> <contact> <name value="HL7 Switzerland"/> @@ -23,6 +23,7 @@ <value value="https://www.hl7.ch/"/> </telecom> </contact> + <description value="Implementation guide for the meta data specified in the framework of Annex 3 and 9 of the FDHA Ordinance on the electronic patient record in Switzerland" /> <jurisdiction> <coding> <system value="urn:iso:std:iso:3166"/> @@ -34,8 +35,10 @@ <license value="CC-BY-SA-4.0"/> <fhirVersion value="4.0.1"/> <dependsOn id="IHEformatcode"> - <uri value="http://profiles.ihe.net/fhir/ihe.formatcode.fhir/ImplementationGuide/ihe.formatcode.fhir" /> - <version value="current"/> + <uri value="http://profiles.ihe.net/fhir/ihe.formatcode.fhir/ImplementationGuide/ihe.formatcode.fhir" /> +<!-- <uri value="http://profiles.ihe.net/fhir/ihe.formatcode.fhir" /> <uri value="http://profiles.ihe.net/fhir/ihe.formatcode.fhir/ImplementationGuide/ihe.formatcode.fhir" /> --> +<!-- <version value="0.2.4"/> --> + <version value="current"/> </dependsOn> <definition> <grouping> @@ -265,7 +268,7 @@ </parameter> <parameter> <code value="releaselabel"/> - <value value="CI build"/> + <value value="Trial use"/> <!--<value value="Trial use"/>--> </parameter> <parameter> diff --git a/input/pages/publish.ini b/input/pages/publish.ini deleted file mode 100644 index e59cdba..0000000 --- a/input/pages/publish.ini +++ /dev/null @@ -1,4 +0,0 @@ -[website] -style=fhir.layout -server=apache -url=http://fhir.ch/ig/ch-epr-term \ No newline at end of file diff --git a/input/pages/package-list.json b/www/package-list.json similarity index 85% rename from input/pages/package-list.json rename to www/package-list.json index 2337f0e..fc347ef 100644 --- a/input/pages/package-list.json +++ b/www/package-list.json @@ -5,21 +5,29 @@ "canonical": "http://fhir.ch/ig/ch-epr-term", "list": [ { - "version": "dev", + "version": "current", "desc": "Continuous Integration Build (latest in version control)", "path": "http://build.fhir.org/ig/hl7ch/ch-epr-term", - "fhirversion": "4.0.1", "status": "ci-build", + "current": true + }, + { + "version": "2.0.5", + "date": "2021-04-23", + "desc": "Version 202104.0-stable, see http://ehealthsuisse.art-decor.org/ch-epr-html-20210416T020411/terminology.html", + "path": "http://fhir.ch/ig/ch-epr-term", + "status": "trial-use", + "fhirversion": "4.0.1", + "current": true, "sequence": "STU" }, { "version": "2.0.4", "date": "2020-06-22", "desc": "Version 202004.1-stable, see http://ehealthsuisse.art-decor.org/ch-epr-html-20200622T124207/project.html#_20200622124207 for changelog", - "path": "http://fhir.ch/ig/ch-epr-term", + "path": "http://fhir.ch/ig/ch-epr-term/2.0.4", "status": "trial-use", "fhirversion": "4.0.1", - "current": true, "sequence": "STU" }, { @@ -58,5 +66,6 @@ "fhirversion": "4.0.0", "sequence": "STU" } - ] + ], + "category": "National Base" } \ No newline at end of file diff --git a/www/publish.ini b/www/publish.ini new file mode 100644 index 0000000..b9b70d3 --- /dev/null +++ b/www/publish.ini @@ -0,0 +1,10 @@ +[website] +style=fhir.layout +server=apache +url=http://fhir.ch/ig/ch-epr-term +org=HL7 Switzerland +no-registry=1 + +[feeds] +package=package-feed.xml +publication=publication-feed.xml \ No newline at end of file