FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/address-not-validated-reason-1.1

Packagetewhatuora.hip-core
TypeCodeSystem
Idaddress-not-validated-reason-1.1
FHIR VersionR4
Sourcehttps://fhir-ig.digital.health.nz/HIP-FHIR-Common/https://fhir-ig.digital.health.nz/HIP-FHIR-Common/CodeSystem-address-not-validated-reason-1.1.html
URLhttps://standards.digital.health.nz/ns/address-not-validated-reason-code
Version1.1
Statusactive
Date2020-04-20T00:00:00+13:00
NameNhi_address_not_validated_reason
TitleAddress Not Validated Reason
Authoritynational
DescriptionReason why an address is not validated.
PurposeTo be used when an unvalidated address is returned.
Contentcomplete

Resources that use this resource

ValueSet
nhi-address-not-validated-reason-codeAddress Not Validated Reason

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem address-not-validated-reason-1.1

This case-insensitive code system https://standards.digital.health.nz/ns/address-not-validated-reason-code defines the following codes:

CodeDisplayDefinition
OSEA Overseas AddressAn address for a country other than New Zealand
UKWN UnknownThe person's address is unknown
NFAB No Fixed AbodeThe person has no address
NOSVC Address Service UnavailableThe address service was unavailble for address validation due to Technical issues
OTHER OtherOther reason
MIGR MigratedMigrated from the legacy NHI with no known external source

Source

{
  "resourceType": "CodeSystem",
  "id": "address-not-validated-reason-1.1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}