<ValueSet xmlns="http://hl7.org/fhir">
  <id value="TaskCode" />
  <text>
    <status value="generated" />
  </text>
  <url value="http://ehealthontario.ca/fhir/ValueSet/task-code" />
  <version value="1.0.0" />
  <name value="TaskCode" />
  <status value="draft" />
  <publisher value="eHealth Ontario" />
  <description value="Contains codes indicating the type of action that is expected to be performed" />
  <immutable value="false" />
  <compose>
    <include>
      <system value="https://ehealthontario.ca/fhir/CodeSystem/task-code" />
      <concept>
        <code value="process-request" />
        <display value="Primary task associated with tracking the status of a service request" />
      </concept>
      <concept>
        <code value="request-for-information-for-requester" />
        <display value="Request for more information Information to be completed by the referral requester" />
      </concept>
      <concept>
        <code value="general-task" />
        <display value="General ad-hoc tasks that for a referral detailed in Task.description (e.g., Contact supervisor for final approval)" />
      </concept>
      <concept>
        <code value="data-correction" />
        <display value="Providing up-to-date information of patient records/referral information (generally is from provider to the requester)" />
      </concept>
    </include>
  </compose>
</ValueSet>