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

FHIR IG analytics

Packagefhir.ph.core
Resource TypeValueSet
IdValueSet-provinces.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/UP-Manila-SILab/ph-core/ValueSet-provinces.html
URLhttp://doh.gov.ph/fhir/ph-core/ValueSet/provinces
Version0.1.0
Statusdraft
Date2026-02-19T06:10:47+00:00
NameProvinces
TitleProvinces
Realmus
Authorityhl7
DescriptionAll province values from the Philippine Standard Geographic Codes (PSGC) published by the Philippine Statistic Authority (PSA).

Resources that use this resource

StructureDefinition
provinceProvince

Resources that this resource uses

CodeSystem
PSGCMock PSGC

Narrative

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

Generated Narrative: ValueSet provinces


Source1

{
  "resourceType": "ValueSet",
  "id": "provinces",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://doh.gov.ph/fhir/ph-core/ValueSet/provinces",
  "version": "0.1.0",
  "name": "Provinces",
  "title": "Provinces",
  "status": "draft",
  "experimental": true,
  "date": "2026-02-19T06:10:47+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": "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": "http://doh.gov.ph/fhir/ph-core/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"
          }
        ]
      }
    ]
  }
}