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

Generated Narrative: Observation ExampleProsthesisBaseFracture

status: Final

category: Dental

code: Prosthetic device finding

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

focus: Device: identifier = https://example-dental-practice.de/device#PROSTHESIS-2024-017; status = active; type = Teilprothese

effective: 2026-07-27

performer: Organization Demo-Zahnarztpraxis MVZ Nürnberg

value: Prosthesis base fracture

" ] ; 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/dental-assessment-type" ] ; fhir:Coding.code [ fhir:value "prosthetic-device-finding" ] ] ] ; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-beihilfe-01" ] ] ; fhir:Observation.focus [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "Device/ExampleRemovableProsthesis" ] ] ; fhir:Observation.effectiveDateTime [ fhir:value "2026-07-27"^^xsd:date] ; fhir:Observation.performer [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/org-dental-mvz" ] ] ; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/prosthetic-device-finding" ] ; fhir:Coding.code [ fhir:value "base-fracture" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------