@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:DiagnosticReport ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ExampleSleepAssessmentReport"] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "

Generated Narrative: DiagnosticReport ExampleSleepAssessmentReport

Sleep-medicine assessment report

SubjectCharlotte von Hohenstein (official) Female, DoB: 1975-09-03
Relevant Time2026-07-10
Reported2026-07-11 09:00:00+0200

Report Details

Assessment evidence available for clinical review.

" ] ; fhir:DiagnosticReport.status [ fhir:value "final"] ; fhir:DiagnosticReport.code [ fhir:CodeableConcept.text [ fhir:value "Sleep-medicine assessment report" ] ] ; fhir:DiagnosticReport.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-pkv-01" ] ] ; fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2026-07-10"^^xsd:date] ; fhir:DiagnosticReport.issued [ fhir:value "2026-07-11T09:00:00+02:00"^^xsd:dateTime] ; fhir:DiagnosticReport.conclusion [ fhir:value "Assessment evidence available for clinical review."] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------