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

Generated Narrative: Observation ExampleImpactedToothObservation

FDI Zahnnummer: 38

status: Final

category: Dental

code: Impacted tooth

subject: Friedrich Hartmann (official) Male, DoB: 1958-11-22

effective: 2026-03-10 14:00:00+0100

performer: Organization Demo-Zahnarztpraxis MVZ Nürnberg

bodySite: Zahn 38 — dritter unterer rechter Molar

component

code: Winter impaction angulation

value: Mesioangular

component

code: Pell-Gregory space class

value: Class 2

component

code: Pell-Gregory depth class

value: Depth B

" ] ; fhir:DomainResource.extension [ fhir:index 0 ; fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/fdi-tooth-number" ] ; fhir:Extension.valueCode [ fhir:value "38" ] ] ; 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 ; a sct:89362005 ; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ; fhir:Coding.code [ fhir:value "89362005" ] ; fhir:Coding.display [ fhir:value "Impacted tooth" ] ] ] ; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-beihilfe-01" ] ] ; fhir:Observation.effectiveDateTime [ fhir:value "2026-03-10T14:00:00+01:00"^^xsd:dateTime] ; fhir:Observation.performer [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/org-dental-mvz" ] ] ; fhir:Observation.bodySite [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/ex-tooth" ] ; fhir:Coding.code [ fhir:value "38" ] ; fhir:Coding.display [ fhir:value "38" ] ] ; fhir:CodeableConcept.text [ fhir:value "Zahn 38 — dritter unterer rechter Molar" ] ] ; fhir:Observation.component [ fhir:index 0 ; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; a sct:48205001 ; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ; fhir:Coding.code [ fhir:value "48205001" ] ] ; fhir:CodeableConcept.text [ fhir:value "Winter impaction angulation" ] ] ; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/winter-impaction-angulation" ] ; fhir:Coding.code [ fhir:value "mesioangular" ] ; fhir:Coding.display [ fhir:value "Mesioangular" ] ] ] ], [ fhir:index 1 ; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; a sct:127863009 ; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ; fhir:Coding.code [ fhir:value "127863009" ] ] ; fhir:CodeableConcept.text [ fhir:value "Pell-Gregory space class" ] ] ; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/pell-gregory-space" ] ; fhir:Coding.code [ fhir:value "2" ] ; fhir:Coding.display [ fhir:value "Class 2" ] ] ] ], [ fhir:index 2 ; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; a sct:128540008 ; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ; fhir:Coding.code [ fhir:value "128540008" ] ] ; fhir:CodeableConcept.text [ fhir:value "Pell-Gregory depth class" ] ] ; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/pell-gregory-depth" ] ; fhir:Coding.code [ fhir:value "B" ] ; fhir:Coding.display [ fhir:value "Depth B" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------