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

FHIR IG Statistics: CodeSystem/nhi-name-use-extra-1.0

Packagetewhatuora.hip-core
TypeCodeSystem
Idnhi-name-use-extra-1.0
FHIR VersionR4
Sourcehttps://fhir-ig.digital.health.nz/HIP-FHIR-Common/https://fhir-ig.digital.health.nz/HIP-FHIR-Common/CodeSystem-nhi-name-use-extra-1.0.html
URLhttps://standards.digital.health.nz/ns/nhi-name-use-extra-code
Version1.0
Statusactive
Date2022-04-12T00:00:00+13:00
NameNhi_name_use_extra
TitleNHI Name Use Extra
Authoritynational
DescriptionAdditional name use codes for NHI names
PurposeAdditional codes for name use not covered by the HL7 NameUse codeset (which has a required binding so the HL7 valueset cannot be modified directly)
Contentcomplete

Resources that use this resource

ValueSet
nhi-name-use-extra-codeNHI Name Use Extra

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem nhi-name-use-extra-1.0

This case-insensitive code system https://standards.digital.health.nz/ns/nhi-name-use-extra-code defines the following codes:

CodeDisplayDefinition
UNALLOCATED unallocatedA name that is used for a pre-allocated NHI number
BABYOF babyofUsed to indicate that this is a baby who does not yet have an official name, and the name field holds the mothers name and potentially other information such as order of birth (for multiple births)

Source

{
  "resourceType": "CodeSystem",
  "id": "nhi-name-use-extra-1.0",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://standards.digital.health.nz/ns/nhi-name-use-extra-code",
  "version": "1.0",
  "name": "Nhi_name_use_extra",
  "title": "NHI Name Use Extra",
  "status": "active",
  "experimental": false,
  "date": "2022-04-12T00:00:00+13:00",
  "publisher": "Te Whatu Ora",
  "contact": [
    {
      "name": "Te Whatu Ora",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description": "Additional name use codes for NHI names",
  "purpose": "Additional codes for name use not covered by the HL7 NameUse codeset (which has a required binding so the HL7 valueset cannot be modified directly)",
  "caseSensitive": false,
  "versionNeeded": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "UNALLOCATED",
      "display": "unallocated",
      "definition": "A name that is used for a pre-allocated NHI number"
    },
    {
      "code": "BABYOF",
      "display": "babyof",
      "definition": "Used to indicate that this is a baby who does not yet have an official name, and the name field holds the mothers name and potentially other information such as order of birth (for multiple births)"
    }
  ]
}