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

Generated Narrative: CarePlan ExampleOsasOralApplianceCarePlan

identifier: https://example-dental-practice.de/care-plan/OSAS-CARE-2026-0042

status: Active

intent: Plan

category: Dental, Sleep-related oral appliance, OSAS with medical diagnosis or order

subject: Charlotte von Hohenstein (official) Female, DoB: 1975-09-03

created: 2026-07-22

addresses: Condition

supportingInfo:

activity

Details

-CodeStatus
*Initial dental assessmentScheduled

activity

Details

-CodeStatus
*Impression and registrationScheduled

activity

Details

-CodeStatus
*Appliance insertionScheduled

activity

Details

-CodeStatus
*Follow-up and adjustmentScheduled
" ] ; fhir:CarePlan.identifier [ fhir:index 0 ; fhir:Identifier.system [ fhir:value "https://example-dental-practice.de/care-plan" ] ; fhir:Identifier.value [ fhir:value "OSAS-CARE-2026-0042" ] ] ; fhir:CarePlan.status [ fhir:value "active"] ; fhir:CarePlan.intent [ fhir:value "plan"] ; 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 "sleep-appliance" ] ] ], [ fhir:index 2 ; fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/sleep-appliance-pathway" ] ; fhir:Coding.code [ fhir:value "osas-medical-order" ] ] ] ; fhir:CarePlan.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-pkv-01" ] ] ; fhir:CarePlan.created [ fhir:value "2026-07-22"^^xsd:date] ; fhir:CarePlan.addresses [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "Condition/ExampleOsasCondition" ] ] ; fhir:CarePlan.supportingInfo [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "ServiceRequest/ExampleOsasOralApplianceOrder" ] ], [ fhir:index 1 ; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/ExampleOsasOralApplianceEligibility" ] ], [ fhir:index 2 ; fhir:link ; fhir:Reference.reference [ fhir:value "Device/ExampleOsasOralAppliance" ] ] ; fhir:CarePlan.activity [ fhir:index 0 ; fhir:CarePlan.activity.detail [ fhir:CarePlan.activity.detail.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/sleep-appliance-service" ] ; fhir:Coding.code [ fhir:value "initial-dental-assessment" ] ] ] ; fhir:CarePlan.activity.detail.status [ fhir:value "scheduled" ] ] ], [ fhir:index 1 ; fhir:CarePlan.activity.detail [ fhir:CarePlan.activity.detail.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/sleep-appliance-service" ] ; fhir:Coding.code [ fhir:value "impression-and-registration" ] ] ] ; fhir:CarePlan.activity.detail.status [ fhir:value "scheduled" ] ] ], [ fhir:index 2 ; fhir:CarePlan.activity.detail [ fhir:CarePlan.activity.detail.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/sleep-appliance-service" ] ; fhir:Coding.code [ fhir:value "appliance-insertion" ] ] ] ; fhir:CarePlan.activity.detail.status [ fhir:value "scheduled" ] ] ], [ fhir:index 3 ; fhir:CarePlan.activity.detail [ fhir:CarePlan.activity.detail.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/sleep-appliance-service" ] ; fhir:Coding.code [ fhir:value "follow-up-adjustment" ] ] ] ; fhir:CarePlan.activity.detail.status [ fhir:value "scheduled" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------