This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Draft as of 2012-06-13 |
<ConceptMap xmlns="http://hl7.org/fhir">
<id value="shareable-example"/>
<meta>
<profile
value="http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareableconceptmap"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>Mapping from <a href="http://hl7.org/fhir/R4/valueset-address-use.html">AddressUse</a> to <a href="http://terminology.hl7.org/5.5.0/ValueSet-v3-AddressUse.html">AddressUse</a></p><p>DRAFT (not intended for production usage). Published on 2012-06-13 by HL7 International / Clinical Decision Support (<a href="http://www.hl7.org/Special/committees/dss">http://www.hl7.org/Special/com...</a>). Creative Commons 0</p><div><p>A mapping between the FHIR and HL7 v3 AddressUse Code systems</p>
</div><br/><p><b>Group 1 </b>Mapping from <a href="http://hl7.org/fhir/R4/codesystem-address-use.html">AddressUse</a> to <a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-AddressUse.html">AddressUse</a></p><table class="grid"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>home</td><td><a href="http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>H (home address)</td><td/></tr><tr><td>work</td><td><a href="http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>WP (work place)</td><td/></tr><tr><td>temp (Temporary)</td><td><a href="http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>TMP (temporary address)</td><td/></tr><tr><td>old (Old / Incorrect)</td><td><a href="http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#disjoint" title="disjoint">is not related to</a></td><td>BAD (bad address)</td><td>In the HL7 v3 AD, old is handled by the usablePeriod element, but you have to provide a time, there's no simple equivalent of flagging an address as old</td></tr></table></div>
</text>
<url value="http://hl7.org/fhir/uv/crmi/ConceptMap/shareable-example"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.40.38.18.2"/>
</identifier>
<version value="1.0.0"/>
<name value="ShareableConceptMapExample"/>
<title value="Shareable Concept Map Example"/>
<status value="draft"/>
<experimental value="true"/>
<date value="2012-06-13"/>
<publisher value="HL7 International / Clinical Decision Support"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/dss"/>
</telecom>
</contact>
<description
value="A mapping between the FHIR and HL7 v3 AddressUse Code systems"/>
<useContext>
<code>
<system
value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
<code value="venue"/>
</code>
<valueCodeableConcept>
<text value="for CCDA Usage"/>
</valueCodeableConcept>
</useContext>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<purpose value="To help implementers map from HL7 v3/CDA to FHIR"/>
<copyright value="Creative Commons 0"/>
<sourceUri value="http://hl7.org/fhir/ValueSet/address-use"/>
<targetUri value="http://terminology.hl7.org/ValueSet/v3-AddressUse"/>
<group>
<source value="http://hl7.org/fhir/address-use"/>
<target value="http://terminology.hl7.org/CodeSystem/v3-AddressUse"/>
<element>
<code value="home"/>
<display value="home"/>
<target>
<modifierExtension
url="http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence">
<valueCode value="equivalent"/>
</modifierExtension>
<code value="H"/>
<display value="home address"/>
<equivalence value="equivalent"/>
</target>
</element>
<element>
<code value="work"/>
<display value="work"/>
<target>
<modifierExtension
url="http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence">
<valueCode value="equivalent"/>
</modifierExtension>
<code value="WP"/>
<display value="work place"/>
<equivalence value="equivalent"/>
</target>
</element>
<element>
<code value="temp"/>
<display value="Temporary"/>
<target>
<modifierExtension
url="http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence">
<valueCode value="equivalent"/>
</modifierExtension>
<code value="TMP"/>
<display value="temporary address"/>
<equivalence value="equivalent"/>
</target>
</element>
<element>
<code value="old"/>
<display value="Old / Incorrect"/>
<target>
<modifierExtension
url="http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence">
<valueCode value="disjoint"/>
</modifierExtension>
<code value="BAD"/>
<display value="bad address"/>
<equivalence value="disjoint"/>
<comment
value="In the HL7 v3 AD, old is handled by the usablePeriod element, but you have to provide a time, there's no simple equivalent of flagging an address as old"/>
</target>
</element>
<unmapped>
<mode value="fixed"/>
<code value="temp"/>
<display value="temp"/>
</unmapped>
</group>
</ConceptMap>