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

Generated Narrative: CarePlan ExampleAlignerCarePlan

Aligner Attachment Plan

  • tooth: 13

Aligner Attachment Plan

  • tooth: 23

Aligner Interproximal Reduction Plan

  • firstTooth: 11
  • secondTooth: 12
  • amount: 0.3 mm (Details: UCUM codemm = 'millimeter')

identifier: https://example-dental-practice.de/kfo-plan/ALIGNER-2026-01

status: Active

intent: Plan

category: Dental, Kieferorthopaedie (KFO)

title: Aligner care plan

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

created: 2026-07-15

" ] ; fhir:DomainResource.extension [ fhir:index 0 ; fhir:Element.extension [ fhir:index 0 ; fhir:Extension.url [ fhir:value "tooth" ] ; fhir:Extension.valueCode [ fhir:value "13" ] ] ; fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/aligner-attachment-plan" ] ], [ fhir:index 1 ; fhir:Element.extension [ fhir:index 0 ; fhir:Extension.url [ fhir:value "tooth" ] ; fhir:Extension.valueCode [ fhir:value "23" ] ] ; fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/aligner-attachment-plan" ] ], [ fhir:index 2 ; fhir:Element.extension [ fhir:index 0 ; fhir:Extension.url [ fhir:value "firstTooth" ] ; fhir:Extension.valueCode [ fhir:value "11" ] ], [ fhir:index 1 ; fhir:Extension.url [ fhir:value "secondTooth" ] ; fhir:Extension.valueCode [ fhir:value "12" ] ], [ fhir:index 2 ; fhir:Extension.url [ fhir:value "amount" ] ; fhir:Extension.valueQuantity [ fhir:Quantity.value [ fhir:value "0.3"^^xsd:decimal ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "mm" ] ] ] ; fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/aligner-interproximal-reduction-plan" ] ] ; fhir:CarePlan.identifier [ fhir:index 0 ; fhir:Identifier.system [ fhir:value "https://example-dental-practice.de/kfo-plan" ] ; fhir:Identifier.value [ fhir:value "ALIGNER-2026-01" ] ] ; 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 "kfo" ] ] ] ; fhir:CarePlan.title [ fhir:value "Aligner care plan"] ; fhir:CarePlan.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-pkv-01" ] ] ; fhir:CarePlan.created [ fhir:value "2026-07-15"^^xsd:date] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------