FHIR IG analytics
| Package | example.fhir.ph.core |
| Resource Type | ValueSet |
| Id | ValueSet-barangays.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/UP-Manila-SILab/ph-core/ValueSet-barangays.html |
| URL | urn://example.com/ph-core/fhir/ValueSet/barangays |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-02-02T08:54:09+00:00 |
| Name | Barangays |
| Title | Barangays |
| Description | The 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
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
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"
}
]
}
]
}
}