@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:NamingSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "v3-iso3166-1"] ; #
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/v3-iso3166-1"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2.1.0" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.title"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ISO 3166 Part 1 Country Codes" ]
] ) ; #
fhir:name [ fhir:v "Iso31661"] ; #
fhir:status [ fhir:v "retired"] ; #
fhir:kind [ fhir:v "codesystem"] ; #
fhir:date [ fhir:v "2021-11-09T10:00:00+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "ISO"] ; #
fhir:contact ( [
fhir:name [ fhir:v "International Standards Organization (ISO)" ]
] ) ; #
fhir:responsible [ fhir:v "ISO"] ; #
fhir:description [ fhir:v "Identifies the coding system published in the ISO 3166-1 Standard for Country codes. This standard is released periodically, and a new OID will be assigned by ISO for new editions."] ; #
fhir:uniqueId ( [
fhir:type [ fhir:v "oid" ] ;
fhir:value [ fhir:v "1.0.3166.1" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
] [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-iso3166-1" ] ;
fhir:preferred [ fhir:v "false"^^xsd:boolean ]
] [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "urn:iso:std:iso:3166" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
] ) . #
# -------------------------------------------------------------------------------------