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

FHIR IG Statistics: ValueSet/nhi-address-use

Packagetewhatuora.hip-core
TypeValueSet
Idnhi-address-use
FHIR VersionR4
Sourcehttps://fhir-ig.digital.health.nz/HIP-FHIR-Common/https://fhir-ig.digital.health.nz/HIP-FHIR-Common/ValueSet-nhi-address-use.html
URLhttps://nzhts.digital.health.nz/fhir/ValueSet/nhiaddressUse
Version1.0.0
Statusactive
Date2024-10-22T03:31:07+00:00
NameNhiAddressUse
TitleNHI Address Use Codes
Authoritynational
DescriptionUses of the address supported by the NHI

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
address-useAddress Use

Narrative

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

Generated Narrative: ValueSet nhi-address-use

This value set includes codes based on the following rules:

This value set excludes codes based on the following rules:

  • Exclude these codes as defined in http://hl7.org/fhir/address-use
    CodeDisplayDefinition
    workWorkAn office address. First choice for business related contacts during business hours.
    billingBillingAn address to be used to send bills, invoices, receipts etc.
    tempTemporaryA temporary address. The period can provide more detailed information.
    oldOld / IncorrectThis address is no longer in use (or was never correct but retained for records).

Source

{
  "resourceType": "ValueSet",
  "id": "nhi-address-use",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nzhts.digital.health.nz/fhir/ValueSet/nhiaddressUse",
  "version": "1.0.0",
  "name": "NhiAddressUse",
  "title": "NHI Address Use Codes",
  "status": "active",
  "date": "2024-10-22T03:31:07+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"
          }
        ]
      }
    ]
  }
}