<?xml version="1.0" encoding="UTF-8"?>

<Task xmlns="http://hl7.org/fhir">
  <id value="ExampleTask"/>
  <meta>
    <profile value="https://projo.evoleen.com/fhir/StructureDefinition/projo-task"/>
  </meta>
  <text>
    <status value="extensions"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Task ExampleTask</b></p><a name="ExampleTask"> </a><a name="hcExampleTask"> </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-projo-task.html">Projo Task</a></p></div><p><b>Delivery Time</b>: 2024-01-15 09:00:30+0000</p><p><b>basedOn</b>: <a href="CarePlan/example-careplan">CarePlan/example-careplan</a></p><p><b>status</b>: In Progress</p><p><b>businessStatus</b>: <span title="Codes:{https://projo.evoleen.com/fhir/CodeSystem/task-business-status waiting-for-delivery}">Waiting for delivery</span></p><p><b>intent</b>: order</p><p><b>for</b>: <a href="Patient/example-patient">Patient/example-patient</a></p><h3>Restrictions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Period</b></td></tr><tr><td style="display: none">*</td><td>2024-01-15 09:00:00+0000 --&gt; 2024-01-16 09:00:00+0000</td></tr></table><h3>Inputs</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{https://projo.evoleen.com/fhir/CodeSystem/task-output communication-request}">CommunicationRequest</span></td><td><a href="Questionnaire/example-questionnaire">Questionnaire/example-questionnaire</a></td></tr></table><h3>Outputs</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{https://projo.evoleen.com/fhir/CodeSystem/task-output communication-request}">CommunicationRequest</span></td><td><a href="CommunicationRequest/example-outbound-cr">CommunicationRequest/example-outbound-cr</a></td></tr></table></div>
  </text>
  <extension url="https://projo.evoleen.com/fhir/StructureDefinition/delivery-time">
    <valueDateTime value="2024-01-15T09:00:30Z"/>
  </extension>
  <basedOn>
    <reference value="CarePlan/example-careplan"/>
  </basedOn>
  <status value="in-progress"/>
  <businessStatus>
    <coding>
      <system value="https://projo.evoleen.com/fhir/CodeSystem/task-business-status"/>
      <code value="waiting-for-delivery"/>
    </coding>
  </businessStatus>
  <intent value="order"/>
  <for>
    <reference value="Patient/example-patient"/>
  </for>
  <restriction>
    <period>
      <start value="2024-01-15T09:00:00Z"/>
      <end value="2024-01-16T09:00:00Z"/>
    </period>
  </restriction>
  <input>
    <type>
      <coding>
        <system value="https://projo.evoleen.com/fhir/CodeSystem/task-output"/>
        <code value="communication-request"/>
      </coding>
    </type>
    <valueReference>
      <reference value="Questionnaire/example-questionnaire"/>
    </valueReference>
  </input>
  <output>
    <type>
      <coding>
        <system value="https://projo.evoleen.com/fhir/CodeSystem/task-output"/>
        <code value="communication-request"/>
      </coding>
    </type>
    <valueReference>
      <reference value="CommunicationRequest/example-outbound-cr"/>
    </valueReference>
  </output>
</Task>