FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| fhir.ph.ereferral#current | ereferral-task | EReferral Task |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
https://fhir.doh.gov.ph/pheref/CodeSystem/ereferral-workflow version 📦0.1.0| Code | Display | Definition |
| received | Received | The receiving facility has acknowledged receipt of the referral and is reviewing whether it can take the case. |
| accepted | Accepted | The receiving facility can take the case and has given a positive transfer or service response. |
| rejected | Rejected | The receiving facility cannot take the case and no onward receiving facility is identified in the same response. |
| referred-onward | Referred onward | The 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"
}
]
}
]
}
}