The Healthcare AI Lifecycle

Physicians frequently face life-or-death decisions in a bustling emergency department. With medical knowledge expanding exponentially, how can they synthesize the latest evidence to provide optimal care? Is there a way to bridge this gap between overwhelming data and timely, effective patient care?

The Challenge of Modern Healthcare

The practice of medicine is defined by complexity and a scarcity of time. Physicians are expected to provide efficient, personalized, evidence-based care while navigating an ever-growing body of medical knowledge. The traditional Evidence-Based Medicine (EBM) approach, which relies on data from clinical trials and observational studies to guide decisions, can be challenging to apply in real-time clinical settings.

EBM grounds diagnostic and therapeutic decision-making; however, it requires synthesizing multiple loosely connected pieces of scientific literature and assessing whether a patient’s presentation aligns with findings or criteria from previously published studies. Consistently applying EBM decision-making in a busy clinical environment, especially one that caters to a wide range of patient conditions and acuity levels, like the emergency department, can be daunting.  Additionally, the current EBM process has a long lead time. It can take years before data from a scientific study can be analyzed, assessed, disseminated, and integrated into clinical practice. 

Enter artificial intelligence.

Although artificial intelligence has become a loaded term with many different meanings, my working definition is relatively simple:

Artificial Intelligence (AI) is intelligence, perceiving, synthesizing, or inferring information demonstrated by machines (non-human/non-living entities).1

We can use AI tools, also called models, to encode existing knowledge gathered from clinical trials or medical experts. Additionally, many recent advances in AI have been driven by a set of techniques collectively known as machine learning.

Machine learning (ML) techniques seek to build models that learn or improve performance on a task given more data.2

ML offers powerful techniques to create data-driven prediction models that align well with the objectives of EBM. ML methods can be used to rapidly develop models that learn the relationship between patient attributes (age, heart rate, etc.) and the patient’s future outcomes (e.g., risk of developing diabetes). By leveraging AI and ML, we can significantly improve our ability to predict outcomes, personalize treatments, and ultimately enhance patient care.

ML models are already in clinical use, aiding the synthesis of complex medical information. The Food and Drug Administration (FDA) has approved over 950 AI systems for various medical tasks, ranging from analyzing electrocardiograms to detecting breast cancer on mammograms. Beyond these certified applications, health systems and health information technology (HIT) players, like electronic medical record (EMR) vendors, are developing and deploying AI systems that don’t require FDA certification. These tools are designed to assist physicians by providing risk estimates. The goal is to integrate these tools into medical decision-making processes and enhance the precision and effectiveness of patient care.

The landscape of healthcare AI systems is incredibly diverse. AI tools can enhance or inform patient care, clinical decision-making, or operational efficiency. Despite their variety, these systems fundamentally operate the same way as information processing tools. So, whether used by patients, clinicians, or health systems, these tools share commonalities in their development and utilization. Ensuring the safety and effectiveness of these systems requires a standard series of steps, collectively referred to as the healthcare AI lifecycle. This lifecycle encompasses all the necessary phases to bring a healthcare AI system from conception to practical medical application.

Understanding the Healthcare AI Lifecycle

The healthcare AI lifecycle can be divided into two principal phases:

  • Development, when AI tools are created
  • Implementation, when AI tools are used in practice

It’s crucial to recognize that the journey of developing healthcare AI is continuous and doesn’t conclude once a model is deployed. This ongoing commitment is vital to the success of AI in healthcare. Like all other software development, healthcare AI requires refinement and iteration to adapt to new data, evolving medical knowledge, and changing clinical needs.

The distinction between development and implementation is somewhat artificial. Effective AI integration into healthcare systems necessitates a blend of these phases, mirroring the principles of software engineering best practices. Feedback loops between development and implementation ensure that AI tools remain relevant, accurate, and beneficial. This iterative process, akin to agile methodologies in software engineering, is vital for maintaining the safety, efficacy, and utility of AI systems in a dynamic healthcare environment.

We can foster a more holistic approach by aligning AI development and implementation with established software engineering best practices. This perspective encourages ongoing collaboration between developers and healthcare professionals, ensuring that AI tools evolve with medical advancements and real-world clinical experiences. Bridging these phases can enhance the robustness and reliability of healthcare AI systems, ultimately leading to better patient outcomes and more efficient clinical workflows.

Healthcare AI development & implementation lifecycle. Development is the creation of models and involves predictive task selection, data access, data preparation, model training, and model validation. Implementation is the integration of models into clinical care and involves technical integration, prospective validation, workflow integration, monitoring, and updating.
Healthcare AI Development & Implementation Lifecycle. The development phase focuses on creating AI models, encompassing task selection, data access, data preparation, model training, and validation. The implementation phase involves integrating these models into clinical care, including technical integration, prospective validation, workflow integration, monitoring, and continuous updating. This lifecycle highlights the iterative and interconnected nature of AI development and implementation in healthcare, ensuring models remain effective and reliable in real-world clinical settings.

AI Development Overview

Development encompasses the multifaceted processes involved in creating an AI model; it can be broken down into several key steps:

  1. Task Selection: Model development should begin with a process where experts identify the specific task or clinical problem an AI model should aim to address. This step involves a collaborative effort between clinicians and data scientists, ensuring the model’s relevance and potential impact. Your expertise is crucial in this process.
  2. Data Access: Securing necessary datasets is often a significant hurdle. Healthcare data is highly sensitive and complex, requiring careful handling and usually involving navigating regulatory and privacy constraints.
  3. Data Preparation: Once data are obtained, they must be processed and transformed to be suitable for model development. This step demands a unique blend of clinical and technical expertise to handle the intricacies of healthcare data, including cleaning, normalizing, and annotating the data.
  4. Model Training: Once data are prepared, the actual development of an AI model can begin. Training involves selecting appropriate algorithms, training the model, and fine-tuning it to optimize performance. This step is iterative and often requires multiple adjustments to achieve desired performance characteristics (e.g., the targeted accuracy and reliability).
  5. Validation: After training, the model must undergo rigorous evaluation, where we assess its performance in different ways. There are several related ways to do evaluation; these include internal validation within the development environment and external validation, which tries to replicate other real-world settings.3  The goal is to ensure the model’s effectiveness and reliability in clinical practice. External validation can be particularly challenging due to data-sharing restrictions, but it is essential for assessing the model’s real-world applicability.

