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

: Admission type code - XML Representation

Draft as of 2022-11-15

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="05d9a401-d679-413f-887f-4008a3977ffd"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2024-07-25T17:29:04.443+12:00"/>
  </meta>
  <url value="https://standards.digital.health.nz/ns/admission-type-code"/>
  <version value="0.1.0"/>
  <name value="Admission_type_code"/>
  <title value="Admission type code"/>
  <status value="draft"/>
  <date value="2022-11-15T00:00:00.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="Admission types to be used for reporting into National Collections"/>
  <caseSensitive value="true"/>
  <valueSet
            value="https://nzhts.digital.health.nz/fhir/ValueSet/admission-type-code"/>
  <compositional value="false"/>
  <versionNeeded value="true"/>
  <content value="complete"/>
  <count value="6"/>
  <concept>
    <code value="AA"/>
    <display value="Arranged Admission"/>
  </concept>
  <concept>
    <code value="AC"/>
    <display value="Acute"/>
  </concept>
  <concept>
    <code value="AP"/>
    <display value="Private hospital elective admission"/>
  </concept>
  <concept>
    <code value="RL"/>
    <display value="Psychiatric patient returned from leave"/>
  </concept>
  <concept>
    <code value="WN"/>
    <display value="Admitted from waiting list - Normal"/>
  </concept>
  <concept>
    <code value="WU"/>
    <display value="Admitted from waiting list (code not used)"/>
  </concept>
</CodeSystem>