FHIR IG analytics| Package | hl7.fhir.uv.cds-hooks-clinical-reasoning |
| Resource Type | ConceptMap |
| Id | ConceptMap-cdshooks-indicator.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/cds-hooks-clinical-reasoning/ConceptMap-cdshooks-indicator.html |
| URL | http://cds-hooks.hl7.org/ConceptMap/indicator-to-request-priority |
| Version | 1.0.0-draft |
| Status | active |
| Date | 2025-11-04T20:25:46+00:00 |
| Name | IndicatorToRequestPriority |
| Title | Indicator To Request Priority |
| Realm | uv |
| Authority | hl7 |
| Description | Mapping between CDS Hooks Indicator and Request Priority |
No resources found
| CodeSystem | |
| indicator | Indicator |
| request-priority | RequestPriority |
Note: links and images are rebased to the (stated) source
Generated Narrative: ConceptMap cdshooks-indicator
Mapping from (not specified) to (not specified)
Group 1 Mapping from Indicator to RequestPriority
| Source Code | Relationship | Target Code |
| info (The response is informational) | :(equivalent) | routine |
| warning (The response is a warning) | :(equivalent) | urgent |
| critical (The response is critical and indicates the workflow should not be allowed to proceed) | :(equivalent) | stat |
{
"resourceType": "ConceptMap",
"id": "cdshooks-indicator",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}
]
}
]
}