PH eReferral Implementation Guide
0.3.0-draft - draft Philippines

PH eReferral Implementation Guide - Local Development build (v0.3.0-draft) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Task — Referral Tracking - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "task-referral-ex",
  "meta" : {
    "tag" : [
      {
        "system" : "https://example.com/peref-dd",
        "code" : "REF-16",
        "display" : "REF-16"
      },
      {
        "system" : "https://example.com/peref-dd",
        "code" : "REF-42",
        "display" : "REF-42"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task task-referral-ex</b></p><a name=\"task-referral-ex\"> </a><a name=\"hctask-referral-ex\"> </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\">Tags: REF-16 (Details: peref-dd code REF-16), REF-42 (Details: peref-dd code REF-42)</p></div><p><b>status</b>: Requested</p><p><b>businessStatus</b>: <span title=\"Codes:{https://example.com/peref/CodeSystem/referral-disposition requested}\">Requested</span></p><p><b>intent</b>: order</p><p><b>focus</b>: <a href=\"Bundle-anc-contact-transaction-ex.html#urn-uuid-f2a3b4c5-d6e7-8901-fabc-012345678901\">ServiceRequest Ultrasound scan - Loss of pregnancy</a></p><p><b>for</b>: <a href=\"Bundle-registration-transaction-ex.html#urn-uuid-f47ac10b-58cc-4372-a567-0e02b2c3d479\">Charity Santos (official) Female, DoB: 2001-08-15 ( http://doh.gov.ph/fhir/ph-core/NamingSystem/philsys-id-ns#1234-5678901-2)</a></p><p><b>encounter</b>: <a href=\"Bundle-anc-contact-transaction-ex.html#urn-uuid-b2c3d4e5-f6a7-8901-bcde-f12345678901\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = Prenatal initial visit; period = 2026-02-24 08:30:00+0800 --&gt; 2026-02-24 10:00:00+0800; reasonCode = Pregnant</a></p><p><b>authoredOn</b>: 2026-02-24</p><p><b>requester</b>: <a href=\"Bundle-anc-contact-transaction-ex.html#urn-uuid-5f9a7c1d-6b8e-7d4f-2c1a-0e9b8a7f6e5d\">PractitionerRole Nurse</a></p><p><b>owner</b>: <a href=\"Bundle-anc-contact-transaction-ex.html#urn-uuid-1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed\">Organization Metro Imaging Centre</a></p></div>"
  },
  "status" : "requested",
  "businessStatus" : {
    "coding" : [
      {
        "system" : "https://example.com/peref/CodeSystem/referral-disposition",
        "code" : "requested",
        "display" : "Requested"
      }
    ]
  },
  "intent" : "order",
  "focus" : {
    "reference" : "urn:uuid:f2a3b4c5-d6e7-8901-fabc-012345678901"
  },
  "for" : {
    "reference" : "urn:uuid:f47ac10b-58cc-4372-a567-0e02b2c3d479"
  },
  "encounter" : {
    "reference" : "urn:uuid:b2c3d4e5-f6a7-8901-bcde-f12345678901"
  },
  "authoredOn" : "2026-02-24",
  "requester" : {
    "reference" : "urn:uuid:5f9a7c1d-6b8e-7d4f-2c1a-0e9b8a7f6e5d"
  },
  "owner" : {
    "reference" : "urn:uuid:1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed"
  }
}