Skip to main content
Clinical Decision Support Systems

Crafting Clinical Rules That Respect Experienced Practitioner Judgment

Clinical decision support rules are meant to help, not hinder. But anyone who has worked with a CDS system knows the pattern: a well-intentioned alert fires, the clinician clicks through it, and trust erodes a little more. The problem isn't that practitioners are ignoring evidence—it's that many rules are designed as if clinical work happens in a vacuum. This guide is for informaticists, CDS designers, and quality leads who want to build rules that experienced clinicians actually find useful, not annoying. We'll focus on the specific design choices that determine whether a rule becomes a respected tool or another source of alert fatigue. The goal is not to eliminate overrides—some overrides are appropriate—but to ensure that when a rule fires, it adds genuine value to the decision-making process.

Clinical decision support rules are meant to help, not hinder. But anyone who has worked with a CDS system knows the pattern: a well-intentioned alert fires, the clinician clicks through it, and trust erodes a little more. The problem isn't that practitioners are ignoring evidence—it's that many rules are designed as if clinical work happens in a vacuum. This guide is for informaticists, CDS designers, and quality leads who want to build rules that experienced clinicians actually find useful, not annoying.

We'll focus on the specific design choices that determine whether a rule becomes a respected tool or another source of alert fatigue. The goal is not to eliminate overrides—some overrides are appropriate—but to ensure that when a rule fires, it adds genuine value to the decision-making process.

The Real Cost of Rules That Don't Fit Clinical Workflow

When a CDS rule consistently triggers overrides, the damage goes beyond a single ignored alert. Clinicians develop a habit of dismissal that carries over to other alerts, even critical ones. This phenomenon, often called alert fatigue, is well documented in the literature, but the root cause is usually not too many alerts—it's too many low-value alerts.

Consider a typical drug-drug interaction rule. A rule that flags a moderate interaction between two common medications might fire dozens of times per shift. The clinician knows the interaction is manageable with monitoring, so they override it. Over time, the rule becomes background noise. When a genuinely dangerous interaction appears, the alert may be dismissed without proper consideration.

The cost is not just patient safety risk. There's also a cognitive cost: each override consumes mental energy and breeds frustration. Teams that track override rates often find that a small number of rules account for the majority of overrides. These are the rules that need redesign, not more alerts.

Another hidden cost is the erosion of trust in the CDS system itself. When clinicians feel that the system doesn't understand their context, they stop engaging with it. They may start ignoring all alerts, or worse, they may bypass the system entirely by using workarounds. This undermines the entire investment in clinical decision support.

Why Override Rates Are a Misleading Metric

Many organizations track override rates as a quality indicator, but a high override rate doesn't always mean the rule is bad. Some rules are designed to be conservative—flagging low-probability risks that clinicians should be aware of. The key is to distinguish between informed overrides (where the clinician has a valid reason) and dismissive overrides (where the alert is ignored without thought).

To do this, some CDS systems include a reason for override field. But if the options are poorly designed (e.g., a generic 'other' category), the data becomes useless. A better approach is to analyze override patterns over time: if a rule is overridden 95% of the time and the reasons are consistent (e.g., 'dose already adjusted'), the rule may need to be suppressed in that context.

The Context Gap: What Rules Often Miss

Most rules are triggered by discrete data points—a lab value, a medication order, a diagnosis code. But clinical decisions are rarely based on a single factor. An experienced nephrologist might accept a slightly elevated potassium level in a patient on ACE inhibitors if the trend is stable and the patient is asymptomatic. A rule that flags every potassium above 5.0 will fire inappropriately in that scenario.

The solution is not to make rules more complex, but to make them smarter about context. This means incorporating temporal data (trends, not just snapshots), patient-specific factors (age, renal function, allergies), and clinical setting (ICU vs. outpatient). It also means allowing rules to be suppressed in certain contexts where the risk is already being managed.

Foundations Readers Often Confuse: Knowledge-Based vs. Data-Driven Rules

One of the most common mistakes in CDS design is conflating knowledge-based rules (derived from guidelines and expert consensus) with data-driven rules (derived from statistical patterns in data). They serve different purposes and require different validation approaches.

Knowledge-based rules are explicit: if A and B, then alert C. They are transparent, easy to audit, and align with established evidence. However, they can be brittle. Guidelines are often based on populations that don't match the local patient mix, and they may not account for comorbidities or polypharmacy. A rule that follows a guideline exactly may fire for many patients where the guideline doesn't apply.

Data-driven rules, often built using machine learning, can capture complex patterns that humans might miss. For example, a model might predict sepsis risk based on vital sign trends and lab values. But these models are opaque (black box), may encode biases present in the training data, and can be difficult to validate in a new clinical setting. A model that works well at one hospital may fail at another due to differences in patient population or practice patterns.

When to Use Each Type

Knowledge-based rules are best for well-established, high-certainty situations: drug allergy checks, critical lab value alerts, and preventive care reminders (e.g., mammogram due). They are also easier to implement in most EHR systems without custom integration.

