PSGC Terminology FHIR Implementation Guide
0.1.0 - ci-build Philippines flag

PSGC Terminology FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PSGC City Classification Codes - JSON Representation

Active as of 2026-06-23

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "psgc-city-class-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SistemaDeCodigos psgc-city-class-cs</b></p><a name=\"psgc-city-class-cs\"> </a><a name=\"hcpsgc-city-class-cs\"> </a><p>This case-sensitive code system <code>https://australian-e-health-research-centre.gitlab.io/psgc-fhir-ig/CodeSystem/psgc-city-class-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">HUC<a name=\"psgc-city-class-cs-HUC\"> </a></td><td>Highly Urbanized City</td><td>Population &gt;= 200,000 and annual income &gt;= ₱50M (1991 constant prices)</td></tr><tr><td style=\"white-space:nowrap\">ICC<a name=\"psgc-city-class-cs-ICC\"> </a></td><td>Independent Component City</td><td>Not subject to province jurisdiction per charter</td></tr><tr><td style=\"white-space:nowrap\">CC<a name=\"psgc-city-class-cs-CC\"> </a></td><td>Component City</td><td>Component of a province</td></tr></table></div>"
  },
  "url" : "https://australian-e-health-research-centre.gitlab.io/psgc-fhir-ig/CodeSystem/psgc-city-class-cs",
  "version" : "0.1.0",
  "name" : "CityClassCS",
  "title" : "PSGC City Classification Codes",
  "status" : "active",
  "date" : "2026-06-23T13:03:53+00:00",
  "publisher" : "CSIRO Australian e-Health Research Centre",
  "contact" : [
    {
      "name" : "CSIRO Australian e-Health Research Centre",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://aehrc.csiro.au"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "PH",
          "display" : "Philippines"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "HUC",
      "display" : "Highly Urbanized City",
      "definition" : "Population >= 200,000 and annual income >= ₱50M (1991 constant prices)"
    },
    {
      "code" : "ICC",
      "display" : "Independent Component City",
      "definition" : "Not subject to province jurisdiction per charter"
    },
    {
      "code" : "CC",
      "display" : "Component City",
      "definition" : "Component of a province"
    }
  ]
}