German Dental FHIR Profiles (R4)
0.41.6 - trial-use Germany

German Dental FHIR Profiles (R4) - Local Development build (v0.41.6) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Available Sleep-Medicine Assessment - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/DiagnosticReport/ExampleSleepAssessmentReport> 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 "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport ExampleSleepAssessmentReport</b></p><a name=\"ExampleSleepAssessmentReport\"> </a><a name=\"hcExampleSleepAssessmentReport\"> </a><h2><span title=\"Codes:\">Sleep-medicine assessment report</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Charlotte von Hohenstein (official) Female, DoB: 1975-09-03</td></tr><tr><td>Relevant Time</td><td>2026-07-10</td></tr><tr><td>Reported</td><td>2026-07-11 09:00:00+0200</td></tr></table><p><b>Report Details</b></p><p>Assessment evidence available for clinical review.</p></div>"
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.text [ fhir:value "Sleep-medicine assessment report" ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-pkv-01> ;
     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."] .

<http://hl7.org/fhir/Patient/pat-pkv-01> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/DiagnosticReport/ExampleSleepAssessmentReport.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DiagnosticReport/ExampleSleepAssessmentReport.ttl> .