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

FHIR IG analytics

Packagefhir.ph.ereferral
Resource TypeCodeSystem
IdCodeSystem-ereferral-workflow.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/jldalisay95/ph-ereferral-jld/CodeSystem-ereferral-workflow.html
URLhttps://fhir.doh.gov.ph/pheref/CodeSystem/ereferral-workflow
Version0.1.0
Statusdraft
Date2026-06-17T00:06:20+00:00
NameEReferralWorkflowCS
TitleeReferral Workflow Code System
Realmus
Authorityhl7
DescriptionLocal workflow codes for Philippine eReferral receiving-facility responses and related referral coordination events.
Contentcomplete

Resources that use this resource

ValueSet
fhir.ph.ereferral#currentereferral-receiving-responseeReferral Receiving Facility Response

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayDefinition
received ReceivedThe receiving facility has acknowledged receipt of the referral and is reviewing whether it can take the case.
accepted AcceptedThe receiving facility can take the case and has given a positive transfer or service response.
rejected RejectedThe receiving facility cannot take the case and no onward receiving facility is identified in the same response.
referred-onward Referred onwardThe receiving facility cannot take the case and directs the patient or referral to another specified facility.
capacity-full Capacity fullThe receiving facility reports that capacity is full.
onward-referral-request Onward referral requestA ServiceRequest created or identified as the next referral request after the initial receiving facility refers the case onward.
consultation-summary Consultation summaryA summary of the referral service outcome.

Source1

{
  "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."
    }
  ]
}