Why PSM, and Why Now
The core problem in preventive medicine is not scientific β it is evidentiary. We have strong evidence that cardiovascular interventions work. What we lack, in most real-world settings, is a methodology that translates "this intervention works" into "here is proof this intervention caused this specific improvement, in this specific population, quantified to a degree that satisfies a healthcare actuary or medical officer."
Randomized controlled trials (RCTs) are the gold standard for causal inference, but they are impractical for most preventive care programs. You cannot randomize which employees receive health coaching, or withhold cardiovascular screening from a control group for ethical reasons.
Propensity Score Matching (PSM) was developed precisely for this situation β rigorous causal inference in observational settings where randomization is impossible. It is the method of choice in real-world evidence research, recognized by regulatory bodies including NMPA in China and FDA in the United States.
The Core Problem PSM Solves: Selection Bias
Selection bias occurs when the people who receive an intervention are systematically different from those who don't β before the intervention even begins. In preventive care, this is almost always present:
- Employees who enroll in wellness programs tend to already be more health-conscious
- Hospital patients who accept lifestyle coaching tend to be more motivated to change
- Insurance policyholders who use health apps tend to be younger and lower-risk
The implication: If you compare intervention participants to non-participants without controlling for this pre-existing difference, any observed improvement is confounded. You cannot tell whether the program worked, or whether you simply enrolled healthier people who would have improved anyway.
Payers β insurance actuaries, hospital payment reviewers, value-based care contract auditors β know this. Any evidence package that does not explicitly control for selection bias will be rejected, regardless of how impressive the headline improvement numbers appear.
How PSM Works: The Statistical Logic
PSM's core insight is elegant: if we cannot randomize who receives the intervention, we can at least statistically construct a comparison group that looks like the intervention group did before treatment began.
This is achieved through five steps:
What Data PSM Requires
Engineering PSM for real-world preventive care settings requires three categories of data, all collected before the outcome is measured:
| Data Category | Examples | Timing |
|---|---|---|
| Baseline characteristics | Age, sex, BMI, blood pressure, LDL cholesterol, fasting glucose, smoking status, baseline cardiovascular risk score | Before intervention begins |
| Treatment assignment | Who received the intervention, what type, when it started, adherence level | Recorded during intervention |
| Outcome metrics | Follow-up cardiovascular risk score, hospitalization events, biomarker changes | After follow-up period |
A critical engineering constraint: all baseline characteristics must be measured before intervention assignment. Post-intervention measurements contaminate the propensity score model and invalidate the causal interpretation.
The Quality Checklist: What Makes PSM Output Billable
Not every PSM analysis produces evidence that payers will accept. A PSM report that serves as billable evidence must pass the following quality checklist:
- β All SMDs below 0.1 after matching (balance verified for every covariate)
- β Caliper constraint applied (no poor-quality matches included)
- β Common support verified (no extrapolation beyond the range of overlap)
- β ATT estimate with confidence intervals and p-value reported
- β Rosenbaum bounds sensitivity analysis included
- β Full audit trail: matched pairs, propensity scores, and balance statistics available for review
- β Clinical significance assessed alongside statistical significance
PSM is not a single line of code. It is a data pipeline requiring rigorous quality control at every step. Only PSM reports that pass a complete quality checklist constitute evidence acceptable for formal healthcare settlement negotiations.
From ATT to Settlement: The Translation Step
The ATT estimate from PSM is a causal effect size in clinical units (e.g., cardiovascular risk score reduction). To use it for preventive medicine settlement, it must be translated into the financial or outcome terms that payers use:
- For hospitals under DRG/DIP: Translate cardiovascular risk reduction into expected reduction in complication events, then into expected reduction in excess costs per DRG episode
- For insurance actuaries: Translate risk score reduction into expected reduction in claims probability and expected claims cost, formatted for actuarial review
- For value-based care contracts: Map ATT directly to the outcome metrics specified in the contract (e.g., HbA1c reduction, readmission rate reduction)
This translation layer β from ATT to payer-recognized financial metrics β is the final engineering challenge in the preventive medicine settlement pipeline. It requires domain knowledge of how specific payer systems evaluate evidence, not just statistical expertise.
PSM causal attribution transforms the fundamental question of preventive care from "did participants improve?" to "how much did the intervention causally improve outcomes for those who received it, compared to similar people who didn't?" This shift from correlation to causation is not a statistical nicety β it is the difference between evidence that payers reject and evidence they formally accept for settlement.
FAQ
What is PSM causal attribution in preventive medicine?
PSM caus in preventive care programs, producing an ATT estimate that has causal interpretability and meets the evidentiary standard healthcare payers require for formal settlement recognition.
What is the ATT in PSM analysis?
ATT (Average Treatment Effect on the Treated) measures how much the intervention causally improved outcomes for participants compared to matched controls. An ATT of -0.087 cardiovascular risk units means the intervention caused a 0.087-unit reduction β not just that participants improved by that amount.
What data does PSM require?
PSM requires baseline characteristics measured before intervention (age, BMI, blood pressure, lipids, smoking history, baseline risk score), treatment assignment records, and outcome metrics. All baseline variables must be measured before intervention begins β post-intervention measurements invalidate the causal interpretation.