FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/regions

Packageexample.fhir.ph.core
Resource TypeValueSet
Idregions
FHIR VersionR4
Sourceurn://example.com/ph-core/fhir/https://build.fhir.org/ig/UP-Manila-SILab/ph-core/ValueSet-regions.html
URLurn://example.com/ph-core/fhir/ValueSet/regions
Version0.1.0
Statusdraft
Date2025-06-19T02:15:51+00:00
NameRegions
TitleRegions
DescriptionThe Region codes valueset includes all region values from the Philippine Standard Geographic Codes (PSGC) published by the Philippine Statistic Authority (PSA).

Resources that use this resource

StructureDefinition
regionRegion

Resources that this resource uses

CodeSystem
PSGCMock PSGC

Narrative

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

Generated Narrative: ValueSet regions


Source

{
  "resourceType": "ValueSet",
  "id": "regions",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "urn://example.com/ph-core/fhir/ValueSet/regions",
  "version": "0.1.0",
  "name": "Regions",
  "title": "Regions",
  "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 Region codes valueset includes all region 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": "0102800000",
            "display": "Ilocos Norte"
          },
          {
            "code": "0102900000",
            "display": "Ilocos Sur"
          },
          {
            "code": "0103300000",
            "display": "La Union"
          }
        ]
      }
    ]
  }
}