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

: Beispiel Invoice — Zahnarzt §4 Nr. 14a UStG (steuerbefreit) - XML Representation

Raw xml | Download


<Invoice xmlns="http://hl7.org/fhir">
  <id value="example-invoice-zahnaerzte-exempt"/>
  <meta>
    <profile
             value="https://fhir.cognovis.de/praxis/StructureDefinition/praxis-invoice-de"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Invoice example-invoice-zahnaerzte-exempt</b></p><a name="example-invoice-zahnaerzte-exempt"> </a><a name="hcexample-invoice-zahnaerzte-exempt"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-praxis-invoice-de.html">Invoice (Praxis DE)</a></p></div><p><b>Steuerkategorie</b>: <span title="Codes:{urn:un:unece:uncefact:codelist:standard:5305 E}">Steuerfrei</span></p><p><b>Umsatzsteuerbefreiungsgrund</b>: <span title="Codes:{https://fhir.cognovis.de/praxis/CodeSystem/ust-befreiungsgrund para4-nr14a}"> 4 Nr. 14a UStG</span></p><p><b>status</b>: issued</p><p><b>subject</b>: <a href="Patient-example-patient.html">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>date</b>: 2026-05-11</p><p><b>issuer</b>: <a href="Organization-example-zahnarzt-praxis.html">Organization Zahnarztpraxis Dr. Zahnarzt</a></p><blockquote><p><b>lineItem</b></p><p><b>chargeItem</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor OTH}">Zahnaerztliche Behandlung BEMA  4 Nr. 14a UStG</span></p><p><b>status</b>: issued</p><p><b>subject</b>: <a href="Patient-example-patient.html">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>date</b>: 2026-05-11</p><p><b>issuer</b>: <a href="Organization-example-zahnarzt-praxis.html">Organization Zahnarztpraxis Dr. Zahnarzt</a></p><blockquote><p><b>lineItem</b></p><p><b>chargeItem</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor OTH}">Zahnaerztliche Behandlung BEMA 
  </text>
  <extension
             url="https://fhir.cognovis.de/praxis/StructureDefinition/ext-tax-category">
    <valueCodeableConcept>
      <coding>
        <system value="urn:un:unece:uncefact:codelist:standard:5305"/>
        <code value="E"/>
        <display value="Steuerfrei"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://fhir.cognovis.de/praxis/StructureDefinition/ext-tax-exemption-reason">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://fhir.cognovis.de/praxis/CodeSystem/ust-befreiungsgrund"/>
        <code value="para4-nr14a"/>
        <display value=" 4 Nr. 14a UStG"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <status value="issued"/>
  <subject>🔗 
    <reference value="Patient/example-patient"/>
  </subject>
  <date value="2026-05-11"/>
  <issuer>🔗 
    <reference value="Organization/example-zahnarzt-praxis"/>
  </issuer>
  <lineItem>
    <chargeItemCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
        <code value="OTH"/>
        <display value="Other"/>
      </coding>
      <text value="Zahnaerztliche Behandlung BEMA 4 Nr.14a"/>
    </chargeItemCodeableConcept>
    <priceComponent>
      <type value="base"/>
      <amount>
        <value value="120"/>
        <currency value="EUR"/>
      </amount>
    </priceComponent>
  </lineItem>
  <totalGross>
    <value value="120"/>
    <currency value="EUR"/>
  </totalGross>
</Invoice>