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

Generated Narrative: Observation ExampleProphylaxisObservationUnavailableSextant

status: Final

category: Dental

code: Oral hygiene status

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

effective: 2026-01-15 09:45:00+0100

performer: PractitionerRole Doctor

Components

-ExtensionCodeDataAbsentReason
*Community periodontal index of treatment needNot Applicable
" ] ; 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:364126007 ; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ; fhir:Coding.code [ fhir:value "364126007" ] ] ] ; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-beihilfe-01" ] ] ; fhir:Observation.effectiveDateTime [ fhir:value "2026-01-15T09:45:00+01:00"^^xsd:dateTime] ; fhir:Observation.performer [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "PractitionerRole/role-schoell-gibitzenhof" ] ] ; fhir:Observation.component [ fhir:index 0 ; fhir:Element.extension [ fhir:index 0 ; fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/psi-sextant" ] ; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/psi-sextant" ] ; fhir:Coding.code [ fhir:value "6" ] ] ] ] ; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; a sct:251309006 ; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ; fhir:Coding.code [ fhir:value "251309006" ] ] ] ; fhir:Observation.component.dataAbsentReason [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/data-absent-reason" ] ; fhir:Coding.code [ fhir:value "not-applicable" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------