OpenELIS GLOBAL2 Implementation Guide
0.1.0 - ci-build

OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: OpenElis Task Example - XML Representation

Raw xml | Download



<Task xmlns="http://hl7.org/fhir">
  <id value="49ef249a-3a8b-49e3-9e16-7e56e92d0c77"/>
  <meta>
    <profile
             value="http://i-tech-uw.github.io/openelis-global-ig/StructureDefinition/openelis-task"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Task</b><a name="49ef249a-3a8b-49e3-9e16-7e56e92d0c77"> </a></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 &quot;49ef249a-3a8b-49e3-9e16-7e56e92d0c77&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-openelis-task.html">OpenElis Task</a></p></div><p><b>basedOn</b>: <a href="ServiceRequest-OpenElisServiceRequestExample.html">ServiceRequest/OpenElisServiceRequestExample</a></p><p><b>status</b>: in-progress</p><p><b>intent</b>: order</p><p><b>for</b>: <a href="Patient-329f09da-0fc9-419d-9575-ace68954426A.html">Patient/329f09da-0fc9-419d-9575-ace68954426A</a> &quot; MUTESA&quot;</p><p><b>authoredOn</b>: 2023-02-03</p><p><b>owner</b>: <a href="Practitioner-f185bb76-c298-4671-9be3-ccc94c0a9868.html">Practitioner/f185bb76-c298-4671-9be3-ccc94c0a9868</a> &quot; MUTESASIRA&quot;</p><h3>Outputs</h3><table class="grid"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>DiagnosticReport <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></td><td><a href="DiagnosticReport-OpenElisDiagnosticReportExample.html">DiagnosticReport/OpenElisDiagnosticReportExample</a></td></tr></table></div>
  </text>
  <basedOn>
    <reference value="ServiceRequest/OpenElisServiceRequestExample"/>
  </basedOn>
  <status value="in-progress"/>
  <intent value="order"/>
  <for>
    <reference value="Patient/329f09da-0fc9-419d-9575-ace68954426A"/>
  </for>
  <authoredOn value="2023-02-03"/>
  <owner>
    <reference value="Practitioner/f185bb76-c298-4671-9be3-ccc94c0a9868"/>
  </owner>
  <output>
    <type>
      <text value="DiagnosticReport"/>
    </type>
    <valueReference>
      <reference value="DiagnosticReport/OpenElisDiagnosticReportExample"/>
    </valueReference>
  </output>
</Task>