Skip to content

Commit

Permalink
updates for publication v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegm committed Jul 7, 2022
1 parent 9588b59 commit ccf066e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 25 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ temp/**
template/**
.vscode/**
*.jar
www/*
!www/package-list.json
!www/publish.ini
fsh-generated/**
12 changes: 6 additions & 6 deletions input/ch.fhir.ig.ch-epr-mhealth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
</div>
</text>
<url value="http://fhir.ch/ig/ch-epr-mhealth/ImplementationGuide/ch.fhir.ig.ch-epr-mhealth"/>
<version value="1.0.0"/>
<version value="1.1.0"/>
<name value="CHEprMhealth"/>
<title value="CH EPR mHealth (R4)"/>
<status value="active"/>
<experimental value="false"/>
<date value="2021-12-22"/>
<date value="2022-07-07"/>
<publisher value="eHealth Suisse"/>
<contact>
<name value="eHealth Suisse"/>
Expand All @@ -37,12 +37,12 @@
<dependsOn id="chterm">
<uri value="http://fhir.ch/ig/ch-epr-term/ImplementationGuide/ch.fhir.ig.ch-epr-term"/>
<packageId value="ch.fhir.ig.ch-epr-term"/>
<version value="2.0.6"/>
<version value="2.0.x"/>
</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="2.0.0"/>
<version value="2.1.0"/>
</dependsOn>
<dependsOn id="ihepixmfhir">
<uri value="http://profiles.ihe.net/ITI/PIXm/ImplementationGuide/IHE.ITI.PIXm"/>
Expand Down Expand Up @@ -456,8 +456,8 @@
<!-- IG Parameters -->
<parameter>
<code value="releaselabel"/>
<value value="CI build"/>
<!--<value value="DSTU 1"/>-->
<!--<value value="CI Build"/>-->
<value value="DSTU 2 Informative Ballot"/>
</parameter>
<parameter>
<code value="path-pages" />
Expand Down
7 changes: 4 additions & 3 deletions input/pagecontent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ and [Italian](https://www.admin.ch/opc/it/classified-compilation/20111795/index.

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

| [Significant Changes, Open, and Closed Issues](openissues.html) |
{: .grid}
This implementation guide is under ballot for DSTU 2 by [HL7 Switzerland](https://www.hl7.ch/) until September 30th, 2022 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](openissues.html)

</div>

**Download**: You can download this implementation guide in npm format from [here](package.tgz).
**Download**: You can download this implementation guide in [NPM format](https://confluence.hl7.org/display/FHIR/NPM+Package+Specification) from [here](package.tgz).

### Conformance Expectations

Expand Down
15 changes: 12 additions & 3 deletions www/package-list.json → package-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,24 @@
"status": "ci-build",
"current": true
},
{
"version": "1.1.0",
"date": "2022-07-07",
"desc": "HL7 Switzerland Informative Ballot DSTU 2",
"path": "http://fhir.ch/ig/ch-epr-mhealth/1.1.0",
"status": "trial-use",
"sequence" : "DSTU 2",
"fhirversion": "4.0.1",
"current": true
},
{
"version": "1.0.0",
"date": "2021-12-22",
"desc": "eHealth Suisse DSTU 1",
"path": "http://fhir.ch/ig/ch-epr-mhealth",
"path": "http://fhir.ch/ig/ch-epr-mhealth/1.0.0",
"status": "trial-use",
"sequence" : "DSTU 1",
"fhirversion": "4.0.1",
"current": true
"fhirversion": "4.0.1"
},
{
"version": "0.2.0",
Expand Down
10 changes: 0 additions & 10 deletions www/publish.ini

This file was deleted.

0 comments on commit ccf066e

Please sign in to comment.