CDI test, published by test. 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/nhdr-gianb/test-ig/ and changes regularly. See the Directory of published versions
: City Codes - TTL Representation
Page standards status: Draft
|
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 "CityVS"] ; #
fhir:language [ fhir:v "en-US"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xml:lang=\"en-US\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet CityVS</b></p><a name=\"CityVS\"> </a><a name=\"hcCityVS\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en-US</p></div><ul><li>Include all codes defined in <a href=\"CodeSystem-PSGCCS.html\"><code>https://psa.gov.ph/classification/psgc</code></a></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "draft" ]
] ) ; #
fhir:url [ fhir:v "https://nhdr.gov.ph/fhir/ValueSet/CityVS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "CityVS"] ; #
fhir:title [ fhir:v "City Codes"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-06-26T23:46:20+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "test"] ; #
fhir:contact ( [
fhir:name [ fhir:v "test" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://test.ph" ] ] )
] ) ; #
fhir:description [ fhir:v "The City codes valueset includes all city values from the Philippine Standard Geographic Codes (PSGC) published by the Philippine Statistic Authority (PSA)."] ; #
fhir:copyright [ fhir:v "Used by permission of HL7 International, all rights reserved Creative Commons License"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "https://psa.gov.ph/classification/psgc"^^xsd:anyURI ] ] )
] . #