German Practice Management FHIR Profiles (R4)
0.71.0 - STU1
DE
German Practice Management FHIR Profiles (R4) - Local Development build (v0.71.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Account xmlns="http://hl7.org/fhir">
<id value="ExampleAccountKfo"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Account ExampleAccountKfo</b></p><a name="ExampleAccountKfo"> </a><a name="hcExampleAccountKfo"> </a><p><b>status</b>: Active</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode PBILLACCT}">patient billing account</span></p><p><b>subject</b>: <a href="Patient-ExamplePatientKfo.html">Anna Mueller (official) Female, DoB: 1990-03-22</a></p><blockquote><p><b>coverage</b></p><p><b>coverage</b>: <a href="Coverage-ExampleCoverageGkvKfo.html">Coverage: extension = Bayern (KBV_CS_SFHIR_ITA_WOP#71); identifier = Gesetzliche Krankenversicherung; status = active; type = gesetzliche Krankenversicherung</a></p><p><b>priority</b>: 1</p></blockquote><blockquote><p><b>coverage</b></p><p><b>coverage</b>: <a href="Coverage-ExampleCoveragePkvZusatzKfo.html">Coverage: status = active; type = private Krankenversicherung</a></p><p><b>priority</b>: 2</p></blockquote></div>
</text>
<status value="active"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="PBILLACCT"/>
<display value="patient billing account"/>
</coding>
</type>
<subject>🔗
<reference value="Patient/ExamplePatientKfo"/>
</subject>
<coverage>
<coverage>🔗
<reference value="Coverage/ExampleCoverageGkvKfo"/>
</coverage>
<priority value="1"/>
</coverage>
<coverage>
<coverage>🔗
<reference value="Coverage/ExampleCoveragePkvZusatzKfo"/>
</coverage>
<priority value="2"/>
</coverage>
</Account>