{
  "resourceType": "ConceptMap",
  "id": "v3-address-use",
  "text": {
    "status": "generated",
    "div": "<div><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 11/12/2015 5:38:40 PM 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>"
  },
  "url": "http://hl7.org/fhir/ConceptMap/v3-address-use",
  "name": "v3 map for AddressUse",
  "status": "draft",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "date": "2015-12-11T17:38:40+11:00",
  "description": "v3 Map (AddressUse)",
  "sourceReference": {
    "reference": "http://hl7.org/fhir/ValueSet/address-use"
  },
  "targetReference": {
    "reference": "http://hl7.org/fhir/ValueSet/v3-AddressUse"
  },
  "element": [
    {
      "codeSystem": "http://hl7.org/fhir/address-use",
      "code": "home",
      "target": [
        {
          "codeSystem": "http://hl7.org/fhir/v3/AddressUse",
          "code": "H",
          "equivalence": "equal"
        }
      ]
    },
    {
      "codeSystem": "http://hl7.org/fhir/address-use",
      "code": "work",
      "target": [
        {
          "codeSystem": "http://hl7.org/fhir/v3/AddressUse",
          "code": "WP",
          "equivalence": "equal"
        }
      ]
    },
    {
      "codeSystem": "http://hl7.org/fhir/address-use",
      "code": "temp",
      "target": [
        {
          "codeSystem": "http://hl7.org/fhir/v3/AddressUse",
          "code": "TMP",
          "equivalence": "equal"
        }
      ]
    },
    {
      "codeSystem": "http://hl7.org/fhir/address-use",
      "code": "old",
      "target": [
        {
          "codeSystem": "http://hl7.org/fhir/v3/AddressUse",
          "code": "OLD",
          "equivalence": "narrower",
          "comments": "Bad or Old"
        }
      ]
    },
    {
      "codeSystem": "http://hl7.org/fhir/address-use",
      "code": "old",
      "target": [
        {
          "codeSystem": "http://hl7.org/fhir/v3/AddressUse",
          "code": "BAD",
          "equivalence": "narrower",
          "comments": "Bad or Old"
        }
      ]
    }
  ]
}