--- type: "example" title: "ConceptMap Example: conceptmap-example-priority" resource: "ConceptMap" example: "conceptmap-example-priority" --- # ConceptMap Example: conceptmap-example-priority ## Example XML ```xml <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> ```