New Zealand Health Terminology Service (NZHTS) Implementation Guide
0.1.0 - ci-build

New Zealand Health Terminology Service (NZHTS) Implementation Guide, published by Health New Zealand | Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/daniel-thomson/nzhts/ and changes regularly. See the Directory of published versions

: Type of Alias - XML Representation

Active as of 2023-10-25

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="alias-type"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2024-07-25T17:27:12.366+12:00"/>
  </meta>
  <url value="https://standards.digital.health.nz/ns/alias-type-code"/>
  <version value="0.1.0"/>
  <name value="AliasType"/>
  <title value="Type of Alias"/>
  <status value="active"/>
  <date value="2023-10-25T11:59:31.000Z"/>
  <publisher value="Health New Zealand | Te Whatu Ora"/>
  <contact>
    <name value="Health New Zealand | Te Whatu Ora"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.tewhatuora.govt.nz/"/>
    </telecom>
  </contact>
  <description
               value="Used in Organization and Location to indicate what is the type of Alias"/>
  <caseSensitive value="true"/>
  <valueSet
            value="https://nzhts.digital.health.nz/fhir/ValueSet/alias-type-code"/>
  <content value="complete"/>
  <count value="7"/>
  <concept>
    <code value="aka"/>
    <display value="Aka"/>
    <definition
                value="The name by which the organisation or facility is also known as."/>
  </concept>
  <concept>
    <code value="old"/>
    <display value="Old"/>
    <definition
                value="The previous legal name(s) of the organisation/facility."/>
  </concept>
  <concept>
    <code value="maori"/>
    <display value="Māori"/>
    <definition value="The Māori name of the organisation or facility."/>
  </concept>
  <concept>
    <code value="legal"/>
    <display value="Legal"/>
    <definition
                value="The name as recorded in the official register eg Register of Companies."/>
  </concept>
  <concept>
    <code value="short"/>
    <display value="Short"/>
    <definition
                value="An abbreviated name by which the organisation or facility is known."/>
  </concept>
  <concept>
    <code value="trade-as"/>
    <display value="Trading as"/>
    <definition
                value="Used when the organisation/facility has a separate trading name."/>
  </concept>
  <concept>
    <code value="current"/>
    <display value="Current unverified or unofficial name"/>
    <definition value="The name currently used for a facility."/>
  </concept>
</CodeSystem>