PH Core Implementation Guide
0.1.0 - ci-build Philippines flag

PH Core Implementation Guide, published by UP Manila SILab. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/UP-Manila-SILab/ph-core/ and changes regularly. See the Directory of published versions

: Mock PSGC - TTL Representation

Draft as of 2025-06-19

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 "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem PSGC</b></p><a name=\"PSGC\"> </a><a name=\"hcPSGC\"> </a><p>This case-sensitive code system <code>urn://example.com/ph-core/fhir/CodeSystem/PSGC</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1380100001<a name=\"PSGC-1380100001\"> </a></td><td>Barangay 1</td></tr><tr><td style=\"white-space:nowrap\">1380100000<a name=\"PSGC-1380100000\"> </a></td><td>City of Caloocan</td></tr><tr><td style=\"white-space:nowrap\">1380200000<a name=\"PSGC-1380200000\"> </a></td><td>City of Las Piñas</td></tr><tr><td style=\"white-space:nowrap\">1400100000<a name=\"PSGC-1400100000\"> </a></td><td>Abra</td></tr><tr><td style=\"white-space:nowrap\">1401100000<a name=\"PSGC-1401100000\"> </a></td><td>Benguet</td></tr><tr><td style=\"white-space:nowrap\">1402700000<a name=\"PSGC-1402700000\"> </a></td><td>Ifugao</td></tr><tr><td style=\"white-space:nowrap\">1403200000<a name=\"PSGC-1403200000\"> </a></td><td>Kalinga</td></tr><tr><td style=\"white-space:nowrap\">1404400000<a name=\"PSGC-1404400000\"> </a></td><td>Mountain Province</td></tr><tr><td style=\"white-space:nowrap\">1408100000<a name=\"PSGC-1408100000\"> </a></td><td>Apayao</td></tr><tr><td style=\"white-space:nowrap\">0102800000<a name=\"PSGC-0102800000\"> </a></td><td>Ilocos Norte</td></tr><tr><td style=\"white-space:nowrap\">0102900000<a name=\"PSGC-0102900000\"> </a></td><td>Ilocos Sur</td></tr><tr><td style=\"white-space:nowrap\">0103300000<a name=\"PSGC-0103300000\"> </a></td><td>La Union</td></tr><tr><td style=\"white-space:nowrap\">0105500000<a name=\"PSGC-0105500000\"> </a></td><td>Pangasinan</td></tr><tr><td style=\"white-space:nowrap\">0200900000<a name=\"PSGC-0200900000\"> </a></td><td>Batanes</td></tr><tr><td style=\"white-space:nowrap\">0201500000<a name=\"PSGC-0201500000\"> </a></td><td>Cagayan</td></tr><tr><td style=\"white-space:nowrap\">0203100000<a name=\"PSGC-0203100000\"> </a></td><td>Isabela</td></tr><tr><td style=\"white-space:nowrap\">0402100000<a name=\"PSGC-0402100000\"> </a></td><td>Cavite</td></tr><tr><td style=\"white-space:nowrap\">0403400000<a name=\"PSGC-0403400000\"> </a></td><td>Laguna</td></tr><tr><td style=\"white-space:nowrap\">0405600000<a name=\"PSGC-0405600000\"> </a></td><td>Quezon</td></tr><tr><td style=\"white-space:nowrap\">0405800000<a name=\"PSGC-0405800000\"> </a></td><td>Rizal</td></tr><tr><td style=\"white-space:nowrap\">1704000000<a name=\"PSGC-1704000000\"> </a></td><td>Marinduque</td></tr><tr><td style=\"white-space:nowrap\">1705100000<a name=\"PSGC-1705100000\"> </a></td><td>Occidental Mindoro</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "urn://example.com/ph-core/fhir/CodeSystem/PSGC"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "PSGC"] ; # 
  fhir:title [ fhir:v "Mock PSGC"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2025-06-19T02:15:51+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "UP Manila SILab"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "UP Manila SILab" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://github.com/UP-Manila-SILab" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Mock of 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:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "22"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1380100001" ] ;
fhir:display [ fhir:v "Barangay 1" ]
  ] [
fhir:code [ fhir:v "1380100000" ] ;
fhir:display [ fhir:v "City of Caloocan" ]
  ] [
fhir:code [ fhir:v "1380200000" ] ;
fhir:display [ fhir:v "City of Las Piñas" ]
  ] [
fhir:code [ fhir:v "1400100000" ] ;
fhir:display [ fhir:v "Abra" ]
  ] [
fhir:code [ fhir:v "1401100000" ] ;
fhir:display [ fhir:v "Benguet" ]
  ] [
fhir:code [ fhir:v "1402700000" ] ;
fhir:display [ fhir:v "Ifugao" ]
  ] [
fhir:code [ fhir:v "1403200000" ] ;
fhir:display [ fhir:v "Kalinga" ]
  ] [
fhir:code [ fhir:v "1404400000" ] ;
fhir:display [ fhir:v "Mountain Province" ]
  ] [
fhir:code [ fhir:v "1408100000" ] ;
fhir:display [ fhir:v "Apayao" ]
  ] [
fhir:code [ fhir:v "0102800000" ] ;
fhir:display [ fhir:v "Ilocos Norte" ]
  ] [
fhir:code [ fhir:v "0102900000" ] ;
fhir:display [ fhir:v "Ilocos Sur" ]
  ] [
fhir:code [ fhir:v "0103300000" ] ;
fhir:display [ fhir:v "La Union" ]
  ] [
fhir:code [ fhir:v "0105500000" ] ;
fhir:display [ fhir:v "Pangasinan" ]
  ] [
fhir:code [ fhir:v "0200900000" ] ;
fhir:display [ fhir:v "Batanes" ]
  ] [
fhir:code [ fhir:v "0201500000" ] ;
fhir:display [ fhir:v "Cagayan" ]
  ] [
fhir:code [ fhir:v "0203100000" ] ;
fhir:display [ fhir:v "Isabela" ]
  ] [
fhir:code [ fhir:v "0402100000" ] ;
fhir:display [ fhir:v "Cavite" ]
  ] [
fhir:code [ fhir:v "0403400000" ] ;
fhir:display [ fhir:v "Laguna" ]
  ] [
fhir:code [ fhir:v "0405600000" ] ;
fhir:display [ fhir:v "Quezon" ]
  ] [
fhir:code [ fhir:v "0405800000" ] ;
fhir:display [ fhir:v "Rizal" ]
  ] [
fhir:code [ fhir:v "1704000000" ] ;
fhir:display [ fhir:v "Marinduque" ]
  ] [
fhir:code [ fhir:v "1705100000" ] ;
fhir:display [ fhir:v "Occidental Mindoro" ]
  ] ) . #