FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | CodeSystem |
| Id | CodeSystem-ereferral-workflow.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/jldalisay95/ph-ereferral-jld/CodeSystem-ereferral-workflow.html |
| URL | https://fhir.doh.gov.ph/pheref/CodeSystem/ereferral-workflow |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-06-17T00:06:20+00:00 |
| Name | EReferralWorkflowCS |
| Title | eReferral Workflow Code System |
| Realm | us |
| Authority | hl7 |
| Description | Local workflow codes for Philippine eReferral receiving-facility responses and related referral coordination events. |
| Content | complete |
| ValueSet | ||
| fhir.ph.ereferral#current | ereferral-receiving-response | eReferral Receiving Facility Response |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem ereferral-workflow
This case-sensitive code system https://fhir.doh.gov.ph/pheref/CodeSystem/ereferral-workflow defines the following codes:
{
"resourceType": "CodeSystem",
"id": "ereferral-workflow",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.doh.gov.ph/pheref/CodeSystem/ereferral-workflow",
"version": "0.1.0",
"name": "EReferralWorkflowCS",
"title": "eReferral Workflow Code System",
"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": "Local workflow codes for Philippine eReferral receiving-facility responses and related referral coordination events.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "PH",
"display": "Philippines"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 7,
"concept": [
{
"code": "received",
"display": "Received",
"definition": "The receiving facility has acknowledged receipt of the referral and is reviewing whether it can take the case."
},
{
"code": "accepted",
"display": "Accepted",
"definition": "The receiving facility can take the case and has given a positive transfer or service response."
},
{
"code": "rejected",
"display": "Rejected",
"definition": "The receiving facility cannot take the case and no onward receiving facility is identified in the same response."
},
{
"code": "referred-onward",
"display": "Referred onward",
"definition": "The receiving facility cannot take the case and directs the patient or referral to another specified facility."
},
{
"code": "capacity-full",
"display": "Capacity full",
"definition": "The receiving facility reports that capacity is full."
},
{
"code": "onward-referral-request",
"display": "Onward referral request",
"definition": "A ServiceRequest created or identified as the next referral request after the initial receiving facility refers the case onward."
},
{
"code": "consultation-summary",
"display": "Consultation summary",
"definition": "A summary of the referral service outcome."
}
]
}