Saving 28,000 Lives a Year
The New Yorker is running a piece by Atul Gawande that starts by describing the everyday miracles that can be achieved in a modern medical intensive care unit, and ends by making a case for a simple and inexpensive way to save 28,000 lives per year in US ICUs, at a one-time cost of a few million dollars. This medical miracle is the checklist. Gawande details how modern medicine has spiraled into complexity beyond any person's ability to track — and nowhere more so than in the ICU. "A decade ago, Israeli scientists published a study in which engineers observed patient care in ICUs for twenty-four-hour stretches. They found that the average patient required a hundred and seventy-eight individual actions per day, ranging from administering a drug to suctioning the lungs, and every one of them posed risks. Remarkably, the nurses and doctors were observed to make an error in just one per cent of these actions — but that still amounted to an average of two errors a day with every patient. Intensive care succeeds only when we hold the odds of doing harm low enough for the odds of doing good to prevail. This is hard." The article goes on to profile a doctor named Peter Pronovost, who has extensively studied the ability of the simplest of complexity tamers — the checklist — to save lives in the ICU setting. Pronovost oversaw the introduction of checklists in the ICUs in hospitals across Michigan, and the result was a thousand lives saved in a year. That would translate to 28,000 per year if scaled nationwide, and Pronovost estimates the cost of doing that at $3 million.
JUST DO IT!
Seven Days with Ubuntu Unity
They use checklists for everything, and flying a plane is much less dangerous than operating on someone in an ICU.
Don't they already have some kinds of checklists for "make sure we don't leave any sponges or scalpels in the patient."
If I have nothing to hide, don't search me
At least in America, people's ecconomic status in life is in constant change. Someone rich or middle class can be poor while someone poor instantly changes to middle class simply by being employeed with the right company.
Anyone who has been stuck eating Ramen for months at a time please raise your hand. God knows how many time's I've been in a funk. Today, I enjoy making around 60k a year.
The point I'm trying to make is this. We need to stop looking at people being rich or poor and see them for who they are. Human beings.
Life is not for the lazy.
Imagine if the brakes on your car failed just 1% of the time. For every 100 times you brake 1 time you'd just keep going. How many times do you brake on an average 1 hour trip? Sometimes for mission critical systems even 99.999% isn't good enough. It's not just mission critical systems though. What about computers. If they made errors once in 10000, with several billion cycles per second, they'd be unusable.
Anyway if each patient requires 178 actions then 1% means every patient has between 1 and 2 mistakes made for them per day. I presume some of these actions are trivial otherwise I'd be amazed if anyone survived.
These posts express my own personal views, not those of my employer
Pilots come and give talks in hospitals about how checklists significantly reduced air crashes in the USA, which it has.
I saw this presentation at my hospital, but I'm not exactly sure if it is applicable it medicine.
..........FULL STOP.
Checklists certainly aren't just for medicine, they work great in IT too. As a system integrator / contractor, I've found that lots of IT people have a somewhat.. haphazard approach to day-to-day tasks like building servers or provisioning users. This inevitably leads to mistakes and forgotten steps, which then results in angry users and system failures. Of course, the same IT people then apply the fix with the same lax methodology, and the result is yet another failure, and an even angrier user. I've seen this cycle repeat as often as 3 or 4 times, until managers get involved, and fingers are pointed. It's very unpleasant for everyone after that.
My method is trivially simple, and required nothing other than a text editor, even Notepad works fine, but a more robust editor is even better.
I call it: "Pete's Patented TODO List System". (Patent not pending).
Simply open a new file, and create a line for every single step of the task you're about to do, even if it's blindingly obvious. Prefix each step with a pair of square braces as a placeholder for a check box. E.g.:
=== BUILD SERVER === ...
[o] Back up existing data from drives
[.] Patch BIOS to latest version
[ ] Reset BIOS settings to platform defaults
[ ] Boot installer from \\foo\bar\...
[ ] Configure drives
[ ] Clean existing RAID
[ ] Create mirror pair
[ ] Configure block size to 64KB
Once you have the file, as you build the server, you tick steps off by filling in the checkboxes. E.g.:
[ ] Not done
[.] Started / partially done
[o] Done.
[!] Issue / problem
[?] May not need doing / optional / ask
[-] Cancelled / no need.
So you ask.. why is "Pete's Patented TODO List System" so awesome? Because it works, it's free, and it's flexible. I found my error rate plummeted, and I could then email the list to someone else, and they could reproduce a successful procedure flawlessly by simply following the steps. There's actually a whole range of reasons why a text-based TODO list system is the best for IT:
- It can be cut & pasted back and forth between local and remote systems.
- After a task is complete, you can email it to managers or coworkers as a "record of activity".
- Others can read your list without requiring a client such as Microsoft Project.
- Any idiot can use a text editor without special training. Quickly reorganising the structure and order of a complex multi-step task in dedicated Project management software takes effort, and may cumbersome.
- It's easy to cut & paste parameters, values, scripts and command in and out of the TODO file.
- You can reset a file to "blank" by doing this Regex search and replace: \[.\] => [ ]
- Did I mention it's free? (I do accept PayPal donations, however)
In general, TODO lists rock, especially in environments where scripting everything is not practical. For example, if you build multiple servers in parallel, simply open two Notepad windows, and track the progress of each server. If you're interrupted by a phone call or a user, you WILL forget what exactly you have or haven't done, and that's when fuckups occur.
Not to mention that most IT people just don't do "all the steps", which is one of the main points in the article. For example, do you, or the people working with you, do ALL of the following when configuring a server:
- Wipe all of the existing configuration, including BIOS settings?
- Run a memory check?
- Set the date and time in the BIOS?
- Patch up all components to the correct / latest levels, including obscure things like the network card firmware?
- Install, configure, and TEST the antivirus, backup, and monitoring modules? Did you run a test backup AND a test restore?
- Verify that every step worked?
If the answer is no to ANY of those, you or your people are fucking up on a regular basis, whether you know it or not. I've lost count of the number of times I've seen "enterprise clusters" where 2 of the 5 nodes have a different date & time. It's a trivial thing, yes, but MY GOD DOES IT BREAK THINGS if you forget.
Huh? WTF has concerns about cookbook medicine to do with the need for universal access to health care? I am one of those physicians who reflexively cries out FOR universal health insurance. Of course I don't call that 'socialized medicine' because its not different than our 'socialized' school, EMS, Fire, Police, and Highway systems to name a few.
And while I think that there are a lot of potential problems with 'cookbook medicine' there are also a lot of potential benefits. Its like any tool that can be used to help or hinder the practice of medicine. For example, an EMR that reminds me my diabetic patient is overdue for annual eye screen and should be on an ACE-Inhibitor is a great idea. However if the same system forces my hand on the ACE-I when I know that patient has had multiple episodes of fainting due to low blood pressure (which an ACE-I would exacerbate) its a problem. Similarly, if I spend all my time inputting data into the EMR it becomes more of a hindrance than a help.
In the case of ICU checklists, nurses every year are required to do more and more documentation (an average of 18 pieces of paper for a new non-ICU admission to my hospital) and every checklist or additional page you add to that is taking time away from patient care. So what sounds like a great idea may in fact cause worse outcomes because it puts the nurses focus on a paper rather than their patient.
Of course what I always find to be funny is the very same people who have zero tolerance for any risk or error and decry doctors for an untoward fear of cookbook medicine are the first ones to ask you to depart from standard practice for their personal special case... the antibiotics they want for a virus, the expensive lab test or MRI that is really not necessary, the pricey new drug on TV they want when a safer older drug with a proven track record works just as well. That innate lack of trust of health care providers and assumption of laziness or ill will translates to their own relationships with their physician in different but recognizable ways.
It's not as glamorous as discovering a cure for some new disease, but it works great.
Notice the other things mentioned in the New Yorker article:
In fact, the most important part of the whole article is in these paragraph:
Not to mention the fact that all it takes is a single misstep to fuck you up. Believe me I know. When I was a kid we went from rolling in dough to 3 years on welfare nearly starving. Why? Because my dad who was making damn good money at the time as a special job truck driver(because he could make a semi dance and get it into places that people would swear a truck wouldn't fit) and went to help a fellow driver who had got his load hung up. After he got it loose he went up top to check on the damage and a piece of the top crumpled under him and launched him head first off the roof onto concrete. The medical bills for putting his skull back together, plus the ICU bills quickly blew through the insurance and savings and due to the damage he was not able to work for nearly 3 years.
That is why every chance I get I try to help out those that don't have as much as me, and spend a decent chunk of my free time talking SMBs out of and raiding junk shops for PCs that I then rebuild and give to those that don't have one. Knowing that I can use my time and knowledge to make life a little better for a single mom, a kid needing a decent machine to do his homework on, or a small church that uses their donations to help the poor not only gives me a good feeling but makes their lives a little easier and at the same time saves a working PC from becoming just another pile of e-waste in a landfill. For example I helped set up a little network of donated PCs for a battered womens shelter that uses them to teach office skills.
So in this Xmas season don't think the only way you have to help is by throwing cash in a charities coffers, there are many ways that someone who knows IT can make someone's life a little easier. Believe me there are plenty of groups out there doing good work whose computers and/or networks are about to fall apart. A little of your time and some donated gear can make a big difference.
ACs don't waste your time replying, your posts are never seen by me.
While I'm a firm believer in checklists, I have my doubts about the study. It sounds to me like this might have been conducted by a guy who has a bias toward having checklists (which I do too).
It'd be difficult to measure how many lives were saved by the checklist (as opposed to other factors). I bet he looked at the deaths, and then looked for mistakes in procedures (that could have been avoided with a checklist).
But there are some serious issues with this methodology. Were these patients going to die of something else? Would the checklist have prevented the mistake? And how many patients inadvertently lived due to mistakes that would have died, had checklist procedures been followed?
This message was posted in Slashdot tradition - without reading the article.
Yes the methodology is important - and in this case the article is a fascinating read - basically he compared the number of mistakes beforehand and afterwards, but also looked at the correlation with the number of deaths before hand and afterwards.
In this case the causes are a known problem (especially line infections) and they could directly correlate the adoption of checklists with a drop in the incidence of line infections, and subsequently with a lower death rate. Seems like fair enough science to me, and logical as well :-)
It's amazing how resistant 'modern' medicine is to basic proven work flow improvements such as checklists, treatment guidelines.
It's not just modern medicine - this has been a problem since more-or-less forever. Go and look up a little medical history about the early use of antiseptics, anaesthetics and even such basic practices as good hygiene.
There was a documentary shown a few weeks ago in the UK about a 19th century doctor who noticed that births attended by doctors had a much higher fatality rate than those attended by midwives - he eventually figured out that hygiene had something to do with it and started making sure he and those working under him washed before visiting the maternity wards. His fatality rate plummeted but still the majority of doctors refused to change how they worked and he wound up literally driven insane because he had worked out how one could easily save thousands of lives but nobody was prepared to even give his idea a go.
Unfortunately I forget his name now so I can't easily find more information to point you at.
around 25% of the patients that die in western hospitals. It's ranked 3 on causes of patient death in hospitals - right after cancer and cardiovascular disease which together account for 50% of deaths. Fatal errors in treatment have been proven to drop to 8% in hospitals using computer technology for managing patients.
Probably Semmelweis.
Ironically, the VA system provides better, cheaper care because it does not suffer from many of the inefficiencies of a market-based health care system-- preventive care and unified standards within a single provider make treatment much more effective and cheaper in the long run.
When I was a medic, I asked a doc what his opinion was of socialized medicine (had just read article about Canada's system). He said: Look around. I prefer being a military doctor. I make less, but then I don't have to worry about business expenses. personal insurance, and having insurance companies looking over my shoulder when I'm working with a customer.
I drank what? -- Socrates