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

: Zahlung Weber — Teilzahlung Q3/2025 - XML Representation

Raw xml | Download


<PaymentReconciliation xmlns="http://hl7.org/fhir">
  <id value="ExamplePaymentReconPrivat"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PaymentReconciliation ExamplePaymentReconPrivat</b></p><a name="ExamplePaymentReconPrivat"> </a><a name="hcExamplePaymentReconPrivat"> </a><p><b>Zahlungsart</b>: <span title="Codes:">Ueberweisung</span></p><p><b>Zahlungs-Patientenreferenz</b>: <a href="Patient-example-patient.html">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>Honorarbescheid Quartal</b>: 3/2025</p><p><b>status</b>: Active</p><p><b>period</b>: 2025-10-15 --&gt; 2025-10-15</p><p><b>created</b>: 2025-10-15</p><p><b>outcome</b>: Processing Complete</p><p><b>paymentDate</b>: 2025-10-15</p><h3>PaymentAmounts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style="display: none">*</td><td>62.15</td><td>Euro</td></tr></table><blockquote><p><b>detail</b></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/payment-type payment}">Payment</span></p><p><b>date</b>: 2025-10-15</p><h3>Amounts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style="display: none">*</td><td>62.15</td><td>Euro</td></tr></table></blockquote></div>
  </text>
  <extension
             url="https://fhir.cognovis.de/praxis/StructureDefinition/zahlungsart">
    <valueCodeableConcept>
      <text value="Ueberweisung"/>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://fhir.cognovis.de/praxis/StructureDefinition/payment-patient-ref">
    <valueReference>🔗 
      <reference value="Patient/example-patient"/>
    </valueReference>
  </extension>
  <extension
             url="https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-quartal">
    <valueString value="3/2025"/>
  </extension>
  <status value="active"/>
  <period>
    <start value="2025-10-15"/>
    <end value="2025-10-15"/>
  </period>
  <created value="2025-10-15"/>
  <outcome value="complete"/>
  <paymentDate value="2025-10-15"/>
  <paymentAmount>
    <value value="62.15"/>
    <currency value="EUR"/>
  </paymentAmount>
  <detail>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/payment-type"/>
        <code value="payment"/>
        <display value="Payment"/>
      </coding>
    </type>
    <date value="2025-10-15"/>
    <amount>
      <value value="62.15"/>
      <currency value="EUR"/>
    </amount>
  </detail>
</PaymentReconciliation>