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
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)
Additional ConceptMap Example (id = "example2")
<?xml version="1.0" encoding="UTF-8"?> <ConceptMap xmlns="http://hl7.org/fhir"> <id value="example2"/> <url value="http://hl7.org/fhir/ConceptMap/example2"/> <name value="FHIR-exanple-2"/> <title value="FHIR Example 2"/> <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="An example mapping"/> <purpose value="To illustrate mapping features"/> <sourceUri value="http://example.org/fhir/example1"/> <targetUri 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"/> <equivalence value="equivalent"/> <dependsOn> <property value="http://example.org/fhir/property-value/example"/> <system value="http://example.org/fhir/example3"/> <value value="some-code"/> <display value="Something Coded"/> </dependsOn> </target> </element> <unmapped> <mode value="other-map"/> <url value="http://example.org/fhir/ConceptMap/map2"/> </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.