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 - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "ExampleDentalImagingDiagnosticReport",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/dental/StructureDefinition/dental-imaging-diagnostic-report"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.cognovis.de/dental/CodeSystem/dental-category",
          "code" : "dental",
          "display" : "Dental"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "4381000179102",
        "display" : "Dental panoramic X-ray"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-beihilfe-01"
  },
  "effectiveDateTime" : "2026-02-05",
  "issued" : "2026-02-05T14:30:00+01:00",
  "performer" : [
    {
      "display" : "Dr. Max Mustermann, Zahnarzt"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/ExampleDentalFindingKnochenresorption"
    }
  ],
  "imagingStudy" : [
    {
      🔗 "reference" : "ImagingStudy/ExampleDentalImagingStudy"
    }
  ],
  "conclusion" : "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."
}