LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Citizenship Value Set - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "citizenship",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-iso3166-1-2.html\">http://hl7.org/fhir/ValueSet/iso3166-1-2</a></li><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-iso3166-1-3.html\">http://hl7.org/fhir/ValueSet/iso3166-1-3</a></li><li>Import all the codes that are contained in <a href=\"null\">http://hl7.org/fhir/ValueSet/iso3166-1-N</a></li></ul></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/ValueSet/citizenship",
"version" : "8.0.0",
"name" : "CitizenshipValueSet",
"title" : "Citizenship Value Set",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Citizenship status codes",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"compose" : {
"include" : [
{
"valueSet" : [
"http://hl7.org/fhir/ValueSet/iso3166-1-2"
]
},
{
"valueSet" : [
"http://hl7.org/fhir/ValueSet/iso3166-1-3"
]
},
{
"valueSet" : [
"http://hl7.org/fhir/ValueSet/iso3166-1-N"
]
}
]
}
}