Data-driven rules are more appropriate for predictive tasks where the evidence is evolving: sepsis prediction, readmission risk, or deterioration monitoring. But they require ongoing validation and recalibration. A data-driven rule should never be deployed without a plan for monitoring its performance over time.

The Danger of Mixing Without Care

Some teams try to combine both approaches—using a knowledge-based rule to trigger an alert that is then scored by a machine learning model. This can work, but it introduces complexity. The knowledge-based part may be too broad, causing the model to see many false positives. Alternatively, the model may suppress alerts that should fire, leading to missed events.

A safer approach is to keep them separate: use knowledge-based rules for hard stops (e.g., contraindicated medications) and data-driven models for risk stratification (e.g., flag patients for review, not interruptive alerts). This respects the clinician's judgment by giving them information rather than forcing an action.

Patterns That Usually Work in Practice

After observing many CDS implementations, certain patterns consistently perform better than others. These are not revolutionary, but they are often overlooked in the rush to deploy new rules.

Tiered Alerting

Instead of a single alert level, use multiple tiers. For example: low-severity alerts appear as passive information (e.g., a small icon or non-modal notification); moderate-severity alerts require acknowledgment but not a response; high-severity alerts require an active override with a reason. This reduces alert fatigue while preserving the impact of critical alerts.

Tiered systems also allow clinicians to customize their notification preferences. A specialist might want to see all alerts in their domain but suppress general alerts. This respects their expertise while keeping them informed.

Context-Sensitive Triggers

A rule that fires based on a single lab value is often too blunt. Instead, trigger alerts based on combinations of factors. For example, flag a potassium of 5.5 only if the patient is also on a potassium-sparing diuretic and has not had a recent ECG. This requires more data integration but yields fewer false positives.

Context sensitivity can also include temporal logic. A rule that checks for a trend (e.g., rising creatinine over 48 hours) is more useful than one that flags a single elevated value. Clinicians think in trends, and rules should too.

Opt-Out Instead of Opt-In for High-Value Rules

For rules that are strongly evidence-based and have low harm potential (e.g., vaccination reminders), consider making them opt-out rather than opt-in. The rule fires automatically, but the clinician can suppress it for that patient with a single click. This reduces the cognitive load of deciding whether to act while still giving the clinician control.

The key is to reserve opt-out for rules with very high specificity. If the rule has even moderate false positive rates, opt-out will frustrate clinicians. Test the rule in a pilot before making it opt-out.

Including a 'Why Not' Option

When a rule suggests an action (e.g., start a statin), include a way for the clinician to document why they are not following it. This turns an override into a learning opportunity. Over time, the reasons can be analyzed to refine the rule or identify gaps in the evidence.

For example, if many clinicians override a sepsis alert because the patient has a do-not-resuscitate order, the rule could be modified to check for that status before firing. This respects the clinician's judgment while improving the system.

Anti-Patterns and Why Teams Revert to Them

Despite good intentions, many CDS implementations fall into common traps. Recognizing these anti-patterns is the first step to avoiding them.

The 'Everything Must Be an Alert' Trap

Some teams believe that if a piece of information is important, it must be delivered as an interruptive alert. This leads to alert overload. The better approach is to route information to the appropriate channel: some things belong in a dashboard, some in a report, and only the most critical should interrupt the clinician.

Teams revert to interruptive alerts because they are easy to implement and guarantee visibility. But the long-term cost is high. A rule that is ignored is worse than no rule at all.

Ignoring Local Context

Rules that are imported from another institution or from a commercial library often fail because they don't account for local practice patterns. For example, a rule that flags a drug interaction might be appropriate in a general hospital but not in a specialized oncology center where the combination is standard.

Teams sometimes skip the customization step due to time pressure. The result is a rule that fires for half the patients and is overridden every time. This erodes trust quickly.

Over-Reliance on Hard Stops

Hard stops—alerts that prevent an order from being placed—are sometimes necessary (e.g., for a known fatal allergy). But using them too broadly creates frustration and workarounds. Clinicians may find ways to bypass the system, such as ordering under a different name or calling the pharmacy directly.

A better approach is to use soft stops for most rules: the alert fires, but the clinician can override with a reason. Hard stops should be reserved for rare, high-risk situations where the evidence is unequivocal.

No Feedback Loop

Many teams deploy rules and never revisit them. Over time, the evidence changes, the patient population shifts, or new medications are introduced. Without a feedback loop, rules become stale and lose relevance.

A simple feedback loop includes quarterly review of override rates, analysis of override reasons, and a process for updating rules. This requires dedicated time, but it pays off in sustained trust.

Maintenance, Drift, and Long-Term Costs

CDS rules are not set-and-forget. They require ongoing maintenance to remain accurate and useful. The cost of maintenance is often underestimated, leading to budget shortfalls and eventual abandonment.

Knowledge Drift

Medical knowledge evolves. A rule based on a 2015 guideline may be outdated by 2025. New drug interactions are discovered, risk thresholds change, and new treatments become available. Without regular review, rules can become misleading or even dangerous.

One way to manage drift is to assign a clinical champion for each rule or group of rules. This person is responsible for reviewing the evidence annually and updating the logic as needed. In practice, this works best when the champion has protected time and support from IT.

