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

Generated Narrative: Observation ExampleRoutineBefund

status: Final

category: Dental

code: Zahnstein

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

encounter: Encounter/enc-dental-01

effective: 2026-02-10 09:00:00+0100

performer: Organization Demo-Zahnarztpraxis MVZ Nürnberg

value: Initial comprehensive examination completed. Patient in good general oral health with minor findings documented separately.

" ] ; 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/bema-01-mindestpflicht-befund" ] ; fhir:Coding.code [ fhir:value "zst" ] ; fhir:Coding.display [ fhir:value "Zahnstein" ] ] ] ; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-gkv-01" ] ] ; fhir:Observation.encounter [ fhir:link ; fhir:Reference.reference [ fhir:value "Encounter/enc-dental-01" ] ] ; fhir:Observation.effectiveDateTime [ fhir:value "2026-02-10T09:00:00+01:00"^^xsd:dateTime] ; fhir:Observation.performer [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/org-dental-mvz" ] ] ; fhir:Observation.valueString [ fhir:value "Initial comprehensive examination completed. Patient in good general oral health with minor findings documented separately."] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------