Clinical Data Governance for AI
The readmission model went live on a Monday, and by the end of the quarter it was quietly steering case managers toward the wrong patients. It was not a bad algorithm. It had been trained and validated with care. The problem sat one layer beneath the model, in the data it learned from: race had been inferred from an unreliable field, a third of the social-history entries were blank or stale, and the outcome label it was trained to predict, "readmission," had been defined differently by two hospitals that later merged, so the model was learning from a target that did not mean the same thing in both halves of its own training set. None of this showed up in the accuracy number. It showed up in the patients, specifically the already-underserved ones, who were scored as lower risk than they were and quietly moved to the back of the outreach list. This is the lesson that governance leaders learn the hard way: an AI model is only ever as trustworthy as the data underneath it, and the data foundation is not an afterthought to be cleaned up later. It is the thing that decides whether the AI is safe at all.
The Data Is the Foundation, Not the Fuel
It is common to hear data described as the fuel for AI, as if any reasonable quantity would do and the model is where the real work happens. That framing is wrong in a way that gets patients hurt. Data is not the fuel; it is the foundation, the ground the entire structure stands on, and a model built on a flawed foundation inherits every one of its flaws and then amplifies them at scale. The old software adage "garbage in, garbage out" understates the danger in a clinical setting, because a modern model does not merely pass garbage through. It learns the garbage as if it were signal, generalizes from it, and then presents its conclusions with the smooth confidence that invites automation bias. A biased or incomplete dataset does not produce an obviously broken tool that everyone distrusts. It produces a plausible, fluent, authoritative tool that is wrong in exactly the places the data was wrong, which is far more dangerous.
This is why clinical data governance is a prerequisite for safe AI rather than a supporting function you can attend to once the exciting model work is done. Every governance question this program has raised at the point of care, verification, disclosure, monitoring, accountability, ultimately reaches back to a question about data: was the information the model learned from accurate, complete, representative, permitted, and traceable? A health system that stands up an AI program without first governing its data is building a tower on a foundation it has never inspected, and the collapse, when it comes, will not announce itself as a data problem. It will announce itself as a patient who was scored wrong, a bias finding, a breach, or a model that drifted because the ground shifted underneath it. Data governance is the discipline of inspecting and maintaining that foundation before and while the tower goes up.
It helps to make the governance apparatus concrete rather than abstract, because "data governance" collapses into a slogan if no one can point at the artifacts that carry it. A functioning program has a named accountable owner, usually reporting into the CMIO or a chief data officer, and a data governance committee that includes clinical, informatics, compliance, privacy, and health-equity voices, not an IT ticket queue. It maintains a data catalog: a register of every dataset feeding a clinical AI tool, with, for each one, its source systems, its refresh cadence, its permitted uses, its known quality issues, and the person who signs for it. It runs data-quality profiling on those datasets on a schedule, not once, because a feed that was clean at go-live degrades as source systems change. And it produces, for each AI tool, a one-page data provenance and permitted-use record that a safety reviewer, an auditor, or a regulator can read in five minutes. When someone asks "who decided this data was fit for this model," the answer should be a name and a document, not a shrug. That is the difference between governance as a practice and governance as a word in a policy binder.
An AI model is only ever as trustworthy as the data beneath it. A flawed foundation does not produce an obviously broken tool. It produces a fluent, confident tool that is wrong exactly where the data was wrong.
A Prerequisite, Not a Cleanup Task
The instinct in many AI programs is to treat data governance as a cleanup task: get the exciting model into a pilot, prove value, and tidy the data later if the tool sticks. This sequencing is backwards, and the reason is worth sitting with, because it is the difference between a program that scales safely and one that accumulates hidden liabilities. A pilot run on an ungoverned foundation does not merely produce imperfect results; it produces untrustworthy results, because you cannot tell whether the tool's apparent success or failure came from the model or from the data feeding it. A model that looks brilliant in a pilot may be brilliant only because the pilot cohort happened to have clean, complete records, and it will degrade the moment it meets the messier reality of the full population. A model that looks disappointing may be a good model starved of good data. In both cases, the ungoverned foundation has made the pilot uninterpretable, which is the one thing a pilot is supposed not to be.
Governing the foundation first also changes the economics of an AI program in the organization's favor. The single largest hidden cost in enterprise AI is not the model license; it is the rework, the incidents, and the lost trust that follow from deploying on bad data and discovering the problems one patient at a time. A clinician who watches a tool misfire because of a data issue does not neatly separate the model from its foundation; they simply conclude the tool is unreliable and stop using it, and that lost trust is extraordinarily expensive to win back. Investing in the foundation before deployment is not the cautious, slow choice that delays value. It is the choice that lets value actually arrive and persist, because it is the only way the tool earns and keeps the trust it needs to be used at all.
Quality and Provenance: Knowing What You Are Standing On
Two properties of the foundation matter most: how good the data is and where it came from. Data quality is the familiar one, though it is deeper than "are the fields filled in." It spans accuracy (does the value match reality), completeness (how much is missing, and is the missingness random or systematic), consistency (does "readmission" or "race" or "smoker" mean the same thing across the sources feeding the model), timeliness (is the data current or stale), and validity (does it conform to the expected format and range). Each of these can silently corrupt a model. Systematic missingness is especially treacherous, because data is rarely missing at random in healthcare: the patients with the sparsest records are often the ones with the least access, so a model trained on that data learns to see them less clearly, precisely the patients a health-equity lens says you must see most clearly.
Provenance is the less familiar property and the one governance leaders most often neglect, yet it is essential. Provenance is the traceable lineage of a piece of data: where it originated, how it was collected, what transformations it passed through, and how it arrived in the dataset the model trained on. Without provenance you cannot answer the questions that a safety review, a bias investigation, or a regulator will eventually ask. When the readmission model in the opening scene was found to be steering wrong, the first question was "where did the race field come from," and the answer, that it had been inferred rather than self-reported, was only discoverable because someone could trace the data's lineage. A dataset with no provenance is a dataset you cannot debug, cannot defend, and cannot trust, because you do not actually know what it is. Establishing provenance, capturing lineage as data flows from source system through transformation to model, is one of the highest-value and most-skipped investments in a data-governance program.
Concretely, provenance is captured at each hop the data takes. A vital sign is entered at a bedside monitor or typed by a nurse, it lands in the EHR under a specific flowsheet row, an interface engine moves it to a data warehouse where it may be unit-converted or rounded, an extract job pulls it into a feature table where "most recent systolic BP in the last six hours" is computed, and that feature is finally handed to the model. Every one of those steps can alter meaning, and a provenance record notes, for each, the source, the timestamp, the transformation applied, and who or what performed it. The practical test of whether your provenance is real is simple: pick one number the model used to score one patient last Tuesday, and try to walk it back to the human action or device that first produced it. If you can, you have lineage. If you hit a step where the data "just appears" from a merge no one documented, that is precisely the gap where a defect hides. Metadata standards and data-lineage tooling exist to automate this, but the governance obligation is not the tool; it is the discipline of never accepting a dataset whose history you cannot reconstruct.
Access, De-identification, and Consent
Governing the foundation also means governing who touches it, in what form, and with whose permission. Access control is the principle that the right people and systems reach the right data and no more, enforced by the minimum-necessary standard that runs throughout HIPAA: even inside the organization, a person or a model receives only the data required for the task, not the whole record because it was convenient. Loose access is not merely a privacy risk; it is how PHI ends up flowing into places, and tools, it was never approved for, which connects directly to the shadow-IT problem the enterprise policy exists to prevent.
Access control also has to extend to the vendor and the tool, which is where the Business Associate Agreement, the BAA, does its work. When PHI flows to any outside party that handles it on the covered entity's behalf, a signed BAA is the instrument that binds that party to HIPAA-grade safeguards and defines the permitted uses. The governance failure that recurs is not a missing BAA on the big signed contract; it is PHI leaking into a tool nobody put a BAA around, a clinician pasting a note into a consumer chatbot, a team piping an extract to a "free trial" of an analytics platform, a scribe app installed without review. The obligation does not transfer to the platform just because it is convenient or impressive. Governance has to be able to answer, for every tool that touches patient data, whether a BAA covers it and whether the actual data flow stays inside the permitted use that BAA describes. A BAA that exists on paper but does not match what the tool is really doing with the data is not protection; it is a document that will be read aloud in an enforcement action.
De-identification is the tool that lets data serve model development and research without carrying identity along with it, but it must be understood precisely, not treated as a magic eraser. Removing names and medical record numbers is not the end of the problem, because a rich clinical dataset can re-identify a patient through the combination of quasi-identifiers such as dates, ZIP codes, rare diagnoses, and admission patterns, even after the obvious identifiers are stripped. De-identification done properly follows a recognized standard and accounts for re-identification risk; done carelessly, it produces a dataset the organization believes is safe to share and is not. Consent is the third strand, and it is the one most likely to be treated as already handled. The consent a patient gave for their data to be used in their own treatment is not automatically consent for that data to train a commercial model, be shared with a vendor, or fuel a secondary use, and the governance program must be able to answer, for any dataset feeding an AI tool, what the permitted uses actually are. A model trained on data used beyond its consented purpose is a legal and ethical exposure sitting quietly inside a tool that otherwise looks fine.
These three strands, access, de-identification, and consent, are easy to treat as separate compliance checkboxes owned by different offices, and that fragmentation is precisely how they fail. In practice they interact. Loose access makes it easier for someone to pull a dataset and hand it to a vendor without checking consent. A weak de-identification process makes a consent gap far more dangerous, because the data that leaks is re-identifiable. A muddled record of permitted uses makes every access and sharing decision a guess. The governance discipline is to hold all three together as one question about the foundation: for this specific data, feeding this specific model, do we know who may touch it, in what form, and for what purpose, and can we prove it? An organization that can answer that question for every dataset feeding an AI tool has a governed foundation. An organization that cannot has a set of tools sitting on ground it does not understand, which is the definition of an unmanaged risk.
Where Bias Enters: Through the Data
The most consequential harm from a bad data foundation is that it is the primary route by which algorithmic bias enters a clinical AI tool, and bias is both a patient-safety failure and a legal risk. A model learns the world as its training data represents it. If that data underrepresents a population, encodes historical inequities in access and treatment, or uses a flawed proxy, then the model faithfully reproduces those distortions and delivers worse performance for exactly the patients who were already underserved. The classic and much-studied pattern is a model that used healthcare spending as a proxy for healthcare need: because less was historically spent on some populations, the model inferred they were healthier, and systematically underestimated their need. The algorithm was doing precisely what it was trained to do. The failure was in the foundation, in the choice of a biased proxy and the inequitable data behind it.
This is why bias cannot be fixed only at the model or the deployment stage, and why data governance is where the equity fight is actually won or lost. A monitoring program that watches a deployed model for disparate performance is essential, but it is catching a problem that was often baked in upstream, at the moment the training data was assembled without asking whether it represented the whole population the tool would serve. Governing the foundation means asking, before a model is built, whether the data is representative, whether the labels and proxies are sound, and whether the missingness is systematic against a vulnerable group. It means treating a demographic gap in the training data not as a minor data-quality footnote but as a predictable source of downstream harm to real patients. The organizations that get AI equity right are not the ones with the cleverest debiasing algorithm. They are the ones that governed the foundation so the bias never got poured into it in the first place.
The mechanics of testing for this before deployment are more tractable than they sound, and governance should insist on them rather than treating equity as a vague aspiration. The core move is subgroup stratification: instead of reporting one accuracy number, you report the model's performance separately for each population the tool will serve, by race and ethnicity, by primary language, by age band, by payer, by the axes along which your patients actually differ. A model that is 92% accurate overall might be 94% for the majority group and 78% for a smaller one, and the aggregate hides it perfectly. You also check calibration, whether a risk score of "high" means the same actual risk for every group, because a score that is well calibrated for one population and poorly calibrated for another will systematically mis-prioritize the second. And you examine the label and the proxy directly: ask what real-world thing the model was trained to predict, and whether that target encodes an inequity, as the spending-as-need proxy did. These are not research-grade statistics; they are governance questions with numeric answers, and a program that cannot produce a subgroup performance table for a deployed clinical model does not actually know whether the tool is safe for everyone it touches.
There is a governance temptation worth naming here, because it appears reasonable and makes things worse. When a team discovers that a demographic field is messy or that certain populations are underrepresented, the tempting shortcut is to drop the demographic data entirely, on the theory that a model that cannot see race or ethnicity cannot discriminate on it. This is a well-intentioned mistake. Removing the field does not remove the bias; it only removes your ability to measure it. The model will still learn the same distortions through correlated proxies such as ZIP code, language, and insurance type, and now no one can test for disparate performance because the demographic data needed to run that test is gone. Governing the foundation for equity means the opposite of blindness: it means collecting demographic data well, representing populations fairly, and keeping the information you need to prove, on an ongoing basis, that the tool performs equitably across the patients it serves. Equity is not achieved by not looking. It is achieved by looking carefully and fixing what you find.
A Worked Example: Two Foundations, One Model
Consider two health systems that buy the same sepsis-prediction model from the same vendor, with the same reported national performance. The first treats data as fuel: it maps the model's required inputs to whatever local fields are handy, accepts the vendor's aggregate validation, and goes live. Its lactate values arrive from three lab systems that report slightly different reference ranges, its "time of presentation" is recorded inconsistently across the emergency department and the floors, and a chunk of its vital-sign data for one campus is delayed by an interface lag no one flagged. The model, fed this foundation, fires late for the campus with the lagging data and generates a wave of false alarms where the reference ranges clash. Clinicians learn to distrust it within weeks. The tool is not broken; the foundation is, and the model faithfully transmitted the flaws.
The second system treats data as the foundation. Before go-live, it profiles the exact inputs the model consumes: it reconciles the lab reference ranges, standardizes the presentation-time field, discovers and fixes the interface lag, and checks whether the training population resembles its own, testing performance across campuses and demographic groups rather than trusting one national number. It captures the provenance of each input so that when the model later drifts, the team can trace whether the cause is the model or a change in an upstream feed. It confirms the data flowing to the vendor is covered by a BAA and used within its permitted purpose. The same model, on this foundation, performs as advertised and, crucially, remains debuggable when something changes. The difference between the two systems is not the algorithm, the vendor, or the budget. It is entirely whether the organization governed the ground the model stands on. That is the whole thesis of the lesson in one comparison: the model you buy is far less important than the foundation you build it on, and the foundation is a governance responsibility that has to be met before the AI, not after.
Make the second system's pre-go-live work into a checklist, because it is repeatable for any tool. For each input the model consumes, name the source system and confirm the field means the same thing everywhere it is drawn from. Profile the field for missingness and check whether the missingness is random or concentrated in a subgroup. Reconcile units and reference ranges across feeding systems. Establish a baseline for how current the data is and set an alert for when a feed lags. Compare the local population against the population the model was trained and validated on, and stratify a local accuracy check by campus, race and ethnicity, language, and age. Confirm a BAA covers every external flow and that the flow stays inside its permitted use. Record the provenance of each input so a future drift investigation has somewhere to start. None of these steps is exotic, and none requires a data scientist to lead it; they require a governance owner who refuses to let a model go live on a foundation no one has inspected. The second system did not have a better algorithm. It had a checklist and the discipline to run it before, not after, patients were exposed.
Notice one more thing the second system bought that never shows up in a demo: the ability to answer questions later. When its sepsis model drifts eight months in, the team can ask whether an upstream lab changed its assay, whether a new campus with different documentation joined the feed, or whether the model itself degraded, because the provenance and the population baselines are recorded. The first system, faced with the same drift, can only guess, retrain blindly, or rip the tool out. Governing the foundation is not only about being safe on day one. It is about remaining diagnosable on day two hundred, which is the day that actually decides whether an AI program survives contact with the messy, shifting reality of real clinical data.
Key Takeaways
- Data is not the fuel for AI; it is the foundation, and a model built on a flawed foundation inherits and then amplifies every flaw, so clinical data governance is a prerequisite for safe AI, not an afterthought.
- A bad foundation does not produce an obviously broken tool. It produces a plausible, fluent, authoritative tool that is wrong exactly where the data was wrong, which is far more dangerous and invites automation bias.
- Data quality spans accuracy, completeness, consistency, timeliness, and validity; systematic missingness is especially dangerous because the sparsest records often belong to the patients with the least access.
- Provenance, the traceable lineage of data from source through transformation to model, is the most-skipped high-value investment, because a dataset with no provenance cannot be debugged, defended, or trusted.
- Access control (minimum necessary), proper de-identification (which must account for re-identification through quasi-identifiers), and consent (treatment consent is not model-training consent) govern who touches the foundation, in what form, and with whose permission.
- The data foundation is the primary route by which algorithmic bias enters a clinical tool: an unrepresentative dataset, a flawed proxy, or systematic missingness produces worse performance for the patients already underserved.
- Bias cannot be fixed only at deployment; the equity fight is won or lost upstream, by governing the foundation so the bias is never poured into it, not just by monitoring the model after.
- Two systems with the same model and vendor get opposite results based solely on whether they governed the data foundation: the model you buy matters far less than the foundation you build it on.
Skill.re