Harvard Says Computers Don't Save Hospitals Money
Lucas123 writes "Researchers at Harvard Medical School pored over survey data from more than 4,000 'wired' hospitals and determined that computerization of those facilities not only didn't save them a dime, but the technology didn't improve administrative efficiency either. The study also showed most of the IT systems were aimed at improving efficiency for hospital management — not doctors, nurses, and medical technicians. 'For 45 years or so, people have been claiming computers are going to save vast amounts of money and that the payoff was just around the corner. So the first thing we need to do is stop claiming things there's no evidence for. It's based on vaporware and [hasn't been] shown to exist or shown to be true,' said Dr. David Himmelstein, the study's lead author."
Well, that's mouthful, but with electronic records you can at least switch doctors without having to take X-rays, tests, and other records again. No?
Fuck systemd. Fuck Redhat. Fuck Soylent, too. Wait, scratch the last one.
And have significant responsibilities for patient care and management. Computers have made my life much easier. With electronic charting I can follow all of my patients directly from a terminal that I carry with me. The charting software we have includes basic spreadsheet and summary functions that are highly customizable. I am able to track trends and make decisions for my patients based on sight and intuition rather than having to sort through paper charts and bad handwriting. Its all at my fingertips. I don't know where Dr. harvard did his research but maybe he just has bad software. My computer system is outstanding and I honestly don't know if I'll ever be able to work in another hospital.
"IT systems were aimed at improving efficiency for hospital management"
Doctors and other medical personnel do not typically hold much power
when it comes to IT.
Software vendors aim to please management, they are the ones who take
the purchasing decisions.
Your typical Lab software for example might not have a straightforward
way to cross-check isolates for emerging resistance trends,
run critical screens or automatically report to a global EPI database,
but it sure has 1,000 ways to generate Aging Reports and auto resubmit insurance claims.
We are over ambitious. The more code we write, the more bugs we create.
The trouble with hospital data is that it is messy. You have to accept that.
It's tempting to design a hospital data system with specific fields for each item, every procedure enumerated, and every field validated. You want to normalize your data. You want it neat and tidy. You can work very hard trying to enforce this. You're screwed though, because life isn't like that.
You'd be better off with relatively "dumb" software, almost like a wiki, that lets you efficiently handle arbitrary text and arbitrary data blobs. It needs fast Google-style search. It needs to allow arbitrary associations so you can handle stuff like a patient claiming to have the same social security number as a different patient or a patient who claims to have a different identity than he did the last time he visited.
Then you need to keep medical staff away from both paper and computers. Data entry is for data entry specialists.