HIP FHIR Common Terminology Guide - Local Development build (v1.3.1). See the Directory of published versions
: NHI Address Use Codes - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "nhi-address-use",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "https://nzhts.digital.health.nz/fhir/ValueSet/nhiaddressUse",
"version" : "1.0.0",
"name" : "NhiAddressUse",
"title" : "NHI Address Use Codes",
"status" : "active",
"date" : "2023-09-18T21:36:05+00:00",
"publisher" : "Te Whatu Ora",
"contact" : [
{
"name" : "Te Whatu Ora",
"telecom" : [
{
"system" : "email",
"value" : "mailto:integration@health.govt.nz"
}
]
}
],
"description" : "Uses of the address supported by the NHI",
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/address-use"
}
],
"exclude" : [
{
"system" : "http://hl7.org/fhir/address-use",
"concept" : [
{
"code" : "work"
},
{
"code" : "billing"
},
{
"code" : "temp"
},
{
"code" : "old"
}
]
}
]
}
}