New Zealand HPI Implementation Guide
0.9.0 - CI Build

New Zealand HPI Implementation Guide, published by Ministry of Health. This is not an authorized publication; it is the continuous build for version 0.9.0). This version is based on the current content of https://github.com/HL7NZ/hpi/ and changes regularly. See the Directory of published versions

: HPI Alias Type - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "Hpi-alias-type",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://standards.digital.health.nz/ns/alias-type-code defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">aka<a name=\"Hpi-alias-type-aka\"> </a></td><td>Aka</td><td>The name by which the organisation or facility is also known as.</td></tr><tr><td style=\"white-space:nowrap\">old<a name=\"Hpi-alias-type-old\"> </a></td><td>Old</td><td>The previous legal name(s) of the organisation/facility.</td></tr><tr><td style=\"white-space:nowrap\">maori<a name=\"Hpi-alias-type-maori\"> </a></td><td>Māori</td><td>The Māori name of the organisation or facility.</td></tr><tr><td style=\"white-space:nowrap\">legal<a name=\"Hpi-alias-type-legal\"> </a></td><td>Legal</td><td>The name as recorded in the official register eg Register of Companies.</td></tr><tr><td style=\"white-space:nowrap\">short<a name=\"Hpi-alias-type-short\"> </a></td><td>Short</td><td>An abbreviated name by which the organisation or facility is known.</td></tr><tr><td style=\"white-space:nowrap\">trade-as<a name=\"Hpi-alias-type-trade-as\"> </a></td><td>Trading as</td><td>Used when the organisation/facility has a separate trading name.</td></tr><tr><td style=\"white-space:nowrap\">current<a name=\"Hpi-alias-type-current\"> </a></td><td>Current unverified or unofficial name</td><td>The name currently used for a facility.</td></tr></table></div>"
  },
  "url" : "https://standards.digital.health.nz/ns/alias-type-code",
  "version" : "0.9.0",
  "name" : "Hpi_alias_type",
  "title" : "HPI Alias Type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-02-24T00:00:00+13:00",
  "publisher" : "Ministry of Health",
  "contact" : [
    {
      "name" : "Ministry of Health",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "A coded type for an alias name.",
  "purpose" : "A coded type for an alias name.",
  "caseSensitive" : false,
  "versionNeeded" : 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 unverified or unofficial name",
      "definition" : "The name currently used for a facility."
    }
  ]
}