This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 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
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
v3 map for AddressUse
<ConceptMap xmlns="http://hl7.org/fhir"> <id value="v3-address-use"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <h2>v3 map for AddressUse (http://hl7.org/fhir/ConceptMap/v3-address-use)</h2> <p>Mapping from <a href="valueset-address-use.html">http://hl7.org/fhir/ValueSet/address-use</a> to <a href="v3/AddressUse/index.html">http://hl7.org/fhir/ValueSet/v3-AddressUse</a> </p> <p>DRAFT. Published on 03/12/2015 9:57:31 AM by HL7 (FHIR Project) ( <a href="http://hl7.org/fhir">http://hl7.org/fhir</a>, <a href="mailto:fhir@lists.hl7.org">fhir@lists.hl7.org</a>; ). </p> <p>v3 Map (AddressUse)</p> <br/> <table class="grid"> <tr> <td> <b>Source Code</b> </td> <td> <b>Equivalence</b> </td> <td> <b>Destination Code</b> </td> <td> <b>Comments</b> </td> </tr> <tr> <td>home (Home)</td> <td>equal</td> <td>H (home address)</td> <td/> </tr> <tr> <td>work (Work)</td> <td>equal</td> <td>WP (work place)</td> <td/> </tr> <tr> <td>temp (Temporary)</td> <td>equal</td> <td>TMP (temporary address)</td> <td/> </tr> <tr> <td>old (Old / Incorrect)</td> <td>narrower</td> <td>OLD (no longer in use)</td> <td>Bad or Old</td> </tr> <tr> <td>old (Old / Incorrect)</td> <td>narrower</td> <td>BAD (bad address)</td> <td>Bad or Old</td> </tr> </table> </div> </text> <url value="http://hl7.org/fhir/ConceptMap/v3-address-use"/> <name value="v3 map for AddressUse"/> <status value="draft"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="other"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <date value="2015-12-03T09:57:31+11:00"/> <description value="v3 Map (AddressUse)"/> <sourceReference> <reference value="http://hl7.org/fhir/ValueSet/address-use"/> </sourceReference> <targetReference> <reference value="http://hl7.org/fhir/ValueSet/v3-AddressUse"/> </targetReference> <element> <codeSystem value="http://hl7.org/fhir/address-use"/> <code value="home"/> <target> <codeSystem value="http://hl7.org/fhir/v3/AddressUse"/> <code value="H"/> <equivalence value="equal"/> </target> </element> <element> <codeSystem value="http://hl7.org/fhir/address-use"/> <code value="work"/> <target> <codeSystem value="http://hl7.org/fhir/v3/AddressUse"/> <code value="WP"/> <equivalence value="equal"/> </target> </element> <element> <codeSystem value="http://hl7.org/fhir/address-use"/> <code value="temp"/> <target> <codeSystem value="http://hl7.org/fhir/v3/AddressUse"/> <code value="TMP"/> <equivalence value="equal"/> </target> </element> <element> <codeSystem value="http://hl7.org/fhir/address-use"/> <code value="old"/> <target> <codeSystem value="http://hl7.org/fhir/v3/AddressUse"/> <code value="OLD"/> <equivalence value="narrower"/> <comments value="Bad or Old"/> </target> </element> <element> <codeSystem value="http://hl7.org/fhir/address-use"/> <code value="old"/> <target> <codeSystem value="http://hl7.org/fhir/v3/AddressUse"/> <code value="BAD"/> <equivalence value="narrower"/> <comments value="Bad or Old"/> </target> </element> </ConceptMap>
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.