Botswana Laboratory HIE Workflow Implementation Guide
0.2.0 - ci-build

Botswana Laboratory HIE Workflow Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: Laboratory DiagnosticReport - XML Representation

Raw xml | Download



<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="example-bw-ipms-diagnostic-report"/>
  <meta>
    <profile
             value="http://b-techbw.github.io/bw-lab-ig/StructureDefinition/bw-lab-diagnostic-report"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2><span title="Codes: {L COVID}">SARS-CoV-2 PCR</span> (<span title="Codes: ">LAB</span>) </h2><table class="grid"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2021-06-03T14:00:00Z</td></tr><tr><td>Identifier:</td><td> FILL: ?ngen-9?</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></tr><tr><td><a href="Observation-example-bw-ipms-obs-1.html"><span title="Codes: {L COVID}">SARS-CoV-2 PCR</span></a></td><td>INCONCLUSIVE</td><td><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}">Normal</span></td><td>2021-06-10T15:49:00Z</td></tr><tr><td><a href="Observation-example-bw-ipms-obs-2.html"><span title="Codes: {L S-Cov-2-RVW}">SARS-CoV-2 PCR REVIEW</span></a></td><td>.</td><td><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}">Normal</span></td><td>2021-06-10T15:49:00Z</td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <code value="FILL"/>
      </coding>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
      </coding>
    </type>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <code value="LAB"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="L"/>
      <code value="COVID"/>
      <display value="SARS-CoV-2 PCR"/>
    </coding>
  </code>
  <subject>
    <reference value="example-ipms-patient"/>
    <type value="Patient"/>
  </subject>
  <effectiveDateTime value="2021-06-03T14:00:00.000Z"/>
  <result>
    <reference value="Observation/example-bw-ipms-obs-1"/>
    <type value="Observation"/>
  </result>
  <result>
    <reference value="Observation/example-bw-ipms-obs-2"/>
    <type value="Observation"/>
  </result>
</DiagnosticReport>