Back to guides
2
8 min

Clinical Decision Support

AI-Powered Triage, Diagnosis & Workflow Integration

What Is Clinical Decision Support?

A clinical decision support (CDS) system is any tool that helps a clinician make better decisions at the point of care. Before AI, CDS was simple — drug allergy alerts, dosage calculators, and formulary lookups built into the electronic health record. Useful, but limited. Clinicians saw so many alerts that they developed "alert fatigue" and started clicking past everything.

AI-powered CDS is different. Instead of rigid if-then rules, it uses machine learning to analyse patterns across thousands or millions of patient records and surface insights that would be impossible for a human to derive manually. Think of it as the difference between a smoke detector (rule-based: if smoke, then alarm) and a fire investigator (pattern-based: analysing heat signatures, airflow, materials, and history to predict where a fire is most likely to start).

Emergency Triage: ESI in the Western World

When a patient arrives at an emergency department in the United States, Canada, Australia, or much of Europe, they are assessed using the Emergency Severity Index (ESI) — a five-level triage system that sorts patients by acuity and expected resource needs.

ESI LevelDescriptionExampleWait Time
ESI 1Immediate, life-threateningCardiac arrest, massive haemorrhageSeen immediately
ESI 2Emergent, high riskChest pain with ECG changes, stroke symptoms< 10 minutes
ESI 3Urgent, needs multiple resourcesAbdominal pain needing labs + CT scan30-60 minutes
ESI 4Less urgent, one resourceSimple laceration needing sutures1-2 hours
ESI 5Non-urgent, no resourcesPrescription refill, minor rash2-4 hours

ESI is a well-validated system, but it relies heavily on the experience and judgement of the triage nurse. A 2023 study in *Annals of Emergency Medicine* found that inter-rater agreement for ESI levels 2-4 was only 60-70%. Two experienced triage nurses can look at the same patient and assign different levels.

How AI Improves Triage

AI triage models ingest data available at the point of arrival — vital signs (heart rate, blood pressure, oxygen saturation, temperature), chief complaint text, age, medical history from the EHR — and predict clinical outcomes: likelihood of ICU admission, need for emergency surgery, or risk of deterioration within 24 hours.

The AI does not replace the triage nurse. It provides a "second opinion" — flagging patients who look ESI 3 on the surface but whose vital sign patterns suggest ESI 2 risk. At hospitals like Mount Sinai and Mayo Clinic, AI-assisted triage has reduced undertriage rates (patients assigned a level that is too low) by 15-25%.

> Look at data/triage-scenarios.json for the ESI triage practice cases used in the sandbox exercises.

EHR Integration: The Clinical Workflow

In Western healthcare, the electronic health record is the centre of gravity. Everything flows through it — orders, results, notes, billing, prescriptions, referrals. The two dominant EHR systems are:

Epic — Used by over 250 million patients in the US, plus major health systems in the UK, Netherlands, Denmark, and Australia. Epic's market dominance means that any AI tool that wants to reach US clinicians must integrate with Epic.

Oracle Health (formerly Cerner) — The second-largest EHR vendor, now owned by Oracle. Strong presence in federal healthcare (US Department of Veterans Affairs, Department of Defense) and the UK's NHS.

CDS Hooks: The Standard for AI Integration

How does an AI recommendation actually reach the doctor at the right moment? Through a standard called CDS Hooks — a lightweight API specification that triggers AI-powered suggestions at specific points in the clinical workflow.

Think of CDS Hooks as doorbell buttons placed at key moments:

Hook PointWhen It TriggersAI Use Case
patient-viewDoctor opens a patient's chartShow risk scores, care gaps, overdue screenings
order-selectDoctor selects a medication or testFlag drug interactions, suggest alternatives, check prior authorisation
order-signDoctor signs/submits an orderFinal safety check — duplicate orders, contraindications
encounter-startA new visit beginsPre-populate relevant history, suggest agenda items
encounter-dischargePatient is being dischargedCheck discharge readiness, generate follow-up instructions

When a CDS Hook fires, the AI service receives structured patient data (via FHIR — Fast Healthcare Interoperability Resources — the standard data format for health records), runs its model, and returns a "card" with a recommendation that appears inline in the EHR. The doctor can accept, dismiss, or override it.

This is critical because context is everything in clinical AI. An alert that appears at the wrong time is noise. An alert that appears at the exact moment a doctor is about to sign a risky prescription is a safety net.

