🤖

AI in Healthcare Overview

Oct 9, 2025

Overview

This lecture explored the role of AI and machine learning in healthcare, focusing on clinical applications, data challenges, responsible implementation, and evaluation of model benefits and limitations.

Data in Healthcare and Patient Timelines

  • AI/machine learning (ML) models are only as good as the quality and structure of healthcare data used for training.
  • Patient data, organized as "timelines," record various modalities (ECG, lab tests, documents) across multiple hospital visits.
  • No patient has complete, continuous data coverage; missing data is common and impacts AI model performance.
  • Feature engineering and data preprocessing have significant impact on model outcomes.

AI Applications in Clinical Decision-Making

  • AI models in healthcare support two main decisions: whether to treat (classification/diagnosis or prediction/prognosis) and how to treat (recommendation).
  • Classification (diagnosis) identifies an existing condition, while prediction (prognosis) estimates future outcomes.
  • Many so-called predictors in medicine are actually classifiers (e.g., "sepsis prediction" usually just detects undiagnosed sepsis).
  • Recommendations based on AI models are challenging due to data biases and gaps.

Evaluating Impact and Responsible Use

  • AI outputs enable improved science (disease classification), practice (better tests and treatments), and delivery (improved outcomes, efficiency).
  • Example: The "Green Button" project uses data-driven bedside consultations to support physician decisions when prior evidence is lacking.
  • Value is realized only when AI-driven risk stratification leads to actionable interventions.
  • Successful implementation needs workflow planning, ethical review, and governance.

The FAIR Framework and Workflow Integration

  • The FAIR model (Fair, Useful, Reliable) guides responsible AI development and deployment.
  • Assessment includes modeling usefulness, financial impact, ethics, and prospective monitoring of outcomes.
  • Responsible scaling requires sustainable discovery, development, and dissemination processes.
  • Governance structures must oversee ethical, policy, and operational impacts.

Language Models and Generative AI

  • Patient timelines can be modeled as a "language" for timeline-based generative AI.
  • Large language models (LLMs) have shown some utility in bedside Q&A and EHR summarization but currently have significant error rates (up to 35%).
  • Timeline-trained language models outperform classical methods in certain prediction tasks, requiring less data and training time.
  • Verification of real-world benefit is essential before large-scale LLM deployment.

Practical and Operational Considerations

  • Data engineering and data science should be closely integrated for effective AI use in healthcare.
  • EHR data is noisy and fragmented; corroborate findings using multiple data sources.
  • Adoption and impact timelines decrease with improved team maturity and established processes.
  • AI bias should be addressed at the workflow and benefit accrual level, not just model outputs.

Applications, Barriers, and Future Directions

  • Machine learning applications include operational tasks (transcription, scheduling) and, in resource-limited settings, direct clinical care.
  • Examples in pathology: AI-augmented slide reading and automated cell counters.
  • Major EHR challenge: data fragmentation across hundreds of systems.
  • Explainability and transparency needs vary by purpose (debugging, causality, trust), with real-world testing often more valuable than explanations.

Key Terms & Definitions

  • Patient Timeline Object — Comprehensive, longitudinal record of all clinical events and data types for a patient over time.
  • Classification — Determining presence of an existing disease or condition.
  • Prediction (Prognosis) — Estimating likelihood of a future event or outcome.
  • FAIR Assessment — Framework for ensuring AI models are Fair, Useful, and Reliable, with emphasis on actionable benefit.
  • Generative AI (LLMs) — AI that can generate new data or text, such as chatbots or summarization tools.
  • Governance — Organizational structure to ensure responsible decision-making and oversight of AI deployment.

Action Items / Next Steps

  • Review the FAIR model and workflow integration process.
  • Explore “Green Button” and related decision-support projects.
  • Consider reading the linked blog posts and papers referenced in the lecture.
  • Attend future sessions or enroll in the Applications of Machine Learning in Medicine program for deeper learning.