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

Generated Narrative: Observation ExampleAlignerProgress

basedOn: CarePlan Aligner care plan

status: Final

category: Dental

code: Aligner progress assessment

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

effective: 2026-07-25

performer: Organization Demo-Zahnarztpraxis MVZ Nürnberg

component

code: Assessed aligner stage

value: 8

component

code: Aligner tracking outcome

value: Tracking deviation

" ] ; fhir:Observation.basedOn [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "CarePlan/ExampleAlignerCarePlan" ] ] ; fhir:Observation.status [ fhir:value "final"] ; fhir:Observation.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:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/aligner-progress-component" ] ; fhir:Coding.code [ fhir:value "assessment" ] ] ] ; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-pkv-01" ] ] ; fhir:Observation.effectiveDateTime [ fhir:value "2026-07-25"^^xsd:date] ; fhir:Observation.performer [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/org-dental-mvz" ] ] ; fhir:Observation.component [ fhir:index 0 ; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/aligner-progress-component" ] ; fhir:Coding.code [ fhir:value "stage" ] ] ] ; fhir:Observation.component.valueInteger [ fhir:value "8"^^xsd:integer ] ], [ fhir:index 1 ; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/aligner-progress-component" ] ; fhir:Coding.code [ fhir:value "tracking-outcome" ] ] ] ; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/aligner-tracking-outcome" ] ; fhir:Coding.code [ fhir:value "tracking-deviation" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------