Note · private practice

Private practice client tracking

Client tracking in a private practice means the business ledger: who is on the caseload, who owes money, whose authorized visits are running out, and who is waiting for a slot. It is not the clinical record, and mixing the two is the reason most trackers fall apart by month 3.

Most trackers begin as a tidy list of names and turn into a second, worse copy of the chart. Here is the structure that holds up.

The 4 questions the tracker has to answer

Every field has to serve one of these, or it is decoration.

If a column answers none of those, it belongs in the chart or nowhere.

Two tables, not one wide sheet

The failure mode is a spreadsheet with a column for every week. By week 6 it is unreadable, and nobody updates it twice.

Use two tables instead, related by a client ID. Clients holds one row per person and changes rarely: status, paperwork dates, payer details, referral source. Sessions holds one row per session and changes every week: date, type, length, fee, payment, attendance.

The session table is the one that makes money visible. You can sum it, filter it, and answer "what is outstanding" in one click, which is impossible in a grid of weekly columns.

The client fields that earn their place

The session fields that earn their place

The 10 minute Monday check

Four filters, run once a week. This is the entire maintenance cost of the system.

What to leave out

Privacy: the part that is easy to get wrong

A tracker is a business record about clients, so it carries the same duty of care as the rest of the file, even the columns that hold no clinical detail.

Consumer cloud storage is the common trap. Client data in a general consumer drive account, with no business associate agreement, is a documented problem area in enforcement actions. If you use a hosted tool, confirm that it signs a business associate agreement. A spreadsheet on an encrypted machine keeps that question closed.

Retention is the other one. HIPAA sets a 6 year floor for the records it covers, and many states require 7 to 10 years, so build the tracker to be archived and handed over, never quietly deleted.

The specifics vary by state, by payer, and by record type. Confirm your own setup with a professional who knows your state before you move client data into a new tool. This note is about structure, not legal advice.

Where to keep it

The bottom line

A client tracker earns its place when it answers 4 questions in under a minute: who is on the caseload, who owes money, whose authorization is expiring, and who is waiting. One row per session, a status column you actually update, and a 10 minute Monday check beat any dashboard you will not open.

The two-table version works in a free spreadsheet. If you want the structure built and the tables already related, that is Therapist Practice OS.

See the practice workspace

← All notes