Skip to content

Commit

Permalink
STU2 resolved changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Apr 10, 2021
1 parent 9eb1564 commit c2df706
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
<PractitionerRole>
<id value="SchreibKraft"/>
<practitioner>
<reference value="http://test.fhir.ch/r4/Practitioner/SchreibKraft"/>
<reference value="Practitioner/SchreibKraft"/>
</practitioner>
<organization>
<reference value="Organization/GruppenpraxisCH"/>
Expand Down
2 changes: 1 addition & 1 deletion input/examples/practitionerrole/SchreibKraft.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="SchreibKraft"/>
<practitioner>
<reference value="http://test.fhir.ch/r4/Practitioner/SchreibKraft"/>
<reference value="Practitioner/SchreibKraft"/>
</practitioner>
<organization>
<reference value="Organization/GruppenpraxisCH"/>
Expand Down
7 changes: 6 additions & 1 deletion input/pagecontent/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<div markdown="1" class="stu-note">
This implementation guide is under ballot for STU 2 by [HL7 Switzerland](https://www.hl7.ch/) until March 15th, 2021 midnight. Please add your feedback via the 'Propose a change'-link in the footer on the page where you have comments. [Changelog to STU 1](comparison-v1.0.0/index.html)
This implementation guide is under ballot for STU 2 by [HL7 Switzerland](https://www.hl7.ch/) and has all open
comments for this ballot resolved. If there is no objection till Monday 19.4.2021, 24.00 this is the version
which will be published:

resolved issues:
{% include_relative changes-stu2.md %}
</div>

### Introduction
Expand Down
22 changes: 22 additions & 0 deletions input/pages/changes-stu2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- [#57](https://github.com/hl7ch/ch-core/issues/57) cardinality 0..1 for ch-ext-epr-versionNumber in Composition
- [#58](https://github.com/hl7ch/ch-core/issues/58) IMP instead of INP in encounter
- [#59](https://github.com/hl7ch/ch-core/issues/59) adapt extension EPR Information Recipient for ch-core
- [#60](https://github.com/hl7ch/ch-core/issues/60) relax card. in CH Core Organization
- [#61](https://github.com/hl7ch/ch-core/issues/61) slice setup incorrect on address lines
- [#63](https://github.com/hl7ch/ch-core/issues/63) PractitionerRole example HPWengerRole has an invalid speciality coding
- [#65](https://github.com/hl7ch/ch-core/issues/65) CH-Core dependsOn CH-EPR-TERM current
- [#66](https://github.com/hl7ch/ch-core/issues/66) Encounter: specify a type for the visit number Fallnummer
- [#67](https://github.com/hl7ch/ch-core/issues/67) Add CC license to ch-core implementation guide
- [#70](https://github.com/hl7ch/ch-core/issues/70) fix resource narrative status if narrative text has been defined
- [#77](https://github.com/hl7ch/ch-core/issues/77) ch-core-document: add check that fullUrl exists and is an absolute url
- [#85](https://github.com/hl7ch/ch-core/issues/85) EPRDataEnterer: valueReference only to Practitioner (not Person)
- [#90](https://github.com/hl7ch/ch-core/issues/90) description callName in eCH-011 Types
- [#91](https://github.com/hl7ch/ch-core/issues/91) dataenterer as PractitionerRole
- [#92](https://github.com/hl7ch/ch-core/issues/92) PDF requirements for CH Core Composition
- [#93](https://github.com/hl7ch/ch-core/issues/93) EPR Data Enterer map to PractitionerRole instead of Practitioner
- [#94](https://github.com/hl7ch/ch-core/issues/94) Precise description for salutation, title in HumanName
- [#95](https://github.com/hl7ch/ch-core/issues/95) EPR Document fix Bundler.identifier to uuid
- [#96](https://github.com/hl7ch/ch-core/issues/96), [#97](https://github.com/hl7ch/ch-core/issues/97) Composition.identifier instead of setId Extension
- [#98](https://github.com/hl7ch/ch-core/issues/98) renamed Composition Patient Profile EPR to Patient Profile EPR
- [#100](https://github.com/hl7ch/ch-core/issues/100), [#101](https://github.com/hl7ch/ch-core/issues/101), [#102](https://github.com/hl7ch/ch-core/issues/102), [#103](https://github.com/hl7ch/ch-core/issues/103) Reference to CH Core profiles
- [#104](https://github.com/hl7ch/ch-core/issues/104) CH Core Consent Profile naming

0 comments on commit c2df706

Please sign in to comment.