@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:NamingSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ISO3166Part2"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "Placeholder
"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ] ;
fhir:value [ fhir:v "http://terminology.hl7.org/NamingSystem/ISO3166Part2"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1.0.0" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.title"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ISO 3166-2 Codes for the representation of names of countries and their subdivisions — Part 2: Country subdivision code" ]
] ) ; #
fhir:name [ fhir:v "ISO3166Part2"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "codesystem"] ; #
fhir:date [ fhir:v "2022-08-23T00:00:00-00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "International Organization for Standardization (ISO)"] ; #
fhir:contact ( [
fhir:name [ fhir:v "International Organization for Standardization (ISO)" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.iso.org/" ]
] )
] ) ; #
fhir:responsible [ fhir:v "International Organization for Standardization (ISO)"] ; #
fhir:description [ fhir:v "ISO 3166-2 establishes a code that represents the names of the principal administrative divisions, or similar areas, of the countries and entities included in ISO 3166-1."] ; #
fhir:uniqueId ( [
fhir:type [ fhir:v "oid" ] ;
fhir:value [ fhir:v "urn:oid:1.0.3166.2" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
] [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "urn:iso:std:iso:3166:-2" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
] ) . #
# -------------------------------------------------------------------------------------