type: exampleresource: ConceptMapexample: conceptmap-example-2
ConceptMap Example: conceptmap-example-2
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<ConceptMap xmlns="http://hl7.org/fhir">
<id value="example2"/>
<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>
<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://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="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>