| 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",
"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",
"equivalence" : "equal"
}]
},
{
"code" : "warning",
"target" : [{
"code" : "urgent",
"equivalence" : "equal"
}]
},
{
"code" : "critical",
"target" : [{
"code" : "stat",
"equivalence" : "equal"
}]
}]
}]
}
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.