This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Vocabulary Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw XML (canonical form + also see XML Format Specification)
General ConceptMap Example (id = "101")
<?xml version="1.0" encoding="UTF-8"?> <ConceptMap xmlns="http://hl7.org/fhir"> <id value="101"/> <url value="http://hl7.org/fhir/ConceptMap/101"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:uuid:53cd62ee-033e-414c-9f58-3ca97b5ffc3b"/> </identifier> <version value="20120613"/> <name value="FHIR-v3-Address-Use"/> <title value="FHIR/v3 Address Use Mapping"/> <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="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="urn:iso:std:iso:3166"/> <code value="US"/> </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> <code value="H"/> <display value="home"/> <equivalence value="equivalent"/> </target> </element> <element> <code value="work"/> <display value="work"/> <target> <code value="WP"/> <display value="work place"/> <equivalence value="equivalent"/> </target> </element> <element> <code value="temp"/> <display value="temp"/> <target> <code value="TMP"/> <display value="temporary address"/> <equivalence value="equivalent"/> </target> </element> <element> <code value="old"/> <display value="old"/> <target> <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>
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.