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

: Barangays - JSON Representation

Draft as of 2025-06-19

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "barangays",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet barangays</b></p><a name=\"barangays\"> </a><a name=\"hcbarangays\"> </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-1380100001\">1380100001</a></td><td>Barangay 1</td></tr></table></li></ul></div>"
  },
  "url" : "urn://example.com/ph-core/fhir/ValueSet/barangays",
  "version" : "0.1.0",
  "name" : "Barangays",
  "title" : "Barangays",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-06-19T02:15:51+00:00",
  "publisher" : "UP Manila SILab",
  "contact" : [
    {
      "name" : "UP Manila SILab",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/UP-Manila-SILab"
        }
      ]
    }
  ],
  "description" : "The Barangay codes valueset includes all barangay 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" : "urn://example.com/ph-core/fhir/CodeSystem/PSGC",
        "concept" : [
          {
            "code" : "1380100001",
            "display" : "Barangay 1"
          }
        ]
      }
    ]
  }
}