MyHealth@Eu Patient Summary
1.0.0-ci-build - ci-build 150

MyHealth@Eu Patient Summary - Local Development build (v1.0.0-ci-build) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Diagnostic Report EPS Example - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "ObservationRadiologyExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/eps/StructureDefinition/diagnosticReport-eu-eps"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport ObservationRadiologyExample</b></p><a name=\"ObservationRadiologyExample\"> </a><a name=\"hcObservationRadiologyExample\"> </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=\"http://hl7.eu/fhir/eps/xtehr/StructureDefinition-diagnosticReport-eu-eps.html\">DiagnosticReport (EPS)</a></p></div><h2><span title=\"Codes:{http://loinc.org 58410-2}\">CBC panel - Blood by Automated count</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</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>2025-02-10 09:30:00+0100</td></tr><tr><td>Reported</td><td>2025-02-10 11:00:00+0100</td></tr><tr><td>Performer</td><td> <a href=\"Bundle-BundleExampleEps.html#urn-uuid-ff4d98d1-69c9-43db-896e-58d11c15662c\">Organization University Hospital Berlin</a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td colspan=\"2\"><i>The observation 'Observation/hb-result' could not be resolved</i></td></tr><tr><td colspan=\"2\"><i>The observation 'Observation/wbc-result' could not be resolved</i></td></tr></table><p>Blood count within normal limits.</p><p><b>Coded Conclusions:</b></p><ul><li><span title=\"Codes:{http://snomed.info/sct 166717003}\">Serum creatinine raised</span></li></ul></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "LAB"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "58410-2"
      }
    ]
  },
  "subject" : {
    "reference" : "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "effectiveDateTime" : "2025-02-10T09:30:00+01:00",
  "issued" : "2025-02-10T11:00:00+01:00",
  "performer" : [
    {
      "reference" : "urn:uuid:ff4d98d1-69c9-43db-896e-58d11c15662c"
    }
  ],
  "result" : [
    {
      "reference" : "Observation/hb-result"
    },
    {
      "reference" : "Observation/wbc-result"
    }
  ],
  "conclusion" : "Blood count within normal limits.",
  "conclusionCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "166717003"
        }
      ]
    }
  ],
  "presentedForm" : [
    {
      "contentType" : "application/pdf",
      "url" : "https://example.org/reports/cbc-report.pdf",
      "title" : "Laboratory Report"
    }
  ]
}