German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

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

: Beispiel-Rechnungsposition GOZ 0010 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ChargeItem/example-goz-charge-item> a fhir:ChargeItem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-goz-charge-item"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ChargeItem example-goz-charge-item</b></p><a name=\"example-goz-charge-item\"> </a><a name=\"hcexample-goz-charge-item\"> </a><p><b>status</b>: Billable</p><p><b>code</b>: <span title=\"Codes:{https://fhir.de/CodeSystem/bzaek/goz 0010}\">Eingehende Untersuchung</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>context</b>: <a href=\"Encounter-ExampleEncounterPrivat.html\">Encounter: extension = billable,false,2026-01-14 17:00:00+0100,2026-01-14 09:25:00+0100,2026-01-14 09:28:00+0100,2026-01-14 09:15:00+0100,1/2026,-&gt;DocumentReference: status = current; type = Discharge summary,-&gt;Organization Hausarztpraxis Dr. Schoell — Gibitzenhof,Erstbescheinigung,false; status = in-progress; class = ambulatory (ActCode#AMB); period = 2026-01-14 09:30:00+0100 --&gt; (ongoing); reasonCode = Diabetes mellitus, Typ 2, ohne Komplikationen,Reine Hypercholesterinaemie,Essentielle Hypertonie</a></p><p><b>occurrence</b>: 2026-07-27</p><p><b>quantity</b>: 1</p><h3>PriceOverrides</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>"
  ] ;
  fhir:ChargeItem.status [ fhir:value "billable"] ;
  fhir:ChargeItem.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir.de/CodeSystem/bzaek/goz" ] ;
       fhir:Coding.code [ fhir:value "0010" ] ;
       fhir:Coding.display [ fhir:value "Eingehende Untersuchung" ]
     ]
  ] ;
  fhir:ChargeItem.subject [
     fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
  ] ;
  fhir:ChargeItem.context [
     fhir:link <http://hl7.org/fhir/Encounter/ExampleEncounterPrivat> ;
     fhir:Reference.reference [ fhir:value "Encounter/ExampleEncounterPrivat" ]
  ] ;
  fhir:ChargeItem.occurrenceDateTime [ fhir:value "2026-07-27"^^xsd:date] ;
  fhir:ChargeItem.quantity [
     fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]
  ] ;
  fhir:ChargeItem.priceOverride [
     fhir:Money.value [ fhir:value "120"^^xsd:decimal ] ;
     fhir:Money.currency [ fhir:value "EUR" ]
  ] .

<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .

<http://hl7.org/fhir/Encounter/ExampleEncounterPrivat> a fhir:Encounter .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ChargeItem/example-goz-charge-item.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ChargeItem/example-goz-charge-item.ttl> .