EMR-LIS Implementation Guide
0.2.0 - ci-build

EMR-LIS Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: EMR-LIS Requested Lab Task - XML Representation

Raw xml | Download



<Task xmlns="http://hl7.org/fhir">
  <id value="example-emr-lis-task-requested"/>
  <meta>
    <profile
             value="http://i-tech-uw.github.io/emr-lis-ig/StructureDefinition/emr-lab-task"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 88ffa7fb-0419-4097-8b45-24f0d843c5ea</p><p><b>basedOn</b>: </p><ul><li><a href="ServiceRequest-example-emr-lis-service-request-1.html">Generated Summary: status: active; intent: order; <span title="Codes: {http://loinc.org 14682-9}">14682-9</span></a></li><li><a href="ServiceRequest-example-emr-lis-service-request-2.html">Generated Summary: status: active; intent: order; <span title="Codes: {http://loinc.org 14682-9}">14682-9</span></a></li></ul><p><b>status</b>: requested</p><p><b>intent</b>: order</p><p><b>for</b>: <a href="Patient-example-emr-lis-patient.html">Generated Summary: iSantePlus ID: 10012R (OFFICIAL); active; moses Mutesa ; gender: female; birthDate: 1988-03-02; </a></p><p><b>authoredOn</b>: 2021-05-20</p><p><b>owner</b>: <a href="Practitioner-example-emr-lis-practitioner.html">Generated Summary: id: 1000AX; Moses Mutesa</a></p></div>
  </text>
  <identifier>
    <system value="http://isanteplus.org/ext/task/identifier"/>
    <value value="88ffa7fb-0419-4097-8b45-24f0d843c5ea"/>
  </identifier>
  <basedOn>
    <reference value="ServiceRequest/example-emr-lis-service-request-1"/>
    <type value="ServiceRequest"/>
  </basedOn>
  <basedOn>
    <reference value="ServiceRequest/example-emr-lis-service-request-2"/>
    <type value="ServiceRequest"/>
  </basedOn>
  <status value="requested"/>
  <intent value="order"/>
  <for>
    <reference value="Patient/example-emr-lis-patient"/>
  </for>
  <authoredOn value="2021-05-20"/>
  <owner>
    <reference value="Practitioner/example-emr-lis-practitioner"/>
  </owner>
</Task>