@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-urban-rural> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "psgc-urban-rural"] ; # 
  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-urban-rural</b></p><a name=\"psgc-urban-rural\"> </a><a name=\"hcpsgc-urban-rural\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-psgc-urban-rural-cs.html\"><code>https://australian-e-health-research-centre.gitlab.io/psgc-fhir-ig/CodeSystem/psgc-urban-rural-cs</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://australian-e-health-research-centre.gitlab.io/psgc-fhir-ig/ValueSet/psgc-urban-rural"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "UrbanRuralVS"] ; # 
  fhir:title [ fhir:v "PSGC Urban/Rural Classification"] ; # 
  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 "Based on Census of Population and Housing"] ; # 
  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://australian-e-health-research-centre.gitlab.io/psgc-fhir-ig/CodeSystem/psgc-urban-rural-cs"^^xsd:anyURI ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

