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

FHIR IG Statistics: CodeSystem/alias-type

Packagefhir.org.nz.ig.base
TypeCodeSystem
Idalias-type
FHIR VersionR4
Sourcehttp://hl7.org.nz/fhir/https://build.fhir.org/ig/HL7NZ/nzbase/CodeSystem-alias-type.html
URLhttps://standards.digital.health.nz/ns/alias-type-code
Version1.0.0
Statusactive
Date2025-06-10T09:24:18+00:00
NameAliasType
TitleType of Alias
Realmus
Authorityhl7
DescriptionUsed in Organization and Location to indicate what is the type of Alias
Contentcomplete

Resources that use this resource

ConceptMap
hpi-facility-name-qualifier-downHPI Facility Name Qualifier Mapping Down
hpi-facility-name-qualifierHPI Facility Name Qualifier Mapping
hpi-organisation-name-qualifier-downHPI Organisation Name Qualifier Mapping Down
hpi-organisation-name-qualifierHPI Organisation Name Qualifier Mapping
ValueSet
alias-type-codeAlias types
location-alias-type-codeHPI Alias Type (Location)
organization-alias-type-codeHPI Alias Type (Organization)

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem alias-type

This case-sensitive code system https://standards.digital.health.nz/ns/alias-type-code defines the following codes:

CodeDisplayDefinition
aka AkaThe name by which the organisation or facility is also known as.
old OldThe previous legal name(s) of the organisation/facility.
maori MāoriThe Māori name of the organisation or facility.
legal LegalThe name as recorded in the official register eg Register of Companies.
short ShortAn abbreviated name by which the organisation or facility is known.
trade-as Trading asUsed when the organisation/facility has a separate trading name.
current CurrentThe name currently used for a facility.

Source

{
  "resourceType": "CodeSystem",
  "id": "alias-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://standards.digital.health.nz/ns/alias-type-code",
  "version": "1.0.0",
  "name": "AliasType",
  "title": "Type of Alias",
  "status": "active",
  "experimental": false,
  "date": "2025-06-10T09:24:18+00:00",
  "publisher": "HL7 New Zealand",
  "contact": [
    {
      "name": "HL7 New Zealand",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:admin@hl7.org.nz"
        }
      ]
    }
  ],
  "description": "Used in Organization and Location to indicate what is the type of Alias",
  "caseSensitive": true,
  "content": "complete",
  "count": 7,
  "concept": [
    {
      "code": "aka",
      "display": "Aka",
      "definition": "The name by which the organisation or facility is also known as."
    },
    {
      "code": "old",
      "display": "Old",
      "definition": "The previous legal name(s) of the organisation/facility."
    },
    {
      "code": "maori",
      "display": "Māori",
      "definition": "The Māori name of the organisation or facility."
    },
    {
      "code": "legal",
      "display": "Legal",
      "definition": "The name as recorded in the official register eg Register of Companies."
    },
    {
      "code": "short",
      "display": "Short",
      "definition": "An abbreviated name by which the organisation or facility is known."
    },
    {
      "code": "trade-as",
      "display": "Trading as",
      "definition": "Used when the organisation/facility has a separate trading name."
    },
    {
      "code": "current",
      "display": "Current",
      "definition": "The name currently used for a facility."
    }
  ]
}