🚀 Decoda raises $4.5M, led by Y Combinator. Read more

Patient Management

Your best patient
exists three times, spelled three ways.

One record in the EMR, one in the booking tool, one in the marketing CRM. Every front desk question starts with figuring out which one is real.

Which one is current?
History split 3 ways
Search: “whitfield”
3 results
Sarah WhitfieldLegacy EMR
DOB 04/12/1988 · 14 notes
Sara WhitfieldBooking tool
(214) 555-0173 · 9 appointments
S. Whitfield-ColeMarketing CRM
sarah.w@… · tagged Botox
One person. Nobody is sure which record is current.

Getting your data in

The migration is where switches die.

Most practices stay on a system they dislike because the export is a mess of mismatched columns. Import reads the file first and tells you what it found.

  • Detects a single full-name column and splits it
  • Spots dollar-formatted values and converts them
  • Flags missing required fields before anything is written
  • Save the mapping so the next file lands the same way
Column mappingpatients_export.csv
CSV columnExpected field
Patient NameFirst + Last name
Full name detected · split
DOBDate of birth
Matched
MobilePhone
Matched
BalanceAccount credit
Dollar values detected
Referred ByLead source
Matched
Save the mapping and the next file imports the same way

Cleaning it up

Duplicates surface before staff do.

Every practice accumulates the same patient two or three times: a married name, a typo, a second booking under a nickname. Candidates are grouped for review rather than left for someone to stumble across.

  • Likely matches grouped, not silently auto-merged
  • You choose which record stays primary
  • Notes, appointments and forms follow the merge
Merge groupLikely the same person
Sarah Whitfield
14 clinical notes · created 2023
Keep as primary
Sara Whitfield
9 appointments · created 2024
Merge in
S. Whitfield-Cole
2 forms · created 2025
Merge in
Notes, appointments and forms follow the merge. Nothing is dropped.

One profile

EMR and CRM, same record.

Clinical history and commercial history describe the same person, so they live on the same profile. No GoHighLevel or HubSpot running alongside, no reconciliation between them.

  • Notes, appointments, payments, forms and photos attached
  • Custom tags and lead-source tracking for segmentation
  • Care plans with sequential steps and patient-facing timelines
  • Advanced filters to build the list you actually want to message
SW
Sarah Whitfield
Patient since 2023
OverviewNotesBillingFormsPhotos
Clinical notes23
Appointments31
Payments & plans$8,410
Signed forms6
VIPBotoxReferral: Instagram
One record. No second tab.
“We switched from three different systems. Now everything — records, billing, notes — lives in one patient profile. The migration took two days.”
Practice Owner

One patient. One record.

Bring the data over without losing it, clear the duplicates that came with it, and stop asking which system is right. We never lock you in, and your data stays exportable.