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

Raw xml | Download


<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="example-diagnosticreport-lab-1"/>
  <meta>
    <source value="Postman"/>
    <profile
             value="http://fhir.hie.moh.gov.my/StructureDefinition/DiagnosticReport-my-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <identifier>
    <system value="http://fhir.hie.moh.gov.my/sid/barcode"/>
    <value value="UAT0000000021"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core"/>
      <code value="108252007"/>
      <display value="Laboratory Procedure"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="58410-2"/>
      <display value="Full Blood Count (FBC)"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/ROS-21"/>
  </subject>
  <encounter>
    <reference value="Encounter/ROS-ENC-21"/>
  </encounter>
  <effectiveDateTime value="2022-10-11T11:48:54+08:00"/>
  <issued value="2022-10-11T11:48:54+08:00"/>
  <resultsInterpreter>
    <reference
               value="PractitionerRole/ac4d23e5-4a9e-4589-ae3e-94a4e475a0a2/_history/5"/>
    <display value="MODYA"/>
  </resultsInterpreter>
  <conclusion value="Remark diagnostic report goes here"/>
</DiagnosticReport>