@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.cognovis.de/praxis/Invoice/example-invoice-zahnaerzte-exempt> a fhir:Invoice ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-invoice-zahnaerzte-exempt"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-invoice-de"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/praxis-invoice-de>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<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</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>120</td><td>Euro</td></tr></table></blockquote></blockquote><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>120</td><td>Euro</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/ext-tax-category"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/ext-tax-category>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "urn:un:unece:uncefact:codelist:standard:5305"^^xsd:anyURI ;
           fhir:l <urn:un:unece:uncefact:codelist:standard:5305>
         ] ;
         fhir:code [ fhir:v "E" ] ;
         fhir:display [ fhir:v "Steuerfrei" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/ext-tax-exemption-reason"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/ext-tax-exemption-reason>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/ust-befreiungsgrund"^^xsd:anyURI ;
           fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/ust-befreiungsgrund>
         ] ;
         fhir:code [ fhir:v "para4-nr14a" ] ;
         fhir:display [ fhir:v "§ 4 Nr. 14a UStG" ]
       ] )
     ]
  ] ) ; # 
  fhir:status [ fhir:v "issued"] ; # 
  fhir:subject [
     fhir:l <https://fhir.cognovis.de/praxis/Patient/example-patient> ;
     fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:date [ fhir:v "2026-05-11"^^xsd:date] ; # 
  fhir:issuer [
     fhir:l <https://fhir.cognovis.de/praxis/Organization/example-zahnarzt-praxis> ;
     fhir:reference [ fhir:v "Organization/example-zahnarzt-praxis" ]
  ] ; # 
  fhir:lineItem ( [
     fhir:chargeItem [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v3-NullFlavor>
         ] ;
         fhir:code [ fhir:v "OTH" ] ;
         fhir:display [ fhir:v "Other" ]
       ] ) ;
       fhir:text [ fhir:v "Zahnaerztliche Behandlung BEMA §4 Nr.14a" ]
     ] ;
     fhir:priceComponent ( [
       fhir:type [ fhir:v "base" ] ;
       fhir:amount [
         fhir:value [ fhir:v "120"^^xsd:decimal ] ;
         fhir:currency [ fhir:v "EUR" ]
       ]
     ] )
  ] ) ; # 
  fhir:totalGross [
     fhir:value [ fhir:v "120"^^xsd:decimal ] ;
     fhir:currency [ fhir:v "EUR" ]
  ] . # 

# -------------------------------------------------------------------------------------

