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

Generated Narrative: Observation ExampleRadiographicBoneLoss

status: Final

category: Dental

code: Alveolar bone loss

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

effective: 2026-02-05 11:00:00+0100

performer: PractitionerRole Doctor

value: 40 % (Details: UCUM code% = 'percent')

bodySite: 16

component

code: Patient age at measurement

value: 60

component

code: Bone loss per age

value: 40 % (Details: UCUM code% = 'percent')/60 years (Details: UCUM codea = 'year')

" ] ; 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:109706009 ; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ; fhir:Coding.code [ fhir:value "109706009" ] ] ] ; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-beihilfe-01" ] ] ; fhir:Observation.effectiveDateTime [ fhir:value "2026-02-05T11:00:00+01:00"^^xsd:dateTime] ; fhir:Observation.performer [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "PractitionerRole/role-schoell-gibitzenhof" ] ] ; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "40"^^xsd:decimal ] ; fhir:Quantity.unit [ fhir:value "%" ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "%" ] ] ; 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 "16" ] ] ] ; 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 "patient-age-at-measurement" ] ] ] ; fhir:Observation.component.valueInteger [ fhir:value "60"^^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/pa-befund-type" ] ; fhir:Coding.code [ fhir:value "bone-loss-per-age" ] ] ] ; fhir:Observation.component.valueRatio [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "40"^^xsd:decimal ] ; fhir:Quantity.unit [ fhir:value "%" ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "%" ] ] ; fhir:Ratio.denominator [ fhir:Quantity.value [ fhir:value "60"^^xsd:decimal ] ; fhir:Quantity.unit [ fhir:value "years" ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "a" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------