From bb2e5f12dbc8678f0a5462084ed75e987adb5349 Mon Sep 17 00:00:00 2001 From: Michaela Ziegler Date: Tue, 16 Apr 2024 18:14:44 +0200 Subject: [PATCH 1/2] add terminology to coverage #116 --- input/fsh/profiles-resources/CHCoreCoverage.fsh | 4 +++- input/pagecontent/changelog.md | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/input/fsh/profiles-resources/CHCoreCoverage.fsh b/input/fsh/profiles-resources/CHCoreCoverage.fsh index cb9587a..c7427e9 100644 --- a/input/fsh/profiles-resources/CHCoreCoverage.fsh +++ b/input/fsh/profiles-resources/CHCoreCoverage.fsh @@ -22,4 +22,6 @@ Description: "Base definition of the Coverage resource for use in Swiss specific * payor only Reference(CHCoreOrganization or CHCorePatient or RelatedPerson) * payor ^short = "Issuer of the policy (if it is not the patient him/herself, represent the payor as a contained resource)" * payor ^type.aggregation[0] = #contained -* payor ^type.aggregation[+] = #referenced \ No newline at end of file +* payor ^type.aggregation[+] = #referenced +* type from http://fhir.ch/ig/ch-term/ValueSet/mainguarantor (preferred) +* class.type from http://fhir.ch/ig/ch-core/ValueSet/bfs-medstats-21-encountertype (extensible) // Cannot override extensible binding with preferred binding. diff --git a/input/pagecontent/changelog.md b/input/pagecontent/changelog.md index e2d0f77..1a42580 100644 --- a/input/pagecontent/changelog.md +++ b/input/pagecontent/changelog.md @@ -10,6 +10,9 @@ All significant changes to this FHIR implementation guide will be documented on * CH Core AllergyIntolerance * CH Core Immunization, CH Core ImmunizationRecommendation * CH Core ServiceRequest +* [#116](https://github.com/hl7ch/ch-core/issues/116): Add value set bindings to these elements: + * Coverage.type -> http://fhir.ch/ig/ch-term/ValueSet/mainguarantor (preferred) + * Coverage.class.type -> http://fhir.ch/ig/ch-core/ValueSet/bfs-medstats-21-encountertype (extensible) #### Changed / Updated * [#272](https://github.com/hl7ch/ch-core/issues/272): Update the CHCoreDocumentReference EPR-XDS mapping From 2d26a4cde9c40e463bccc20d531c0d93ecc342c1 Mon Sep 17 00:00:00 2001 From: Michaela Ziegler Date: Tue, 16 Apr 2024 18:39:47 +0200 Subject: [PATCH 2/2] trigger ci build --- input/fsh/profiles-resources/CHCoreCoverage.fsh | 1 + 1 file changed, 1 insertion(+) diff --git a/input/fsh/profiles-resources/CHCoreCoverage.fsh b/input/fsh/profiles-resources/CHCoreCoverage.fsh index c7427e9..c21a124 100644 --- a/input/fsh/profiles-resources/CHCoreCoverage.fsh +++ b/input/fsh/profiles-resources/CHCoreCoverage.fsh @@ -25,3 +25,4 @@ Description: "Base definition of the Coverage resource for use in Swiss specific * payor ^type.aggregation[+] = #referenced * type from http://fhir.ch/ig/ch-term/ValueSet/mainguarantor (preferred) * class.type from http://fhir.ch/ig/ch-core/ValueSet/bfs-medstats-21-encountertype (extensible) // Cannot override extensible binding with preferred binding. +