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

Address-use.xml

Definition for Value SetAddressUse

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>AddressUse</h2><p>The use of an address</p><p>This value set defines its 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><td><b><a href=\"v3\\AddressUse\\index.html\">v3 Map (AddressUse)</a></b></td><td><b><a href=\"v2\\0190\\index.html\">v2 Map (0190)</a></b></td></tr><tr><td>home<a name=\"home\"> </a></td><td/><td>A communication address at a home.</td><td><span title=\"equal\">=</span><a href=\"v3\\AddressUse\\index.html#H\">H</a></td><td><span title=\"equivalent\">~</span><a href=\"v2\\0190\\index.html#H\">H</a></td></tr><tr><td>work<a name=\"work\"> </a></td><td/><td>An office address. First choice for business related contacts during business hours.</td><td><span title=\"equal\">=</span><a href=\"v3\\AddressUse\\index.html#WP\">WP</a></td><td><span title=\"equivalent\">~</span><a href=\"v2\\0190\\index.html#O\">O</a></td></tr><tr><td>temp<a name=\"temp\"> </a></td><td/><td>A temporary address. The period can provide more detailed information.</td><td><span title=\"equal\">=</span><a href=\"v3\\AddressUse\\index.html#TMP\">TMP</a></td><td><span title=\"equivalent\">~</span><a href=\"v2\\0190\\index.html#C\">C</a></td></tr><tr><td>old<a name=\"old\"> </a></td><td/><td>This address is no longer in use (or was never correct, but retained for records).</td><td><span title=\"narrower\">&gt;</span><a href=\"v3\\AddressUse\\index.html#OLD\">OLD</a><br/><span title=\"narrower\">&gt;</span><a href=\"v3\\AddressUse\\index.html#BAD\">BAD</a></td><td><span title=\"narrower\">&gt;</span><a href=\"v2\\0190\\index.html#BA\">BA</a><i>(unclear about old addresses)</i></td></tr></table></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/address-use",
  "name": "AddressUse",
  "publisher": "HL7 (FHIR Project)",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    },
    {
      "system": "email",
      "value": "fhir@lists.hl7.org"
    }
  ],
  "description": "The use of an address",
  "status": "draft",
  "date": "2014-09-30T18:09:16.977+10:00",
  "define": {
    "system": "http://hl7.org/fhir/address-use",
    "caseSensitive": true,
    "concept": [
      {
        "code": "home",
        "definition": "A communication address at a home."
      },
      {
        "code": "work",
        "definition": "An office address. First choice for business related contacts during business hours."
      },
      {
        "code": "temp",
        "definition": "A temporary address. The period can provide more detailed information."
      },
      {
        "code": "old",
        "definition": "This address is no longer in use (or was never correct, but retained for records)."
      }
    ]
  }
}