HIP FHIR Common Terminology Guide
1.2.0 - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.2.0). See the Directory of published versions

: OrgFac Address Use - XML Representation

Active as of 2020-04-20

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="hpi-address-use-2.0"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>https://standards.digital.health.nz/ns/hpi-address-use</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">legal<a name="hpi-address-use-2.0-legal"> </a></td><td>Legal Address</td><td>An address of the legal registered office (active).</td></tr><tr><td style="white-space:nowrap">work<a name="hpi-address-use-2.0-work"> </a></td><td>Work Address</td><td>An office address. First choice for business related contacts during business hours.</td></tr><tr><td style="white-space:nowrap">old<a name="hpi-address-use-2.0-old"> </a></td><td>This address is no longer in use (or was never correct but retained for records).</td><td/></tr></table></div>
  </text>
  <url value="https://standards.digital.health.nz/ns/hpi-address-use"/>
  <version value="2.0"/>
  <name value="Hpi_address_use"/>
  <title value="OrgFac Address Use"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2020-04-20T00:00:00+13:00"/>
  <publisher value="Te Whatu Ora"/>
  <contact>
    <name value="Te Whatu Ora"/>
    <telecom>
      <system value="email"/>
      <value value="mailto:integration@health.govt.nz"/>
    </telecom>
  </contact>
  <description
               value="A coded type for organisation/facility address purpose (qualifier)."/>
  <purpose
           value="A coded type for organisation/facility address purpose (qualifier)."/>
  <caseSensitive value="false"/>
  <versionNeeded value="true"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="legal"/>
    <display value="Legal Address"/>
    <definition value="An address of the legal registered office (active)."/>
  </concept>
  <concept>
    <code value="work"/>
    <display value="Work Address"/>
    <definition
                value="An office address. First choice for business related contacts during business hours."/>
  </concept>
  <concept>
    <code value="old"/>
    <display
             value="This address is no longer in use (or was never correct but retained for records)."/>
  </concept>
</CodeSystem>