From 1abf19c8c7f39eedee03e6c39ffe0e28c2e12252 Mon Sep 17 00:00:00 2001 From: oliveregger Date: Fri, 30 Jun 2023 16:12:55 +0200 Subject: [PATCH] 3.0.0-ballot --- input/ch.fhir.ig.ch-epr-mhealth.xml | 5 +++++ .../bundle/2-7-BundleProvideDocument.json | 2 +- .../bundle/Bundle-FindDocumentReferences.json | 2 +- .../2-7-DocRefMedicationCard.json | 2 +- input/fsh/mcsd_iti90.fsh | 18 ++++++++++++------ 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/input/ch.fhir.ig.ch-epr-mhealth.xml b/input/ch.fhir.ig.ch-epr-mhealth.xml index 07b90ae..00b7c55 100644 --- a/input/ch.fhir.ig.ch-epr-mhealth.xml +++ b/input/ch.fhir.ig.ch-epr-mhealth.xml @@ -40,6 +40,11 @@ + + + + + diff --git a/input/examples/bundle/2-7-BundleProvideDocument.json b/input/examples/bundle/2-7-BundleProvideDocument.json index daa4377..e7f8b01 100644 --- a/input/examples/bundle/2-7-BundleProvideDocument.json +++ b/input/examples/bundle/2-7-BundleProvideDocument.json @@ -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" } }, { diff --git a/input/examples/bundle/Bundle-FindDocumentReferences.json b/input/examples/bundle/Bundle-FindDocumentReferences.json index 14dffaf..456fe0d 100644 --- a/input/examples/bundle/Bundle-FindDocumentReferences.json +++ b/input/examples/bundle/Bundle-FindDocumentReferences.json @@ -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" } }, { diff --git a/input/examples/documentreference/2-7-DocRefMedicationCard.json b/input/examples/documentreference/2-7-DocRefMedicationCard.json index 9fc4861..53c3580 100644 --- a/input/examples/documentreference/2-7-DocRefMedicationCard.json +++ b/input/examples/documentreference/2-7-DocRefMedicationCard.json @@ -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" } }, { diff --git a/input/fsh/mcsd_iti90.fsh b/input/fsh/mcsd_iti90.fsh index 9f44385..98ba143 100644 --- a/input/fsh/mcsd_iti90.fsh +++ b/input/fsh/mcsd_iti90.fsh @@ -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