Each of these steps is crucial in creating robust and reliable AI models. We can craft tools that significantly enhance medical decision-making and patient outcomes by methodically addressing task selection, data access, data preparation, model training, and validation. Many of these steps may be viewed as the purview of developers and engineers; however, physicians should be actively involved in every part of the journey. Clinical expertise ensures that the AI tools are technically and clinically sound, yielding tools that are performant, practical, and aligned with patient care realities.

For a deeper dive into the development phase, check out the detailed post on Healthcare AI Development.

AI Implementation Overview

Implementation involves integrating and utilizing an AI model within clinical care settings. Although the use of AI models in clinical care should only commence once a model has been thoroughly validated, some of these steps may begin in parallel to development.4 Additionally, implementation introduces many challenges that cannot be addressed during development.

The necessary steps of the implementation phase include:

  1. Technical Integration: Implementing AI models requires connecting them to disparate HIT systems, including databases, web services, and EMR interfaces. This technical work often involves complex interoperability issues and necessitates a deep understanding of AI models and HIT infrastructure.
  2. Prospective Validation: The model needs to be validated in real-world settings after technical integration. Prospective validation ensures the model performs well with real patient data and under actual clinical conditions. Before full-scale deployment, it is essential to confirm model utility and reliability.
  3. Workflow Integration: Ensuring that AI tools are seamlessly integrated into clinical workflows is crucial. Workflow integration involves tailoring the AI model outputs into information that is easily interpretable and actionable by healthcare professionals. The goal is to support clinical decision-making without adding unnecessary complexity or cognitive load.
  4. Monitoring: Once deployed, AI systems require continuous monitoring to ensure they perform as expected. Changes in patient populations, medical practices, and healthcare systems can degrade AI performance over time. Continuous monitoring helps identify when a model’s predictions may no longer be reliable, prompting the need for an update or recalibration.
  5. Updating: The dynamic nature of healthcare necessitates periodic updates to AI models. Developers must engage with end-users to understand their needs and challenges, ensuring that the AI tools enhance rather than disrupt clinical practice. This ongoing maintenance is vital for keeping AI tools accurate, relevant, and effective in delivering high-quality patient care.

In addition to these steps, successful implementation requires special attention to human factors and systems design. AI models are not used in a vacuum; they must fit into healthcare providers’ existing workflows. Developers must engage with end-users to understand their needs and challenges, ensuring that the AI tools enhance rather than disrupt clinical practice.

Despite their promise, successfully developing, implementing, and periodically updating AI models for healthcare is a challenging engineering task. It requires a collaborative approach, with active involvement from technical experts and medical professionals. Development teams can ensure that AI models enhance clinical care and patient outcomes by addressing the technical, human, and workflow considerations.

If you’re ready to explore the steps of implementing AI models in clinical workflows, visit the post on Healthcare AI Implementation.

The Importance of Collaboration

Successful AI integration in healthcare hinges on interdisciplinary collaboration:

  • Clinicians bring medical expertise and understand patient care nuances.
  • Engineers & Data Scientists contribute technical skills in AI and ML modeling.
  • IT Professionals ensure seamless technical integration and system maintenance.
  • Regulatory Experts navigate compliance with laws and guidelines.
  • Patients bring lived experience and should help set goals.

By working together, these stakeholders can develop AI tools that are technically sound, clinically relevant, and ethically responsible.

Ethical and Regulatory Considerations

Implementing AI in healthcare comes with significant ethical and regulatory responsibilities:

  • Patient Privacy: Adhering to regulations like HIPAA to protect sensitive health information.
  • Transparency: Ensuring AI models are interpretable and decisions can be explained.
  • Bias and Fairness: Mitigating biases in data that could lead to inequitable care.
  • Regulatory Compliance: Working with bodies like the FDA to meet approval requirements.

Addressing these considerations is crucial for building trust and ensuring patient safety.

Where Do We Go from Here?

Developing and implementing AI in healthcare is challenging and rewarding. Approaching the steps outlined above with the proper technical and clinical perspectives is essential for harnessing AI’s full potential to improve patient outcomes.

This post is the first in a series that catalogs the elements of the AI lifecycle and the relevant infrastructure necessary to support it. Be sure to explore the posts on AI development and implementation for a more in-depth look at these critical phases. Additionally, we’ll dive into the HIT infrastructure that supports the creation and deployment of healthcare AI tools. By the end of this series, you should have a comprehensive understanding of the healthcare AI lifecycle, the infrastructure required to support it, and the best practices needed to make these systems work effectively.

Some of this content was adapted from the introductory chapter of my doctoral thesis, Machine Learning for Healthcare: Model Development and Implementation in Longitudinal Settings. Hopefully, this series will pique your curiosity and equip you with the knowledge to guide the use of AI in healthcare.

Cheers,
Erkin
Go ÖN Home

  1. I adapted this definition from Wikipedia

  2. Another definition adapted from Wikipedia

  3. There’s some disagreement regarding the delineation between internal and external validation. Suffice it to say that it’s often contingent on where the data came from: here or there. 

  4. This has been the traditional healthcare AI/ML development and implementation model. There is some evidence that this approach might need to be revised shortly.