Laboratory Workflows Implementation Guide
0.3.0 - ci-build

Laboratory Workflows Implementation Guide - Local Development build (v0.3.0). See the Directory of published versions

: Lab Order Task - Requested - XML Representation

Raw xml | Download



<Task xmlns="http://hl7.org/fhir">
  <id value="example-laboratory-task-requested"/>
  <meta>
    <profile
             value="http://i-tech-uw.github.io/laboratory-workflows-ig/StructureDefinition/laboratory-task"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Task</b></p><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">Resource Task "example-laboratory-task-requested" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-laboratory-task.html">Laboratory Workflow Task Resource</a></p></div><p><b>identifier</b>: id: 88ffa7fb-0419-4097-8b45-24f0d843c5ea</p><p><b>basedOn</b>: </p><ul><li><a href="ServiceRequest-example-laboratory-service-request-panel.html">ServiceRequest/example-laboratory-service-request-panel</a></li><li><a href="ServiceRequest-example-laboratory-service-request.html">ServiceRequest/example-laboratory-service-request</a></li></ul><p><b>status</b>: requested</p><p><b>intent</b>: order</p><p><b>for</b>: <a href="Patient-example-laboratory-patient.html">Patient/example-laboratory-patient</a> " MUTESA"</p><p><b>authoredOn</b>: 2021-05-20</p><p><b>owner</b>: <a href="Practitioner-example-laboratory-practitioner.html">Practitioner/example-laboratory-practitioner</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-laboratory-service-request-panel"/>
    <type value="ServiceRequest"/>
  </basedOn>
  <basedOn>
    <reference value="ServiceRequest/example-laboratory-service-request"/>
    <type value="ServiceRequest"/>
  </basedOn>
  <status value="requested"/>
  <intent value="order"/>
  <for>
    <reference value="Patient/example-laboratory-patient"/>
  </for>
  <authoredOn value="2021-05-20"/>
  <owner>
    <reference value="Practitioner/example-laboratory-practitioner"/>
  </owner>
</Task>