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
. Page versions: R5 R4B R4 R3 R2
General ConceptMap Example
{
"resourceType": "ConceptMap",
"id": "101",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"url": "256a5231-a2bb-49bd-9fea-f349d428b70d",
"version": "20120613",
"name": "FHIR/v3 Address Use Mapping",
"publisher": "FHIR project team (example)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
]
}
],
"description": "A mapping between the FHIR and V3 AddressUse Code systems",
"status": "draft",
"experimental": true,
"date": "2012-06-13",
"sourceReference": {
"reference": "http://hl7.org/fhir/address-use"
},
"targetReference": {
"reference": "http://hl7.org/fhir/v3/AddressUse"
},
"element": [
{
"codeSystem": "http://hl7.org/fhir/address-use",
"code": "home",
"map": [
{
"codeSystem": "http://hl7.org/fhir/v3/AddressUse",
"code": "H",
"equivalence": "equivalent"
}
]
},
{
"codeSystem": "http://hl7.org/fhir/address-use",
"code": "home",
"map": [
{
"codeSystem": "http://hl7.org/fhir/v3/AddressUse",
"code": "H",
"equivalence": "equivalent"
}
]
},
{
"codeSystem": "http://hl7.org/fhir/address-use",
"code": "work",
"map": [
{
"codeSystem": "http://hl7.org/fhir/v3/AddressUse",
"code": "WP",
"equivalence": "equivalent"
}
]
},
{
"codeSystem": "http://hl7.org/fhir/address-use",
"code": "temp",
"map": [
{
"codeSystem": "http://hl7.org/fhir/v3/AddressUse",
"code": "TMP",
"equivalence": "equivalent"
}
]
},
{
"codeSystem": "http://hl7.org/fhir/address-use",
"code": "old",
"map": [
{
"codeSystem": "http://hl7.org/fhir/v3/AddressUse",
"code": "BAD",
"equivalence": "disjoint",
"comments": "In the V3 AD, old is handled by the usablePeriod element, but you have to provide a time, there's no simple equivalent of flagging an address as old"
}
]
}
]
}
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.