Skip to content

Commit

Permalink
Merge pull request #286 from hl7ch/issue116_coverage
Browse files Browse the repository at this point in the history
add terminology to coverage #116
  • Loading branch information
ziegm authored Apr 24, 2024
2 parents c01ecee + 2d26a4c commit 108989f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion input/fsh/profiles-resources/CHCoreCoverage.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ 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
* 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.

3 changes: 3 additions & 0 deletions input/pagecontent/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 108989f

Please sign in to comment.