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

Conceptmap-example.xml

General ConceptMap Example (id = "101")

Raw XML

<ConceptMap xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>FHIR/v3 Address Use Mapping (256a5231-a2bb-49bd-9fea-f349d428b70d)</h2>
      <p>Mapping from 
        <a href="address-use.html">http://hl7.org/fhir/address-use</a> to 
        <a href="v3/AddressUse/index.html">http://hl7.org/fhir/v3/AddressUse</a>
      </p>
      <p>Draft (not intended for production usage). Published on 13-Jun 2012 by FHIR project team
         (example) (
        <a href="http://hl7.org/fhir">http://hl7.org/fhir</a>). 
      </p>
      <p>A mapping between the FHIR and V3 AddressUse Code systems</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</td>
          <td>equivalent</td>
          <td>H (home address)</td>
          <td/>
        </tr>
        <tr>
          <td>home</td>
          <td>equivalent</td>
          <td>H (home address)</td>
          <td/>
        </tr>
        <tr>
          <td>work</td>
          <td>equivalent</td>
          <td>WP (work place)</td>
          <td/>
        </tr>
        <tr>
          <td>temp</td>
          <td>equivalent</td>
          <td>TMP (temporary address)</td>
          <td/>
        </tr>
        <tr>
          <td>old</td>
          <td>disjoint</td>
          <td>BAD (bad address)</td>
          <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>
        </tr>
      </table>
    </div>
  </text><!--    this example, we elected to use a UUID. We could have used 
     an OID, or a URI - depends on how it will be used.    -->
  <identifier value="256a5231-a2bb-49bd-9fea-f349d428b70d"/><!--    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    -->
  <version value="20120613"/><!--    set of loinc codes for cholesterol for LONC 2.36    -->
  <name value="FHIR/v3 Address Use Mapping"/>
  <publisher value="FHIR project team (example)"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <description value="A mapping between the FHIR and V3 AddressUse Code systems"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2012-06-13"/>
  <source>
    <reference value="http://hl7.org/fhir/address-use"/>
  </source>
  <target>
    <reference value="http://hl7.org/fhir/v3/AddressUse"/>
  </target>
  <concept>
    <system value="http://hl7.org/fhir/address-use"/>
    <code value="home"/>
    <map>
      <system value="http://hl7.org/fhir/v3/AddressUse"/>
      <code value="H"/>
      <equivalence value="equivalent"/>
    </map>
  </concept>
  <concept>
    <system value="http://hl7.org/fhir/address-use"/>
    <code value="home"/>
    <map>
      <system value="http://hl7.org/fhir/v3/AddressUse"/>
      <code value="H"/>
      <equivalence value="equivalent"/>
    </map>
  </concept>
  <concept>
    <system value="http://hl7.org/fhir/address-use"/>
    <code value="work"/>
    <map>
      <system value="http://hl7.org/fhir/v3/AddressUse"/>
      <code value="WP"/>
      <equivalence value="equivalent"/>
    </map>
  </concept>
  <concept>
    <system value="http://hl7.org/fhir/address-use"/>
    <code value="temp"/>
    <map>
      <system value="http://hl7.org/fhir/v3/AddressUse"/>
      <code value="TMP"/>
      <equivalence value="equivalent"/>
    </map>
  </concept>
  <concept>
    <system value="http://hl7.org/fhir/address-use"/>
    <code value="old"/>
    <map>
      <system value="http://hl7.org/fhir/v3/AddressUse"/>
      <code value="BAD"/>
      <equivalence value="disjoint"/>
      <comments value="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"/>
    </map>
  </concept>
</ConceptMap>