Treatment first, paperwork second, provisional registration for unknown patients, MLC handling that runs alongside care, and timestamps that survive the handoff.
Registration assumes a patient who can give their name. Billing assumes someone to bill. Consent assumes capacity. ABHA linkage assumes a patient who can authenticate. An unconscious road-accident arrival at 2 AM satisfies none of these, and a system that blocks clinical documentation until registration is complete actively obstructs care at the moment it matters most.
The Supreme Court's judgment in Parmanand Katara v. Union of India (1989) established that every doctor, whether at a government or private hospital, is under a professional obligation to extend medical aid to preserve life, and that medico-legal procedural requirements cannot justify delaying that aid. This is the single most important design constraint for emergency software in India: nothing in the workflow may make treatment contingent on completing paperwork.
In practice that means clinical documentation must be enterable against a provisional identity, a temporary identifier assigned at arrival, and reconciled to a full patient record later, without losing anything recorded in between.
A medico-legal case arises where attending staff, after history and examination, consider that investigation by law enforcement is warranted. The recurring categories are assault, road traffic accidents, poisoning, burns, suspected suicide, sexual assault, industrial accidents and unnatural or suspicious deaths. The MLC register entry, the police intimation, and the preservation of any material evidence are obligations running alongside treatment, not after it.
What an emergency system should do here: flag the case as MLC at the point the treating doctor decides it is one, generate the register entry with a sequential MLC number, record the date and time of police intimation with the name and identifier of the officer informed, and lock the entry against silent later editing while still allowing a documented amendment trail. The detail behind that register sits in our note on MLC register software for Indian hospitals.
India has no single mandated national triage scale, and hospitals vary in what they use. What accreditation looks for is consistency: a defined scale, documented in policy, applied to every arrival, with the triage category and the time it was assigned both recorded. The absence of a triage time on a chart is a more common assessment finding than a wrong triage category, because the category gets written and the clock doesn't.
| Timestamp | What it supports |
|---|---|
| Arrival time | The zero point for every other emergency metric |
| Triage time and category | Door-to-triage interval; triage consistency review |
| First physician contact | Triage-to-doctor interval by category |
| Key intervention times | Time-critical pathways such as trauma, stroke and cardiac |
| Disposition decision and departure | Total ED length of stay; boarding time when admitted |
Most emergency documentation failures aren't inside the ED, they're at the boundary. A patient moves to a ward and the receiving nurse re-enters vitals because the ED record doesn't carry across; or an ICU bed is verbally reserved and the bed management system doesn't know until admission paperwork catches up an hour later. When emergency, IPD, ICU and OT share one patient record, the handoff is a status change rather than a re-entry, and the ED's timestamps stay attached to the episode instead of being orphaned.
An ambulance en route with a critical patient is information the ED can act on before arrival, preparing a resuscitation bay, alerting a surgeon, or reserving a bed. That only works if dispatch and emergency are looking at the same record rather than relying on a phone call that may or may not reach the right person. This connects directly to ambulance and patient transport dispatch, and it's one of the clearer arguments for a unified system over separately-bought departmental tools.
Emergency billing has to run behind the clinical workflow, never in front of it. Charges accrue against the provisional record and resolve once identity, payer and scheme eligibility are established, including PMJAY or state scheme eligibility, which frequently can't be checked at the moment of arrival. Our PMJAY empanelment and claims page covers the claim side; the emergency-specific requirement is simply that an unverified payer never blocks a clinical action.
This is the requirement that most hospital software handles badly, because standard registration is built around a form with mandatory fields. An unconscious accident victim has none of them. The workable pattern is a provisional identity assigned in seconds, a sequential temporary identifier, estimated age, sex, and the time and mode of arrival, against which every clinical action, drug administration, investigation and blood request can immediately be recorded.
The harder half is reconciliation. When identity is established an hour or a day later, the provisional record must merge into the permanent one without losing a single entry, and without creating a duplicate patient. Three things make that merge safe:
Unknown patients also break billing, ABHA linkage and scheme eligibility simultaneously, and the design rule is the same across all three: they resolve later, and none of them may gate a clinical action in the meantime.
The clinical record and the medico-legal record serve different readers. The clinical note is for the next treating clinician; the MLC entry may be read years later by a court. Practically, an MLC register entry needs:
| Field | Why it is there |
|---|---|
| Sequential MLC number | The reference the police and courts will use; gaps in the series invite questions |
| Date and time of arrival, and of examination | Distinct events; the gap between them can itself become material |
| Brought by, and mode of arrival | Ambulance, police, family, self, and the name of the person accompanying |
| Identification marks and apparent age | Often the only identity available at the time of examination |
| Alleged history, recorded as stated | Recorded as the patient or attendant reported it, attributed to them, not adopted as fact by the hospital |
| Examination findings, injuries described objectively | Size, site, shape and nature of each injury, not a conclusion about how it was caused |
| Time of police intimation, officer name, station | Evidence the statutory intimation happened, and to whom |
| Samples or material evidence collected and handed over | Chain of custody begins here |
| Examining doctor, with registration number | The person answerable for the record |
The distinction in the "alleged history" and "findings" rows matters more than any software feature. A doctor records what was said and what was seen. Writing "assault with iron rod" as a finding rather than "alleged by attendant" as history converts a clinical observation into a legal conclusion the clinician is not positioned to make, and it is the single most common criticism of Indian MLC documentation.
Entries must also resist silent alteration. An MLC record that can be edited without trace is worth little in evidence; amendments should be additive, timestamped and attributed, with the original text still visible. Our MLC register note goes into the register mechanics in more detail.
Three groups of emergency patients have outcomes that depend directly on elapsed time, and for each the hospital should be measuring an interval rather than just documenting care.
Capturing these does not require a specialised system. It requires that the ECG, the CT request and the decision each carry a timestamp generated when they happen, rather than a time written on a form afterwards. Retrospective timestamps are the reason most hospitals' door-to-ECG figures look implausibly good.
Emergency departments rarely fail because of what happens in the ED. They fail because admitted patients cannot move upstairs. Boarding time, the interval from the decision to admit until the patient physically leaves for a ward or ICU bed, is the metric that separates an ED capacity problem from a hospital capacity problem, and it is measured almost nowhere in tier-2/3 India.
The distinction changes what you do. A long door-to-doctor time with short boarding is an ED staffing problem. A short door-to-doctor time with long boarding is a bed availability or discharge-process problem, and adding emergency staff will not fix it. Making boarding visible requires the ED and bed management to share live bed status rather than the ED phoning to ask.
The related measure is the left-without-being-seen rate. Patients who register, wait, and leave before assessment are the clearest signal that waiting times have exceeded what people will tolerate, and they are invisible unless arrival is recorded separately from assessment.
Emergency documentation competes directly with patient care for the same minutes, and any system that adds keystrokes during resuscitation will be worked around, usually by writing on paper and entering it later, which reintroduces every transcription error the system was meant to remove.
What reduces load without losing detail:
Mass casualty incidents are rare and hospitals still have to be ready, and NABH expects a documented disaster plan with evidence it has been rehearsed. The system-side requirements differ from routine operation in specific ways: the ability to register many provisional patients rapidly, a triage tagging scheme that works when the patient volume exceeds the usual staff-to-patient ratio, a way to see at a glance how many patients are in each triage category, and a means to track where each patient has been moved to.
Mass casualty events also generate MLC obligations at volume, and the sequential register that works fine for three cases a day needs to hold up under thirty in an hour. Testing that during a drill, rather than discovering it during an incident, is the point of rehearsing the plan at all.
No. The Supreme Court held in Parmanand Katara v. Union of India (1989) that every doctor, at a government or private hospital, has a professional obligation to provide immediate medical aid to preserve life, and that medico-legal formalities cannot be a reason to delay treatment.
A medico-legal case is any case where attending staff, after history and examination, consider that investigation by law enforcement is warranted, including assault, road traffic accidents, poisoning, burns, suspected suicide, sexual assault and unnatural deaths. The MLC register entry and police intimation are separate obligations from the clinical record.
There is no single mandated national triage scale. Indian hospitals commonly use a five-level system, and what matters for accreditation is that the hospital has a defined, documented triage scale applied consistently, with the triage category and time recorded for every arrival.
Yes. An unconscious or unaccompanied patient cannot complete standard registration, so the system needs a rapid provisional registration path, often with a temporary identifier, that is reconciled to a full record once identity is established, without blocking clinical documentation in the meantime.
ABDM consent flows assume a patient able to give consent, which an emergency patient often cannot. The practical approach is to proceed with treatment and documentation immediately and complete ABHA linkage and consent capture once the patient is stable or a legal guardian is available.
Common measures include time from arrival to triage, time from triage to first physician contact, total emergency length of stay, left-without-being-seen rate, and time to definitive disposition. What matters is that the hospital defines, captures and reviews them consistently.
Tell us your triage scale and MLC numbering series.
Talk to OneCity