2nd DSTU Draft For Comment

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

V3-PostalAddressUse.xml

Raw XML (canonical form)

Deprecation Comment: This code system was deprecated as of the November 2007 harmonization meeting. The content was folded into AddressUse (2.16.840.1.113883.5.1119), which replaces this code system.

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="v3-PostalAddressUse"/>
  <meta>
    <lastUpdated value="2014-12-11T00:00:00.000+11:00"/>
    <profile value="http://hl7.org/fhir/Profile/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <url value="http://hl7.org/fhir/v3/vs/PostalAddressUse"/>
  <version value="2014-12-11"/>
  <name value="v3 Code System PostalAddressUse"/>
  <publisher value="HL7, Inc"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org"/>
    </telecom>
  </contact>
  <description value="  Deprecation Comment: This code system was deprecated as of the November 2007 harmonization
     meeting. The content was folded into AddressUse (2.16.840.1.113883.5.1119), which replaces
     this code system."/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2014-12-11"/>
  <define>
    <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-oid">
      <valueUri value="urn:oid:2.16.840.1.113883.5.1012"/>
    </extension>
    <system value="http://hl7.org/fhir/v3/PostalAddressUse"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="_AddressUse"/>
      <abstract value="true"/>
      <display value="AddressUse"/>
      <concept>
        <code value="BAD"/>
        <abstract value="false"/>
        <display value="bad address"/>
        <definition value="A flag indicating that the address is bad, in fact, useless."/>
      </concept>
      <concept>
        <code value="H"/>
        <abstract value="false"/>
        <display value="home address"/>
        <definition value="A communication address at a home, attempted contacts for business purposes might intrude
           privacy and chances are one will contact family or other household members instead of
           the person one wishes to call.  Typically used with urgent cases, or if no other contacts
           are available."/>
        <concept>
          <code value="HP"/>
          <abstract value="false"/>
          <display value="primary home"/>
          <definition value="The primary home, to reach a person after business hours."/>
        </concept>
        <concept>
          <code value="HV"/>
          <abstract value="false"/>
          <display value="vacation home"/>
          <definition value="A vacation home, to reach a person while on vacation."/>
        </concept>
      </concept>
      <concept>
        <code value="TMP"/>
        <abstract value="false"/>
        <display value="temporary address"/>
        <definition value="A temporary address, may be good for visit or mailing.  Note that an address history can
           provide more detailed information."/>
      </concept>
      <concept>
        <code value="WP"/>
        <abstract value="false"/>
        <display value="work place"/>
        <definition value="An office address.  First choice for business related contacts during business hours."/>
        <concept>
          <code value="DIR"/>
          <abstract value="false"/>
          <display value="Direct"/>
          <definition value="Indicates a work place address or telecommunication address that reaches the individual
             or organization directly without intermediaries. For phones, often referred to as a 'private
             line'."/>
        </concept>
        <concept>
          <code value="PUB"/>
          <abstract value="false"/>
          <display value="Public"/>
          <definition value="Indicates a work place address or telecommunication address that is a 'standard' address
             which may reach a reception service, mail-room, or other intermediary prior to the target
             entity."/>
        </concept>
      </concept>
    </concept>
    <concept>
      <code value="PHYS"/>
      <abstract value="false"/>
      <display value="physical visit address"/>
      <definition value="Used primarily to visit an address."/>
    </concept>
    <concept>
      <code value="PST"/>
      <abstract value="false"/>
      <display value="postal address"/>
      <definition value="Used to send mail."/>
    </concept>
  </define>
</ValueSet>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.