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 . Page versions: R5 R4B R4 R3 R2 Content Examples Formal Definitions Mappings Profiles 6.15.7 Resource ConceptMap - Examples Example Index: General ConceptMap Example XML JSON Specimen Type v2 -> SNOMED-CT Mapping XML JSON 6.15.7.1 General XML General ConceptMap Example (id = "101") Raw XML Mapping from to Draft (not intended for production usage). Published on 13-Jun 2012 by FHIR project team (example) ( ). 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 <!-- this example, we elected to use a UUID. We could have used an OID, or a URI - depends on how it will be used. --> <!-- for version, we are going to simply use the day of publication. This is also arbitrary - whatever is here is what people use to refer to the version. Could also be a UUID too --> 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 </ConceptMap> JSON General ConceptMap Example { "resourceType": "ConceptMap", "text": { "status": "generated", "div": "<div>\n <h2>FHIR/v3 Address Use Mapping (256a5231-a2bb-49bd-9fea-f349d428b70d)</h2>\n <p>Mapping from \n <a href=\"address-use.html\">http://hl7.org/fhir/address-use</a> to \n <a href=\"v3/AddressUse/index.html\">http://hl7.org/fhir/v3/AddressUse</a>\n </p>\n <p>Draft (not intended for production usage). Published on 13-Jun 2012 by FHIR project team (example) (\n <a href=\"http://hl7.org/fhir\">http://hl7.org/fhir</a>). \n </p>\n <p>A mapping between the FHIR and V3 AddressUse Code systems</p>\n <br/>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Source Code</b>\n </td>\n <td>\n <b>Equivalence</b>\n </td>\n <td>\n <b>Destination Code</b>\n </td>\n <td>\n <b>Comments</b>\n </td>\n </tr>\n <tr>\n <td>home</td>\n <td>equivalent</td>\n <td>H (home address)</td>\n <td/>\n </tr>\n <tr>\n <td>home</td>\n <td>equivalent</td>\n <td>H (home address)</td>\n <td/>\n </tr>\n <tr>\n <td>work</td>\n <td>equivalent</td>\n <td>WP (work place)</td>\n <td/>\n </tr>\n <tr>\n <td>temp</td>\n <td>equivalent</td>\n <td>TMP (temporary address)</td>\n <td/>\n </tr>\n <tr>\n <td>old</td>\n <td>disjoint</td>\n <td>BAD (bad address)</td>\n <td>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</td>\n </tr>\n </table>\n </div>" }, "identifier": "256a5231-a2bb-49bd-9fea-f349d428b70d", "version": "20120613", "name": "FHIR/v3 Address Use Mapping", "publisher": "FHIR project team (example)", "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", "source": { "reference": "http://hl7.org/fhir/address-use" }, "target": { "reference": "http://hl7.org/fhir/v3/AddressUse" }, "concept": [ { "system": "http://hl7.org/fhir/address-use", "code": "home", "map": [ { "system": "http://hl7.org/fhir/v3/AddressUse", "code": "H", "equivalence": "equivalent" } ] }, { "system": "http://hl7.org/fhir/address-use", "code": "home", "map": [ { "system": "http://hl7.org/fhir/v3/AddressUse", "code": "H", "equivalence": "equivalent" } ] }, { "system": "http://hl7.org/fhir/address-use", "code": "work", "map": [ { "system": "http://hl7.org/fhir/v3/AddressUse", "code": "WP", "equivalence": "equivalent" } ] }, { "system": "http://hl7.org/fhir/address-use", "code": "temp", "map": [ { "system": "http://hl7.org/fhir/v3/AddressUse", "code": "TMP", "equivalence": "equivalent" } ] }, { "system": "http://hl7.org/fhir/address-use", "code": "old", "map": [ { "system": "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" } ] } ] } © HL7.org 2011+. FHIR DSTU (v0.0.82.2943) generated on Tue, Sep 30, 2014 18:09+1000. Links: What's a DSTU? | Version History | | Propose a change var disqus_shortname = 'fhirdstu';(function() {var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); Please enable JavaScript to view the comments powered by Disqus. comments powered by Disqus var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-676355-1']); _gaq.push(['_setDomainName', '.hl7.org']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();