A foundation model is an AI model trained on broad data at scale, usually by self-supervision, that can be adapted to a wide range of downstream tasks 1. In healthcare, one pretrained base can be specialized to read retinal images, classify pathology slides, or draft clinical text — tasks that previously each required their own model.
Why it matters in healthcare
Healthcare AI spent two decades building one narrow model per task, each demanding thousands of expert-labelled examples. Foundation models invert the economics: learning happens once, on massive unlabelled data, and each new task is an adaptation rather than a fresh build. A 2023 Nature perspective formalized where this leads for healthcare — generalist medical AI (GMAI), models able to carry out diverse tasks using very little or no task-specific labelled data 2. The same perspective sketches the reach: one model flexibly interpreting combinations of imaging, electronic health records, laboratory results, genomics, and clinical text, and producing free-text explanations or annotations in return 2. For institutions that could never assemble task-scale labelled datasets, label efficiency is the headline benefit.
How it works in practice
The recipe has two stages. Pretraining: the model learns structure from broad unlabelled data by predicting held-back parts of its own input — self-supervision, no annotators required. Adaptation: the pretrained base is fine-tuned, prompted, or lightly retrained for a specific downstream task using comparatively few labelled examples. A clinical LLM is this pattern applied to language; the same pattern now runs across imaging and signals.
The term itself was coined in the August 2021 Stanford CRFM report, which defined the class by exactly those two properties — training on broad data at scale, adaptability across downstream tasks — and warned that defects in a shared base propagate to everything built on it 1.
Where it appears today
Two healthcare instantiations show the pattern concretely. RETFound (2023) was trained by self-supervised learning on 1.6 million unlabelled retinal images, then adapted with explicit labels; it consistently outperformed comparison models on eye-disease detection and on incident prediction of systemic conditions such as heart failure and myocardial infarction, using fewer labelled examples 3. UNI (2024) did the same for pathology: pretrained on more than 100 million tissue-image patches drawn from over 100,000 diagnostic whole-slide images across 20 tissue types 4.
Regulators now define the class in law. The EU AI Act — Regulation (EU) 2024/1689 — governs "general-purpose AI models": models trained with large amounts of data using self-supervision at scale that display significant generality and competently perform a wide range of distinct tasks 5. The WHO's January 2024 guidance treats large multi-modal models, one prominent foundation-model family, as a distinct governance object for health 6. As of July 2026, both frameworks shape how health systems procure and deploy these models.
Common misunderstandings
Foundation model means language model. Language is one modality. RETFound and UNI are foundation models built purely on images 3 4.
General pretraining guarantees local performance. Adaptation still needs external validation on the deploying population, and shared-base flaws propagate downstream — the Stanford report's central caution 1. Performance can also decay in deployment as populations shift; see model drift.
The regulatory term matches the research term. The EU AI Act says "general-purpose AI model" and attaches specific provider duties to it; the research literature says "foundation model" and means the training paradigm. The overlap is large, and the legal definition is the one that binds 5.
Related terms
- Clinical LLM — the language-model instantiation for healthcare.
- External validation — proving adapted performance on your population.
- Model drift — how deployed performance decays over time.
- AI in healthcare statistics — the adoption numbers behind the trend.