Using FHIR Clinical Reasoning with CDS Hooks
1.0.0-draft -
Using FHIR Clinical Reasoning with CDS Hooks, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.0.0-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cds-hooks-clinical-reasoning/ and changes regularly. See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 4 |
{
"resourceType" : "ConceptMap",
"id" : "cdshooks-indicator",
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap cdshooks-indicator</b></p><a name=\"cdshooks-indicator\"> </a><a name=\"hccdshooks-indicator\"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <a href=\"http://hl7.org/fhir/R4/codesystem-cdshooks-indicator.html\">Indicator</a> to <a href=\"http://hl7.org/fhir/R4/codesystem-request-priority.html\">RequestPriority</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>info (The response is informational)</td><td>:(equivalent)</td><td>routine</td></tr><tr><td>warning (The response is a warning)</td><td>:(equivalent)</td><td>urgent</td></tr><tr><td>critical (The response is critical and indicates the workflow should not be allowed to proceed)</td><td>:(equivalent)</td><td>stat</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cds"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 4
}
],
"url" : "http://cds-hooks.hl7.org/ConceptMap/indicator-to-request-priority",
"identifier" : {
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.14.6"
},
"version" : "1.0.0-draft",
"name" : "IndicatorToRequestPriority",
"title" : "Indicator To Request Priority",
"status" : "active",
"experimental" : false,
"date" : "2025-11-04T20:25:46+00:00",
"publisher" : "HL7 International / Clinical Decision Support",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description" : "Mapping between CDS Hooks Indicator and Request Priority",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"group" : [
{
"source" : "http://cds-hooks.hl7.org/CodeSystem/indicator",
"target" : "http://hl7.org/fhir/request-priority",
"element" : [
{
"code" : "info",
"target" : [
{
"code" : "routine",
"equivalence" : "relatedto"
}
]
},
{
"code" : "warning",
"target" : [
{
"code" : "urgent",
"equivalence" : "relatedto"
}
]
},
{
"code" : "critical",
"target" : [
{
"code" : "stat",
"equivalence" : "relatedto"
}
]
}
]
}
]
}