HIP FHIR Common Terminology Guide - Local Development build (v1.3.1). See the Directory of published versions
: Address Not Validated Reason - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "address-not-validated-reason-1.1",
"meta" : {
"profile" : [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "https://standards.digital.health.nz/ns/address-not-validated-reason-code",
"version" : "1.1",
"name" : "Nhi_address_not_validated_reason",
"title" : "Address Not Validated Reason",
"status" : "active",
"experimental" : false,
"date" : "2020-04-20T00:00:00+13:00",
"publisher" : "Te Whatu Ora",
"contact" : [
{
"name" : "Te Whatu Ora",
"telecom" : [
{
"system" : "email",
"value" : "mailto:integration@health.govt.nz"
}
]
}
],
"description" : "Reason why an address is not validated.",
"purpose" : "To be used when an unvalidated address is returned.",
"caseSensitive" : false,
"valueSet" : "https://nzhts.digital.health.nz/fhir/ValueSet/address-not-validated-reason-code",
"versionNeeded" : true,
"content" : "complete",
"count" : 6,
"concept" : [
{
"code" : "OSEA",
"display" : "Overseas Address",
"definition" : "An address for a country other than New Zealand"
},
{
"code" : "UKWN",
"display" : "Unknown",
"definition" : "The person's address is unknown"
},
{
"code" : "NFAB",
"display" : "No Fixed Abode",
"definition" : "The person has no address"
},
{
"code" : "NOSVC",
"display" : "Address Service Unavailable",
"definition" : "The address service was unavailble for address validation due to Technical issues"
},
{
"code" : "OTHER",
"display" : "Other",
"definition" : "Other reason"
},
{
"code" : "MIGR",
"display" : "Migrated",
"definition" : "Migrated from the legacy NHI with no known external source"
}
]
}