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

Generated Narrative: Observation ExampleGingivaRecession

FDI Zahnnummer: 34

status: Final

category: Dental

code: Physical findings of Mouth and Throat and Teeth

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

effective: 2026-02-20 11:45:00+0100

performer: Organization Demo-Zahnarztpraxis MVZ Nürnberg

bodySite: Zahn 34 — Eckzahn unterer linker

component

code: Miller gingival recession class

value: Class III

component

code: Cairo gingival recession type

value: Type RT2

" ] ; 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 "34" ] ] ; 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 loinc:8704-9 ; fhir:Coding.system [ fhir:value "http://loinc.org" ] ; fhir:Coding.code [ fhir:value "8704-9" ] ; fhir:Coding.display [ fhir:value "Physical findings of Mouth and Throat and Teeth" ] ] ] ; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-beihilfe-01" ] ] ; fhir:Observation.effectiveDateTime [ fhir:value "2026-02-20T11:45: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 "34" ] ; fhir:Coding.display [ fhir:value "34" ] ] ; fhir:CodeableConcept.text [ fhir:value "Zahn 34 — Eckzahn unterer linker" ] ] ; fhir:Observation.component [ fhir:index 0 ; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; a sct:6288001 ; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ; fhir:Coding.code [ fhir:value "6288001" ] ] ; fhir:CodeableConcept.text [ fhir:value "Miller gingival recession class" ] ] ; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/miller-gingival-recession-1985" ] ; fhir:Coding.code [ fhir:value "III" ] ; fhir:Coding.display [ fhir:value "Class III" ] ] ] ], [ fhir:index 1 ; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; a sct:6288001 ; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ; fhir:Coding.code [ fhir:value "6288001" ] ] ; fhir:CodeableConcept.text [ fhir:value "Cairo gingival recession type" ] ] ; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/cairo-gingival-recession-2011" ] ; fhir:Coding.code [ fhir:value "RT2" ] ; fhir:Coding.display [ fhir:value "Type RT2" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------