FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ConceptMap/example2 (XML)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw XML (canonical form + also see XML Format Specification)

Jump past Narrative

Additional ConceptMap Example (id = "example2")

<?xml version="1.0" encoding="UTF-8"?>

<ConceptMap xmlns="http://hl7.org/fhir">
  <id value="example2"/> 
  <text> 
    <status value="extensions"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> Mapping from http://example.org/fhir/example1 to http://example.org/fhir/example2</p> 
      <p> DRAFT (not intended for production usage). Published on 2012-06-13 by HL7 International
         / Terminology Infrastructure (
        <a href="http://www.hl7.org/Special/committees/Vocab">http://www.hl7.org/Special/com...</a> , 
        <a href="http://www.hl7.org/Special/committees/Vocab/index.cfm">http://www.hl7.org/Special/com...</a> ). 
      </p> 
      <div> 
        <p> An example mapping</p> 

      </div> 
      <br/>  
      <p> 
        <b> Group 1</b> Mapping from 
        <code> http://example.org/fhir/example1</code>  to 
        <code> http://example.org/fhir/example2</code> 
      </p> 
      <table class="grid">
        <tr> 
          <td colspan="3">
            <b> Source Concept Details</b> 
          </td> 
          <td> 
            <b> Relationship</b> 
          </td> 
          <td colspan="2">
            <b> Target Concept Details</b> 
          </td> 
          <td colspan="2">
            <b> Properties</b> 
          </td> 
        </tr> 
        <tr> 
          <td colspan="2">
            <b> Codes</b>  from http://example.org/fhir/example1
          </td> 
          <td> 
            <b> ex3</b> 
          </td> 
          <td/>  
          <td colspan="2">
            <b> Codes</b>  from http://example.org/fhir/example2
          </td> 
        </tr> 
        <tr> 
          <td style="border-right-width: 0px">code</td> 
          <td style="border-left-width: 0px">Example Code</td> 
          <td/>  
          <td> 
            <a href="codesystem-concept-map-relationship.html#equivalent" title="equivalent">is equivalent to</a> 
          </td> 
          <td style="border-right-width: 0px">code2</td> 
          <td style="border-left-width: 0px">Some Example Code</td> 
        </tr> 
      </table> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="vocab"/> 
  </extension> 
  <url value="http://hl7.org/fhir/ConceptMap/example2"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.14.8"/> 
  </identifier> 
  <version value="6.0.0-cibuild"/> 
  <name value="FHIRexanple2"/> 
  <title value="FHIR Example 2"/> 
  <status value="draft"/> 
  <experimental value="true"/> 
  <date value="2012-06-13"/> 
  <publisher value="HL7 International / Terminology Infrastructure"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://www.hl7.org/Special/committees/Vocab"/> 
    </telecom> 
  </contact> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://www.hl7.org/Special/committees/Vocab/index.cfm"/> 
    </telecom> 
  </contact> 
  <description value="An example mapping"/> 
  <purpose value="To illustrate mapping features"/> 
  <additionalAttribute> 
    <code value="ex3"/> 
    <uri value="http://example.org/fhir/property-value/example"/> 
    <type value="Coding"/> 
  </additionalAttribute> 
  <sourceScopeUri value="http://example.org/fhir/example1"/> 
  <targetScopeUri value="http://example.org/fhir/example2"/> 
  <group> 
    <source value="http://example.org/fhir/example1"/> 
    <target value="http://example.org/fhir/example2"/> 
    <element> 
      <code value="code"/> 
      <display value="Example Code"/> 
      <target> 
        <code value="code2"/> 
        <display value="Some Example Code"/> 
        <relationship value="equivalent"/> 
        <dependsOn> 
          <attribute value="ex3"/> 
          <valueCoding> 
            <system value="http://example.org/fhir/example3"/> 
            <code value="some-code"/> 
            <display value="Something Coded"/> 
          </valueCoding> 
        </dependsOn> 
      </target> 
    </element> 
    <unmapped> 
      <mode value="other-map"/> 
      <otherMap value="http://example.org/fhir/ConceptMap/map2"/> 
    </unmapped> 
  </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.