HIP FHIR Common Terminology Guide
1.8.7 - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.8.7) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Address Not Validated Reason - JSON Representation

Active as of 2020-04-20

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\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem address-not-validated-reason-1.1</b></p><a name=\"address-not-validated-reason-1.1\"> </a><a name=\"hcaddress-not-validated-reason-1.1\"> </a><a name=\"hcaddress-not-validated-reason-1.1-en-US\"> </a><p>This case-insensitive code system <code>https://standards.digital.health.nz/ns/address-not-validated-reason-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">OSEA<a name=\"address-not-validated-reason-1.1-OSEA\"> </a></td><td>Overseas Address</td><td>An address for a country other than New Zealand</td></tr><tr><td style=\"white-space:nowrap\">UKWN<a name=\"address-not-validated-reason-1.1-UKWN\"> </a></td><td>Unknown</td><td>The person's address is unknown</td></tr><tr><td style=\"white-space:nowrap\">NFAB<a name=\"address-not-validated-reason-1.1-NFAB\"> </a></td><td>No Fixed Abode</td><td>The person has no address</td></tr><tr><td style=\"white-space:nowrap\">NOSVC<a name=\"address-not-validated-reason-1.1-NOSVC\"> </a></td><td>Address Service Unavailable</td><td>The address service was unavailble for address validation due to Technical issues</td></tr><tr><td style=\"white-space:nowrap\">OTHER<a name=\"address-not-validated-reason-1.1-OTHER\"> </a></td><td>Other</td><td>Other reason</td></tr><tr><td style=\"white-space:nowrap\">MIGR<a name=\"address-not-validated-reason-1.1-MIGR\"> </a></td><td>Migrated</td><td>Migrated from the legacy NHI with no known external  source</td></tr></table></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"
    }
  ]
}