Draft Immunization FHIR Implementation Guide
0.1.0 - ci-build Philippines

Draft Immunization FHIR 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/immunizationfhirig/ and changes regularly. See the Directory of published versions

: Province Codes - JSON Representation

Draft as of 2026-02-03

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ProvinceVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ProvinceVS</b></p><a name=\"ProvinceVS\"> </a><a name=\"hcProvinceVS\"> </a><ul><li>Include all codes defined in <code>https://psa.gov.ph/classification/psgc</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li></ul></div>"
  },
  "url" : "https://nhdr.gov.ph/fhir/ValueSet/ProvinceVS",
  "version" : "0.1.0",
  "name" : "ProvinceVS",
  "title" : "Province Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-02-03T13:49:39+00:00",
  "publisher" : "UP Manila SILab",
  "contact" : [
    {
      "name" : "UP Manila SILab",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/UP-Manila-SILab"
        }
      ]
    }
  ],
  "description" : "The Province codes valueset includes all province values from the Philippine Standard Geographic Codes (PSGC) published by the Philippine Statistic Authority (PSA).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "PH",
          "display" : "Philippines"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://psa.gov.ph/classification/psgc"
      }
    ]
  }
}