Data Drift

For data-driven rules, the underlying data distribution can change over time. A sepsis model trained on data from 2019 may not perform well in 2024 if the patient population or clinical practices have shifted. This is especially true after a pandemic or other major health event.

Monitoring data drift requires ongoing performance tracking. Teams should set thresholds for acceptable performance (e.g., area under the curve, sensitivity, specificity) and retrain the model when those thresholds are breached.

The Cost of Not Maintaining

When maintenance is neglected, clinicians notice. They start seeing alerts that are clearly wrong or outdated, and their trust erodes. Eventually, they may stop paying attention to all alerts, including the ones that are still valid. The cost of rebuilding trust is much higher than the cost of regular maintenance.

Some organizations address this by having a dedicated CDS governance committee that meets monthly. The committee reviews override data, discusses proposed changes, and prioritizes updates. This structure helps ensure that maintenance is not forgotten.

When Not to Use This Approach

Not every clinical decision needs a rule. In some situations, a rule is counterproductive or even harmful. Recognizing when to hold back is a sign of mature CDS design.

When the Evidence Is Weak or Contested

If the medical community is divided on a particular intervention, a rule that mandates one approach will generate resistance. For example, the use of aspirin for primary prevention of cardiovascular disease has shifted over the years. A rule that recommends aspirin for all patients over 50 would be controversial and likely overridden.

In such cases, it's better to provide information (e.g., a link to the relevant guidelines) rather than an alert. Let the clinician make the decision based on their judgment and the patient's preferences.

When the Rule Would Create Unacceptable Workarounds

If a hard stop would force clinicians to find a workaround that is less safe than the original behavior, the rule may do more harm than good. For example, a rule that prevents ordering a medication in a certain dose might lead clinicians to split the dose in a way that increases error risk.

Before implementing a hard stop, consider the workarounds and whether they are acceptable. If not, a soft stop with documentation may be a better choice.

When the Clinician Has More Relevant Information Than the System

Some decisions are based on information that is not in the EHR. A patient's goals of care, their ability to afford a medication, or their preference for a certain treatment are not always documented. A rule that ignores this context will be overridden.

In these situations, the rule should be designed to ask for the missing information rather than assume. For example, a rule that recommends a statin could include a prompt asking if the patient has declined statins in the past. This turns the alert into a conversation starter.

When the System Cannot Support the Rule Reliably

If the data required for the rule is often incomplete or inaccurate, the rule will generate false positives. For example, a rule that checks for a history of allergic reaction depends on accurate allergy documentation. If allergies are often not entered, the rule will miss many true positives.

Before deploying a rule, audit the data sources. If the data quality is poor, invest in improving documentation first. Otherwise, the rule will be unreliable and erode trust.

Open Questions and Practical Next Steps

Even with the best design, CDS rules will never be perfect. The goal is to make them good enough to be useful while respecting the clinician's role. Here are some open questions that teams should consider as they refine their approach.

How Do We Measure Success Beyond Override Rates?

Override rates are easy to measure but don't tell the whole story. Some teams also track time to response, changes in clinical outcomes, or user satisfaction surveys. The right metric depends on the rule's purpose. A rule designed to reduce medication errors should be measured by error rates, not just how often it fires.

Consider using a balanced scorecard that includes process measures (e.g., alert volume), outcome measures (e.g., adverse events), and user experience measures (e.g., survey scores). This gives a fuller picture of the rule's impact.

How Do We Handle Clinician Burnout?

Alert fatigue is a contributor to burnout, but it's not the only one. Rules that require excessive documentation or that interrupt workflow can add to the cognitive load. When designing rules, consider the total time burden on the clinician. A rule that saves one error but adds ten seconds to every patient encounter may not be worth it.

Engage clinicians in the design process. Ask them which alerts they find most useful and which they would like to suppress. This participatory approach builds ownership and reduces resistance.

What Is the Role of Artificial Intelligence?

AI and machine learning are becoming more common in CDS, but they bring new challenges. Explainability is a major concern: clinicians are less likely to trust a rule if they don't understand why it fired. Some vendors are developing explainable AI models, but they are not yet widespread.

For now, a hybrid approach may be best: use AI for risk stratification and knowledge-based rules for actionable alerts. This allows the system to benefit from pattern recognition while maintaining transparency for the most critical decisions.

Next Actions for Your Team

If you're looking to improve your CDS rules, start with these steps:

  1. Audit your current rules: list every rule, its override rate, and the reasons for override. Identify the top 10% of rules by override volume.
  2. Redesign the worst offenders: apply the patterns above (tiered alerts, context sensitivity, opt-out) to the top three rules.
  3. Establish a governance process: form a small committee that meets monthly to review override data and propose changes.
  4. Pilot before deploying: test redesigned rules with a small group of clinicians and collect feedback.
  5. Plan for maintenance: assign a clinical champion for each rule and schedule annual reviews.

Respecting practitioner judgment doesn't mean avoiding rules—it means designing rules that fit the reality of clinical work. When done well, CDS becomes a partner in decision-making, not an obstacle.

Share this article:

Comments (0)

No comments yet. Be the first to comment!