@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CarePlan ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ExampleHkpCarePlanOption"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/dental-care-plan" ; fhir:index 0 ; fhir:link ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "

Generated Narrative: CarePlan ExampleHkpCarePlanOption

identifier: https://example-dental-practice.de/hkp/HKP-2026-0001-OPTION-B

status: Draft

intent: Option

category: Dental, Heil- und Kostenplan (HKP)

title: HKP-Alternative: Brückenversorgung Zahn 35-37

description: Alternative Versorgung, die noch nicht als ausführbarer Behandlungsplan ausgewählt wurde.

subject: Aylin Özdemir (official) (no stated gender), DoB: 1988-03-14 ( Krankenversichertennummer)

period: 2026-01-15 --> 2026-06-30

created: 2026-01-15

" ] ; fhir:CarePlan.identifier [ fhir:index 0 ; fhir:Identifier.system [ fhir:value "https://example-dental-practice.de/hkp" ] ; fhir:Identifier.value [ fhir:value "HKP-2026-0001-OPTION-B" ] ] ; fhir:CarePlan.status [ fhir:value "draft"] ; fhir:CarePlan.intent [ fhir:value "option"] ; fhir:CarePlan.category [ fhir:index 0 ; fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/dental-category" ] ; fhir:Coding.code [ fhir:value "dental" ] ; fhir:Coding.display [ fhir:value "Dental" ] ] ], [ fhir:index 1 ; fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/dental-care-plan-type" ] ; fhir:Coding.code [ fhir:value "hkp" ] ; fhir:Coding.display [ fhir:value "Heil- und Kostenplan (HKP)" ] ] ] ; fhir:CarePlan.title [ fhir:value "HKP-Alternative: Brückenversorgung Zahn 35-37"] ; fhir:CarePlan.description [ fhir:value "Alternative Versorgung, die noch nicht als ausführbarer Behandlungsplan ausgewählt wurde."] ; fhir:CarePlan.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-gkv-dental-01" ] ] ; fhir:CarePlan.period [ fhir:Period.start [ fhir:value "2026-01-15"^^xsd:date ] ; fhir:Period.end [ fhir:value "2026-06-30"^^xsd:date ] ] ; fhir:CarePlan.created [ fhir:value "2026-01-15"^^xsd:date] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------