This page is part of the FHIR Specification (v5.0.0-snapshot1: Release 5 Snapshot #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
Vocabulary Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw JSON (canonical form + also see JSON Format Specification)
Additional ConceptMap2 Example
{ "resourceType": "ConceptMap2", "id": "example2", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div><p>Resource "example2" </p></div><p><b>url</b>: <a>http://hl7.org/fhir/ConceptMap/example2</a></p><p><b>name</b>: FHIR-exanple-2</p><p><b>title</b>: FHIR Example 2</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2012-06-13</p><p><b>publisher</b>: HL7, Inc</p><p><b>contact</b>: FHIR project team (example): <a>http://hl7.org/fhir</a></p><p><b>description</b>: An example mapping</p><p><b>purpose</b>: To illustrate mapping features</p><p><b>source</b>: <a>http://example.org/fhir/example1</a></p><p><b>target</b>: <a>http://example.org/fhir/example2</a></p><blockquote><p><b>group</b></p><p><b>source</b>: <a>http://example.org/fhir/example1</a></p><p><b>target</b>: <a>http://example.org/fhir/example2</a></p><blockquote><p><b>element</b></p><p><b>code</b>: code</p><p><b>display</b>: Example Code</p><blockquote><p><b>target</b></p><p><b>code</b>: code2</p><p><b>display</b>: Some Example Code</p><p><b>relationship</b>: equivalent</p><h3>DependsOns</h3><table><tr><td>-</td><td><b>Property</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td><a>http://example.org/fhir/property-value/example</a></td><td>Something Coded (Details: http://example.org/fhir/example3 code some-code = 'some-code', stated as 'Something Coded')</td></tr></table></blockquote></blockquote><h3>Unmappeds</h3><table><tr><td>-</td><td><b>Mode</b></td><td><b>Url</b></td></tr><tr><td>*</td><td>other-map</td><td><a>http://example.org/fhir/ConceptMap/map2</a></td></tr></table></blockquote></div>" }, "url": "http://hl7.org/fhir/ConceptMap/example2", "name": "FHIR-exanple-2", "title": "FHIR Example 2", "status": "draft", "experimental": true, "date": "2012-06-13", "publisher": "HL7, Inc", "contact": [ { "name": "FHIR project team (example)", "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] } ], "description": "An example mapping", "purpose": "To illustrate mapping features", "sourceUri": "http://example.org/fhir/example1", "targetUri": "http://example.org/fhir/example2", "group": [ { "source": "http://example.org/fhir/example1", "target": "http://example.org/fhir/example2", "element": [ { "code": "code", "display": "Example Code", "target": [ { "code": "code2", "display": "Some Example Code", "relationship": "equivalent", "dependsOn": [ { "property": "http://example.org/fhir/property-value/example", "valueCoding": { "system": "http://example.org/fhir/example3", "code": "some-code", "display": "Something Coded" } } ] } ] } ], "unmapped": { "mode": "other-map", "url": "http://example.org/fhir/ConceptMap/map2" } } ] }
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.