PH Core Implementation Guide
0.1.0 - ci-build Philippines flag

PH Core 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/UP-Manila-SILab/ph-core/ and changes regularly. See the Directory of published versions

: Provinces - XML Representation

Draft as of 2025-06-19

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="provinces"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet provinces</b></p><a name="provinces"> </a><a name="hcprovinces"> </a><ul><li>Include these codes as defined in <a href="CodeSystem-PSGC.html"><code>urn://example.com/ph-core/fhir/CodeSystem/PSGC</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="CodeSystem-PSGC.html#PSGC-0402100000">0402100000</a></td><td>Cavite</td></tr><tr><td><a href="CodeSystem-PSGC.html#PSGC-0403400000">0403400000</a></td><td>Laguna</td></tr><tr><td><a href="CodeSystem-PSGC.html#PSGC-0405600000">0405600000</a></td><td>Quezon</td></tr><tr><td><a href="CodeSystem-PSGC.html#PSGC-0405800000">0405800000</a></td><td>Rizal</td></tr><tr><td><a href="CodeSystem-PSGC.html#PSGC-1704000000">1704000000</a></td><td>Marinduque</td></tr><tr><td><a href="CodeSystem-PSGC.html#PSGC-1705100000">1705100000</a></td><td>Occidental Mindoro</td></tr></table></li></ul></div>
  </text>
  <url value="urn://example.com/ph-core/fhir/ValueSet/provinces"/>
  <version value="0.1.0"/>
  <name value="Provinces"/>
  <title value="Provinces"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2025-06-19T02:15:51+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="All province values from the Philippine Standard Geographic Codes (PSGC) published by the Philippine Statistic Authority (PSA)."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="PH"/>
      <display value="Philippines"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="urn://example.com/ph-core/fhir/CodeSystem/PSGC"/>
      <concept>
        <code value="0402100000"/>
        <display value="Cavite"/>
      </concept>
      <concept>
        <code value="0403400000"/>
        <display value="Laguna"/>
      </concept>
      <concept>
        <code value="0405600000"/>
        <display value="Quezon"/>
      </concept>
      <concept>
        <code value="0405800000"/>
        <display value="Rizal"/>
      </concept>
      <concept>
        <code value="1704000000"/>
        <display value="Marinduque"/>
      </concept>
      <concept>
        <code value="1705100000"/>
        <display value="Occidental Mindoro"/>
      </concept>
    </include>
  </compose>
</ValueSet>