<?xml version="1.0" encoding="UTF-8"?>

<Account xmlns="http://hl7.org/fhir">
  <id value="ExampleAccountBeihilfe"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Account ExampleAccountBeihilfe</b></p><a name="ExampleAccountBeihilfe"> </a><a name="hcExampleAccountBeihilfe"> </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-ExamplePatientBeamter.html">Klaus Schneider (official) Male, DoB: 1968-11-05</a></p><blockquote><p><b>coverage</b></p><p><b>coverage</b>: <a href="Coverage-ExampleCoveragePkvBeamter.html">Coverage: status = active; type = private Krankenversicherung</a></p><p><b>priority</b>: 1</p></blockquote><blockquote><p><b>coverage</b></p><p><b>coverage</b>: <a href="Coverage-ExampleCoverageBeihilfe.html">Coverage: status = active; type = Beihilfe; subrogation = true</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/ExamplePatientBeamter"/>
  </subject>
  <coverage>
    <coverage>
      <reference value="Coverage/ExampleCoveragePkvBeamter"/>
    </coverage>
    <priority value="1"/>
  </coverage>
  <coverage>
    <coverage>
      <reference value="Coverage/ExampleCoverageBeihilfe"/>
    </coverage>
    <priority value="2"/>
  </coverage>
</Account>