German Dental FHIR Profiles (R4)
0.36.1 - trial-use DE

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

: Beispiel OPG-Röntgenbefundbericht - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleDentalImagingDiagnosticReport"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.cognovis.de/dental/StructureDefinition/dental-imaging-diagnostic-report"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/dental/StructureDefinition/dental-imaging-diagnostic-report>     ] )
  ] ; # 
  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 ExampleDentalImagingDiagnosticReport</b></p><a name=\"ExampleDentalImagingDiagnosticReport\"> </a><a name=\"hcExampleDentalImagingDiagnosticReport\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dental-imaging-diagnostic-report.html\">Zahnärztlicher Röntgenbefundbericht (DE)</a></p></div><h2><span title=\"Codes:{http://snomed.info/sct 4381000179102}\">Dental panoramic X-ray</span> (<span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/dental-category dental}\">Dental</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Friedrich Hartmann (official) Male, DoB: 1958-11-22</td></tr><tr><td>When For</td><td>2026-02-05</td></tr><tr><td>Reported</td><td>2026-02-05 14:30:00+0100</td></tr><tr><td>Performer</td><td> Dr. Max Mustermann, Zahnarzt</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-ExampleDentalFindingKnochenresorption.html\"><span title=\"Codes:{http://loinc.org 8704-9}\">Physical findings of Mouth and Throat and Teeth</span></a> (<span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/tooth-identification-fdi 36}\">Zahn 36 — erster unterer linker Molar</span>)</td><td><span title=\"Codes:{http://snomed.info/sct 427936003}\">Lokalisierter Knochenabbau — 4mm vertikal</span></td><td>Final</td><td>2026-02-05 22:20:00+0100</td></tr></table><p>OPG vom 05.02.2026: Generalisierte chronische Parodontitis mit horizontalem Knochenabbau bis 1/3 der Wurzellänge im Seitenzahnbereich bilateral. Keine apikalen Aufhellungen sichtbar. Kieferhöhlen regelrecht dargestellt. Empfehlung: PAR-Behandlung einleiten.</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "https://fhir.cognovis.de/dental/CodeSystem/dental-category"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/dental/CodeSystem/dental-category>       ] ;
fhir:code [ fhir:v "dental" ] ;
fhir:display [ fhir:v "Dental" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:4381000179102 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "4381000179102" ] ;
fhir:display [ fhir:v "Dental panoramic X-ray" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/pat-beihilfe-01 ;
fhir:reference [ fhir:v "Patient/pat-beihilfe-01" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2026-02-05"^^xsd:date
  ] ; # 
  fhir:issued [ fhir:v "2026-02-05T14:30:00+01:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:display [ fhir:v "Dr. Max Mustermann, Zahnarzt" ]
  ] ) ; # 
  fhir:result ( [
fhir:l fhir:Observation/ExampleDentalFindingKnochenresorption ;
fhir:reference [ fhir:v "Observation/ExampleDentalFindingKnochenresorption" ]
  ] ) ; # 
  fhir:imagingStudy ( [
fhir:l fhir:ImagingStudy/ExampleDentalImagingStudy ;
fhir:reference [ fhir:v "ImagingStudy/ExampleDentalImagingStudy" ]
  ] ) ; # 
  fhir:conclusion [ fhir:v "OPG vom 05.02.2026: Generalisierte chronische Parodontitis mit horizontalem Knochenabbau bis 1/3 der Wurzellänge im Seitenzahnbereich bilateral. Keine apikalen Aufhellungen sichtbar. Kieferhöhlen regelrecht dargestellt. Empfehlung: PAR-Behandlung einleiten."] . #