HIP FHIR Common Terminology Guide
1.7.0-SNAPSHOT - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.7.0-SNAPSHOT) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HPI Legacy Name Type - JSON Representation

Retired as of 2020-04-20

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "hip-name-type-2.0",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>https://standards.digital.health.nz/ns/hpi-name-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></tr><tr><td style=\"white-space:nowrap\">O<a name=\"hip-name-type-2.0-O\"> </a></td><td>Official Name Type</td></tr><tr><td style=\"white-space:nowrap\">A<a name=\"hip-name-type-2.0-A\"> </a></td><td>Alternate Name Type</td></tr></table></div>"
  },
  "url" : "https://standards.digital.health.nz/ns/hpi-name-type",
  "version" : "2.0",
  "name" : "Hpi_legacy_name_type",
  "title" : "HPI Legacy Name Type",
  "status" : "retired",
  "experimental" : false,
  "date" : "2020-04-20T00:00:00+13:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "A code for practitioner name type.",
  "purpose" : "Legacy use only.",
  "caseSensitive" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "O",
      "display" : "Official Name Type"
    },
    {
      "code" : "A",
      "display" : "Alternate Name Type"
    }
  ]
}