# Measuring patient retention and reactivation
A cardiology group in Ohio thought it had 4,200 active patients. When marketing pulled the data, only 2,600 had been seen in the last 18 months. The other 1,600 had quietly drifted: no appointment, no follow-up, no signal. Nobody cancelled. They just stopped coming.
That is the core problem with retention in healthcare. In a subscription business, churn is loud: the customer cancels. In a hospital or clinic, churn is silent. A lapsed patient looks identical to a loyal one until you measure the gap between visits. This lesson is about making that invisible churn visible and quantifying what marketing does to keep panels full.
A "panel" is the set of patients a provider or practice is responsible for. Keeping the panel full and active is a marketing outcome, not just a clinical one. Empty slots and lapsed patients are lost lifetime valuelifetime valueLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète →.
Because there is no cancellation event, you define retention by activity windows. The standard move is to pick a lookback period and call a patient "active" if they had a qualifying interaction inside it.
The window matters. Choose 12 months for primary care and you will flag seasonal patients as churned. Choose 36 months and you will keep dead accounts on the books.
A "recall" is a scheduled return prompt: the reminder that a patient is due for a cleaning, a mammogram, a diabetes check. Recall rate measures how many due patients actually come back.
Recall rate = (patients who completed the recommended return visit) / (patients who were due for it)
Worked example, a dental group:
Dental practices often cite recall rates around 60 to 70 percent as typical, with well-run practices pushing higher (treat these as industry estimates, not audited figures; recall benchmarks vary widely by practice and are rarely published centrally). The marketing lever here is the reminder system: automated text and email recalls consistently lift attendance versus phone-only.
The Medicare Annual Wellness Visit (AWV) is a yearly preventive visit covered by Medicare (the US federal health program for people 65 and older). It is the cleanest recurring "loyalty" event in US primary care, because it is annual, covered, and coded.
AWV return rate = (patients who completed an AWV this year) / (eligible patients who completed one last year)
If 1,000 patients did an AWV in 2024 and 720 came back in 2025, your return rate is 72 percent. The 280 who did not return are your reactivation target. The CMS page on the Annual Wellness Visit documents what qualifies.
For commercial and European populations there is no exact AWV equivalent, but the logic transfers to any recurring preventive contact: annual physicals, chronic-disease reviews, or the structured checks embedded in many European primary care systems.
A "lapsed" patient is one who fell outside your activity window. Reactivation measures how many you win back through outreach.
Reactivation rate = (lapsed patients who returned after a campaign) / (lapsed patients contacted)
Worked example, back to the Ohio cardiology group:
Reactivation of 10 to 20 percent from a targeted lapsed-patient campaign is a commonly cited working range, but it depends heavily on list quality, specialty, and how long patients have been gone. Treat it as a planning estimate, then measure your own.
Retention is the input to patient lifetime valuelifetime valueLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète → (LTVLTVLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète →): the total contribution margin a patient generates across their relationship with you. We stay strictly in marketing math here, no ROE or capital ratios.
A simple LTVLTVLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète → sketch:
LTV = average annual margin per patient × average retained years
If a primary care patient contributes roughly $600 of margin per year and stays retained for 8 years on average, LTVLTVLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète → is about $4,800. Push average retention from 8 to 9 years and LTVLTVLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète → rises to $5,400, a 12.5 percent lift, with zero new acquisition spend. That is the entire argument for funding retention marketing.
Compare that to acquisition costacquisition costCustomer Acquisition Cost (CAC) is the total sales and marketing spend divided by the number of new customers gained in a period. It measures how efficiently you grow.Voir la définition complète →. If acquiring a new primary care patient costs $200 to $400 in marketing spend (a typical planning range that varies by market and channel), reactivating a lapsed patient at a fraction of that cost is almost always cheaper per booked visit. Reactivation is usually your highest-ROIROIReturn on Investment: the ratio of net profit to the cost of an investment. A 300% ROI means each dollar invested returns $3.Voir la définition complète → marketing activity precisely because the relationship, records, and trust already exist.
Think of retention as a funnelfunnelThe customer journey from awareness to purchase, typically Awareness, Interest, Consideration, Decision, Action, with prospects narrowing at each stage.Voir la définition complète → that runs after acquisition:
1. Active panel (seen within window)
2. Due for return (recall triggered)
3. Reminded (contact attempted)
4. Booked
5. Attended
Each step has a drop-off, and each drop-off is a marketing diagnosis. If "due" to "reminded" is leaking, your outreach system is broken. If "booked" to "attended" is leaking, you have a no-show problem, not a marketing awareness problem.
Here is a tiny SQLSQLSales Qualified Lead: a prospect the sales team has validated as ready for direct outreach and a proposal, having passed clear qualification criteria.Voir la définition complète → sketch showing how "active vs lapsed" is actually computed from a visits table:
SELECT
patient_id,
MAX(visit_date) AS last_visit,
CASE
WHEN MAX(visit_date) >= DATEADD(month, -18, CURRENT_DATE)
THEN 'active'
ELSE 'lapsed'
END AS status
FROM visits
GROUP BY patient_id;That single query is what turned the Ohio group's invisible churn into a 1,600-name reactivation list.
🎬 [VIDEO: "Patient Retention Strategies for Healthcare Practices" - https://www.youtube.com/results?search_query=patient+retention+healthcare+marketing - practical overview of recall systems and lapsed-patient outreach]
Vérification des acquis
1. Why is patient churn described as 'silent' in healthcare compared to a subscription business?
2. A primary care clinic uses a 12-month activity window to define 'active' patients. What is the most likely consequence of this choice?
3. In the recall rate formula, what does the denominator represent?
4. Select ALL correct answers about why defining retention through activity windows matters in healthcare.
Sélectionnez toutes les réponses correctes.
5. Select ALL correct answers about the concept of a 'panel' and keeping it full.
Sélectionnez toutes les réponses correctes.
Retention benchmarks in healthcare are messy because there is no central published source the way there is for, say, SaaS churn. Use these as directional estimates as of early 2026, and always calibrate against your own baseline:
For European context, primary care systems with registered-patient lists (the UK, the Netherlands, the Nordics) structurally lock in high nominal retention because patients are formally enrolled with a practice. That changes the marketing job: the challenge is not preventing switching but driving return for preventive and chronic-care visits within the enrolled panel. Do not copy US "win them back from a competitor" tactics into a registration-based system where the patient never left the list.
A caution on regulation. Any reactivation outreach must respect consent and privacy law. In the US that means HIPAAHIPAAHealth Insurance Portability and Accountability Act, loi américaine imposant la protection des données de santé (PHI). Violations : amendes jusqu'à 1,9M$ par catégorie de violation. (the Health Insurance Portability and Accountability Act, which governs use of protected health information) and TCPA (the Telephone Consumer Protection Act, which restricts automated calls and texts). In Europe it means the GDPR (General Data Protection Regulation), where health data is a special category requiring explicit consent. "We can text 1,200 lapsed patients" is only true if those patients consented to marketing contact. Marketing owns the campaign; compliance owns the guardrails.
The metrics are only useful if they change what you do: