This page is part of the FHIR Specification (v4.4.0: R5 Preview #2). 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
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": "ConceptMap", "id": "cdshooks-indicator", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>IndicatorToRequestPriority (http://cds-hooks.hl7.org/ConceptMap/indicator-to-request-priority)</h2>\n <p>Mapping from http://cds-hooks.hl7.org/ValueSet/indicator to \n <a href=\"valueset-request-priority.html\">http://hl7.org/fhir/ValueSet/request-priority</a>\n </p>\n <p>DRAFT. Published on ?ngen-10? by null. </p>\n <div>\n <p>This concept map defines a mapping from CDS Hooks indicator to request priority.</p>\n\n </div>\n <br/>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Source Code</b>\n </td>\n <td>\n <b>Relationship</b>\n </td>\n <td>\n <b>Destination Code</b>\n </td>\n </tr>\n <tr>\n <td>info</td>\n <td>\n <a href=\"codesystem-concept-map-relationship.html#equivalent\">is equivalent to</a>\n </td>\n <td>routine</td>\n </tr>\n <tr>\n <td>warning</td>\n <td>\n <a href=\"codesystem-concept-map-relationship.html#equivalent\">is equivalent to</a>\n </td>\n <td>urgent</td>\n </tr>\n <tr>\n <td>critical</td>\n <td>\n <a href=\"codesystem-concept-map-relationship.html#equivalent\">is equivalent to</a>\n </td>\n <td>stat</td>\n </tr>\n </table>\n </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.