@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 -------------------------------------------------------------------

<https://australian-e-health-research-centre.gitlab.io/psgc-fhir-ig/ValueSet/psgc-regions> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "psgc-regions"] ; # 
  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-regions</b></p><a name=\"psgc-regions\"> </a><a name=\"hcpsgc-regions\"> </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  = Reg</li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://australian-e-health-research-centre.gitlab.io/psgc-fhir-ig/ValueSet/psgc-regions"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "PSGCRegionsVS"] ; # 
  fhir:title [ fhir:v "PSGC Regions"] ; # 
  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 regions 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 "Reg" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

