MyHealth@Eu Medical Imaging Report
0.0.1 - ci-build 150

MyHealth@Eu Medical Imaging Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Imaging Diagnostic Report - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "ExampleDiagnosticReportImg",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ehdsi.eu/imaging/StructureDefinition/diagnosticReport-img-myhealtheu"
    ]
  },
  "language" : "en-IE",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-IE\" lang=\"en-IE\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport ExampleDiagnosticReportImg</b></p><a name=\"ExampleDiagnosticReportImg\"> </a><a name=\"hcExampleDiagnosticReportImg\"> </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\">Language: en-IE</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-diagnosticReport-img-myhealtheu.html\">DiagnosticReport: Imaging</a></p></div><h2><span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span> (<span title=\"Codes:{http://loinc.org 18748-4}\">Diagnostic imaging study</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>John Albertus Doe  Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976\u00a0(use:\u00a0official,\u00a0))</td></tr><tr><td>When For</td><td>2024-11-10 14:30:00+0100</td></tr><tr><td>Performer</td><td> <a href=\"PractitionerRole-b975ec26-4ecf-4588-9fa2-afbb0d9fc530.html\">PractitionerRole Medical Doctors</a></td></tr><tr><td>Identifier</td><td> <code>http://example.org/fhir/imaging-report</code>/IMG-REP-987654</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><td><b>Reported</b></td></tr><tr><td><a href=\"Observation-ExampleObservationResultsImg.html\"><span title=\"Codes:{http://loinc.org 100915-8}\">Burr cells [Presence] in Body fluid by Light microscopy</span></a></td><td><span title=\"Codes:{http://snomed.info/sct 17621005}\">Normal</span></td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></td><td>2024-06-01 14:30:00+0000</td><td>2024-06-01 15:00:00+0000</td></tr></table><p>No evidence of acute intracranial pathology.</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition",
      "valueReference" : {
        🔗 "reference" : "Composition/ExampleCompositionImg"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://example.org/fhir/imaging-report",
      "value" : "IMG-REP-987654"
    }
  ],
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/ExampleServiceRequestImg",
      "identifier" : {
        "type" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
              "code" : "ACSN"
            }
          ]
        },
        "system" : "http://example.org/fhir/accession",
        "value" : "ACC-12345"
      }
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "18748-4",
          "display" : "Diagnostic imaging study"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11502-2",
        "display" : "Laboratory report"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "effectiveDateTime" : "2024-11-10T14:30:00+01:00",
  "performer" : [
    {
      🔗 "reference" : "PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530"
    }
  ],
  "resultsInterpreter" : [
    {
      🔗 "reference" : "PractitionerRole/ExampleRadiologistRoleImg"
    }
  ],
  "specimen" : [
    {
      "reference" : "Specimen/ExampleSpecimen"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/ExampleObservationResultsImg"
    }
  ],
  "imagingStudy" : [
    {
      🔗 "reference" : "ImagingStudy/ExampleImagingStudyImg"
    }
  ],
  "conclusion" : "No evidence of acute intracranial pathology.",
  "presentedForm" : [
    {
      "contentType" : "application/pdf",
      "language" : "en",
      "url" : "http://example.org/fhir/Binary/report123",
      "title" : "Imaging Report PDF"
    }
  ]
}