STU3 Candidate

This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). 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

Raw XML (canonical form)

General ConceptMap Example (id = "101")

<ConceptMap xmlns="http://hl7.org/fhir">
  <id value="101"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>FHIR/v3 Address Use Mapping (http://hl7.org/fhir/ConceptMap/101)</h2>
      <p>Mapping from 
        <a href="valueset-address-use.html">http://hl7.org/fhir/ValueSet/address-use</a> to 
        <a href="v3/AddressUse/vs.html">http://hl7.org/fhir/ValueSet/v3-AddressUse</a>
      </p>
      <p>DRAFT (not intended for production usage). Published on 13/06/2012 by HL7, Inc (FHIR project
         team (example): 
        <a href="http://hl7.org/fhir">http://hl7.org/fhir</a>). Creative Commons 0
      </p>
      <div>
        <p>A mapping between the FHIR and HL7 v3 AddressUse Code systems</p>

      </div>
      <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/>
          <td>H (home address)</td>
          <td/>
        </tr>
        <tr>
          <td>home (Home)</td>
          <td/>
          <td>H (home address)</td>
          <td/>
        </tr>
        <tr>
          <td>work (Work)</td>
          <td/>
          <td>WP (work place)</td>
          <td/>
        </tr>
        <tr>
          <td>temp (Temporary)</td>
          <td/>
          <td>TMP (temporary address)</td>
          <td/>
        </tr>
        <tr>
          <td>old (Old / Incorrect)</td>
          <td>disjoint</td>
          <td>BAD (bad address)</td>
          <td>In the HL7 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>
  <url value="http://hl7.org/fhir/ConceptMap/101"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:53cd62ee-033e-414c-9f58-3ca97b5ffc3b"/>
  </identifier>
  <version value="20120613"/>
  <name value="FHIR/v3 Address Use Mapping"/>
  <status value="draft"/>
  <experimental value="true"/>
  <publisher value="HL7, Inc"/>
  <contact>
    <name value="FHIR project team (example)"/>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <date value="2012-06-13"/>
  <description value="A mapping between the FHIR and HL7 v3 AddressUse Code systems"/>
  <useContext>
    <code>
      <system value="http://hl7.org/fhir/usage-context-type"/>
      <code value="venue"/>
    </code>
    <valueCodeableConcept>
      <text value="for CDA Usage"/>
    </valueCodeableConcept>
  </useContext>
  <purpose value="To help implementers map from HL7 v3/CDA to FHIR"/>
  <copyright value="Creative Commons 0"/>
  <sourceReference>
    <reference value="http://hl7.org/fhir/ValueSet/address-use"/>
  </sourceReference>
  <targetReference>
    <reference value="http://hl7.org/fhir/ValueSet/v3-AddressUse"/>
  </targetReference>
  <group>
    <source value="http://hl7.org/fhir/address-use"/>
    <target value="http://hl7.org/fhir/v3/AddressUse"/>
    <element>
      <code value="home"/>
      <target>
        <code value="H"/>
      </target>
    </element>
    <element>
      <code value="home"/>
      <target>
        <code value="H"/>
      </target>
    </element>
    <element>
      <code value="work"/>
      <target>
        <code value="WP"/>
      </target>
    </element>
    <element>
      <code value="temp"/>
      <target>
        <code value="TMP"/>
      </target>
    </element>
    <element>
      <code value="old"/>
      <target>
        <code value="BAD"/>
        <equivalence value="disjoint"/>
        <comments value="In the HL7 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"/>
      </target>
    </element>
  </group>
</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.