@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "v3-iso3166-2"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "Placeholder
"
] ; #
fhir:url [ fhir:v "urn:iso:std:iso:3166:-2"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.0.3166.2" ]
] ) ; #
fhir:version [ fhir:v "2013-11"] ; #
fhir:name [ fhir:v "Iso3166_2"] ; #
fhir:title [ fhir:v "ISO 3166 Part 2 Country Subdivision Codes"] ; #
fhir:status [ fhir:v "retired"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2022-08-23T00:00:00-04:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "ISO 3166 Maintenance Agency (ISO)"] ; #
fhir:contact ( [
fhir:name [ fhir:v "International Standards Organization (ISO), International Standards Organization (ISO)" ]
] ) ; #
fhir:description [ fhir:v "Identifies the coding system published in the ISO 3166-2 Standard for Country Subdivision codes. This standard is released periodically, and a new OID will be assigned by ISO for new editions."] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "not-present"] . #
# -------------------------------------------------------------------------------------