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
: Philippine Standard Geographic Code - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "psgc"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SistemaDeCodigos psgc</b></p><a name=\"psgc\"> </a><a name=\"hcpsgc\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>level</td><td>level</td><td>code</td><td>Geographic level: Reg, Prov, City, Mun, SubMun, Bgy</td></tr><tr><td>parent</td><td>parent</td><td>code</td><td>Direct parent PSGC code in the part-of hierarchy</td></tr><tr><td>incomeClassification</td><td>incomeClassification</td><td>string</td><td>DOF income classification (1st through 6th)</td></tr><tr><td>urbanRural</td><td>urbanRural</td><td>code</td><td>Urban (U) or Rural (R) classification</td></tr><tr><td>inactive</td><td>inactive</td><td>boolean</td><td>True if this code has been abolished in a later release</td></tr></table><p><b>Concepts</b></p><p>This code system <code>https://psa.gov.ph/classification/psgc</code> defines codes in a Part Of hierarchy, but no codes are represented here</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [ fhir:v "https://psa.gov.ph/classification/psgc"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "PSGCCodeSystem"] ; #
fhir:title [ fhir:v "Philippine Standard Geographic Code"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2026-06-23T13:03:53+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "CSIRO Australian e-Health Research Centre"] ; #
fhir:contact ( [
fhir:name [ fhir:v "CSIRO Australian e-Health Research Centre" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://aehrc.csiro.au" ] ] )
] ) ; #
fhir:description [ fhir:v "The official geographic classification of all areas in the Philippines, published quarterly by the Philippine Statistics Authority (PSA)."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PH" ] ;
fhir:display [ fhir:v "Philippines" ] ] )
] ) ; #
fhir:hierarchyMeaning [ fhir:v "part-of"] ; #
fhir:versionNeeded [ fhir:v true] ; #
fhir:content [ fhir:v "not-present"] ; #
fhir:count [ fhir:v "43768"^^xsd:nonNegativeInteger] ; #
fhir:property ( [
fhir:code [ fhir:v "level" ] ;
fhir:description [ fhir:v "Geographic level: Reg, Prov, City, Mun, SubMun, Bgy" ] ;
fhir:type [ fhir:v "code" ]
] [
fhir:code [ fhir:v "parent" ] ;
fhir:description [ fhir:v "Direct parent PSGC code in the part-of hierarchy" ] ;
fhir:type [ fhir:v "code" ]
] [
fhir:code [ fhir:v "incomeClassification" ] ;
fhir:description [ fhir:v "DOF income classification (1st through 6th)" ] ;
fhir:type [ fhir:v "string" ]
] [
fhir:code [ fhir:v "urbanRural" ] ;
fhir:description [ fhir:v "Urban (U) or Rural (R) classification" ] ;
fhir:type [ fhir:v "code" ]
] [
fhir:code [ fhir:v "inactive" ] ;
fhir:description [ fhir:v "True if this code has been abolished in a later release" ] ;
fhir:type [ fhir:v "boolean" ]
] ) . #