Skip to main content

Practice Operations

New-Patient Registration: Everything You Need Before Day One

New-patient registration is a data completion problem, not a form. What a multi-specialty group should collect, when to call, and what to stop asking twice.

7 min read

Most practices treat new-patient registration as a form to be completed. That framing is why it keeps failing. A form is a thing the patient either fills out or does not, which leaves you with two states, done and not done, and no way to work the middle.

The better framing is that registration is a data completion problem. There is a set of fields the practice needs before the visit is useful, some already exist somewhere, and the job is to close the gap between what you have and what you need. Once you see it that way, most of the work turns out to be something other than a form.

Ask only for what you do not already have

The most common complaint we hear from patients about intake is being asked for information the practice already possesses. It is also the fastest way to lose someone partway through.

When a referral arrived carrying demographics, insurance, and a reason for the visit, walking the patient through the whole intake from the beginning wastes their patience on data you have. The behavior that works is to load what came in, verify the few fields that matter, and ask only for the gaps.

The ideal shape of this is precise: where a referral already loaded demographics, ask only the missing fields, and where nothing exists, place the call the day before the appointment so that most of the paperwork is pre-filled when the patient arrives. That is a completion target, not a form completion rate, and it is a much more useful thing to manage.

The fields that actually block the visit

Not everything on the intake packet matters equally, and treating it as one undifferentiated list is why registration takes eleven minutes.

A small set of fields determines whether the visit can happen and get paid: identity, current coverage, the responsible party, and whatever the department requires at check-in. Everything else is useful and can be collected later, including at the visit.

athenaOne exposes what a given department requires at check-in, which is worth reading programmatically rather than maintaining a separate checklist that drifts. In a multi-specialty group those requirements genuinely differ between service lines, and a single universal intake script will be wrong for most of them.

The practical rule is to sort your intake into blocking and non-blocking, then automate the chase for the blocking ones and stop treating the rest as urgent.

Getting that sort right is worth real money. A January 2026 MGMA poll asked where the biggest revenue cycle leaks are today and found front end issues second at 23%, behind denials and appeals at 48%, ahead of billing and collections at 14%, coding at 13%, and charge posting at 2%. A meaningful share of those denials started as something nobody captured at registration.

Two lead-time rules usually coexist

Here is the operational detail that catches automation projects, and it is nearly universal once you look for it.

Practices commonly run two different minimum lead-time rules at the same time. New patients cannot book inside three to four business days, specifically so registration and forms can be completed first. Established patients can often book next business day. The rules exist for good reasons and they are rarely written down anywhere a system can read.

If nobody encodes that, a scheduling automation will cheerfully offer a new patient tomorrow morning, and the practice discovers on arrival that nothing was completed. Worse, the front desk starts overriding the system, which is how a group ends up with two scheduling processes and no reliable data about either.

The fix is unglamorous. Write the rule per appointment type and per department, let the booking honor it, and treat any override as an exception someone approves rather than a habit.

Registration is where duplicates and bad data begin

The cost of getting this wrong shows up much later and rarely gets traced back.

ONC’s patient identification and matching report notes that a 2008 study found the majority of patient identification errors in the emergency department could be traced to registration, where the patient’s information was entered incorrectly. The same report describes an error rate below eight percent as the industry-recognized standard for matching, with many organizations exceeding it.

That is a front-office finding wearing a data-quality costume. Whoever collects the information decides how good it is, and rushing that step to get a patient off the phone produces a chart that will be wrong for years.

Structured collection helps here in a way that a human under time pressure cannot match. Fields captured the same way every time, verified against what already exists, and flagged when something does not line up.

Where a person takes over

A patient who cannot confirm their own identifying information goes to a person, immediately and without pressure. There are many reasons this happens and almost none of them should be resolved by an automated system pushing harder.

Coverage that comes back inactive or unmatched is the second handoff. The AI can surface the mismatch and it should, but a patient learning their insurance is not active needs a person who can explain options, including self-pay pricing and financial assistance.

Anything involving who is responsible for the account belongs to staff. Guardianship, a guarantor who is not the patient, a court ordered arrangement, or a minor with a complicated custody situation are administrative decisions with legal edges.

And any clinical question raised during intake goes to clinical staff. A patient describing why they are coming in is providing a reason for the visit, not requesting an assessment, and the system’s job is to record it and route it.

Measure completion before arrival

The number worth managing is the share of new patients whose blocking fields are complete before they walk in.

Most practices do not track it, which means nobody knows whether intake is improving. They track the forms sent, which measures effort rather than outcome. A group that watches pre-arrival completion weekly will see the effect of a lead-time change or a call-timing change within days.

It also localizes the failure. When completion drops, it is usually one department, one appointment type, or one referral source rather than a general decline, and that is a fixable problem rather than a mood.

Key Takeaways

  • Treat registration as data completion, not a form. Done and not done is not enough resolution to manage the work.
  • Never ask for what you already have. Load what the referral carried, verify a few fields, and ask only for the gaps.
  • Split intake into blocking and non-blocking fields. Identity, coverage, responsible party, and department check-in requirements block the visit. The rest can wait.
  • Read department check-in requirements from the system rather than maintaining a separate list. In a multi-specialty group those requirements genuinely differ by service line.
  • Encode both lead-time rules. New patients typically need three to four business days and established patients do not, and an automation that does not know this will book people who arrive with nothing completed.
  • Call the day before when nothing exists. Aim to have most of the paperwork pre-filled on arrival rather than handing over a clipboard.
  • Route identity trouble, inactive coverage, guarantor and guardianship questions, and any clinical question to a person.
  • Track pre-arrival completion of blocking fields weekly. Forms sent measures effort. Completion measures the outcome.

Registration is the least glamorous thing a practice does and it silently sets the quality of everything after it. The chart that gets built badly on a rushed Tuesday call is the chart that produces a denied claim in November and a duplicate record next year. Getting the right fields before day one is not a patient experience initiative, though it improves that too. It is the cheapest data quality work available to a practice, and it happens on the phone.

Sources

Ready to See It in Action?

See how PGA completes new-patient registration inside athenaOne before the visit

Schedule a Demo →

Written by Kevin Henrikson