Beispiele
Valides Minimalbeispiel für das Profil ISiKVersicherungsverhaeltnisGesetzlich:
<Coverage xmlns="http://hl7.org/fhir"> <id value="coverageGesetzlich" /> <meta> <profile value="https://gematik.de/fhir/ISiK/StructureDefinition/ISiKVersicherungsverhaeltnisGesetzlich" /> </meta> <identifier> <type> <coding> <system value="http://fhir.de/CodeSystem/identifier-type-de-basis" /> <code value="GKV" /> </coding> </type> <system value="http://fhir.de/sid/gkv/kvid-10" /> <value value="A234567890" /> </identifier> <status value="active" /> <type> <coding> <system value="http://fhir.de/CodeSystem/versicherungsart-de-basis" /> <code value="GKV" /> </coding> </type> <beneficiary> <reference value="Patient/patient" /> </beneficiary> <payor> <identifier> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0203" /> <code value="XX" /> </coding> </type> <system value="http://fhir.de/sid/arge-ik/iknr" /> <value value="260326822" /> </identifier> <display value="Eine Gesundheitskasse" /> </payor> </Coverage>
Valides Minimalbeispiel für das Profil ISiKVersicherungsverhaeltnisSelbstzahler:
<Coverage xmlns="http://hl7.org/fhir"> <id value="coveragePrivat" /> <meta> <profile value="https://gematik.de/fhir/ISiK/StructureDefinition/ISiKVersicherungsverhaeltnisSelbstzahler" /> </meta> <status value="active" /> <type> <coding> <system value="http://fhir.de/CodeSystem/versicherungsart-de-basis" /> <code value="SEL" /> </coding> </type> <beneficiary> <reference value="Patient/patient" /> </beneficiary> <payor> <reference value="Patient/patient" /> </payor> </Coverage>