Stories
Slash Boxes
Comments

SoylentNews is people

posted by takyon on Saturday May 14 2016, @10:15AM   Printer-friendly
from the bzzt-oops dept.

A study published in the BMJ found that medical errors may be the third leading cause of death in the United States:

The IOM, based on one study, estimated deaths because of medical errors as high as 98,000 a year. Makary's research involves a more comprehensive analysis of four large studies, including ones by the Health and Human Services Department's Office of the Inspector General and the Agency for Healthcare Research and Quality that took place between 2000 to 2008. His calculation of 251,000 deaths equates to nearly 700 deaths a day — about 9.5 percent of all deaths annually in the United States.

And from the airplane analogy, a simple fix: checklists.

Is it time for a system theory approach to medicine?

Medical error—the third leading cause of death in the US (DOI: 10.1136/bmj.i2139)


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0) by Anonymous Coward on Saturday May 14 2016, @04:09PM

    by Anonymous Coward on Saturday May 14 2016, @04:09PM (#346100)

    But imagine a compiler that magically "cleaned up" your bugs... 30% of the time... and also injected its own bugs... 90% of the time. How would you ever find the flaws in the source code and get them corrected?

    No need to imagine, it happens often enough. Ever tried to debug a segfault in C/C++? Compiling with the debug switch turned on often "fixes" the problem... Ergo, most of my code is littered with commented out printf's on the pattern of "entered function xyz", "for loop start" etc.

    <mutter>Goddamn Heisenbugs...</mutter>