FHIR IG Statistics: ValueSet/provinces
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source
{
"resourceType": "ValueSet",
"id": "provinces",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "urn://example.com/ph-core/fhir/ValueSet/provinces",
"version": "0.1.0",
"name": "Provinces",
"title": "Provinces",
"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": "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": "urn://example.com/ph-core/fhir/CodeSystem/PSGC",
"concept": [
{
"code": "0402100000",
"display": "Cavite"
},
{
"code": "0403400000",
"display": "Laguna"
},
{
"code": "0405600000",
"display": "Quezon"
},
{
"code": "0405800000",
"display": "Rizal"
},
{
"code": "1704000000",
"display": "Marinduque"
},
{
"code": "1705100000",
"display": "Occidental Mindoro"
}
]
}
]
}
}