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

Generated Narrative: Observation ExampleBoneSiteObservation

status: Final

category: Dental

code: Bone structure of jaw

subject: Klaus Bergmann (official) (no stated gender), DoB: 1962-04-17 ( Krankenversichertennummer)

effective: 2026-02-15 10:30:00+0100

performer: Organization Demo-Zahnarztpraxis MVZ Nürnberg

bodySite: Maxilla anterior (implant site)

component

code: Lekholm-Zarb bone shape

value: Complete alveolar bone atrophy

component

code: Lekholm-Zarb bone quality

value: Thin cortex surrounding dense cancellous bone

" ] ; 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:113192009 ; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ; fhir:Coding.code [ fhir:value "113192009" ] ; fhir:Coding.display [ fhir:value "Bone structure of jaw" ] ] ] ; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-gkv-01" ] ] ; fhir:Observation.effectiveDateTime [ fhir:value "2026-02-15T10:30: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 "21" ] ; fhir:Coding.display [ fhir:value "21" ] ] ; fhir:CodeableConcept.text [ fhir:value "Maxilla anterior (implant site)" ] ] ; 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/pa-befund-type" ] ; fhir:Coding.code [ fhir:value "bone-shape" ] ] ; fhir:CodeableConcept.text [ fhir:value "Lekholm-Zarb bone shape" ] ] ; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/lekholm-zarb-jawbone-shape" ] ; fhir:Coding.code [ fhir:value "C" ] ; fhir:Coding.display [ fhir:value "Complete alveolar bone atrophy" ] ] ] ], [ fhir:index 1 ; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/pa-befund-type" ] ; fhir:Coding.code [ fhir:value "bone-quality" ] ] ; fhir:CodeableConcept.text [ fhir:value "Lekholm-Zarb bone quality" ] ] ; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/lekholm-zarb-jawbone-quality" ] ; fhir:Coding.code [ fhir:value "3" ] ; fhir:Coding.display [ fhir:value "Thin cortex surrounding dense cancellous bone" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------