This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

 

Definition for Value SetAddressUse

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>AddressUse</h2>
      <p>The use of an address</p>
      <p>This value set defines it's own terms in the system http://hl7.org/fhir/address-use</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>home</td>
          <td/>
          <td>A communication address at a home.</td>
        </tr>
        <tr>
          <td>work</td>
          <td/>
          <td>An office address. First choice for business related contacts during business hours.</td>
        </tr>
        <tr>
          <td>temp</td>
          <td/>
          <td>A temporary address. The period can provide more detailed information.</td>
        </tr>
        <tr>
          <td>old</td>
          <td/>
          <td>This address is no longer in use (or was never correct, but retained for records).</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/address-use"/>
  <name value="AddressUse"/>
  <publisher value="HL7 (FHIR Project)"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="fhir@lists.hl7.org"/>
  </telecom>
  <description value="The use of an address"/>
  <status value="draft"/>
  <date value="2023-05-12T00:10:00"/>
  <define>
    <system value="http://hl7.org/fhir/address-use"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="home"/>
      <definition value="A communication address at a home."/>
    </concept>
    <concept>
      <code value="work"/>
      <definition value="An office address. First choice for business related contacts during business hours."/>
    </concept>
    <concept>
      <code value="temp"/>
      <definition value="A temporary address. The period can provide more detailed information."/>
    </concept>
    <concept>
      <code value="old"/>
      <definition value="This address is no longer in use (or was never correct, but retained for records)."/>
    </concept>
  </define>
</ValueSet>