FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.ph.ereferral
Resource TypeValueSet
IdValueSet-ereferral-receiving-response.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/jldalisay95/ph-ereferral-jld/ValueSet-ereferral-receiving-response.html
URLhttps://fhir.doh.gov.ph/pheref/ValueSet/ereferral-receiving-response
Version0.1.0
Statusdraft
Date2026-06-17T00:06:20+00:00
NameEReferralReceivingResponse
TitleeReferral Receiving Facility Response
Realmus
Authorityhl7
DescriptionResponse states used by a receiving facility after referral receipt in the PH eReferral workflow.

Resources that use this resource

StructureDefinition
fhir.ph.ereferral#currentereferral-taskEReferral Task

Resources that this resource uses

CodeSystem
fhir.ph.ereferral#currentereferral-workfloweReferral Workflow Code System

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ereferral-receiving-response

  • Include these codes as defined in https://fhir.doh.gov.ph/pheref/CodeSystem/ereferral-workflow version 📦0.1.0
    CodeDisplayDefinition
    receivedReceivedThe receiving facility has acknowledged receipt of the referral and is reviewing whether it can take the case.
    acceptedAcceptedThe receiving facility can take the case and has given a positive transfer or service response.
    rejectedRejectedThe receiving facility cannot take the case and no onward receiving facility is identified in the same response.
    referred-onwardReferred onwardThe receiving facility cannot take the case and directs the patient or referral to another specified facility.

Source1

{
  "resourceType": "ValueSet",
  "id": "ereferral-receiving-response",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.doh.gov.ph/pheref/ValueSet/ereferral-receiving-response",
  "version": "0.1.0",
  "name": "EReferralReceivingResponse",
  "title": "eReferral Receiving Facility Response",
  "status": "draft",
  "experimental": false,
  "date": "2026-06-17T00:06:20+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": "https://fhir.doh.gov.ph/pheref/CodeSystem/ereferral-workflow",
        "concept": [
          {
            "code": "received",
            "display": "Received"
          },
          {
            "code": "accepted",
            "display": "Accepted"
          },
          {
            "code": "rejected",
            "display": "Rejected"
          },
          {
            "code": "referred-onward",
            "display": "Referred onward"
          }
        ]
      }
    ]
  }
}