PH eReferral Implementation Guide
0.1.0 - ci-build Philippines

PH eReferral Implementation Guide, published by UP Manila SILab. 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/niccoreyes/ph-ereferral/ and changes regularly. See the Directory of published versions

: eReferral Priority - XML Representation

Draft as of 2026-03-23

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="ereferral-priority"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet ereferral-priority</b></p><a name="ereferral-priority"> </a><a name="hcereferral-priority"> </a><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/codesystem-request-priority.html"><code>http://hl7.org/fhir/request-priority</code></a><span title="Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references"> version &#x1F4E6;4.0.1</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="http://hl7.org/fhir/R4/codesystem-request-priority.html#request-priority-routine">routine</a></td><td>Routine</td><td>The request has normal priority.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-request-priority.html#request-priority-urgent">urgent</a></td><td>Urgent</td><td>The request should be actioned promptly - higher priority than routine.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-request-priority.html#request-priority-stat">stat</a></td><td>STAT</td><td>The request should be actioned immediately - highest possible priority.  E.g. an emergency.</td></tr></table></li></ul></div>
  </text>
  <url
       value="urn://example.com/ph-ereferral/fhir/ValueSet/ereferral-priority"/>
  <version value="0.1.0"/>
  <name value="EReferralPriority"/>
  <title value="eReferral Priority"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2026-03-23T06:58:41+00:00"/>
  <publisher value="UP Manila SILab"/>
  <contact>
    <name value="UP Manila SILab"/>
    <telecom>
      <system value="url"/>
      <value value="https://github.com/UP-Manila-SILab"/>
    </telecom>
  </contact>
  <description
               value="Priority levels for eReferral requests. Uses standard FHIR RequestPriority values."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="PH"/>
      <display value="Philippines"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/request-priority"/>
      <concept>
        <code value="routine"/>
        <display value="Routine"/>
      </concept>
      <concept>
        <code value="urgent"/>
        <display value="Urgent"/>
      </concept>
      <concept>
        <code value="stat"/>
        <display value="STAT"/>
      </concept>
    </include>
  </compose>
</ValueSet>