@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 -------------------------------------------------------------------

<http://doh.gov.ph/fhir/ph-core/ValueSet/provinces> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "provinces"] ; # 
  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: ValueSet provinces</b></p><a name=\"provinces\"> </a><a name=\"hcprovinces\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-PSGC.html\"><code>https://psa.gov.ph/classification/psgc</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.2.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-PSGC.html#PSGC-0402100000\">0402100000</a></td><td>Cavite</td></tr><tr><td><a href=\"CodeSystem-PSGC.html#PSGC-0403400000\">0403400000</a></td><td>Laguna</td></tr><tr><td><a href=\"CodeSystem-PSGC.html#PSGC-0405600000\">0405600000</a></td><td>Quezon</td></tr><tr><td><a href=\"CodeSystem-PSGC.html#PSGC-0405800000\">0405800000</a></td><td>Rizal</td></tr><tr><td><a href=\"CodeSystem-PSGC.html#PSGC-1704000000\">1704000000</a></td><td>Marinduque</td></tr><tr><td><a href=\"CodeSystem-PSGC.html#PSGC-1705100000\">1705100000</a></td><td>Occidental Mindoro</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://doh.gov.ph/fhir/ph-core/ValueSet/provinces"^^xsd:anyURI ;
     fhir:l <http://doh.gov.ph/fhir/ph-core/ValueSet/provinces>
  ] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "Provinces"] ; # 
  fhir:title [ fhir:v "Provinces"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-04-01T12:51:41+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "UP Manila National TeleHealth Center"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "UP Manila National TeleHealth Center" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://github.com/UP-NTHC" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "All province values from the Philippine Standard Geographic Codes (PSGC) published by the Philippine Statistic Authority (PSA)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "PH" ] ;
       fhir:display [ fhir:v "Philippines (the)" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://psa.gov.ph/classification/psgc"^^xsd:anyURI ;
         fhir:l <https://psa.gov.ph/classification/psgc>
       ] ;
       fhir:concept ( [
         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" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

