PH eReferral Implementation Guide
0.1.0 - ci-build Philippines flag

PH eReferral Implementation Guide, published by SILab CoP IG Accelerator (eReferral). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jldalisay95/ph-ereferral-jld/ and changes regularly. See the Directory of published versions

: eReferral Receiving Facility Response

Draft as of 2026-05-02

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ereferral-receiving-response",
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ereferral-receiving-response</b></p><a name=\"ereferral-receiving-response\"> </a><a name=\"hcereferral-receiving-response\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-ereferral-workflow.html\"><code>urn://example.com/ph-ereferral/fhir/CodeSystem/ereferral-workflow</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-ereferral-workflow.html#ereferral-workflow-received\">received</a></td><td>Received</td><td>The receiving facility has acknowledged receipt of the referral and is reviewing whether it can take the case.</td></tr><tr><td><a href=\"CodeSystem-ereferral-workflow.html#ereferral-workflow-accepted\">accepted</a></td><td>Accepted</td><td>The receiving facility can take the case and has given a positive transfer or service response.</td></tr><tr><td><a href=\"CodeSystem-ereferral-workflow.html#ereferral-workflow-rejected\">rejected</a></td><td>Rejected</td><td>The receiving facility cannot take the case and no onward receiving facility is identified in the same response.</td></tr><tr><td><a href=\"CodeSystem-ereferral-workflow.html#ereferral-workflow-referred-onward\">referred-onward</a></td><td>Referred onward</td><td>The receiving facility cannot take the case and directs the patient or referral to another specified facility.</td></tr></table></li></ul></div>"
  },
  "url" : "urn://example.com/ph-ereferral/fhir/ValueSet/ereferral-receiving-response",
  "version" : "0.1.0",
  "name" : "EReferralReceivingResponse",
  "title" : "eReferral Receiving Facility Response",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-05-02T07:02:39+00:00",
  "publisher" : "SILab CoP IG Accelerator (eReferral)",
  "contact" : [
    {
      "name" : "SILab CoP IG Accelerator (eReferral)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/UP-Manila-SILab"
        }
      ]
    }
  ],
  "description" : "Response states used by a receiving facility after referral receipt in the PH eReferral workflow.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "PH",
          "display" : "Philippines"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "urn://example.com/ph-ereferral/fhir/CodeSystem/ereferral-workflow",
        "concept" : [
          {
            "code" : "received",
            "display" : "Received"
          },
          {
            "code" : "accepted",
            "display" : "Accepted"
          },
          {
            "code" : "rejected",
            "display" : "Rejected"
          },
          {
            "code" : "referred-onward",
            "display" : "Referred onward"
          }
        ]
      }
    ]
  }
}