Frontline IT failures and shadow‑IT risks
Frontline clinicians reported major operational IT failures this week: a lab information system crashed during an upgrade forcing handwritten results at a 750‑bed trauma center, NHS staff faced three‑hour waits for password resets, and unsecured agents were shown pulling auth and claims data from Epic using plaintext credentials. Those incidents underscore how legacy systems, overwhelmed support, and shadow integrations create safety and privacy risks. ( )
A hospital lab computer is supposed to work like an air-traffic board: every blood tube, every test order, and every result moves through one screen in the right order. When that laboratory information system goes down, staff fall back to paper, phone calls, and memory, which federal emergency-preparedness guidance treats as a patient-safety event that needs drills, triage rules, and recovery plans. (asprtracie.hhs.gov) That is why a report this week from a 750-bed trauma center hit a nerve with clinicians: a laboratory information system upgrade reportedly crashed the lab workflow hard enough that staff were handwriting results. College of American Pathologists accreditation materials treat downtime result reporting as a formal control because manual workarounds raise the odds of delay, transcription mistakes, and lost audit trails. (x.com, academic.oup.com) Paper is not just slower. A study of electronic health record downtime found laboratory turnaround times rose by an average of 62%, and the paper records created during the outage were inconsistent enough to leave gaps in the data afterward. (thieme-connect.com) The second failure looked smaller, but it hit the front door of care. National Health Service staff in Britain reported waits of about three hours for password resets, even though NHSmail publishes a self-service password reset system meant to restore access without calling a help desk. (x.com, support.nhs.net) A password reset delay is not an inbox inconvenience in a hospital. If a clinician is locked out of email, scheduling, or records during a shift, the fallback is often shared workstations, borrowed logins, or verbal relays, which is exactly why the United States Health Insurance Portability and Accountability Act requires unique user identification for systems that handle protected health information. (ecfr.gov, hhs.gov) The third incident was the most quietly dangerous because it involved software that sits beside the main record system instead of inside it. A security researcher showed agents pulling authorization and claims data from Epic while using plaintext credentials, which means secrets stored in readable form instead of being exchanged through a short-lived token system. (x.com, attack.mitre.org) Epic’s own developer materials point outside apps toward Fast Healthcare Interoperability Resources, which is the standard format for moving health data, and SMART on FHIR, which is the sign-in layer that uses OAuth authorization instead of handing raw usernames and passwords to every add-on. The whole point of that design is to avoid spreading permanent credentials across side tools and scripts. (fhir.epic.com, docs.smarthealthit.org, build.fhir.org) This is where shadow information technology shows up. A hospital buys one official record system, then departments bolt on bots, browser extensions, revenue-cycle tools, and custom connectors one by one, and each extra connection becomes another place where credentials, permissions, and audit logs can break. The federal SAFER guides for health information technology now call out system-to-system application programming interfaces as part of safety management and contingency planning, not just an engineering detail. (healthit.gov, healthit.gov) All three failures point at the same pattern. The core system is old, the support desk is overloaded, and the unofficial glue code grows in the gaps until a software upgrade, a locked account, or a badly stored secret turns into a bedside problem. (asprtracie.hhs.gov, support.nhs.net, attack.mitre.org) Hospitals usually talk about these as separate categories: outage, help-desk delay, security flaw. Frontline staff experience them as the same thing: one more minute when the screen that should show the right patient, the right result, or the right approval is blank, locked, or wrong. (aha.org, jointcommission.org)