German Practice Management FHIR Profiles (R4)
0.49.0 - STU1 Germany flag

German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Offener Posten — Weber Q1/2026 - XML Representation

Raw xml | Download


<Account xmlns="http://hl7.org/fhir">
  <id value="ExampleAccountOP"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Account ExampleAccountOP</b></p><a name="ExampleAccountOP"> </a><a name="hcExampleAccountOP"> </a><p><b>Rechnungsbetrag</b>: <span title="Euro">€228,44</span> (EUR)</p><p><b>OP Soll</b>: <span title="Euro">€228,44</span> (EUR)</p><p><b>OP Haben</b>: <span title="Euro">€0,00</span> (EUR)</p><p><b>Mahnstufe</b>: 1</p><p><b>Mahnsperre</b>: false</p><p><b>Faelligkeitsdatum</b>: 2026-04-01</p><p><b>Letzte Mahnung</b>: 2026-04-15</p><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-example-patient.html">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>description</b>: Offener Posten — Rechnung Q1/2026 Weber</p></div>
  </text>
  <extension
             url="https://fhir.cognovis.de/praxis/StructureDefinition/rechnungsbetrag">
    <valueMoney>
      <value value="228.44"/>
      <currency value="EUR"/>
    </valueMoney>
  </extension>
  <extension
             url="https://fhir.cognovis.de/praxis/StructureDefinition/op-soll">
    <valueMoney>
      <value value="228.44"/>
      <currency value="EUR"/>
    </valueMoney>
  </extension>
  <extension
             url="https://fhir.cognovis.de/praxis/StructureDefinition/op-haben">
    <valueMoney>
      <value value="0"/>
      <currency value="EUR"/>
    </valueMoney>
  </extension>
  <extension
             url="https://fhir.cognovis.de/praxis/StructureDefinition/mahnstufe">
    <valueInteger value="1"/>
  </extension>
  <extension
             url="https://fhir.cognovis.de/praxis/StructureDefinition/mahnsperre">
    <valueBoolean value="false"/>
  </extension>
  <extension
             url="https://fhir.cognovis.de/praxis/StructureDefinition/faelligkeitsdatum">
    <valueDate value="2026-04-01"/>
  </extension>
  <extension
             url="https://fhir.cognovis.de/praxis/StructureDefinition/letzte-mahnung">
    <valueDate value="2026-04-15"/>
  </extension>
  <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/example-patient"/>
  </subject>
  <description value="Offener Posten — Rechnung Q1/2026 Weber"/>
</Account>