German Practice Management FHIR Profiles (R4) - Local Development build (v0.71.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: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "karies-befund"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>When For</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>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:18748-4 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "18748-4" ] ;
fhir:display [ fhir:v "Diagnostische Bildgebung - Untersuchung" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/example-patient ;
fhir:reference [ fhir:v "Patient/example-patient" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2026-05-05T11:00:00+02:00"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2026-05-05T10:00:00Z"^^xsd:dateTime] ; #
fhir:conclusion [ fhir:v "Karies approximal Zahn 36, radiologisch gesichert. Dentinbeteiligung K02.1."] . #