@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/ExampleChargeItemHzv> a fhir:ChargeItem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleChargeItemHzv"] ; # 
  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 ExampleChargeItemHzv</b></p><a name=\"ExampleChargeItemHzv\"> </a><a name=\"hcExampleChargeItemHzv\"> </a><p><b>definitionUri</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.6.0-ballot2&amp;canonical=https://fhir.cognovis.de/praxis/ChargeItemDefinition/hzv-bayern-ek-HZVE001\">https://fhir.cognovis.de/praxis/ChargeItemDefinition/hzv-bayern-ek-HZVE001</a></p><p><b>status</b>: Billable</p><p><b>code</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/hzv-bayern-ek HZVE001}\">Hausaerztliche Grundpauschale HZV Bayern</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>occurrence</b>: 2026-04-10</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.html\">Practitioner Markus Schoell (official)</a></td></tr></table><p><b>supportingInformation</b>: <a href=\"Coverage-example-coverage-hzv.html\">Coverage: extension = Bayern (KBV_CS_SFHIR_ITA_WOP#71); identifier = Gesetzliche Krankenversicherung; status = active; type = gesetzliche Krankenversicherung</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:definitionUri ( [
     fhir:v "https://fhir.cognovis.de/praxis/ChargeItemDefinition/hzv-bayern-ek-HZVE001"^^xsd:anyURI ;
     fhir:l <https://fhir.cognovis.de/praxis/ChargeItemDefinition/hzv-bayern-ek-HZVE001>
  ] ) ; # 
  fhir:status [ fhir:v "billable"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/hzv-bayern-ek"^^xsd:anyURI ;
         fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/hzv-bayern-ek>
       ] ;
       fhir:code [ fhir:v "HZVE001" ] ;
       fhir:display [ fhir:v "Hausaerztliche Grundpauschale HZV Bayern" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://fhir.cognovis.de/praxis/Patient/example-patient> ;
     fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:occurrence [
     a fhir:DateTime ;
     fhir:v "2026-04-10"^^xsd:date
  ] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:l <https://fhir.cognovis.de/praxis/Practitioner/example-practitioner> ;
       fhir:reference [ fhir:v "Practitioner/example-practitioner" ]
     ]
  ] ) ; # 
  fhir:supportingInformation ( [
     fhir:l <https://fhir.cognovis.de/praxis/Coverage/example-coverage-hzv> ;
     fhir:reference [ fhir:v "Coverage/example-coverage-hzv" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

