Skip to content

Commit

Permalink
3.0.0-ballot
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Jun 30, 2023
1 parent 8837b0d commit 1abf19c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
5 changes: 5 additions & 0 deletions input/ch.fhir.ig.ch-epr-mhealth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
<packageId value="hl7.terminology"/>
<version value="5.1.0"/>
</dependsOn>
<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"/>
<version value="2.0.9"/>
</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"/>
Expand Down
2 changes: 1 addition & 1 deletion input/examples/bundle/2-7-BundleProvideDocument.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"url": "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-ext-deletionstatus",
"valueCoding": {
"system": "urn:oid:2.16.756.5.30.1.127.3.10.18",
"code": "deletionNotRequested"
"code": "urn:e-health-suisse:2019:deletionStatus:deletionNotRequested"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion input/examples/bundle/Bundle-FindDocumentReferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"url": "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-ext-deletionstatus",
"valueCoding": {
"system": "urn:oid:2.16.756.5.30.1.127.3.10.18",
"code": "deletionNotRequested"
"code": "urn:e-health-suisse:2019:deletionStatus:deletionNotRequested"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"url": "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-ext-deletionstatus",
"valueCoding": {
"system": "urn:oid:2.16.756.5.30.1.127.3.10.18",
"code": "deletionNotRequested"
"code": "urn:e-health-suisse:2019:deletionStatus:deletionNotRequested"
}
},
{
Expand Down
18 changes: 12 additions & 6 deletions input/fsh/mcsd_iti90.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ Description: "An exemple of ITI-90 response Bundle in the profile CH mCSD"
* type = #searchset
* id = "FindMatchingCareServicesResponse"
// Let's put all our examples
* entry[+].resource = CHmCSDPractitionerDrPeterPan
* entry[+].resource = CHmCSDOrganizationSpitalX
* entry[+].resource = CHmCSDOrganizationSpitalXDept3
* entry[+].resource = CHmCSDOrganizationPraxisP
* entry[+].resource = ChmCSDPractitionerRolePeterPanSpitalXDept3
* entry[+].resource = ChmCSDPractitionerRolePeterPanPraxisP
* entry[0].fullUrl = "http://test.fhir.ch/r4/Practitioner/DrPeterPan"
* entry[=].resource = CHmCSDPractitionerDrPeterPan
* entry[+].fullUrl = "http://test.fhir.ch/r4/Organization/SpitalX"
* entry[=].resource = CHmCSDOrganizationSpitalX
* entry[+].fullUrl = "http://test.fhir.ch/r4/Organization/SpitalXDept3"
* entry[=].resource = CHmCSDOrganizationSpitalXDept3
* entry[+].fullUrl = "http://test.fhir.ch/r4/Organization/PraxisP"
* entry[=].resource = CHmCSDOrganizationPraxisP
* entry[+].fullUrl = "http://test.fhir.ch/r4/PractitionerRole/PeterPanSpitalXDept3"
* entry[=].resource = ChmCSDPractitionerRolePeterPanSpitalXDept3
* entry[+].fullUrl = "http://test.fhir.ch/r4/PractitionerRole/PeterPanSpitalX"
* entry[=].resource = ChmCSDPractitionerRolePeterPanPraxisP

0 comments on commit 1abf19c

Please sign in to comment.