Barcode scanning and medication errors in care homes
Where medication errors actually happen on a round, what barcode verification catches, and the four failures it cannot.
Medication errors in care homes are not usually dramatic. They are quiet: the right drug given to the wrong resident because two people share a first name, a dose given twice because two carers were covering the same corridor, an expired pack that nobody checked.
Barcode verification at the point of care is the single most effective control against a specific subset of those. It is worth being precise about which subset, because the rest still needs people.
Where errors actually happen
Research into medication administration in care settings consistently finds errors clustering at a handful of points: selection of the wrong product, administration to the wrong person, omission, and timing. Prescribing and dispensing errors arrive from upstream and are a different problem.
Of those, the ones a barcode can address are selection and identity — the two that are about matching a physical pack to a physical person.
What scanning catches
The wrong pack
The carer scans the barcode on the pack. If it does not match the medicine on this resident's chart, the system refuses to record it as given. This catches lookalike and soundalike names, the two strengths of the same drug sitting next to each other in the trolley, and the pack that belongs to the resident in the next room.
The wrong resident
The pack is scanned against a chosen resident, so the check is a genuine cross-reference rather than a label being read aloud. A photograph on the resident's record adds a second, human check for the same failure.
The dose already given
This one is not about the barcode at all — it is about how the record is keyed. A scheduled dose belongs to one slot on one day. If the record enforces that, the second carer to arrive is told the dose is already done and by whom, rather than adding a second signature nobody notices until an audit.
The check that matters most is the one that happens before the tablet leaves the pack, not the one that reconciles the chart afterwards.
What scanning does not catch
Four failures survive barcode verification entirely, and a supplier who implies otherwise is selling you a false sense of safety.
- A wrong prescription. If the chart itself is wrong, scanning confirms you gave exactly the wrong thing correctly.
- Covert administration without a proper decision. A crushed tablet in yoghurt scans the same as one handed over.
- The dose that is never attempted. A resident asleep at the wrong moment produces no scan at all — which is why what happens to unscanned doses matters as much as the scan.
- Timing. A dose scanned four hours late scans perfectly. Only the timestamp tells you.
Why the scan has to be checked on the server
A phone can be told to skip a check. If the barcode match is verified only in the app, then a stale build, a modified client or a bug quietly turns the control off with no trace. Verifying the scan on the server — re-reading the barcode against that exact medicine before writing the record — is what makes it a control rather than a convenience.
The same applies to who may be given a dose at all. A resident in hospital should be refused by the server, not merely hidden by the app, because an app holding a stale roster is exactly the situation where the wrong thing gets recorded.
What to look for in a system
- Does a "given" outcome require a matching scan, or is scanning optional?
- Is the match re-checked server-side?
- Can the same scheduled dose be recorded twice — by two devices, a moment apart?
- Are non-given outcomes first-class, with reason codes, rather than an awkward workaround?
- Do controlled drugs require a second signature on every outcome, including refusals and destruction?
The last one catches people out. A controlled drug recorded as refused is exactly the entry an inspector looks hardest at, and plenty of systems only ask for a witness when the answer is "given".
Written by the team at eMAR. This article is general information about record-keeping and regulation in England, not legal or clinical advice — check the current guidance from CQC, NICE and your own pharmacist before changing how your service works.