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

Raw json | Download

{
  "resourceType" : "ImagingStudy",
  "id" : "ExampleDentalImagingStudy",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/dental/StructureDefinition/dental-imaging-study"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy ExampleDentalImagingStudy</b></p><a name=\"ExampleDentalImagingStudy\"> </a><a name=\"hcExampleDentalImagingStudy\"> </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-study.html\">Zahnärztliche Röntgendiagnostik (DE)</a></p></div><p><b>identifier</b>: <code>https://example-dental-practice.de/pacs</code>/OPG-2026-0042</p><p><b>status</b>: Available</p><p><b>subject</b>: <a href=\"Patient-pat-beihilfe-01.html\">Friedrich Hartmann (official) Male, DoB: 1958-11-22</a></p><p><b>started</b>: 2026-02-05 22:20:00+0100</p><p><b>numberOfSeries</b>: 1</p><p><b>numberOfInstances</b>: 1</p><p><b>reasonCode</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm K05.31}\">Chronische Parodontitis, generalisiert</span></p><blockquote><p><b>series</b></p><p><b>uid</b>: 1.2.276.0.7230010.3.1.4.2026020522200001</p><p><b>number</b>: 1</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-PX\">DICOM: PX</a> (Panoramic X-Ray)</p><p><b>description</b>: OPG Gesamtkiefer — Panoramaschichtaufnahme</p><p><b>numberOfInstances</b>: 1</p><h3>Instances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>SopClass</b></td><td><b>Number</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>1.2.276.0.7230010.3.1.4.2026020522200001.1</td><td>unknown: urn:oid:1.2.840.10008.5.1.4.1.1.1 (Computed Radiography Image Storage)</td><td>1</td><td>OPG 2026-02-05 — Hartmann Friedrich</td></tr></table></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "https://example-dental-practice.de/pacs",
      "value" : "OPG-2026-0042"
    }
  ],
  "status" : "available",
  "subject" : {
    🔗 "reference" : "Patient/pat-beihilfe-01"
  },
  "started" : "2026-02-05T22:20:00+01:00",
  "numberOfSeries" : 1,
  "numberOfInstances" : 1,
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
          "code" : "K05.31",
          "display" : "Chronische Parodontitis, generalisiert"
        }
      ]
    }
  ],
  "series" : [
    {
      "uid" : "1.2.276.0.7230010.3.1.4.2026020522200001",
      "number" : 1,
      "modality" : {
        "system" : "http://dicom.nema.org/resources/ontology/DCM",
        "code" : "PX",
        "display" : "Panoramic X-Ray"
      },
      "description" : "OPG Gesamtkiefer — Panoramaschichtaufnahme",
      "numberOfInstances" : 1,
      "instance" : [
        {
          "uid" : "1.2.276.0.7230010.3.1.4.2026020522200001.1",
          "sopClass" : {
            "system" : "urn:ietf:rfc:3986",
            "code" : "urn:oid:1.2.840.10008.5.1.4.1.1.1",
            "display" : "Computed Radiography Image Storage"
          },
          "number" : 1,
          "title" : "OPG 2026-02-05 — Hartmann Friedrich"
        }
      ]
    }
  ]
}