The problem with applying consumer UX to clinical software
Most product design canon was written for consumer products. Clean, minimal, delightful. Reduce steps, remove friction, make it joyful. This is excellent advice for a social app or an e-commerce checkout. It is actively dangerous applied naively to medical software.
Healthcare interfaces are used by domain experts — clinicians, pharmacists, nurses — who bring years of domain knowledge to every session. They are not casual users being guided through an unfamiliar product. They are professionals doing high-stakes work in a high-interruption environment, where a poorly placed UI element can contribute to a patient safety incident.
The goal is not to make clinical software feel simple. The goal is to make complex clinical work feel manageable. These are not the same thing.
Five constraints that are unique to medical software
1. The cost of an error is not inconvenience. In consumer products, an error means a frustrated user. In clinical software, an error can mean a wrong medication, a missed allergy, a dose calculation mistake. Error prevention is not a UX best practice — it is a patient safety requirement. This changes everything about how you design forms, confirmations and status indicators.
2. Your users are power users by definition. Consumer UX often optimises for the first-time user. In healthcare, the user doing the work has typically been using some version of this software for years. They have keyboard shortcuts memorised, workflow patterns established, and a very high tolerance for density — provided that density is well-organised and consistent. Don’t oversimplify for a beginner user who doesn’t exist in your context.
3. Interruption is the normal state. A nurse completing a medication order will be interrupted 3-4 times per hour on a typical ward. Your system must be designed around interrupted, resumed workflows. That means persistent draft states, clear “in progress” indicators, and interfaces that tell the user exactly where they were and what they were doing when they return.
4. Colour is regulated. In clinical environments, status colours have established clinical meaning. Red means critical. Yellow means warning. Green means normal. These are not available for your brand palette. Additionally, interfaces must pass accessibility standards for colour-blind users and work on calibrated medical displays — not just Retina screens.
5. The environment is adversarial. The software runs on 7-year-old hospital hardware. The screens are in corridor lighting, direct sunlight, and dimmed procedure rooms. The keyboard is shared between users and cleaned with disinfectant. The mouse is often absent — keyboard-primary navigation is not an accessibility consideration, it’s the default operating mode.
Interruptions per hour
3–4
Average on a hospital ward during active prescription sessions
Error consequence
Patient risk
Why error prevention is not optional in clinical interface design
The five principles I’ve developed over three years of clinical UX
Principle 1: Error prevention through constraint. The most reliable way to prevent an input error is to make the wrong input structurally unavailable. A dosage field that accepts free text will eventually receive “500g” when “500mg” was intended. A compound input with a constrained unit selector makes that error impossible. Before you add a validation message, ask whether you can make the invalid state unreachable.
Principle 2: Surface safety-critical context inline. When a clinician prescribes a drug, they need to know: current medications (potential interactions), allergy status, weight (for dose calculation), and renal/hepatic function (dose adjustment). This information lives in different modules of most hospital systems. If the user has to navigate away to retrieve it, they’ll hold it in working memory instead — introducing recall errors. Bring it to the prescription form. Co-locate the information with the decision it informs.
Principle 3: Make interruption recovery effortless. Auto-save on field blur. Persistent “in progress” queue visible at a glance. Return to exact cursor position. Time-stamped last edit. The user returning to an interrupted session should be able to resume in under three seconds with zero re-orientation cost.
Principle 4: Keyboard fluency is a first-class design concern. Document shortcuts inline, discoverable on demand (tooltip on hover/focus, not a separate help page). Design tab order to follow clinical logic, not visual layout. Ensure every action is reachable without a mouse. Test with keyboard-only navigation as your primary usability criterion, not as an accessibility audit afterthought.
Principle 5: Legibility over aesthetics. Minimum 15px body text. Generous line height (1.6+). Status that uses icon + label + colour, never colour alone. High contrast mode available as a persistent user preference. The clinical environment will test your typography in conditions your design tool cannot simulate: fluorescent lighting, night-mode screens, readers glasses, tired eyes at the end of a 12-hour shift. Design for that user, not for a Behance screenshot.
The most important question in healthcare UX is not “how do we make this simpler?” It’s “how do we make this safe and fast for someone who does it 200 times a day?”
What this means for how you work
Clinical UX requires a different research posture. You can’t recruit users through social media or run remote unmoderated sessions. You need to be present in the environment: shadowing ward rounds, sitting next to a pharmacist during a busy prescription session, observing the system in the context where it’s actually used.
You need clinical advisors who speak the domain. Not to tell you what to design, but to catch the assumptions you don’t know you’re making. The first month of any healthcare UX project should be spent learning the domain deeply enough to know what questions to ask.
And you need to accept that some consumer UX patterns are wrong here. Hidden progressive disclosure, animations that delay information, screens that require horizontal scrolling — these are not just suboptimal in clinical contexts. They are actively problematic. The instinct to make everything minimal and beautiful can obscure information that needs to be immediately visible.
Healthcare interface design is hard. It is also among the most meaningful design work available — the kind where getting it right has consequences that matter far beyond a conversion rate.