HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-diagnosticreport-lab-1 - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "example-diagnosticreport-lab-1",
  "meta" : {
    "source" : "Postman",
    "profile" : [
      🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/DiagnosticReport-my-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport example-diagnosticreport-lab-1</b></p><a name=\"example-diagnosticreport-lab-1\"> </a><a name=\"hcexample-diagnosticreport-lab-1\"> </a><a name=\"example-diagnosticreport-lab-1-en-US\"> </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\">Information Source: Postman</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DiagnosticReport-my-core.html\">DiagnosticReport (MY Core)</a></p></div><h2><span title=\"Codes:{http://loinc.org 58410-2}\">Full Blood Count (FBC)</span> (<span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core 108252007}\">Laboratory Procedure</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2022-10-11 11:48:54+0800</td></tr><tr><td>Reported</td><td>2022-10-11 11:48:54+0800</td></tr><tr><td>Identifier</td><td> <code>http://fhir.hie.moh.gov.my/sid/barcode</code>/UAT0000000021</td></tr></table><p><b>Report Details</b></p><p>Remark diagnostic report goes here</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.hie.moh.gov.my/sid/barcode",
      "value" : "UAT0000000021"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core",
          "code" : "108252007",
          "display" : "Laboratory Procedure"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "58410-2",
        "display" : "Full Blood Count (FBC)"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/ROS-21"
  },
  "encounter" : {
    "reference" : "Encounter/ROS-ENC-21"
  },
  "effectiveDateTime" : "2022-10-11T11:48:54+08:00",
  "issued" : "2022-10-11T11:48:54+08:00",
  "resultsInterpreter" : [
    {
      "reference" : "PractitionerRole/ac4d23e5-4a9e-4589-ae3e-94a4e475a0a2/_history/5",
      "display" : "MODYA"
    }
  ],
  "conclusion" : "Remark diagnostic report goes here"
}