Skip to content

Commit

Permalink
add aggregation mode to Coverage.payor (issue #173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegm committed Sep 30, 2022
1 parent 63a6ea1 commit bd12ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions input/pages/changelog.md
Expand Up @@ -17,6 +17,7 @@ See also open issues on [GitHub](https://github.com/hl7ch/ch-core/issues).
* [#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)
* [173](https://github.com/hl7ch/ch-core/issues/173): Define aggregation mode (contained, referenced) for [Coverage.payor](StructureDefinition-ch-core-coverage.html)

#### Fixed
* [#163](https://github.com/hl7ch/ch-core/issues/163): Typo
Expand Down
3 changes: 3 additions & 0 deletions input/resources/structuredefinition/ch-core-coverage.xml
Expand Up @@ -98,11 +98,14 @@
</element>
<element id="Coverage.payor">
<path value="Coverage.payor"/>
<short value="Issuer of the policy (if it is not the patient itself, represent it as a contained resource)"/>
<type>
<code value="Reference"/>
<targetProfile value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization"/>
<targetProfile value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson"/>
<aggregation value="contained"/>
<aggregation value="referenced"/>
</type>
</element>
</differential>
Expand Down

0 comments on commit bd12ba5

Please sign in to comment.