HIP FHIR Common Terminology Guide
1.9.2 - Release
Publication Build: This will be filled in by the publication tooling
Active as of 2020-02-24 |
{
"resourceType" : "ValueSet",
"id" : "country-code-1.0",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet country-code-1.0</b></p><a name=\"country-code-1.0\"> </a><a name=\"hccountry-code-1.0\"> </a><a name=\"country-code-1.0-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"CodeSystem-iso3166-1-2013.html\"><code>urn:iso:std:iso:3166</code></a> where code matches (by regex) [A-Z]{2}</li><li>Include these codes as defined in <a href=\"CodeSystem-hpi-country-code-1.0.html\"><code>https://standards.digital.health.nz/ns/country-code</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b><a href=\"ValueSet-hpi-nzscc4n-1999.html\">country-code-down</a></b></td></tr><tr><td><a href=\"CodeSystem-hpi-country-code-1.0.html#hpi-country-code-1.0-XK\">XK</a></td><td style=\"color: #cccccc\">Kosovo</td><td><span title=\"EQUIVALENT\">~</span><a href=\"CodeSystem-nzscc4n-1999.html#nzscc4n-1999-3216\">3216</a></td></tr><tr><td><a href=\"CodeSystem-hpi-country-code-1.0.html#hpi-country-code-1.0-ANHH\">ANHH</a></td><td style=\"color: #cccccc\">Netherlands Antilles</td><td><span title=\"EQUIVALENT\">~</span><a href=\"CodeSystem-nzscc4n-1999.html#nzscc4n-1999-8418\">8418</a></td></tr><tr><td><a href=\"CodeSystem-hpi-country-code-1.0.html#hpi-country-code-1.0-CSHH\">CSHH</a></td><td style=\"color: #cccccc\">Czechoslavakia</td><td/></tr><tr><td><a href=\"CodeSystem-hpi-country-code-1.0.html#hpi-country-code-1.0-ZRHH\">ZRHH</a></td><td style=\"color: #cccccc\">Zaire</td><td/></tr></table></li></ul></div>"
},
"url" : "https://nzhts.digital.health.nz/fhir/ValueSet/country-code",
"version" : "2013",
"name" : "Hpi_country_code_iso_3166_1",
"title" : "ISO 3166-1:2013 (2-alpha country code)",
"status" : "active",
"experimental" : false,
"date" : "2020-02-24T00:00:00+13:00",
"publisher" : "Te Whatu Ora",
"contact" : [
{
"name" : "Te Whatu Ora",
"telecom" : [
{
"system" : "email",
"value" : "mailto:integration@health.govt.nz"
}
]
}
],
"description" : "2-alpha country codes",
"purpose" : "A coded value for country.",
"compose" : {
"include" : [
{
"system" : "urn:iso:std:iso:3166",
"version" : "2013",
"filter" : [
{
"property" : "code",
"op" : "regex",
"value" : "[A-Z]{2}"
}
]
},
{
"system" : "https://standards.digital.health.nz/ns/country-code",
"concept" : [
{
"code" : "XK"
},
{
"code" : "ANHH"
},
{
"code" : "CSHH"
},
{
"code" : "ZRHH"
}
]
}
]
}
}