HIP FHIR Common Terminology Guide
1.3.1 - Release

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

: Use values for a HumanName - XML Representation

Active as of 2021-04-14

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="hpi-human-name-use-code-1.0"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div>
  </text>
  <url
       value="https://nzhts.digital.health.nz/fhir/ValueSet/hpi-human-name-use-code"/>
  <version value="1.0"/>
  <name value="Hpi_HumanNameUse"/>
  <title value="Use values for a HumanName"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2021-04-14T00: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="Use values for a HumanName"/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/name-use"/>
      <concept>
        <code value="usual"/>
        <display value="Known as/conventional/the one you normally use."/>
      </concept>
      <concept>
        <code value="official"/>
        <display
                 value="The formal name as registered in an official (government) registry, but which name might not be commonly used. May be called 'legal name'."/>
      </concept>
      <concept>
        <code value="old"/>
        <display
                 value="This name is no longer in use (or was never correct, but retained for records)."/>
      </concept>
    </include>
  </compose>
</ValueSet>