@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/ChargeItem/example-chargeitem-ct-schaedel-goae5370> a fhir:ChargeItem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-chargeitem-ct-schaedel-goae5370"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/charge-item-praxis-de"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/charge-item-praxis-de>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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-charge-item-praxis-de.html\">ChargeItem (Praxis 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 Computed tomography of head</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "billable"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.de/CodeSystem/goae"^^xsd:anyURI ;
         fhir:l <http://fhir.de/CodeSystem/goae>
       ] ;
       fhir:code [ fhir:v "5370" ] ;
       fhir:display [ fhir:v "CT Schaedel" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://fhir.cognovis.de/praxis/Patient/example-patient-roentgen-linkage> ;
     fhir:reference [ fhir:v "Patient/example-patient-roentgen-linkage" ]
  ] ; # 
  fhir:context [
     fhir:l <https://fhir.cognovis.de/praxis/Encounter/example-encounter-ct-schaedel> ;
     fhir:reference [ fhir:v "Encounter/example-encounter-ct-schaedel" ]
  ] ; # 
  fhir:occurrence [
     a fhir:DateTime ;
     fhir:v "2026-04-30T14:00:00+02:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:l <https://fhir.cognovis.de/praxis/Practitioner/example-practitioner-radiologe-ct> ;
       fhir:reference [ fhir:v "Practitioner/example-practitioner-radiologe-ct" ]
     ]
  ] ) ; # 
  fhir:service ( [
     fhir:l <https://fhir.cognovis.de/praxis/Procedure/example-roentgen-procedure-ct-schaedel> ;
     fhir:reference [ fhir:v "Procedure/example-roentgen-procedure-ct-schaedel" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

