@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/ExampleChargeItemHzv> a fhir:ChargeItem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleChargeItemHzv"] ;
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 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&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}\">HZVE001</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>"
] ;
fhir:ChargeItem.definitionUri [
fhir:value "https://fhir.cognovis.de/praxis/ChargeItemDefinition/hzv-bayern-ek-HZVE001" ;
fhir:index 0
] ;
fhir:ChargeItem.status [ fhir:value "billable"] ;
fhir:ChargeItem.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/hzv-bayern-ek" ] ;
fhir:Coding.code [ fhir:value "HZVE001" ]
]
] ;
fhir:ChargeItem.subject [
fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
] ;
fhir:ChargeItem.occurrenceDateTime [ fhir:value "2026-04-10"^^xsd:date] ;
fhir:ChargeItem.performer [
fhir:index 0 ;
fhir:ChargeItem.performer.actor [
fhir:link <http://hl7.org/fhir/Practitioner/example-practitioner> ;
fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner" ]
]
] ;
fhir:ChargeItem.supportingInformation [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Coverage/example-coverage-hzv> ;
fhir:Reference.reference [ fhir:value "Coverage/example-coverage-hzv" ]
] .
<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/example-practitioner> a fhir:Practitioner .
<http://hl7.org/fhir/Coverage/example-coverage-hzv> a fhir:Coverage .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ChargeItem/ExampleChargeItemHzv.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ChargeItem/ExampleChargeItemHzv.ttl> .
IG © 2026+ cognovis GmbH. Paket de.cognovis.fhir.praxis#0.99.1 basierend auf FHIR 4.0.1. Generiert 2026-08-22
Links: Table of Contents |
QA Report