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

FHIR IG analytics

Packageexample.fhir.ph.core
Resource TypeValueSet
IdValueSet-barangays.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/UP-Manila-SILab/ph-core/ValueSet-barangays.html
URLurn://example.com/ph-core/fhir/ValueSet/barangays
Version0.1.0
Statusdraft
Date2026-02-02T08:54:09+00:00
NameBarangays
TitleBarangays
DescriptionThe Barangay codes valueset includes all barangay values from the Philippine Standard Geographic Codes (PSGC) published by the Philippine Statistic Authority (PSA).

Resources that use this resource

StructureDefinition
barangayBarangay

Resources that this resource uses

CodeSystem
PSGCMock PSGC

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet barangays


Source1

{
  "resourceType": "ValueSet",
  "id": "barangays",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "urn://example.com/ph-core/fhir/ValueSet/barangays",
  "version": "0.1.0",
  "name": "Barangays",
  "title": "Barangays",
  "status": "draft",
  "experimental": true,
  "date": "2026-02-02T08:54:09+00:00",
  "publisher": "UP Manila National TeleHealth Center",
  "contact": [
    {
      "name": "UP Manila National TeleHealth Center",
      "telecom": [
        {
          "system": "url",
          "value": "https://github.com/UP-NTHC"
        }
      ]
    }
  ],
  "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"
          }
        ]
      }
    ]
  }
}