This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
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.
{ "resourceType": "ValueSet", "id": "v3-PostalAddressUse", "meta": { "lastUpdated": "2015-03-23T00:00:00.000+11:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ] }, "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "url": "http://hl7.org/fhir/v3/vs/PostalAddressUse", "version": "2015-03-23", "name": "v3 Code System PostalAddressUse", "publisher": "HL7, Inc", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org" } ] } ], "description": " Deprecation Comment:\r\nThis 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": "active", "experimental": false, "date": "2015-03-23", "define": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.5.1012" } ], "system": "http://hl7.org/fhir/v3/PostalAddressUse", "caseSensitive": true, "concept": [ { "code": "_AddressUse", "abstract": true, "display": "AddressUse", "definition": "AddressUse", "concept": [ { "code": "BAD", "abstract": false, "display": "bad address", "definition": "A flag indicating that the address is bad, in fact, useless." }, { "code": "H", "abstract": false, "display": "home address", "definition": "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": "HP", "abstract": false, "display": "primary home", "definition": "The primary home, to reach a person after business hours." }, { "code": "HV", "abstract": false, "display": "vacation home", "definition": "A vacation home, to reach a person while on vacation." } ] }, { "code": "TMP", "abstract": false, "display": "temporary address", "definition": "A temporary address, may be good for visit or mailing. Note that an address history can provide more detailed information." }, { "code": "WP", "abstract": false, "display": "work place", "definition": "An office address. First choice for business related contacts during business hours.", "concept": [ { "code": "DIR", "abstract": false, "display": "Direct", "definition": "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'." }, { "code": "PUB", "abstract": false, "display": "Public", "definition": "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." } ] } ] }, { "code": "PHYS", "abstract": false, "display": "physical visit address", "definition": "Used primarily to visit an address." }, { "code": "PST", "abstract": false, "display": "postal address", "definition": "Used to send mail." } ] } }
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.