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 Kleinunternehmer - 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-ku-charge-item> a fhir:ChargeItem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-ku-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-ku-charge-item</b></p><a name=\"example-ku-charge-item\"> </a><a name=\"hcexample-ku-charge-item\"> </a><p><b>status</b>: Billable</p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/goae 5}\">Symptombezogene 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,->DocumentReference: status = current; type = Discharge summary,->Organization Hausarztpraxis Dr. Schoell — Gibitzenhof,Erstbescheinigung,false; status = in-progress; class = ambulatory (ActCode#AMB); period = 2026-01-14 09:30:00+0100 --> (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>80</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 "http://fhir.de/CodeSystem/goae" ] ;
fhir:Coding.code [ fhir:value "5" ] ;
fhir:Coding.display [ fhir:value "Symptombezogene 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 "80"^^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-ku-charge-item.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ChargeItem/example-ku-charge-item.ttl> .