Outpatient registration
Register a walk-in or scheduled outpatient at the hospital front desk. This playbook combines the create patient flow with HMIS-specific edge cases your registration team will hit in production.
Flows involved
| Order | Flow | Purpose |
|---|---|---|
| 1 | Create a patient | New visitor with no existing record |
| 2 | Patient search & merge (coming soon) | Suspected duplicate before creating |
| 3 | Start OP encounter (coming soon) | Open today's visit after registration |
Happy path
- Reception searches by phone or national ID.
- No match → Register new patient → complete demographics per facility questionnaire.
- Print OPD slip / token if enabled.
- Route patient to triage or consulting room encounter queue.
This matches the core create patient flow without additional configuration.
Edge cases
Suspected duplicate
Symptom: Duplicate warning after entering name, DOB, and phone.
Action:
- Open the suggested match side-by-side.
- If same person → use existing record; do not create a second patient.
- If homonym → document override reason (when your facility requires it) and proceed.
- If unsure → escalate to registration supervisor; HMIS audit log retains the decision.
Unknown identity (emergency)
Symptom: Patient cannot provide name or ID (trauma, unconscious).
Action:
- Create a temporary record using your facility's unknown patient naming convention (e.g.
Unknown Male ED-042). - Assign emergency MRN; photograph identifying marks when possible.
- After identification, merge into a full demographic record (merge flow coming soon).
Requires emergency_registration permission on most HMIS deployments.
Phone-only intake
Symptom: Camp or rural OPD collects phone first; other fields arrive later.
Action:
- Register with phone + minimal demographics allowed by questionnaire.
- Flag record as incomplete demographics.
- Front desk completes remaining fields before billing or discharge workflows.
National health ID (ABDM / ABHA)
Symptom: Patient presents ABHA address or QR.
Action:
- Search by ABHA first.
- If found → link existing Care patient to ABHA identifier.
- If not found → create patient, then run ABDM link step post-registration (flow coming soon).
Roles
| Role | Can |
|---|---|
| Registration clerk | Search, create, update demographics |
| Registration supervisor | Override duplicate warnings, merge records |
| Clinician | Read demographics; cannot delete identifiers |
Related
- Concept: Patient
- Flow: Create a patient