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 Cities - TTL Representation

Active as of 2026-06-23

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "psgc-cities"] ; # 
  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: ConjuntoValores / ConjuntoDeValores psgc-cities</b></p><a name=\"psgc-cities\"> </a><a name=\"hcpsgc-cities\"> </a><ul><li>Include codes from<a href=\"CodeSystem-psgc.html\"><code>https://psa.gov.ph/classification/psgc</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span> where level  = City</li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://australian-e-health-research-centre.gitlab.io/psgc-fhir-ig/ValueSet/psgc-cities"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "PSGCCitiesVS"] ; # 
  fhir:title [ fhir:v "PSGC Cities"] ; # 
  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 "All cities in the Philippine Standard Geographic Code"] ; # 
  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:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://psa.gov.ph/classification/psgc"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "level" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "City" ]       ] )     ] )
  ] . #