View raw Markdown
type: exampleresource: ConceptMapexample: conceptmap-example-priority

ConceptMap Example: conceptmap-example-priority

Example XML

<ConceptMap xmlns="http://hl7.org/fhir">
   <id value="example-priority"/>
   <url value="http://hl7.org/fhir/ConceptMap/example-priority"/>
   <version value="20220809"/>
   <title value="Example map with priorities"/>
   <status value="draft"/>
   <experimental value="true"/>
    <publisher value="HL7 International / Terminology Infrastructure"/>
    <contact>
        <telecom>
            <system value="url"/>
            <value value="http://hl7.org/fhir"/>
        </telecom>
    </contact>
    <contact>
        <telecom>
            <system value="url"/>
            <value value="http://www.hl7.org/Special/committees/Vocab/index.cfm"/>
        </telecom>
    </contact>
   <description value="Example inspired by UK extended complex map (999002271000000101)"/>
   <copyright value="Creative Commons 0"/>
   <sourceScopeUri value="http://snomed.info/sct?fhir_vs"/>
   <property>
     <code value="priority"/>
     <description value="The priority with which to choose this mapping over the other mappings for the same code"/>
     <type value="string"/> <!-- change to integer? -->
   </property>
   <property>
     <code value="mapAdvice"/>
     <description value="Additional advice for a user using these maps"/>
     <type value="string"/> 
   </property>
   <group>
      <source value="http://snomed.info./sct"/>
      <target value="http://hl7.org/fhir/sid/icd-10"/>
      <element>
         <code value="429353004"/>
         <target>
            <code value="S59.7"/>
            <relationship value="source-is-narrower-than-target"/>
            <property>
               <code value="priority"/>
               <valueString value="1"/>
            </property>
            <property>
               <code value="mapAdvice"/>
               <valueString value="ADDITIONAL CODE POSSIBLE"/>
            </property>
         </target>
         <target>
            <code value="S59.9"/>
            <relationship value="source-is-narrower-than-target"/>
            <property>
               <code value="priority"/>
               <valueString value="3"/>
            </property>
            <property>
               <code value="mapAdvice"/>
               <valueString value="ADDITIONAL CODE POSSIBLE"/>
            </property> 
         </target>
         <target>
            <code value="S59.8"/>
            <relationship value="source-is-narrower-than-target"/>
            <property>
               <code value="priority"/>
               <valueString value="2"/>
            </property>
            <property>
               <code value="mapAdvice"/>
               <valueString value="ADDITIONAL CODE POSSIBLE"/>
            </property>
         </target>
      </element>
   </group>
</ConceptMap>