Clinical Pathways: Western Disease Profiles

AI-powered clinical pathways guide treatment decisions for common conditions. In Western populations, the leading causes of death and disability shape which pathways matter most.

Heart Disease (Leading Cause of Death in US, UK, EU, Australia)

AI assists at multiple points in the cardiac care pathway:

  • Risk prediction — The HEART score and ASCVD risk calculator are standard tools. AI enhances these by incorporating social determinants, medication adherence patterns, and wearable device data (Apple Watch, Fitbit) to predict 10-year cardiovascular risk with greater accuracy than traditional calculators.
  • ECG interpretation — AI models read 12-lead ECGs and detect atrial fibrillation, ST-elevation myocardial infarction (heart attack), and long QT syndrome. The Mayo Clinic's AI-ECG model can detect low ejection fraction — a sign of heart failure — from a standard ECG, something cardiologists cannot do by eye.
  • Post-discharge monitoring — AI analyses daily weight, blood pressure, and symptom surveys from heart failure patients at home to predict decompensation 3-5 days before it would trigger an ER visit.
  • Stroke (Time-Critical Emergency)

    The phrase "time is brain" captures why AI matters here. Every minute of untreated large vessel occlusion stroke destroys 1.9 million neurons.

  • Viz.ai analyses CT angiograms and alerts the stroke team within minutes of the scan being completed — often before the radiologist has reviewed it. This parallel notification workflow has cut door-to-groin-puncture times (the start of clot retrieval) by 20-30 minutes at US stroke centres.
  • RAPID AI provides perfusion imaging analysis that helps neurologists decide whether a patient is still a candidate for intervention even if they arrive late (6-24 hours after symptom onset).
  • Cancer Screening (Breast, Lung, Colorectal)

  • Mammography — AI tools like Lunit INSIGHT and iCAD ProFound AI serve as a second reader alongside radiologists. In the EU, where double-reading by two radiologists is standard practice, AI is being evaluated as a replacement for the second human reader — maintaining safety while cutting radiologist workload in half.
  • Low-dose CT for lung cancer — AI identifies suspicious pulmonary nodules and tracks their growth over time. The US Preventive Services Task Force recommends annual lung cancer screening for high-risk adults (50-80 years, 20+ pack-year smoking history), creating a massive volume of scans that AI can help triage.
  • Colonoscopy — AI-assisted polyp detection systems like Medtronic GI Genius highlight suspicious areas during live colonoscopy, increasing adenoma detection rates by 10-15%.
  • > Look at data/clinical-pathways.json for the disease-specific clinical pathway templates used in the sandbox exercises.

    Real-World CDS Deployment: Sepsis Prediction at Scale

    Sepsis — a life-threatening response to infection — kills over 350,000 Americans annually and is the leading cause of in-hospital death. Early detection improves survival by 20-30%, but sepsis is notoriously difficult to recognise because its early symptoms (elevated heart rate, low-grade fever, confusion) overlap with dozens of benign conditions.

    Epic's Sepsis Prediction Model runs continuously in the background for every admitted patient. It analyses vital signs, lab results, nursing assessments, and medication orders in real time. When the model detects a pattern consistent with early sepsis, it generates a Best Practice Advisory (BPA) alert in the nurse's workflow.

    The results have been mixed — and this is an important lesson. Early versions of sepsis AI had high false positive rates (alerting for patients who did not have sepsis), contributing to alert fatigue. The most successful implementations pair the AI alert with a structured clinical response: a nurse-driven assessment protocol ("sepsis huddle") that determines whether the alert warrants action. The AI gets the team's attention; the human applies judgement.

    Key Takeaways

  • ESI triage is the standard in Western emergency departments — AI augments triage nurses by predicting clinical deterioration from vital signs and EHR data, reducing undertriage by 15-25%
  • EHR integration is the critical bottleneck — AI must plug into Epic or Oracle Health via CDS Hooks and FHIR to reach clinicians at the right moment in their workflow
  • Western clinical pathways focus on heart disease, stroke, and cancer screening — these are the conditions where AI has the most validated impact in terms of early detection and time-critical treatment
  • Alert fatigue is the enemy of CDS — the best AI systems are not the most sensitive, but the most specific, reducing false alarms while catching the cases that truly matter
  • This is chapter 2 of AI for Healthcare (Western).

    Get the full hands-on course — free during early access. Build the complete system. Your projects become your portfolio.

    View course details