HL7 Terminology (THO)
3.0.0 - Publication
This page is part of the HL7 Terminology (v3.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "ValueSet",
"id" : "v3-Country2",
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><ul><li>Include codes from <code>urn:iso:std:iso:3166</code> where code matches (by regex) [A-Z]{2}</li></ul></div>"
},
"url" : "http://terminology.hl7.org/ValueSet/v3-Country2",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.1.11.20300"
}
],
"version" : "2.0.0",
"name" : "Country2",
"title" : "Country2",
"status" : "active",
"date" : "2014-03-26",
"description" : "Countries of the world. ISO 3166, part 1, alpha-2 set.",
"compose" : {
"include" : [
{
"system" : "urn:iso:std:iso:3166",
"filter" : [
{
"property" : "code",
"op" : "regex",
"value" : "[A-Z]{2}"
}
]
}
]
}
}