diff --git a/input/ch.fhir.ig.ch-core.xml b/input/ch.fhir.ig.ch-core.xml index cd85e22..7cc3233 100644 --- a/input/ch.fhir.ig.ch-core.xml +++ b/input/ch.fhir.ig.ch-core.xml @@ -80,7 +80,7 @@ - + @@ -88,7 +88,7 @@ - + @@ -571,7 +571,7 @@ - + diff --git a/input/examples/consent/EncounterExcludedForEpr.json b/input/examples/consent/EncounterExcludedForEpr.json index bf17969..f9f663d 100644 --- a/input/examples/consent/EncounterExcludedForEpr.json +++ b/input/examples/consent/EncounterExcludedForEpr.json @@ -3,7 +3,7 @@ "id": "EncounterExcludedForEpr", "meta": { "profile": [ - "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-consent-epr" + "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-epr-consent" ] }, "status": "active", diff --git a/input/examples/consent/PatientHasEpr.json b/input/examples/consent/PatientHasEpr.json index e7b1c1c..7fbad82 100644 --- a/input/examples/consent/PatientHasEpr.json +++ b/input/examples/consent/PatientHasEpr.json @@ -3,7 +3,7 @@ "id": "PatientHasEpr", "meta": { "profile": [ - "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-consent-epr" + "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-epr-consent" ] }, "status": "active", diff --git a/input/pages/changelog.md b/input/pages/changelog.md index 12b4af6..7a1bc83 100644 --- a/input/pages/changelog.md +++ b/input/pages/changelog.md @@ -16,11 +16,12 @@ See also open issues on [GitHub](https://github.com/hl7ch/ch-core/issues). * [#154](https://github.com/hl7ch/ch-core/issues/154): Improve description of example instances, see [Artifacts](artifacts.html#example-example-instances) * [#162](https://github.com/hl7ch/ch-core/issues/162): Update narrative text in examples * [#176](https://github.com/hl7ch/ch-core/issues/162): Clean up differentials +* [#175](https://github.com/hl7ch/ch-core/issues/175): Rename the profile [CH Core EPR-Consent](StructureDefinition-ch-core-epr-consent.html) #### Fixed * [#163](https://github.com/hl7ch/ch-core/issues/163): Typo * [#159](https://github.com/hl7ch/ch-core/issues/159): Add element 'experimental' (false) to CS/VS -* [#161](https://github.com/hl7ch/ch-core/issues/161): Use 'patternCodeableConcept' instead of 'fixedCodeableConcept' for [Consent.policyRule](StructureDefinition-ch-core-consent-epr.html) +* [#161](https://github.com/hl7ch/ch-core/issues/161): Use 'patternCodeableConcept' instead of 'fixedCodeableConcept' for [Consent.policyRule](StructureDefinition-ch-core-epr-consent.html) * [#167](https://github.com/hl7ch/ch-core/issues/167): Fix URIs in ConceptMaps ([MaritalStatus eCH-011 to FHIR mapping](ConceptMap-maritalstatus-ech11-to-fhir.html), [Sex eCH-011 to FHIR mapping](ConceptMap-sex-ech11-to-fhir.html)) * [#152](https://github.com/hl7ch/ch-core/issues/152): Changes status form 'draft' to 'active' diff --git a/input/resources/structuredefinition/ch-core-consent-epr.xml b/input/resources/structuredefinition/ch-core-epr-consent.xml similarity index 94% rename from input/resources/structuredefinition/ch-core-consent-epr.xml rename to input/resources/structuredefinition/ch-core-epr-consent.xml index b659ea8..02ac3f0 100644 --- a/input/resources/structuredefinition/ch-core-consent-epr.xml +++ b/input/resources/structuredefinition/ch-core-epr-consent.xml @@ -1,10 +1,10 @@ - - + + - - + <name value="CHCoreEPRConsent"/> + <title value="CH Core EPR-Consent"/> <status value="active"/> <date value="2021-01-27T00:00:00+00:00"/> <publisher value="HL7 Switzerland"/> @@ -15,7 +15,7 @@ <value value="https://www.hl7.ch/"/> </telecom> </contact> - <description value="Base profile for a consent profile to document that a patient has an Electronic Patient Record (EPR) in Switzerland. The actual consent conditions are held within the EPR, this consent is the documentation in an organization that the patient has stated he has an EPR and this needs to be verified at the time of document publishing or reading. In addition a patient can reqeuest that specific information will not be published from the organization to the EPR. This can be documented with one or more references to encounters to exclude the consent for these."/> + <description value="Base profile for a consent profile to document that a patient has an Electronic Patient Record (EPR) in Switzerland. The actual consent conditions are held within the EPR, this consent is the documentation in an organization that the patient has stated he has an EPR and this needs to be verified at the time of document publishing or reading. In addition a patient can request that specific information will not be published from the organization to the EPR. This can be documented with one or more references to encounters to exclude the consent for these."/> <jurisdiction> <coding> <system value="urn:iso:std:iso:3166"/> @@ -31,7 +31,7 @@ <differential> <element id="Consent"> <path value="Consent"/> - <short value="CH Core Consent EPR"/> + <short value="CH Core EPR-Consent"/> </element> <element id="Consent.scope"> <path value="Consent.scope"/>