Patient Segmentation
12 value cohorts for targeted campaigns and clinical reactivation.
What this agent does
Patient Segmentation is the agent that classifies the active patient base into 12 value cohorts (Recency, Frequency, Monetary). Each patient receives a score and a cohort label (champions, loyal, at risk, hibernating, etc.) that the manager uses to design targeted campaigns. All computation is local.
Why it matters
A mass campaign offering a dental cleaning to the whole base is noise for active patients and budget waste for inactive ones. Patient Segmentation lets you speak to at_risk with a different tone and offer than champion. Campaign ROI goes up and the base does not burn out.
How it works
The agent computes three normalized scores per patient: Recency (days since last visit), Frequency (annual visits) and Monetary (cumulative billing). It combines the three into a 12-cohort classification established by the product owner. It recomputes on each new appointment or invoice — real-time scoring with no batch.
Integration with the clinical workflow
Patient Segmentation passes the per-cohort patient list to Reception to generate campaigns with appropriate templates. To Patient Flow to feed the decision of which cohort to prioritize when there are gaps in the schedule. The manager receives a monthly dashboard with cohort evolution.
Autonomous decisions it makes
- Recompute a patient's value on each new appointment or invoice
- Assign cohort label according to the 12 defined value cohorts
- Flag significant cohort changes (e.g. loyal → at_risk)
- Expose filterable patient list per cohort to the manager
- Always work on pseudonymized data for aggregate analysis
Inputs and outputs
Receives
- · Patient appointment history (dates, attendance)
- · Patient billing history
- · Procedure type (for weighted Monetary)
- · Clinic's value threshold configuration
Produces
- · value score per patient (3 normalized values)
- · Cohort label (1 of 12)
- · Filterable list per cohort for Reception/manager
- · Alert on significant cohort change
Production metrics
Collaborates with
Tech stack
Frequently asked questions
Are the 12 cohorts fixed or configurable?+
Does segmentation let me send email campaigns automatically?+
Can patients know which cohort they are in?+
Is the patient's marketing consent respected?+
10 autonomous agents. One brain. Your clinic.
Meet the agents running inside Dental Brain. Each one makes autonomous decisions, on local GPU, with no cloud.