Release 4

Conceptmap-example-2.xml

Vocabulary Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any 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="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2> FHIR-exanple-2 (http://hl7.org/fhir/ConceptMap/example2)</h2> 
      <p> Mapping from http://example.org/fhir/example1 to http://example.org/fhir/example2</p> 
      <p> DRAFT (not intended for production usage). Published on Jun 13, 2012 by HL7, Inc (FHIR
         project team (example): 
        <a href="http://hl7.org/fhir">http://hl7.org/fhir</a> ). 
      </p> 
      <div> 
        <p> An example mapping</p> 

      </div> 
      <br/>  
      <table class="grid">
        <tr> 
          <td colspan="2">
            <b> Source Concept Details</b> 
          </td> 
          <td> 
            <b> Equivalence</b> 
          </td> 
          <td colspan="1">
            <b> Destination Concept Details</b> 
          </td> 
        </tr> 
        <tr> 
          <td> 
            <b> Code</b>  from http://example.org/fhir/example1
          </td> 
          <td> 
            <b> Code</b>  from http://example.org/fhir/example3
          </td> 
          <td/>  
          <td> 
            <b> Code</b>  from http://example.org/fhir/example2
          </td> 
        </tr> 
        <tr> 
          <td> code</td> 
          <td> some-code</td> 
          <td> 
            <a href="codesystem-concept-map-equivalence.html#equivalent">equivalent</a> 
          </td> 
          <td> code2</td> 
        </tr> 
      </table> 
    </div> 
  </text> 
  <url value="http://hl7.org/fhir/ConceptMap/example2"/> 
  <version value="4.0.1"/> 
  <name value="FHIR-exanple-2"/> 
  <title value="FHIR Example 2"/> 
  <status value="draft"/> 
  <experimental value="true"/> 
  <date value="2012-06-13"/> 
  <publisher value="HL7, Inc"/> 
  <contact> 
    <name value="FHIR project team (example)"/> 
    <telecom> 
      <system value="url"/> 
      <value value="http://hl7.org/fhir"/> 
    </telecom> 
  </contact> 
  <description value="An example mapping"/> 
  <purpose value="To illustrate mapping features"/> 
  <sourceUri value="http://example.org/fhir/example1"/> 
  <targetUri 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"/> 
        <equivalence value="equivalent"/> 
        <dependsOn> 
          <property value="http://example.org/fhir/property-value/example"/> 
          <system value="http://example.org/fhir/example3"/> 
          <value value="some-code"/> 
          <display value="Something Coded"/> 
        </dependsOn> 
      </target> 
    </element> 
    <unmapped> 
      <mode value="other-map"/> 
      <url 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.