German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

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

: DiagnosticReport: Karies approximal Zahn 36 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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/karies-befund> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "karies-befund"] ;
  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 karies-befund</b></p><a name=\"karies-befund\"> </a><a name=\"hckaries-befund\"> </a><h2><span title=\"Codes:{http://loinc.org 18748-4}\">Diagnostische Bildgebung - Untersuchung</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Thomas Weber (official) Male, DoB: 1975-06-15</td></tr><tr><td>Relevant Time</td><td>2026-05-05 11:00:00+0200</td></tr><tr><td>Reported</td><td>2026-05-05 10:00:00+0000</td></tr></table><p><b>Report Details</b></p><p>Karies approximal Zahn 36, radiologisch gesichert. Dentinbeteiligung K02.1.</p></div>"
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:18748-4 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "18748-4" ] ;
       fhir:Coding.display [ fhir:value "Diagnostische Bildgebung - Untersuchung" ]
     ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
  ] ;
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2026-05-05T11:00:00+02:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.issued [ fhir:value "2026-05-05T10:00:00Z"^^xsd:dateTime] ;
  fhir:DiagnosticReport.conclusion [ fhir:value "Karies approximal Zahn 36, radiologisch gesichert. Dentinbeteiligung K02.1."] .

<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .

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

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