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

Generated Narrative: Observation ExamplePulpSensibilityObservation36

status: Final

category: Dental

code: Pulp sensibility assessment

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

effective: 2026-07-27

performer: Organization Demo-Zahnarztpraxis MVZ Nürnberg

bodySite: 36

component

code: Cold test

value: Lingering response

component

code: Electric pulp test

value: Normal response

" ] ; 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 "pulp-sensibility-assessment" ] ] ] ; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-beihilfe-01" ] ] ; 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.bodySite [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/ex-tooth" ] ; fhir:Coding.code [ fhir:value "36" ] ] ] ; 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/pulp-sensibility-component" ] ; fhir:Coding.code [ fhir:value "cold-test" ] ] ] ; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/pulp-sensibility-response" ] ; fhir:Coding.code [ fhir:value "lingering-response" ] ] ] ], [ fhir:index 1 ; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/pulp-sensibility-component" ] ; fhir:Coding.code [ fhir:value "electric-pulp-test" ] ] ] ; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/pulp-sensibility-response" ] ; fhir:Coding.code [ fhir:value "normal-response" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------