Zimbabwe Laboratory Ordering and Results IG
0.1.0 - ci-build Zimbabwe (ZWE)

Zimbabwe Laboratory Ordering and Results IG, published by MOH Zimbabwe. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mohcc/fhir-zw-lab-ig/ and changes regularly. See the Directory of published versions

: Example — Viral Load Plasma Service Request - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="example-zw-service-request-vl"/>
  <meta>
    <profile
             value="http://mohcc.gov.zw/fhir/lab/StructureDefinition/zw-lab-service-request"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest example-zw-service-request-vl</b></p><a name="example-zw-service-request-vl"> </a><a name="hcexample-zw-service-request-vl"> </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="StructureDefinition-zw-lab-service-request.html">ZW Lab Service Request</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title="Codes:{http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-lab-tests LTT0013}">Viral Load Plasma</span></p><p><b>subject</b>: <a href="Patient-example-zw-lab-patient.html">Rutendo Moyo  Female, DoB: 1988-04-15 ( http://mohcc.gov.zw/fhir/lab/identifier/ehr-patient-id#EHR-ZW-00123)</a></p><p><b>authoredOn</b>: 2024-03-15 08:00:00+0200</p><p><b>locationReference</b>: <a href="Location-example-order-facility.html">Location Harare City Health Clinic</a></p><p><b>reasonCode</b>: <span title="Codes:{http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-reason-for-test routine}">Routine</span></p><p><b>specimen</b>: <a href="Specimen-example-zw-specimen-plasma.html">Specimen: identifier = http://mohcc.gov.zw/fhir/lab/identifier/client-sample-id#ZW-SPEC-2024-00456; status = available; type = Blood Plasma</a></p></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <code>
    <coding>
      <system value="http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-lab-tests"/>
      <code value="LTT0013"/>
      <display value="Viral Load Plasma"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example-zw-lab-patient"/>
  </subject>
  <authoredOn value="2024-03-15T08:00:00+02:00"/>
  <locationReference>🔗 
    <reference value="Location/example-order-facility"/>
  </locationReference>
  <reasonCode>
    <coding>
      <system
              value="http://mohcc.gov.zw/fhir/lab/CodeSystem/zw-reason-for-test"/>
      <code value="routine"/>
      <display value="Routine"/>
    </coding>
  </reasonCode>
  <specimen>🔗 
    <reference value="Specimen/example-zw-specimen-plasma"/>
  </specimen>
</ServiceRequest>