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

<Invoice xmlns="http://hl7.org/fhir">
  <id value="example-invoice-7percent"/>
  <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-7percent</b></p><a name="example-invoice-7percent"> </a><a name="hcexample-invoice-7percent"> </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 AA}">Ermaessigter Steuersatz</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}">Zahntechnische Laborleistung (7% USt)</span></p><blockquote><p><b>priceComponent</b></p><p><b>type</b>: base price</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>93.46</td><td>Euro</td></tr></table></blockquote><blockquote><p><b>priceComponent</b></p><p><b>type</b>: tax</p><p><b>factor</b>: 0.07</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>6.54</td><td>Euro</td></tr></table></blockquote></blockquote><h3>TotalNets</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>93.46</td><td>Euro</td></tr></table><h3>TotalGrosses</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>100</td><td>Euro</td></tr></table></div>
  </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="AA"/>
        <display value="Ermaessigter Steuersatz"/>
      </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="Zahntechnische Laborleistung (7% USt)"/>
    </chargeItemCodeableConcept>
    <priceComponent>
      <type value="base"/>
      <amount>
        <value value="93.46"/>
        <currency value="EUR"/>
      </amount>
    </priceComponent>
    <priceComponent>
      <type value="tax"/>
      <factor value="0.07"/>
      <amount>
        <value value="6.54"/>
        <currency value="EUR"/>
      </amount>
    </priceComponent>
  </lineItem>
  <totalNet>
    <value value="93.46"/>
    <currency value="EUR"/>
  </totalNet>
  <totalGross>
    <value value="100"/>
    <currency value="EUR"/>
  </totalGross>
</Invoice>