German Practice Management FHIR Profiles (R4)
Version 0.99.1 - release

: ChargeItem GOAe Ae5370 — CT Schaedel mit RoentgenProcedure Linkage - 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-chargeitem-ct-schaedel-goae5370> a fhir:ChargeItem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-chargeitem-ct-schaedel-goae5370"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-medical-imaging-charge-item-de" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/praxis-medical-imaging-charge-item-de>
     ]
  ] ;
  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-chargeitem-ct-schaedel-goae5370</b></p><a name=\"example-chargeitem-ct-schaedel-goae5370\"> </a><a name=\"hcexample-chargeitem-ct-schaedel-goae5370\"> </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-medical-imaging-charge-item-de.html\">Medical Imaging Charge Item DE</a></p></div><p><b>status</b>: Billable</p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/goae 5370}\">CT Schaedel</span></p><p><b>subject</b>: <a href=\"Patient-example-patient-roentgen-linkage.html\">Maria Becker (official) Female, DoB: 1962-03-20</a></p><p><b>context</b>: <a href=\"Encounter-example-encounter-ct-schaedel.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB)</a></p><p><b>occurrence</b>: 2026-04-30 14:00:00+0200</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-example-practitioner-radiologe-ct.html\">Practitioner Peter Kurz (official)</a></td></tr></table><p><b>service</b>: <a href=\"Procedure-example-roentgen-procedure-ct-schaedel.html\">Procedure 303653007</a></p><p><b>account</b>: <a href=\"Account-example-account-roentgen-linkage.html\">Account: identifier = https://fhir.cognovis.de/praxis/sid/scheinNummer#ScheinNummer#CT-2026-0001; status = active; type = patient billing account; servicePeriod = 2026-04-01 --&gt; 2026-06-30</a></p></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 "5370" ] ;
       fhir:Coding.display [ fhir:value "CT Schaedel" ]
     ]
  ] ;
  fhir:ChargeItem.subject [
     fhir:link <http://hl7.org/fhir/Patient/example-patient-roentgen-linkage> ;
     fhir:Reference.reference [ fhir:value "Patient/example-patient-roentgen-linkage" ]
  ] ;
  fhir:ChargeItem.context [
     fhir:link <http://hl7.org/fhir/Encounter/example-encounter-ct-schaedel> ;
     fhir:Reference.reference [ fhir:value "Encounter/example-encounter-ct-schaedel" ]
  ] ;
  fhir:ChargeItem.occurrenceDateTime [ fhir:value "2026-04-30T14:00:00+02:00"^^xsd:dateTime] ;
  fhir:ChargeItem.performer [
     fhir:index 0 ;
     fhir:ChargeItem.performer.actor [
       fhir:link <http://hl7.org/fhir/Practitioner/example-practitioner-radiologe-ct> ;
       fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner-radiologe-ct" ]
     ]
  ] ;
  fhir:ChargeItem.service [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Procedure/example-roentgen-procedure-ct-schaedel> ;
     fhir:Reference.reference [ fhir:value "Procedure/example-roentgen-procedure-ct-schaedel" ]
  ] ;
  fhir:ChargeItem.account [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Account/example-account-roentgen-linkage> ;
     fhir:Reference.reference [ fhir:value "Account/example-account-roentgen-linkage" ]
  ] .

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

<http://hl7.org/fhir/Encounter/example-encounter-ct-schaedel> a fhir:Encounter .

<http://hl7.org/fhir/Practitioner/example-practitioner-radiologe-ct> a fhir:Practitioner .

<http://hl7.org/fhir/Procedure/example-roentgen-procedure-ct-schaedel> a fhir:Procedure .

<http://hl7.org/fhir/Account/example-account-roentgen-linkage> a fhir:Account .

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

<http://hl7.org/fhir/ChargeItem/example-chargeitem-ct-schaedel-goae5370.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ChargeItem/example-chargeitem-ct-schaedel-goae5370.ttl> .