Skip to content

Commit

Permalink
update dependency and change vs url #20
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegm committed May 1, 2024
1 parent 296eaac commit 914a3bc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
12 changes: 6 additions & 6 deletions input/ch.fhir.ig.ch-atc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<title value="CH ATC (R4)"/>
<status value="active" />
<experimental value="false" />
<date value="2023-06-30" />
<date value="2024-05-01" />
<publisher value="eHealth Suisse"/>
<contact>
<name value="eHealth Suisse"/>
Expand All @@ -44,20 +44,20 @@
<packageId value="ch.fhir.ig.ch-atc"/>
<fhirVersion value="4.0.1" />
<dependsOn id="cheprterm">
<uri value="http://fhir.ch/ig/ch-epr-term/ImplementationGuide/ch.fhir.ig.ch-epr-term"/>
<packageId value="ch.fhir.ig.ch-epr-term"/>
<uri value="http://fhir.ch/ig/ch-term/ImplementationGuide/ch.fhir.ig.ch-term"/>
<packageId value="ch.fhir.ig.ch-term"/>
<!-- <version value="2.0.x"/> -->
<version value="2.0.x"/>
<version value="current"/>
</dependsOn>
<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="iheitibalp">
<uri value="https://profiles.ihe.net/ITI/BALP/ImplementationGuide/ihe.iti.balp"/>
<packageId value="ihe.iti.balp"/>
<version value="1.1.2"/>
<version value="1.1.3"/>
</dependsOn>
<definition>
<grouping>
Expand Down
9 changes: 7 additions & 2 deletions input/pagecontent/changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@

All significant changes to this FHIR implementation guide will be documented on this page.

### v3.2.0 (2024-01-31)
### v3.3.0-ballot (2024)

#### Changed / Updated
* Updated the IG dependencies to the current published versions
* Adapt VS URL (http://fhir.ch/ig/ch-epr/ValueSet/EprPurposeOfUse) because of renaming CH EPR Term to CH Term [#20](https://github.com/ehealthsuisse/ch-atc/issues/20)

### v3.2.0 (2024-01-31)
The implementation guide was under an informative ballot by HL7 Switzerland until September 30th, 2023. The following comments/issues have been raised and fixed:

#### Open
* Overview of transactions/usecases [#12](https://github.com/ehealthsuisse/ch-atc/issues/12)
* Overview of transactions/use cases [#12](https://github.com/ehealthsuisse/ch-atc/issues/12)

#### Added
* [Example](Bundle-ch-atc-iti-81-response-sample.xml.html) for partial result in CH:ATC Query [#6](https://github.com/ehealthsuisse/ch-atc/issues/6)
Expand Down
2 changes: 1 addition & 1 deletion input/resources/structuredefinition/DocumentAuditEvent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</extension>
<strength value="required"/>
<description value="EPR Purpose of Use"/>
<valueSet value="http://fhir.ch/ig/ch-epr-term/ValueSet/EprPurposeOfUse"/>
<valueSet value="http://fhir.ch/ig/ch-term/ValueSet/EprPurposeOfUse"/>
</binding>
<mapping>
<identity value="ch-atc"/>
Expand Down

0 comments on commit 914a3bc

Please sign in to comment.