A receptionist tells you a patient’s file is missing. You search the name yourself, find nothing, and start to wonder what else the system has lost.
Nine times out of ten nothing is lost. The record is there under a spelling nobody thought to try.
**Why this happens more here than almost anywhere**
Indian names reach a keyboard through transliteration, and there is no single correct answer. The same person can honestly be written:
– Shubham / Subham / Shubam
– Sayyed / Saiyad / Sayed
– Kadam / Kadham / Kadum
– Laxmi / Lakshmi
*(Illustrative spellings, not real patients.)* Add a middle name that sometimes appears and sometimes doesn’t, a surname that is sometimes the father’s name, and honorifics typed into the name field, and one human being can occupy four different spellings across four visits.
Exact-match search — which is what most practice software does — finds none of them.
**What actually fixes it**
**Register by mobile number, not by name.** A phone number has one spelling. Make it the field staff search first and the field they use to check whether someone is already registered. This single habit prevents most duplicate records.
**Train the front desk to search on three letters, not the whole name.** “Shu” finds Shubham and Subham. Whole-name search finds one of them.
**Ask your vendor whether search is fuzzy.** The question to ask is: *”if I type Subham and the record says Shubham, will it find it?”* Many systems will not. Some will match on a rough consonant skeleton, which handles most Indian spelling variation.
**Check for duplicates monthly, by phone number.** Two records for one person splits their history and their balance, and you usually discover it at the worst moment.
**The one that surprised me**
A patient with no gender recorded is not “Other” — they’re a blank that someone forgot to fill. If your software silently defaults them, you lose the information that anything was missing. I’d rather see a gap than a guess, in this and in most things.
None of this needs new software. It needs a rule about how records are created, applied consistently by whoever is at the desk.
*Disclosure: I’m a practising dentist and I also build dental software. Everything above applies whatever you’re running.*