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)
CDS Hooks Indicator mapping to Request Priority
{ "resourceType": "ConceptMap2", "id": "cdshooks-indicator", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div><p>Resource "cdshooks-indicator" </p></div><p><b>url</b>: <a>http://cds-hooks.hl7.org/ConceptMap/indicator-to-request-priority</a></p><p><b>name</b>: IndicatorToRequestPriority</p><p><b>status</b>: draft</p><p><b>experimental</b>: false</p><p><b>description</b>: This concept map defines a mapping from CDS Hooks indicator to request priority.</p><p><b>source</b>: <a>http://cds-hooks.hl7.org/ValueSet/indicator</a></p><p><b>target</b>: <a>http://hl7.org/fhir/ValueSet/request-priority</a></p><blockquote><p><b>group</b></p><blockquote><p><b>element</b></p><p><b>code</b>: info</p><h3>Targets</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Relationship</b></td></tr><tr><td>*</td><td>routine</td><td>equivalent</td></tr></table></blockquote><blockquote><p><b>element</b></p><p><b>code</b>: warning</p><h3>Targets</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Relationship</b></td></tr><tr><td>*</td><td>urgent</td><td>equivalent</td></tr></table></blockquote><blockquote><p><b>element</b></p><p><b>code</b>: critical</p><h3>Targets</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Relationship</b></td></tr><tr><td>*</td><td>stat</td><td>equivalent</td></tr></table></blockquote></blockquote></div>" }, "url": "http://cds-hooks.hl7.org/ConceptMap/indicator-to-request-priority", "name": "IndicatorToRequestPriority", "status": "draft", "experimental": false, "description": "This concept map defines a mapping from CDS Hooks indicator to request priority.", "sourceCanonical": "http://cds-hooks.hl7.org/ValueSet/indicator", "targetCanonical": "http://hl7.org/fhir/ValueSet/request-priority", "group": [ { "element": [ { "code": "info", "target": [ { "code": "routine", "relationship": "equivalent" } ] }, { "code": "warning", "target": [ { "code": "urgent", "relationship": "equivalent" } ] }, { "code": "critical", "target": [ { "code": "stat", "relationship": "equivalent" } ] } ] } ] }
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.