Creates CDS rule specifications with trigger conditions, evidence base, and alert fatigue mitigation. Use when designing CDS alerts, specifying clinical rules, or optimizing alert systems.
Creates CDS rule specifications with trigger conditions, evidence base, and alert fatigue mitigation strategies. This skill covers the design lifecycle from clinical need identification through post-deployment monitoring for rules implemented in certified EHR systems.
Poorly designed CDS is worse than no CDS at all. Alert fatigue from excessive, low-value interruptions causes clinicians to override 49-96% of drug interaction alerts, including clinically significant ones. Meanwhile, the absence of evidence-based CDS at critical decision points contributes to preventable adverse events. This skill structures CDS design to maximize clinical value while minimizing cognitive burden, following the CDS Five Rights framework: right information, right person, right format, right channel, right time in workflow.
Answer every question before proceeding. Mark unknowns with [VERIFY].
Specify the computable conditions that activate the CDS rule:
IF (active_medication IN [RxNorm class])
AND (lab_result[LOINC] < threshold OR lab_result_age > 90d)
AND NOT (problem_list CONTAINS [SNOMED exclusion concept])
THEN fire_alert
Structure the CDS output following the CDS Five Rights:
Before deployment, evaluate the fatigue impact:
CDS rules are clinical content that requires lifecycle management:
Execute the CDS rule implementation:
Post-deployment surveillance is mandatory:
Before submitting for governance committee approval: