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

<Task xmlns="http://hl7.org/fhir">
  <id value="task-single-example"/>
  <meta>
    <profile value="http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-task"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">A laboratory task has been requested for Juan Dela Cruz by Dr. Maria Clara Santos. The task involves collecting a blood sample for routine CBC testing. The task status is requested with routine priority, scheduled for execution between 09:00 and 10:00 on March 15, 2024. The Department of Health - Central Office is the assigned owner for this task. Additional note: Patient has confirmed appointment. Please ensure fasting status is verified before sample collection.</div>
  </text>
  <status value="requested"/>
  <intent value="order"/>
  <priority value="routine"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="82078001"/>
      <display value="Collection of blood specimen for laboratory"/>
    </coding>
    <text value="Blood sample collection"/>
  </code>
  <description value="Collect blood sample for complete blood count (CBC) testing"/>
  <for>
    <reference value="Patient/patient-single-example"/>
  </for>
  <encounter>
    <reference value="Encounter/encounter-single-example"/>
  </encounter>
  <executionPeriod>
    <start value="2024-03-15T09:00:00+08:00"/>
    <end value="2024-03-15T10:00:00+08:00"/>
  </executionPeriod>
  <authoredOn value="2024-03-15T08:30:00+08:00"/>
  <lastModified value="2024-03-15T08:30:00+08:00"/>
  <requester>
    <reference value="Practitioner/practitioner-single-example"/>
  </requester>
  <owner>
    <reference value="Organization/organization-single-example"/>
  </owner>
  <note>
    <authorReference>
      <reference value="Practitioner/practitioner-single-example"/>
    </authorReference>
    <time value="2024-03-15T08:30:00+08:00"/>
    <text value="Patient has confirmed appointment. Please ensure fasting status is verified before sample collection."/>
  </note>
</Task>