Slashdot Mirror


Why Doctors Hate Their Computers (newyorker.com)

Digitization promises to make medical care easier and more efficient. But are screens coming between doctors and patients? Here's an excerpt by Atul Gawande of The New Yorker, which talks about the deployment of Epic, a new medical software which cost Partners HealthCare a staggering $1.6 billion, panned out: On May 30, 2015, the Phase One Go-Live began. My hospital and clinics reduced the number of admissions and appointment slots for two weeks while the staff navigated the new system. For another two weeks, my department doubled the time allocated for appointments and procedures in order to accommodate our learning curve. This, I discovered, was the real reason the upgrade cost $1.6 billion. The software costs were under a hundred million dollars. The bulk of the expenses came from lost patient revenues and all the tech-support personnel and other people needed during the implementation phase.

In the first five weeks, the I.T. folks logged twenty-seven thousand help-desk tickets -- three for every two users. Most were basic how-to questions; a few involved major technical glitches. Printing problems abounded. Many patient medications and instructions hadn't transferred accurately from our old system. My hospital had to hire hundreds of moonlighting residents and pharmacists to double-check the medication list for every patient while technicians worked to fix the data-transfer problem.

Many of the angriest complaints, however, were due to problems rooted in what Sumit Rana, a senior vice-president at Epic, called "the Revenge of the Ancillaries." In building a given function -- say, an order form for a brain MRI -- the design choices were more political than technical: administrative staff and doctors had different views about what should be included. The doctors were used to having all the votes. But Epic had arranged meetings to try to adjudicate these differences. Now the staff had a say (and sometimes the doctors didn't even show), and they added questions that made their jobs easier but other jobs more time-consuming. Questions that doctors had routinely skipped now stopped them short, with "field required" alerts. A simple request might now involve filling out a detailed form that took away precious minutes of time with patients.

292 comments

  1. Sigh by nospam007 · · Score: 5, Informative

    I remember fondly, when one doctor called me to complain about my program I wrote for him
    He said it behaved erratically, especially if they lay down a heavy binder on the keyboard to check something.

    1. Re:Sigh by Applehu+Akbar · · Score: 5, Funny

      The cure for “feline word processing” is not to add increasingly tricky new functions to your software that may have unguessable side effects. It’s not letting the damn cat walk on your keyboard.

    2. Re:Sigh by ShanghaiBill · · Score: 2, Interesting

      The difference between the doctor and the cat is that the cat isn't paying you to fix his problems.

    3. Re:Sigh by Jeremi · · Score: 2

      The difference between problem-solving and blamestorming is that problem-solving leaves egos and blame out of it -- rather than focusing on who is to blame and why they should feel bad, it dispassionately analyzes what failed, how it failed, and how that failure can most reliably be avoided in the future.

      --


      I don't care if it's 90,000 hectares. That lake was not my doing.
    4. Re:Sigh by David_Hart · · Score: 1

      I remember fondly, when one doctor called me to complain about my program I wrote for him
      He said it behaved erratically, especially if they lay down a heavy binder on the keyboard to check something.

      Instead of blaming the user, maybe you should have fixed your program. If it is used in an environment where objects may be placed on the keyboard, then perhaps you should ignore spurious input like rapidly repeating keys.

      How about a much simpler solution, install a sliding keyboard drawer under the desk/workstation. This moves the keyboard off of the desk where stuff gets dropped. It gives back more desk space for binders, records, etc. and has the added effect of protecting the keyboard when not in use.

    5. Re:Sigh by Anonymous Coward · · Score: 0

      For the cat, its a feature.

    6. Re:Sigh by Anonymous Coward · · Score: 0

      That's not a distinction in this case because as the parent already alluded to, the fix is not to make your program increasingly convoluted. A little user training goes a long way. If you are paying me to secure your network and then say you want your corporate laptop completely unprotected that's not going to fly and you won't be securing your network. This is the delicate balance of IT where we are not supposed to be tyrants but often have to act more like parents. Teaching their children how to safely go out into the world. It sounds condescending like that but that is often how it is when you are dealing with irrational users.

      The customer is not always right. You have to do you best not to say they are wrong but instead steer them in the right direction. Security will often hinder productivity. The challenge is finding the right balance so work can actually get done.

      In this case it sounds like users weren't particularly well trained, probably because doctors, nurses, PAs, and many other members of staff all have to constantly train for their specific job which leaves little desire to learn another job. My dentist does it right. They have a staff member to do all the entry while the Dr does his thing. It's lets the Dr do the Dr stuff.

    7. Re: Sigh by Anonymous Coward · · Score: 0

      Cute but misses the problem.

      Many software products are designed by people who donâ(TM)t use the products. The result is unforeseen circumstances produce a brick wall rather than a safe default.

      If objects are going to routinely be placed on the keyboard than what is needed is a n-key rollover check. Eg if any keys are pressed down without an accompanying key up within 3 seconds ignore the input.

    8. Re:Sigh by Anonymous Coward · · Score: 0

      but I write 260WPM , can you distinguish the difference?

    9. Re:Sigh by Mattcelt · · Score: 2

      To a software developer, that sounds suspiciously like scope creep.

    10. Re:Sigh by i.r.id10t · · Score: 1

      Or a hardware issue...

      --
      Don't blame me, I voted for Kodos
    11. Re:Sigh by Anonymous Coward · · Score: 3, Interesting

      LOL, to a doctor, scope creep means that they are still in control!

      I used to work in transfusion medicine. My team developed software for tracking the results on people who gave and received transfusions. In the donor hemovigilance system, we had a doctor who had worked with me on prior systems, and he was willing ot live by the requirements that we developed. We took two months writing he requirement, a week of re-reading it (took turns going around the table reading it aloud and addressing any disagreements or inconsistencies), then we shipped it off-shore and received completed software 30 days later.

      At the end of the day, we had 1 discrepancy from the original requirement, 2 new features (doctor initially tried to claim it was a discrepancy, but good documentation squashed the complaint. At this point we did a knowledge transfer to internal devs, who continued to work on version so the code, and who where now capable of developing hte next software.

      The next software was to track people who received transfusions. Since this part of the process occurred in hospitals (our customers), we did multiple site visits and met with medical directors, laboratory managers, transfusion services nurses and the FDA with compliance issues.

      We were nearly complete with the development, when we hired a new doctor and she was assigned to work with us on the software validation. Well, she was eager to help but INSISTED on changing everything about ow the software behaved, eventually. It was nightmarish, but she turned it into a political battle, and with doctors in charge, IT had no say in reigning her in. Eventually the software was rolled out, but the customers refused to use it since it no longer reflected their needs...

      TLDR? Doctors are spoiled prats who will shit can any IT project because they are more concerned with playing dominance games than getting work done. This will continue until they are ultimately commoditized like the rest of us.

    12. Re: Sigh by Anonymous Coward · · Score: 0

      The problem?

      Doctors think that they are experts at everything and will destroy any IT development with their political antics while trying to place themselves in a dominant position

      As far as you 'fix' goes, try explaining to somebody why it is impossible to hold a single key down to place a series of dashes or underbars on a page...

      are you a doctor?

    13. Re:Sigh by hugetoon · · Score: 1

      This is exactly what I would call a chair-keyboard interface issue.

    14. Re:Sigh by grep+-v+'.*'+* · · Score: 1

      between problem-solving and blamestorming

      Blamestorming. I had to do a triple-take on that one. One to misread it and realise it wasn't what I expected, two to accurately read it and be surprised, and three to make sure I'd actually read what I thought I read.

      I learned a new word -- thanks!! I think I'll steal, no sorry, copy it, since you still have use of the original.

      "You wouldn't download a car, would you?" No, I already have one of those. Now a boat or a nuclear reactor or a GF -- THOSE might be interesting.

      OTOH, I might download a car every day if it's already full of gas. No more trips to the gas station! And a dirty car? No more trips to the car wash, either. THINK of all of the water and time we'll save -- that'll give us more time to go mudding!

      --
      If the universe is someone's simulation -- does that mean the stars are just stuck pixels?
    15. Re: Sigh by arglebargle_xiv · · Score: 1

      The problem?

      The problem is that a doctor's primary, overwhelming purpose is to do whatever it takes to save a patient's life. Unfortunately the people who design... no, I won't dignify most medical IT with the comment that it's been designed, who implement medical IT think that a doctor's primary purpose is to be amazed at all the cool features some geek has crammed into everything they have to use. Have you ever looked at the interface for something as basic as a typical "smart" IV pump? It's packed with a million pointless features, most of which seem designed to show off how clever the programmer was, with endless menus and options and a display crammed full of useless crap that distract a critical care nurse from focusing on the most important thing, the running infusion flow rate.

      [Three-page essay on how much "smart" IVs suck deleted]

      And that's just one device. You'd need to go to a full book to describe how bad other medical IT is. In fact, entire books have been written on this. The problem is the IT industry, not the doctors (and I'm saying that as a person who used to work in medical IT).

    16. Re: Sigh by demonlapin · · Score: 1

      Epidural pumps have UI's designed by the summer intern. All of them - I've never seen a good one. (There's nothing particularly special, except that they're accurate at very low flow rates, and they look different from regular IV pumps).

      As for regular pumps, BD Alaris is not awful.

  2. EHRs are terrible by Anonymous Coward · · Score: 1

    EHRs are absolutely terrible, they slow everything down and impede communication. They are uses as a tool to hang you with in court. Data entry is abysmal and you may have to click through 3 or 4 screens to enter something simple and keeps switching back and forth. The design seems to be focused on getting everything in but with little thought to doing that in an efficient fashion, also little thought to getting the information out concisely. Now we have 20+ years of info in some of these ehr's it takes a long time to find things. They slow you down and dont integrate very well across systems. They are also costly. They are buggy.

    1. Re:EHRs are terrible by cayenne8 · · Score: 1
      Medicine got fucked up when the bean counters and lawyers wormed their way into everything...but this has been a long time coming and only getting worse...

      Started in the early HMO days, and now...well.....

      The trouble is, NOW....people seriously want to have the federal govt more involved in it, which we all know will make it even MORE efficient and effective.

      [rolls eyes]

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    2. Re: EHRs are terrible by Anonymous Coward · · Score: 0

      Found the doctor

    3. Re:EHRs are terrible by Applehu+Akbar · · Score: 2, Insightful

      The only thing worse than electronic health records is staying with paper forever. Let’s implement an EHR system that everyone can live and then force those highly paid prima donnas to use it.

    4. Re:EHRs are terrible by bferrell · · Score: 2

      Like it or not, it's called accountability.

      People with heavy debt and wealth (medical professionals as an example) are the among the first to call on "the system" to hold others to account.

      What's happening now, is the system now can and does now hold them accountable... And they don't like it one little bit!

      When we ask for justice... It's usually meant for others to be brought to justice, granting relief to us.

      It's a knife that cuts both ways though and we always think it's unfair when it cuts our direction.

      Maybe it's time to look for something other than "justice", eh?

    5. Re:EHRs are terrible by Anonymous Coward · · Score: 0

      I just want the HMOs to be replaced by a non-restrictive, single-payer care system. The doctor orders a prescription or what-else, it's bogus that HMOs can literally kibosh your entire care plan because it's not covered so it's on you but when on you, out-of-cash happens often. HMOs have been a disease since they got between patients and their doctors and care teams.

      Since we can't have a monopolizing third-party, we must opt for a public option so I would be almost okay letting Elon Musk with the logistics, operations, and bill-pays but I can't elect him out to ensure that he keeps pace with current practices and laws.

    6. Re:EHRs are terrible by Anonymous Coward · · Score: 0

      Last I checked no one was advocating that and you're just spouting right wing nonsense. People are advocating that the federal government pays for healthcare. They wouldn't have anything to do with actually delivering it. The doctors and caregivers make those decisions with universal guidelines which eliminates a ton of inconsistency caused by every organization doing it differently.

      Under that system doctors are not federal employees. It still won't happen because the insurance industry employs millions of people and eliminating all the duplicate work will only require the federal government to employ a fraction of those lost jobs.

      That's two ways right wing fear mongering has counted against you. Its the same fear mongering that kept saying Obama was gonna take your guns when he never proposed any such thing.

    7. Re:EHRs are terrible by cayenne8 · · Score: 1, Interesting

      People are advocating that the federal government pays for healthcare. They wouldn't have anything to do with actually delivering it. The doctors and caregivers make those decisions with universal guidelines which eliminates a ton of inconsistency caused by every organization doing it differently.

      If you think the federal govt will operate in that fashion, of just paying only and not regulating the hell out of it, and making decisions rather than the doctors....you've either not dealt with the Feds much or are just deluded.

      The federal govt does not work that way in any fashion to date and never will.

      And to that last point, on universal guidelines...that IS a big problem, as that each person is different. Medicine is NOT an exact science and doctors need to have a very broad decision path on deciding your tx.

      Part of the problems now with how it is regulated by HMO's and insurance is this same problem that you are advocating happen with federal single payer.

      No thanks.

      I say, take the bean counters out of it.

      Give everyone in the US the capability to EASILY fund their own pre-tax HSA (health savings accounts), these roll over annually and are NOT use it or lose it.

      You allow people to use this to pay for routine care, office visits colds, etc. This way, they can more readily shop for doctors.

      Make insurance what it used to be, "Major Medical".

      It was something only used for emergencies, like a heart attack or getting hit by a bus.

      Also, let this insurance be sold across state lines.

      These steps would take out a LOT of the waste we have today with middlemen....and allow most of what happens to be directly between the Dr. and the patient, where it should be/

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    8. Re:EHRs are terrible by Anonymous Coward · · Score: 0

      Personal experience - this happened twice

      Dr orders tests

      Lab says medicare won't pay for condition
                    - disuria

      Gives me list of 50 things medicare will pay for to give to Dr.
                    - unspecified disuria is covered.

      This consumed 10 sheets of paper and a lot more of my time and my Drs.

    9. Re:EHRs are terrible by cayenne8 · · Score: 1

      I just want the HMOs to be replaced by a non-restrictive, single-payer care system.

      So, you're advocating replacing decision making by the HMO's to be made by the Federal govt single payer system, eh?

      And really...are you trying to use Federal Govt. and "non-restrictive" in the same sentence?

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    10. Re:EHRs are terrible by demonlapin · · Score: 5, Informative
      TL, DR: EMR's all suck, and are vastly inferior to "do it on paper and scan it in later" for the vast majority of cases.

      Let’s implement an EHR system that everyone can live [with]

      Well, that's the hard part, isn't it? They are almost universally despised. My workload has increased significantly since my hospital implemented an EMR, and the only thing that has improved vs paper is that you can read everyone's writing. Of course, those relevant nuggets of information are now buried in pages of auto-generated "content" that load slowly, so they're not necessarily easier to find out.

      I'm an anesthesiologist, and my job is not like that of other doctors. Unlike the vast majority of doctors, I don't get paid to write notes with more details. My notes are very, very brief. I can write down "healthy" and leave it at that, and still get paid. What I do have to do is find all those nuggets of information. In the previous system we had, charts were done on paper, and scanned in after discharge. Lab results and anything dictated (operative notes, radiology results, pathology results) were easily found in the computer. Now? Happy hunting. My note auto-includes all recent radiology results, even when they are irrelevant to what I'm going to do. If I want a nice, clean note that is in any way as concise as my paper notes were, I have to go and delete all of that manually.

      There's a nice little section where diagnoses are entered as the patient comes into the system. If someone has put these in, it auto-populates. Great, right? Except that if you've ever been pregnant, then "pregnant" shall forevermore be on your list. I have to hover over a very specific box to delete that when, for example, you've had your baby. Or babies - I'll get one "pregnant" diagnosis for every one of those. It helpfully includes information like whether the patient is sexually active or not - even if the patient is currently pregnant. There is no reason that should ever appear in my note, because the only thing that is relevant to me is whether or not you are currently pregnant.

      So, just to make a simple example, let's have a healthy 19-year-old woman with appendictis. No allergies, no medications, no prior surgeries, no family history of anesthetic complications, normal airway exam, brief list of labs, negative pregnancy test, plan general anesthesia, ASA physical status 1E. That is what my paper note looked like. The EMR note would fill pages.

      The thing about paper medical records, for all their faults, is that they were a highly refined method for transmitting maximum information in minimum space. Even after the entire rest of the VA had switched to electronic records (and although the backend was apparently a nightmare, the user experience wasn't too awful), anesthesia records were done on paper and then scanned in, because they occupied the front and back of one sheet of paper and were dense with information that just can't be represented in text. Even simple things like blood chemistry were typically recorded in a skeleton so that you didn't have to read line-by-line.

      Having said all that, every doctor can tell you something similar about their own specialty. Irrelevant or incorrect information clogs notes, especially as they are more or less cut-and-pasted day to day, with the newest day usually coming at the bottom. I was investigating a case where a patient who was in the ICU quit breathing and had to be intubated. It happens, no surprise there, and one of the physician notes written at the time suggested that it was correlated with starting a specific medication. I decided to look up the nurse's notes to see whether that was true or not - ICU nurses are a dedicated bunch, and there's no way that it wasn't documented. In the ancient days, that would have required a trip to medical records. In the immediately-past system, I would have been able to pull up the scanned i

    11. Re:EHRs are terrible by realxmp · · Score: 3, Informative

      It's not holding them accountable for their clinical decisions (which is the kind of accountable people think of in this case), it's all about accounting for billing purposes. Some of this data is useful for research purposes and yes some of it can be used to figure out what went wrong in a course of treatment. Unfortunately it also reduces doctor throughput and draws their attention away from the patient in front of them.

      We need to look for solutions that reduce the time and attention required by this software as much as possible. Some of this is simply capturing data directly from medical notes, voice recognition and smarter software (ensuring you don't have to enter the same thing into two different bits of software). The rest is being brutal and removing unnecessary/unused information.

    12. Re:EHRs are terrible by wwphx · · Score: 1

      I was quite amused when Epic was the first system mentioned: only a few days ago it was mentioned in a /. article as failing a DST rollover and losing everything entered in the hour shift.

      --
      When you sympathize with stupidity, you start thinking like an idiot.
    13. Re:EHRs are terrible by Applehu+Akbar · · Score: 2

      Like I said, we need to develop an EHR standard that everyone can live with. This, like winning WW II, takes work, but there is no viable alternative. And i don’t mean incompatible islands of technology centered in a few major hospital systems, I mean one nationwide, online medical records standard whose use is mandatory and non-negotiable. Make knowing how to use it as basic a part of med school training as gross anatomy.

      Last year my mom (age 96) was taken to the ER with acute intestinal distress. As she was being attended to by the ER staff I mentioned that fifteen years ago on a visit to California on a book tour, she had been taken in with similar symptoms in the desert town of Ridgecrest, and that the diagnosis back then had been diverticulitis. “Diverticulitis? Hmmm...”

      “So can’t you bring up her records and see it there?” I asked. No, apparently, it’s all on f* paper, in a town in the middle of the Mojave Desert, and they have to “send for it.”

      When your consider the massive amount of money we are forking out to you people day after day, this is beyond pathetic. Suck it up and learn some methodology worthy of the twenty-first century.

    14. Re:EHRs are terrible by Hognoxious · · Score: 1

      It's funny how Australia, Britain, France and pretty much all other developed countries manage to have government run healthcare and do it considerably more efficiently than your system.

      I'm surprised you can type while you're rocking backwards and forwards frothing like that.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    15. Re:EHRs are terrible by Anonymice · · Score: 1

      People are advocating that the federal government pays for healthcare. They wouldn't have anything to do with actually delivering it. The doctors and caregivers make those decisions with universal guidelines which eliminates a ton of inconsistency caused by every organization doing it differently.

      If you think the federal govt will operate in that fashion, of just paying only and not regulating the hell out of it, and making decisions rather than the doctors....you've either not dealt with the Feds much or are just deluded.

      Funny, we Europeans, with our public healthcare, generally see the overpriced abusive mess of the US health cartel in the same light. Deluded.

      A long way from the strict one-glove-fits-all approach you describe, our doctors still decide which treatments best suite each individual patient, and more still, without any influence from private kickbacks or pressures to prescribe unnecessary treatments to inflate profits.

      The only "interference" is the independent oversight body which determines which treatments to make available based on their cost/benefit balance. A pragmatic necessity that private insurance companies would also have to take into account.

      Beyond prioritising care over profits, the bulk buying power of national health systems means they are also able to access drugs at a far lesser cost than individual private insurance companies.

    16. Re: EHRs are terrible by Anonymous Coward · · Score: 0

      Wow... How many EMR's have you actually worked with? Not something a decade old, but you know.. recent?

      You know how I know you haven't? Because I implement the exact things you're spouting nonsense about, without issue. All it takes is competency, clinical analysis and proper project management. My guess is, you aren't familiar with any of those concepts.

      Best of luck to your future...

    17. Re:EHRs are terrible by Anonymous Coward · · Score: 0

      I had a conversation with a swedish person I think it was, they sent a link to their website where they had dumped their medical records which their country required by law to be downloadable. It was available in many formats including RDFa. I was dumbfounded. We could *easily* do that here, if there weren't billions of dollars of wasteful spending on the line.

    18. Re: EHRs are terrible by Anonymous Coward · · Score: 0

      Same here in Australia. We are amazed at how messed up the US is when it comes to health care. But then your entire resource allocation is strange; poor infrastructure- roads, bridges, parks, public hospitals, schools- and richly endowed law enforcement that is equipped with sophisticated military armaments.

      Every time I return from a visit, I give a silent thanks I don't have to live there.

    19. Re:EHRs are terrible by pz · · Score: 1

      This lengthy explanation is exactly, precisely, why I keep my personal schedule and research notes on paper and will not give them up.

      --

      Put my fist through my alarm clock with its ding-dong death inside my ear. - The Blackjacks.
    20. Re:EHRs are terrible by demonlapin · · Score: 1

      I'll be happy to step into the 21st century at work when software people write a non-completely-fucked-up EMR. The medium-sized hospital I work at shelled out $50 million for a steaming pile of shit, and that doesn't even count the hundreds of new thin clients, wiring, backend upgrades... shouldn't we expect something for our money?

    21. Re: EHRs are terrible by Anonymous Coward · · Score: 0

      Thanks for your in-depth and comprehensive post to help the rest of us (patients, if we're unlucky) understand what goes on behind the scenes.

    22. Re:EHRs are terrible by pnutjam · · Score: 1

      Public option is the way forward, but I'm not so sure Elon should be in charge. How someone thinks their aesthetic distaste for beeps and the color yellow should take precedence of safety, I'll never understand.

    23. Re:EHRs are terrible by pnutjam · · Score: 1

      Millions of workers have these policies today. I have one, 6k deductible and I pay out of pocket at the insurers discounted rate. Usually I get better rates on drugs from my Sam's club membership.

      Your logic is 20 years to late. Look at how other countries have controlled costs. If we get them under control now, they are still too expensive for most people.

    24. Re:EHRs are terrible by pnutjam · · Score: 1

      Do you think a centralized mandated system would be better or worse? From multiple places, I've heard about automated filler on charts. I think this is a recipe for disaster even if it was included with good intentions.
      Is the root of this problem mixing specialties or mixing in administrative and billing?

    25. Re:EHRs are terrible by EndlessNameless · · Score: 1

      When your consider the massive amount of money we are forking out to you people day after day, this is beyond pathetic. Suck it up and learn some methodology worthy of the twenty-first century.

      He just explained in detail why EHRs suck, and your response is "suck it up". That is exactly how you prevent a situation from getting better.

      News flash: People only willingly use tools that make their jobs better.

      "Better" can be a variety of things---easier tasks, faster completion, higher quality outcomes---but apparently EHRs fail to provide any one of those.

      If domain experts are telling you that the software isn't well-suited for domain-specific tasks, you need new specs to deliver new software. It doesn't matter who dropped the ball, but it needs to be fixed before you start insulting the users.

      And I know full well it was probably idiot project managers writing garbage into the spec, so feel free to yell at them all you want.

      --

      ---
      According to the latest ruleset, this post should be modded as Vorpal Flamebait +5.
    26. Re:EHRs are terrible by Anonymous Coward · · Score: 0

      This is really insightful, mod parent up! I'm a Radiologist, and our charting is basically nonexistent compared to other docs -- once in a while I have to go and document a procedure or a result or outcome or something in the EHR, which is maybe a few times a day at most. Most of the time we're insulated from having to read charts in detail, enter orders, etc, which are the real heart of the EHR. We have our systems for viewing and reporting studies, which also have pain points, but nothing like this.

      Where we see the impact of EHR though is when we get daily phone calls from exasperated doctors asking us how to enter an order for this or that imaging study. It has gone from "MRI of the brain with contrast" to a bunch of modal screens, poorly worded choices, and gatekeeper questions that the docs may not be able to answer. These forms are designed by committees of IT and health staff, but usually not by doctors--the people with the time to attend these meetings are the support staff, like nurse admins, radiology admins, patient coordinators, etc. So they design the system to make their lives easier, not the MD's. As a result, a lot of the workload formerly handled behind the scenes is offloaded onto unsuspecting physicians, who now have to know the difference between a dozen different kinds of brain MRI, different types of contrast, they're pepper with questions about whether the patient has a pacemaker, or any other implanted device, whether they've recently had and MRI or similar test, and if so where, etc etc. It's simply the wrong level of abstraction to handle those kinds of questions. The MD sees the big picture and wants an answer to a question, not endless forms with minutiae.

      Multiply this by dozens of other specialties, all of which have their little edge cases and niche gotchas, and you get a huge mess for the hospitalist or general MD who just wants to get their patient a scan, or a consult, or procedure, etc etc.

    27. Re:EHRs are terrible by demonlapin · · Score: 1

      Well, the per-specialty thing is a problem - some of us really do things differently. And there are ridiculous alerts that come from pharmacy rules (this patient is allergic to codeine, do you really want them to have morphine? Of course I do, because they aren't really allergic to codeine, they just had XYZ bad reaction to it once, or their mom told them that from a childhood exposure, but they just had their gallbladder out, and they're going to fucking hurt.).

      Billing is the primary cause of extraneous information in notes - as I said, most doctors are paid more for writing detailed notes, so the EMR defaults to doing that even for those of us who don't get a nickel for it, and it clogs up the notes of those who do.

      Even then, though, the amount of useless junk that has to be deleted in order to make the note even approximate what would be written if you had to break out a pen is staggering. Example: anyone being evaluated for bypass surgery on their heart gets an ultrasound of their carotid arteries, because if one set of arteries in your body is blocked, there's a good chance that others are as well, and you might decide that the carotids are more important (given that they are the source of blood for your brain). The auto-populate shows the whole report. My handwritten notes said "carotids OK", or "software can't do that, so the whole thing is included. Cardiac cath report for a bypass, same thing.

      The administrative bloat comes in more on the ordering side, where a ridiculous number of things have to be specified by drop-down boxes. At least we can customize our own order sets - I have to write a set of orders for every patient going to recovery, and it's not a small one. This is one of the few places where it's usually faster on the computer than on paper, but overriding alerts is really bad if they have, say, an "allergy" (it's almost certainly not an allergy) to codeine - I have to override at least two, and sometimes five or six, different med orders, each of which requires three clicks in different places on the screen. Or ordering Benadryl/diphenhydramine on a patient who may be breastfeeding - that's another two dialog boxes to go through.

    28. Re:EHRs are terrible by demonlapin · · Score: 1

      After PPACA made EMR's effectively mandatory for hospitals, the big companies in the business who had been doing specialty-specific things went out and bought the smaller companies who had been doing other specialty-specific things, and then just glued them together to make a package. Then they started selling that.

      I played a small role, in that I was part of a large team (about 80 people in total, at least one from every role in the hospital that would need to use it) that went to Cerner HQ for a few days to try to set some parameters for how they needed to integrate our workflow. It didn't help much, but one of the things that I noticed was that in three days there, I met one nurse and zero physicians. There were fewer than five people over the age of 30, and most were 25 or younger. Fresh college grads are smart, and they're cheap, but if I'm watching the team you are putting together and notice that almost nobody has ever done a rollout before (and there were plenty of indications that it was the first time most of these people had done this), and that nobody has ever actually done the job in question... let's just say it's not inspiring.

    29. Re: EHRs are terrible by Anonymous Coward · · Score: 0

      and richly endowed law enforcement that is equipped with sophisticated military armaments.

      To be "fair", they steal most of that, it doesn't come from tax money.

    30. Re:EHRs are terrible by pnutjam · · Score: 1

      Geez, sounds awful. Have you engaged whoever is managing these systems to request patches or changes? Is that even something they allow you to do?

    31. Re:EHRs are terrible by demonlapin · · Score: 1

      And to answer your first question: at this point, the answer is "worse". When we have a system that works well at a 600-bed hospital, we can talk about whether or not that system is a good solution for a country of over 300 million people. That's leaving aside the entire question of how you manage to protect personal information in a system that large, because it's an enormous hacking target, and yet strangers need to be able to access it even if you're unconscious.

    32. Re:EHRs are terrible by demonlapin · · Score: 1

      Oh, radiology... here's a fun story: the PACS system hasn't changed (imagine that: an EMR without PACS, which is one of the most useful parts of EMR), except that now, when you open it, it doesn't pull up the images related to the patient whose chart you're in. No, you're going to have to search by name or medical record number. And the best part? The EMR doesn't allow normal Windows copy and paste to work (though it has its own internal copy and paste for notes), presumably as a security measure. So you can't copy and paste that MRN - oh, no, you're going to have to memorize it or write it down, and then enter it by hand . Or search by name (yeah, that never goes wrong). As I said before, tell me again how this is better?

    33. Re:EHRs are terrible by demonlapin · · Score: 1

      Want to walk down a rabbit hole? I can answer that question in detail if you want, but the short answer is "somewhat, not much". If you're interested, I don't mind writing the answer, but it will be a bit long and possibly very boring.

    34. Re:EHRs are terrible by Anonymous Coward · · Score: 0

      HSAs are great for rich people. Not so much for college kids or ... well, pretty much anyone else on the wrong side of the 31k median income. People who are so poor (or, TBF, too bad with money) that they have to choose between grocery shopping and the heat bill aren't going to fund their HSAs.

      What's your plan for them? Lazy bums and welfare queens need health care, too. Before Obamacare, that was provided by the ER, followed by the hospital jacking up the charges on everyone because so many ER bills went unpaid (can't squeeze blood from a stone).

      Other than that, I like the idea of Major Medical plans being available (one of the points where Obamacare went too far) and letting insurance cross state lines.

    35. Re:EHRs are terrible by Applehu+Akbar · · Score: 1

      I'm defending the idea of EHRs, not one particular crappy user interface. If we had judged the whole concept of aviation by the de Havilland Comet, we would still be lining up at the New York City docks to take Cunards across the ocean.

    36. Re:EHRs are terrible by pnutjam · · Score: 1

      I'm not a programmer, but I'm a system admin who worked his way up from helpdesk. I might be able to give you some insight into how to insure your getting your concerns in front of the right people.

      I'm also genuinely curious.

    37. Re:EHRs are terrible by pnutjam · · Score: 1

      Yeah, Social Security was designed to prevent pooling large amounts of money to avoid the temptation to misuse or steal it (whether that worked is another question). Maybe we need to consider this with medical records. A fragmented system with good communication protocols and auditable changes would be much better.
      Dare I say maybe an individual blockchain?

  3. Reality Check by Anonymous Coward · · Score: 5, Interesting

    As someone who works in healthcare IT, I understand where this article is going, and the costs associated with installation of an EMR are certainly feasible. However, this is NOT why doctors hate their computers. They don't want to do the part of their job that is arguably one of the most important. Documentation. They want someone else to do it for them. We constantly get requests for scribes to do that. It's PART OF THEIR JOB. That's like me not installing OS updates, not installing anti-virus. Stuff I'd prefer not to do but it's part of my job. Doctors don't want to do to it so they don't want the system to do it. Bad documentation from scribes leads to increased healthcare cost due to errors, and costs organizations because billing in many cases requires that the documentation be completed by the person who did the procedure.

    1. Re:Reality Check by sjames · · Score: 4, Insightful

      But should it be their job? Might it be better if the doctor focuses on the patient and a scribe focuses on the data entry? We keep hearing about a shortage of doctors and it's easier and cheaper to train a new scribe than a new doctor.

      As for the billing bureaucracy, perhaps an anal stickectomy is in order.

    2. Re:Reality Check by Anonymous Coward · · Score: 2

      This is certainly part of the problem. As someone who also works in Healthcare IT, the software may not always be efficient (especially in the early years) but these days the number of clicks plays a large factor in design. Problems often arise when a doctor or nurse wants it their way (custom) and the implementer is forced by sales to give them what they want even through it makes supporting it very difficult for both the client IT staff AND the actual EHR provider. Almost every hospital you work with does things differently, event if it's across the street from another hospital that uses the same software. It's extremely difficult to account for all of the differences without things getting complicated. The clients that change their workflows to work with the EHR have the best results.

    3. Re:Reality Check by RenderSeven · · Score: 2

      The problem here is that as a technical person you think the documentation is the end product. It's not. If anything over-reliance on patient history means less diagnostics and less informed decisions, not better ones. All in the name of saving money, which it doesn't.

    4. Re:Reality Check by Sarten-X · · Score: 3, Informative

      Consider the alternative. The guy who's responsible for recording exactly what my condition is, and what my treatment plans are... does not actually have medical training?

      We have that already. It's Dragon NaturallySpeaking, and an endless source of amusement is seeing how badly it misunderstands what the doctor says, because it doesn't understand the context.

      --
      You do not have a moral or legal right to do absolutely anything you want.
    5. Re:Reality Check by oh_my_080980980 · · Score: 1

      You're learning aren't you. One size does not fit all. Stop shoe horning people into a single system and start adapting. Admit what can't be done and do what can.

    6. Re:Reality Check by Anonymous Coward · · Score: 2, Interesting

      But should it be their job? Might it be better if the doctor focuses on the patient and a scribe focuses on the data entry?

      Stupidest idea ever.

      Do you want some fucking scribe privy to all of your medical discussions, or sitting there taking notes while you're getting your prostate exam? Sorry, I want my discussions with my doctor private, not with some idiot scribe in there who is going to tell their friends about the crazy stuff they see in a day.

      This sounds like a piece of software written without considering the real way that doctors work, and instead making the job of the admin staff easier ... I assure you, the Doctor's time is far more valuable and is far scarcer.

      I've been on a couple of projects where the software being written was what some analyst thinks the process is, and is being foisted on the people who actually use it. I've seen those projects fail quite repeatedly, because at the end of the day, it doesn't help anybody do their job, it just lines the pockets of whatever company made unsuitable software.

      To me, this is one of the most repeating and consistent types of failures I've seen in the industry in my 20+ years of working in it -- bad software designed badly, and forced on the people who have been telling you all along it was bad software.

      I am completely unsurprised the doctors hate it.

    7. Re:Reality Check by Immerman · · Score: 2

      Absolutely it should be their job, for one simple reason: they're the only ones who have the information.

      Now, maybe you can get a scribe to interview the patient beforehand, and record all the peripheral information beforehand - but if someone is recording information about the Doctor's finding's and recommendations, they need to actually *know* that information. Which means that either the doctor is entering the information themselves, or the doctor is dictating the information to a scribe. You tell me which is likely to be more expensive and error-prone.

      Of course, for it to work well, you need a well-designed interface. Preferably one that lets you input key details immediately, and then keeps nagging you incessantly until you finish the job. Maybe you don't need to enter everything while talking to the patient - but you should probably download all the details from your brain before seeing the next patient and introducing retroactive memory loss.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
    8. Re:Reality Check by Anonymous Coward · · Score: 0

      unfortunately it becomes cost prohibitive, there are not that many people using it. So while they pay what seems like a lot of money the multiplier is not that high.

    9. Re:Reality Check by bferrell · · Score: 5, Interesting

      I don't work in healthcare IT, but I DO work in IT and have for nearly 40 years.

      There is now and has been an old saying in the field... The work isn't over until the paperwork is done.

      How is this different from the medical field? I know, I know... "but people die if..."

      The number of doctors IS limited (and "doctoring" person hours available)... By medical associations (practicing doctors themselves) limiting the number of medical school openings. So we get the complaint that they only have so much time to interact with patients.

      Wait... We have a "guild" whose member don't have "enough time" to do the whole job. And an artificial shortage of guild practitioners.

      Looks like a problem in queuing theory to me... With a nasty ramp up problem.

      And people still die if we don't have enough "doctoring hours" to do the job needed.

      IT/automation can only do so much.

    10. Re:Reality Check by sjames · · Score: 1

      I would presume a medical scribe would have field specific training and the doctor would at least look over the notes at some point. The other alternative is a doctor ready to pencil whip the forms just enough to get the software to quit complaining and move on who may have no idea how to enter useful observations so that they show up later when needed (worse, the Dr. might enter those observations incorrectly so that the notes disappear forever)..

    11. Re:Reality Check by sjames · · Score: 2

      Or the scribe sits at a terminal entering the information while the doctor is seeing the patient.

      When the doctor is deciding which of several risky medications will have the least bad interactions with your existing medication, do you want him being nagged by software or would you like for it to be the scribe's problem?

    12. Re:Reality Check by sjames · · Score: 1

      So, it's OK if the doctor, several nurses and interns, the office manager, and the receptionist know, but not the scribe?

      I'm sure for sensitive things like a prostate exam, the scribe could sit behind a curtain.

    13. Re:Reality Check by Anonymous Coward · · Score: 0

      I am not a Dr but I've watched various struggles with EHRs.

      One of the top specialists in the country didn't know jack shit about me when he first used a pooter. Before that he would quickly thumb through his paper chart and know the whole story.

      No matter how fast I can type things are never as accurate as when I use a fountain pen

    14. Re: Reality Check by malkavian · · Score: 2

      There are entries on the medical record that a doctor is legally responsible for maintaining. Theyâ(TM)re now being forced to fulfil the legal obligations at the point where itâ(TM)s fresh in the mind (and at the point itâ(TM)s legally admissible as a statement of fact).
      Where they really understand the utility is when they have some lawsuit thrown at them, then the investigation goes back through the notes, sees what was entered, and more often than not shows that the doc was doing exactly what they should..
      Medicine, like engineering is vastly complex, and reminders to enter something sometimes save the necessity of external intervention (or if external entity misses the intervention, you end up with a full blown incident).
      Nobody likes the paperwork. Welcome to the real world.

    15. Re:Reality Check by Anonymous Coward · · Score: 0

      I've found when I give info to a medical tech before I see the Dr that quite often the Dr doesn't know it.

    16. Re:Reality Check by kalieaire · · Score: 1

      Absolutely agree. I've worked in Helpdesk, Applications Support, Security Operations, and Policy.  The doctors that are the worst offenders simply don't care.  They the kind of people you hate at work, they think they know everything and never document anything.

      When they leave, take vacation, get sick, don't feel like coming to work, or die, a huge gaping hole of what they covered is missing.

      There's a reason there's a term called "Standard of Care", so that every gets the same basic level of care.

      These doctors are the kind of people who stand in the way of "standard of care" being high enough to be acceptable.

      Doctors will admit it themselves, clinical physicians don't know how to manage their money, they don't know how to manage their resources, they're only good at storing all that medical information that's been trained into them throughout their medical career.  Only a few of those many doctors know anything about efficient business processes and practices and are concerned enough about patient care to actually do anything about it.  Usually it's left to hospital administrators and/or nursing staff to cover the slack.

      If Toyota brought in their process improvement staff, you could only imagine how much more efficient hospitals could run.

    17. Re:Reality Check by Anonymous Coward · · Score: 0

      Documentation is certainly a vital part of any physician's responsibilities. This helps with continuity of care as the patient is transferred from one attending physician to another on a medical ward. It is also important from a medical legal perspective down the line if there are any complaints, or legal issues that arise during the care of the patient.

      The all-caps IT IS PART OF THEIR JOB note misses a few vital nuances (ditto with some of the responses below). First and foremost a physician's time (like everyone) is an inelastic resource. Spending time on one task necessarily means that you are not spending time on something else. You can't be in two places at once. So I think the only question that makes sense to ask is the following: What are you trying to optimize for?

      Arguably the one thing you should be optimizing for is quite simple: positive patient outcomes. Or, put another way: You want the patient to do as well as they possibly can within the constraints of their diagnosis (and prognosis).

      So with that in mind you have to look at the data (if there is any) and the feedback from physicians in terms of what is the single greatest determinant for patient care. I myself don't know what it is, but intuitively it would seem like there should be a correlation between time-spent-with-patient and ultimate outcomes.

      I don 't think that the point that the article is making is that there shouldn't be any documentation (which is sort of what you are intimating) but that the implementation of the technological documentation has left the physicians will less time with their patients as compared to the previous ways of doing things (paper,dictations, etc). I understand that one needs to get familiar with a new system, etc etc., but if the 'bugs' in the new system are actually features and slow a physician down, then that is a problem that isn't going away.

      With regards to some of the comments below deriding 'scribes' The simple question is why? Physicians assistants operate in many hospitals doing exactly this job. In the same way that we have Nurse Practitioners who take away some of the workload for physicians it makes sense that you would also have a category of folks who help to alleviate some of the admin side of the physician's work. And you will have folks who are good at their jobs and folks who aren't - and that is the same with physicians. You will have physicians who write incredible notes so that the attending physicians taking over the patient care will be up to speed in a comprehensive manner very quickly; and you will have other physicians who write terrible notes, where it would be better if they hadn't written anything at all, such is the pain of trying to untangle their meaning.

      So in summary, when the user gives you feedback about your product it makes sense to really listen vs blaming the user.

       

    18. Re:Reality Check by shilly · · Score: 2

      I part agree and part don't. There's also the fact that documentation can be made more or less onerous, depending on how it's designed. In the same way as it's annoying as a patient to be asked whether you're allergic to penicillin 15 times during a hospital stay, so it's annoying as a doctor to have to record the date when this is something the system ought to be able to record automagically. This is to do with human-centred design and UX, not whether a system is electronic or paper-based.

    19. Re:Reality Check by Anonymous Coward · · Score: 1, Insightful

      More often than not, the adherence to paperwork and rules CAUSES the care problems that ultimately lead to complications and deaths. Doctors and nurses cannot learn and pay attention to patients' needs. Instead too many have become strict rule-followers, mis-interpreting and mis-applying the guidelines they're given and destroying patients comfort, recovery prospects, and even lives.

      My children, and literally everyone else I've visited in the hospital in the last 20 years, have all had this problem. 100% of them.

      Most doctors and nurses are actually great at dealing with this. But one single nurse on one shift who can only deal with literals (thus having a strong tendency to mis-apply guidelines and fail to listen to patients) will ruin the prospects for a patient's recovery.

    20. Re:Reality Check by Archangel+Michael · · Score: 2

      The solution is easy, but expensive. It might actually make healthcare better in the long run though.

      That is to have a Doctor's Scribe follow the doctor, and fill in all the forms and such for the Doctor, so instead of doing (often mindless) paperwork ad nauseum, they can go about being an actual doctor. Paying a doctor making $100-200/hr to do paperwork actually is stupid. That time/effort could be better spent actually doing patient care.

      Yes, I agree that documentation is important, which is why it should be done with care by someone who is specialized in doing exactly that, not someone trained in another field completely.

      How do I know? My eye physician does it this way. She's examining my eyes, and talking to the Scribe who is sitting at the computer inputting everything, while I'm being examined. It is extremely efficient, and allows the doctor to actually spend MORE time with me as a patient than otherwise possible while they are filling out paperwork.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    21. Re:Reality Check by Anonymous Coward · · Score: 0

      I fundamentally disagree. My wife works in the healthcare field and uses epic. She’s been doing the documentation on paper up until a year ago, then they moved to a system called raintree and more recently to epic documenting the entire time.
      As a programmer for 30 years, I’ve designed a few user interfaces in my day. The epic UI makes me angry. It is just poorly thought out and inefficient. In several cases there is more than one method of entering the same information and no standardized method for doing so. Depending on who enters info, it is in different places on the chart. It takes her twice as long to document using epic as it did on paper. It’s been a while and that time is not decreasing.
      Similarly, the output from the system was designed by the same intellectual specialists. My pediatrician used to get a one page report from the hospital for a birth detailing any shots given and birth weight. He now gets a 20 page report that includes the needed information, but also details that the newborn is a non-smoker along with 100 other stats that don’t apply to newborns.
      EMR could be a great thing, but seriously, get your head out of your ass and watch a doctor try to use this idiocy.

    22. Re:Reality Check by Solandri · · Score: 2

      The doctors who I do IT for estimate they spend roughly two hours doing HIPAA-compliant documentation for each hour seeing patients (same as TFA). The question is, is that a good ratio? All of them say they could be doing more good if they could see more patients, and spend less time documenting. As they themselves are the people who are supposed to be benefiting from the additional documentation (they receive the full patient history if a patient transfers from another doctor to themselves), you have to figure they're in the best position to gauge what the best ratio is.

      This isn't a binary good/bad thing as you're making it out to be, where they should be documenting everything because "IT'S PART OF THEIR JOB." The question is, is the current amount of documentation the correct amount? If HIPAA is requiring too much documentation, then the doctor is wasting his/her time asking the patient for and entering details into the EMR which will never be relevant to the patient's future medical needs. Time the doctor could be using to see other patients or research puzzling symptoms.

      The impression I get is that the HIPAA requirements were made by people who couldn't stand the idea of a single patient suffering or dying because a doctor forgot to note some seemingly-irrelevant detail which later turns out to be important. As a result, they threw everything including the kitchen sink into the HIPAA documentation requirements. At some point, additional documentation becomes detrimental to the average quality of care. It may save the extreme corner cases where a single patient who got hit by a bumper car dies because of an allergy to a type of paint used only on amusement park bumper cars. But it comes at the cost of the huge amount of time wasted requiring every doctor to query and document that level of detail. Beyond a certain point, a simple follow-up phone call to the patient for additional details IF it turns out that it might be relevant, turns out to be more efficient than requiring every doctor to ask and document it every time.

      Documentation has a cost, and the more documentation you require, the higher the cost. You can really screw things up if you ignore that cost because you rationalize that all documentation is always justified because "IT'S PART OF THEIR JOB."

    23. Re: Reality Check by sjames · · Score: 1

      Sure, none of that suggests that resources wouldn't be better spent having a medical scribe deal with the filling in as it happens with the doctor signing off at the end of the visit.

    24. Re:Reality Check by Anonymous Coward · · Score: 0

      Try using the medical version. You'll get far superior results, but then you wouldn't have a blog. :)

    25. Re:Reality Check by RKThoadan · · Score: 1

      Apologies but I must raise a point of order. HIPAA has almost nothing to do with what physicians need to document. "HIPAA-compliant documentation" isn't a thing. I read the whole law when it came out. It's strictly about limiting how healthcare providers share or don't share data. If HIPAA had a big effect on a practice it's because they were crap. The only effect I noticed on several decent providers was some privacy screens and more effort put into verifying fax numbers, which was a good idea since mis-faxed records have long been a problem.

      HIPAA is however, a great excuse for laziness. "I can't do it because of HIPAA!" became the rallying cry of lazy medical office staff everywhere. That's not the case with your docs, the documentation requirements are extreme, they're just mostly from insurers, legal departments and a myriad of "best practices" that someone has chosen to require.

    26. Re:Reality Check by Anonymous Coward · · Score: 1

      I think that you failed to understand the gist of what they were saying:

      "The clients that change their workflows to work with the EHR have the best results."

      See, customizations are a waste of time, it is farm faster, and more efficient to change business practices (that do not have a demonstrable financial advantage) to suit the software.

    27. Re:Reality Check by Anonymous Coward · · Score: 0

      LOL, and I bet that you think 'House' demonstrates how a good doctor works...

      FYI, a physician who blames poor outcomes on the environment and not on themselves will never become a decent doctor

    28. Re:Reality Check by Anonymous Coward · · Score: 0

      > instead of doing (often mindless) paperwork ad nauseum

      Hope these scribes aren't as fucking stupid as you.

    29. Re:Reality Check by Hognoxious · · Score: 1

      I suspect that if the scribe has skills and training sufficient to literally know an arse from an elbow they'll be expensive.

      Will it be one scribe per doctor, or one between three? What if two docs want one at the same time?

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    30. Re:Reality Check by Anonymous Coward · · Score: 0

      Maybe there would be more data with which to "research puzzling symptoms" if they took the time to do the documentation properly.

      The problem isn't that doctors "forgot to note" some "seemingly-irrelevant detail" which later "turns out to be important". It's that many doctors (and people that seem to worship them) appear to not realize that doctors are to blame for many of their own problems. By not taking the time to get all the necessary info into such a format that it can be useful to them (and those working with them) or who follow after them (people change doctors, hospitals rotate, people go on vacations, etc) they are setting themselves and their patients up for failure. Being too good or too important to waste their time documenting got them the requirements they have now. And failing to realize that it really is important to document (both for current use and to learn from mistakes) is just another reason they'll earn additional opportunities to tell someone something like "it could not have been avoided" or "it just happens" or "we did all we could" when that's just not true.

    31. Re: Reality Check by malkavian · · Score: 1

      Because the medical scribe doesn't actually have either the legal authority, or have time to discuss with the doctor what the doctor meant at that time.
      Or would you have one medical scribe per doctor that was just intended to fill out the parts of the form that the doctor couldn't? That's a huge increase in staffing. Either that, or you need more people to plan to put the scribes at exactly the points they're needed to fill in the forms. Or an endless amount of other logistical nightmares that simply aren't solvable by this (big hint for you, I was involved in a process doing exactly this years ago; the IT department of the hospital I was in had the huge advantage that the woman leading this was actually a very geeky ex-nurse, who knew exactly what was needed and what wasn't from the clinical and legal viewpoint. The doctors still complained, but she effective stood up and said "tell me exactly what on this isn't clinically necessary to know to maintain the safety of the patient and ensure we have a full record of admission through to discharge". Not a one of them could say that things weren't necessary.
      The doctors will complain. They're busy, yes. So are the rest of us. That's what happens when you run resources tight due to budgets.
      Part of their duty of care is to maintain the records to keep a patient safe, including using exactly the wording to ensure that say exactly what is meant, and by the person responsible. They are responsible for ensuring they are clear, with no ambiguity (there's a reason that notes sent to the medical secretaries for typing up from dictation are referred _back_ to the doctor so that they can proof read). By all means have ideas, and submit them, but logistically, I can guarantee you that you're setting a nightmare up ready to roll following that line.

    32. Re: Reality Check by Anonymous Coward · · Score: 0

      Exactly. If your twelve doctors are spending half their time in data entry, fire two, hire ten data entry people for a fifth each of the doctor's wage and you increased your effective doctor availability by 67%.

      And you now have an exact cost of how much data entry your system is costing you, if you decide to optimize that for a less shitty system.

    33. Re:Reality Check by sjames · · Score: 1

      Probably not as expensive as having the doctor do the charting.

    34. Re: Reality Check by Anonymous Coward · · Score: 0

      Epic is actually one of the best ones out there. The problem is that medicine is complex, and there's a constant demand for more documentation. Look into the contraversies around ICD10 if you're so inclined.

    35. Re: Reality Check by Aristos+Mazer · · Score: 1

      > The doctors will complain. They're busy, yes. So are the rest of us. That's what happens when you run resources tight due to budgets.

      Sure, but if the docs are the expensive, rare resource then it makes sense to move as many tasks off of them as possible. At some financial level, it would be cost effective to have one scribe per doctor. I don't think we're there yet, but it's completely a plausible scenario.

    36. Re:Reality Check by Sarten-X · · Score: 1

      As I understand, Dr. Grumpy does use the medical version.

      Really, I suspect the problem is statistical. It's 99.9% accurate, but if it's transcribing 1,000 words a day, that means it still screws one up. Some days, it's funny when that happens.

      --
      You do not have a moral or legal right to do absolutely anything you want.
    37. Re:Reality Check by Anonymous Coward · · Score: 0

      ^^^^^^^THIS
      I work in the imaging department and it is a CONSTANT BATTLE to simply get doctors to tell us why they want a certain imaging study. Most of our studies have specific protocols and variants for different potential diagnosis and we need to know what they're looking for so we can get appropriate images, but they consistently refuse to communicate effectively because 'We're too busy to type all that stuff." So we call them and tie them up on the phone instead and deal with a doctor that is annoyed he/she just got a call for a 'silly question', or get the wrong pictures and have to bring the patient back. It's one of the biggest stressors of the job.

    38. Re:Reality Check by demonlapin · · Score: 1

      Correct.

    39. Re:Reality Check by Sandcastle · · Score: 1

      I want the doctor to be nagged, absolutely. Automatic "nagging" of potential drug / drug interaction is one of the easy wins for any EHR style system. Tends to be one of the few examples clinicians nearly uniformly support, too.

      --
      The fact that a fish swims in water does not make it an expert in fluid dynamics. GogglesPisano (199483)
    40. Re:Reality Check by Anonymous Coward · · Score: 0

      We have that already. It's Dragon NaturallySpeaking, and an endless source of amusement

      I remember when it used to translate "your analysis" as "urinalysis". Although, in a medical setting that's somewhat more likely to be correct.

    41. Re:Reality Check by sjames · · Score: 1

      A scribe wouldn't make that particular nag go away, since it would be a prescription order rather than just notes and complaints about a field not filled in. It would be one of the things the doctor would have to review and sign off on.

    42. Re: Reality Check by malkavian · · Score: 1

      It takes the doc 80% of the time to convey the information to the scribe, and STILL needs to check the information before signing it off. Resulting in taking MORE of the doctor's time, adding one full WTE member to the payroll per doc, when the utilisation is about 3% of doctor time. Giving the scribe about 97% under utilisation. This is immediate work, not bulk scribing (that's already optimised, and works through a scribe pool via dictation, voice recognition to scribe pool to first fix, then to clinician to sign off). There are a few extra fields per patient to fill out that need to be done there and then. Then there's the infrastructure to take care of all the extra bodies. The logistics really don't work (I've crunched the figures, and working in a hospital, I get plenty of time to talk to the clinicians about optimisations for work, and it really doesn't stack up).
      At a financial level, it's woeful, and not at all plausible.

  4. No, computers did NOT stand in the way by Zero__Kelvin · · Score: 5, Insightful

    It wasn't that computers are less efficient than old school / antiquated methods. It was a matter of incompetence. Before the transition all people involved should have been properly trained. They shouldn't have made a mass transition to the new system, but rather should have piloted it with a small group of the best in class as the first users, who would then be in a position to help their colleagues thereby greatly minimizing the need to involve IT. The data imports should have been tested properly. Printing issues should have been resolved in the piloting phase. Basically, everything was done wrong, but at least the Hospital Administrator's nephew got a new job out of the deal! (I don't know about that last point, but I do know non-tech people hire people they know, not people *who* know.

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    1. Re:No, computers did NOT stand in the way by DarkOx · · Score: 5, Informative

      They shouldn't have made a mass transition to the new system, but rather should have piloted it with a small group of the best in class as the first users, who would then be in a position to help their colleagues thereby greatly minimizing the need to involve IT.

      That might be about the most tone deaf stupid, IT think I have seen in a long time. Look have you any idea how a hospital operates? Its not like a GPs office. Nurses change in shifts. Different specialists see patients; You might have one attending physician overseeing the entire thing but the anesthesiologist, dietitian, physical therapist, gastrointerologist all need to see the same patient and they are never scheduled in a room together. Their entire communication is via charts. Oh and even the kitchen gets sent food prep instructions - per patient via the 'system'

      You simply can't pilot something with X users, at hospital scale. Won't work. The best you can do is ask X people to do double entry for a little while to see if they hit any issues but the rest of the practice at large is going to still be using the old system.

      Your choices are either hot cut - or - full scale integration between the new system and the one you are retiring; and all the bi-direction data translation and real-time synchronization issues there in.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    2. Re:No, computers did NOT stand in the way by Ol+Olsoc · · Score: 0

      It wasn't that computers are less efficient than old school / antiquated methods. It was a matter of incompetence. Before the transition all people involved should have been properly trained.

      This needs to get to +5 insightful - mods, do your work.

      I don't know about that last point, but I do know non-tech people hire people they know, not people *who* know.

      Damn - that should be your sig unless you're open to me plagiarizing it! 8^)

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    3. Re:No, computers did NOT stand in the way by Kohath · · Score: 2

      Engineers often make the mistake of thinking they can engineer people. You can’t — at least not very well. When you fail, you will blame the people you're trying to change rather than yourself for making such a basic mistake.

      Systems should be built for people because systems can be engineered easier than people.

    4. Re:No, computers did NOT stand in the way by Anonymous Coward · · Score: 1

      I think you're going a bit hard on Zero_Kelvin there.
      The point being, he's recognising that there must be more ways to test than a "big bang". Model the hospital hardware and networks independently. Then have a load of integration tests - what ever the solution, it does sound like there was a lack of testing, and that could suggest a lack of iteration in the development approach. If doctors saw the forms as they were developed, and saw them demonstrated, there might have been some crucial feedback much earlier than the "big bang".
      You may be right that there's no way to train a few people, and see how it goes. But there's a ton of ways we can try to mitigate that. Date I say "documentation" - of videos, hell, wikis, intranet pages - anything to try and cover the FAQs in a meaningful way. That is, assuming the answers are good.

      It certainly sounds like GIGO to me. That isn't to say the doctor or the software is to blame - I'm not analysing this incident. I'm just saying it's clear that someone isn't happy, and it needs to b established exactly why that is. Training seems to be the go-to finger-pointing reason. But that assumes the software works with doctors, and not against them. That, or doctors are all working wrong, and need some training!

    5. Re:No, computers did NOT stand in the way by Anonymous Coward · · Score: 0

      You absolutely CAN pilot things in the hospital and not go full scale all at once.
      Physician documentation especially can be implemented on a by department by department basis. You then have secretaries print and scan notes for departments that are on the new system until a fully electronic interface is set. Oh wait....then you would have discovered your print problem when it was just one department affected.
      Once the bugs are worked out and the document transfer between new and old is fully automated, then move to full-scale changeover.

      Doctors will be on board if it makes their life easier, but the revenge of the ancillaries stuff is real.
      You end up having your most expensive employees (doctors) doing all the data entry that your less expensive employees used to do. Admin think its great because they are cutting their admin staff budget....except when 6 months later you are still only seeing half the patients you used to.

    6. Re:No, computers did NOT stand in the way by mspohr · · Score: 1

      Training is important and my experience with these implementations are that they do spend a lot of time on training.
      However, the basic problem is that the systems are too cumbersome to use with too many requirements and a poor user interface.
      Basically, health care before computers allowed practitioners to skip over a lot of steps (some OK to skip, others maybe not) but the computer systems codified all of steps and required a lot more data entry, leading to chaos.

      --
      I don't read your sig. Why are you reading mine?
    7. Re:No, computers did NOT stand in the way by Anonymous Coward · · Score: 5, Informative

      I have to stay anonymous, but I'm in agreement w/ about 50% of what your saying.

      Epic is a beast, it's a fully integrated system of about 30ish different modules 10+ "core" ones that glue together to form the Voltron of patient charting. Each module requires substantial training, and about 3 years experience for a seasoned IT analyst to be competent, but much of them are clinical converts with little IT knowledge but lots of medical knowledge. Training up support staff is hard when that much experience is required just to feel comfortable, plus they may not be the best computer people to start with! Good consultants can easily make $100/hr. It takes much more time to be in the top 25% who can also earn more. The thing is, you can't know enough! Knowing a little about each module and you won't be very effective. Specialize in just one and you won't be effective. You need to know a LOT about the relationships between them, and how to navigate those. Printing? Yeah we have tech dress rehearsal for that, that's gross negligence by IT. Data migration? It's not as easy as saying the words. Mapping takes a long time, is often done w/ excel because there's no "Conversion utility" between 1 brand and another. (write one that works 100% of the time, and you might get rich!) You can't test every map w/ human eyes, there's too damn many of them. Look at the CPT code book to get a good idea of why this is. Also, human nature never checks the negative test. I have to constantly remind my team that just because something works as you built it doesn't mean that something else didn't break.

      Ancillary systems have historically taken on risk that is outside their scope, and now their pushing that back to where it legally belongs, and yes doctors don't like it. Usually the older ones.

      Caveat, I'm biased, as I work in the field. Epic has it's faults, don't get me wrong, it's a complicated beast. I hated it for the first 4 years that I worked on it. Now? Now I "get it" and am blessed to have had the opportunity to have worked w/ it.

    8. Re: No, computers did NOT stand in the way by Zero__Kelvin · · Score: 1

      All of these issues would have been identified during the pilot phase. The issue you are referring to is poor requirements specification. Dependencies and required / not required specs specifically.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    9. Re:No, computers did NOT stand in the way by oh_my_080980980 · · Score: 1

      Yes the computer system was less efficient because it did not serve the needs of the client. Unless you understand that you will never design a successful system.

    10. Re: No, computers did NOT stand in the way by Zero__Kelvin · · Score: 1

      You are free to use it if you follow standard etiquette and attribute it to me.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    11. Re:No, computers did NOT stand in the way by Anonymous Coward · · Score: 0

      Dead on there mate. This shit isn't for desktop jockeys. A stock IT guy I was back in the day. 25 apps, 5 core 365 /24 hr support / on call. I rocked that shit. Went to Epic and felt like a 1st grader in college.

    12. Re:No, computers did NOT stand in the way by Anonymous Coward · · Score: 0

      I work at a hospital, on Epic, and you're SO wrong it's pathetic. Not only do we test and train in groups, the whole system was a phased implementation and a lot of large projects here are. It's seriously not hard.

    13. Re: No, computers did NOT stand in the way by Zero__Kelvin · · Score: 1

      That is what the pilot phase addresses. "This seemed like a no brainier, but the user doesn't have the same kind of brain, nor the background understanding we assumed in the initial requirements spec"

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    14. Re:No, computers did NOT stand in the way by Attila+Dimedici · · Score: 1

      They did not have that choice. The government mandated that all health records be converted to Electronic Medical Records by a certain date or no more Medicaid payments (you still had to give care to Medicaid patients).

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    15. Re:No, computers did NOT stand in the way by oh_my_080980980 · · Score: 1

      Mod Up! Best understanding of the situation.

    16. Re: No, computers did NOT stand in the way by Zero__Kelvin · · Score: 1

      The computer is never the problem. People like you, who blame the computer for doing what the humans told it to, are the problem. I would bet my dick against a dollar you have never successfully implemented a system like this in your life.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    17. Re:No, computers did NOT stand in the way by Anonymous Coward · · Score: 0

      Actually, you can engineer people. Sure there is a wildcard action percentage, but that's why social engineering exists. People, on average, are downright predictable.

    18. Re: No, computers did NOT stand in the way by mspohr · · Score: 1

      Yes, it basically boils down to poor design.

      --
      I don't read your sig. Why are you reading mine?
    19. Re:No, computers did NOT stand in the way by elohssa · · Score: 1

      It is hard. If you didn't think it was hard, somebody else worked very hard to give you that experience.

      The rest of your point remains valid.

    20. Re: No, computers did NOT stand in the way by loonycyborg · · Score: 1

      There are many humans and they want to "tell" computer contradicting things. Different people disagree about how workflow should be distributed, and agreement on this most definitely shouldn't come from programmers alone. If you actually read TFA you'll find that the software system(probably unwittingly) ended up influencing doctor's own workflows saddling them with some extra work that doesn't serve patients' welfare. So it's obvious that both doctors and the system do what they were told. The problem is that this ends up being inefficient, begging for liberal application of KISS principle. But it's really hard to apply this principle post factum.

    21. Re:No, computers did NOT stand in the way by Anonymous Coward · · Score: 0

      Data input fields which aren't required for the patients' care should not be required to be filled out by someone whose time is best spent taking care of said patients. To put a dollar amount to it, if it's a billing field or address, why force someone who gets paid $200/hour to do menial data entry in triplicate?

    22. Re: No, computers did NOT stand in the way by Zero__Kelvin · · Score: 1

      Is there any reason you thought it was necessary to repeat what I said using different words?

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    23. Re: No, computers did NOT stand in the way by Zero__Kelvin · · Score: 1

      So what you are saying is the same thing I said in different words? Clearly "Epic" was the wrong choice ... A choice that was made by people who knew someone from Epic, rather than choosing someone who knew not to go with Epic.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    24. Re: No, computers did NOT stand in the way by loonycyborg · · Score: 1

      You did the same to OP so why not?

    25. Re: No, computers did NOT stand in the way by Zero__Kelvin · · Score: 1

      I'm the OP dumbfuck

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    26. Re: No, computers did NOT stand in the way by loonycyborg · · Score: 1

      Who cares. We all are just little meaningless particles of this endless circlejerk.

    27. Re: No, computers did NOT stand in the way by Anonymous Coward · · Score: 0

      Who shat in your handbag?

    28. Re: No, computers did NOT stand in the way by Zero__Kelvin · · Score: 1

      You care. That's why, instead of owning up to your stupidity, you tried to deflect attention from the fact that you posted a comment that was phenomenally stupid. Real men respond with a mia culpa, not with something in a way Trump would respond when caught with his metaphorical pants down.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    29. Re:No, computers did NOT stand in the way by Anonymous Coward · · Score: 0

      You are completely incorrect. The way physicians use to write notes were short hand that had the same level of detail. Now they are clicking check boxes and drop downs. Imagine if you had to write the above comment but instead of just writing free text you had to find the "Printing Issues" section before finding check boxes for the Piloting phase.

    30. Re: No, computers did NOT stand in the way by Zero__Kelvin · · Score: 1

      Someone should invent audio recording and digital dictation! (Yes, you are a moron)

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    31. Re:No, computers did NOT stand in the way by Anonymous Coward · · Score: 0

      Ive seen this too, im also Healthcare IT, had a plastic surgeon that walked out as he couldn't do a note, would not spend enough time on the phone with helpdesk for us to remote in and screenshot the issue for our Epic team. just called 3 times and told us to fix it, 4th time he had his nurse call and then he left. we remoted in and the error message was a hard stop from him not filling in a required field. which of course the nurse technically could not have entered as it was his notes.

      Although Epic may not be the best it is so widely used it is easy to get data from one hospital to another.

      now if only they could get it to scale well in citrix so people with high res/dpi monitors would be able to read it without glasses.

    32. Re: No, computers did NOT stand in the way by loonycyborg · · Score: 1

      Sure. Mea culpa. I should be drawn, hanged and quartered for this. I don't deserve any sort of respect.

    33. Re: No, computers did NOT stand in the way by Zero__Kelvin · · Score: 1

      That's correct.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    34. Re: No, computers did NOT stand in the way by greylion3 · · Score: 2

      Epic is currently killing part of the Danish health care system. It was implemented in the two easternmost regions of the country, and the doctors there are quitting or retiring in droves, and the rest of the health care staff is coming down with stress.
      Recently, the medication module was found to give incorrect dosage, as it has to be corrected in two different places, not just one, for changes to actually make it to the label.
      This was found to be commonly occurring, and thousands of patients could easily have taken the wrong dose, and it's possible some patients died from wrong dosage - it's currently being investigated.

      Many people have called for it to be scrapped, in favour of the functioning system we have in the rest of the country.
      Epic seems to have been advertised to the region leaders as a way to improve efficiency and cut costs, but it's proving to do the exact opposite.

      --
      Privacy begins with ..
    35. Re: No, computers did NOT stand in the way by Zero__Kelvin · · Score: 1

      I could have predicted you would say something stupid, but that doesn't make your phenomenally stupid drivel correct.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    36. Re:No, computers did NOT stand in the way by Anonymous Coward · · Score: 0

      Epic is a beast, it's a fully integrated system of about 30ish different modules 10+ "core" ones that glue together to form the Voltron of patient charting.

      Go Voltron Force!

  5. I'll tell you why by Anonymous Coward · · Score: 0

    Doctors hate their computers because they tell them facts, research studies, and other material matter.

    They hate that shit because THEY are suppose to be the masters of the universe. The rulers of all information. They "know" everything. Even as their patients complain and die under their care because they are too stupid to remember the actual facts of the medications they prescribe. Or more likely, they have never actually tried the horribly debilitating medications they give out.

    Fuck these guys and the medications they prescribe.

    1. Re:I'll tell you why by Beerdood · · Score: 2

      Have to heartily disagree with that comment. I've worked a couple of different IT positions in healthcare, and the main reason doctors "hate computers" is they tend to be heavily resistant to any sort of change, and the nature of software is change. Years ago I had a gig upgrading computers in a hospitals and the doctors were by far the most hostile towards mandatory upgrades (compared to nurses and receptionists, who were generally eager to get a new computer). God forbid their desktop icons were rearranged, or something didn't work exactly like it did. Most EMRs (software for maintaining electronic records) still have a Win 3.x look and feel, you can't make any changes to the software they use without risking major conflict with your BAs and the doctors they have to deal with.

      I can only speculate as to why doctors are particularly against any sort of progress change, or as to why they are absolutely set in their ways. Perhaps any sort of short term loss in efficiency / patient care is unacceptable - like some sort of variant of the Trolley Problem where "pulling a level" hurts patients in the short term? Because their existing systems are working, they don't want to take any sort of risk that may reduce their down time?

      --
      Global warming and other natural disasters are a direct effect of the shrinking number of pirates - Gospel of the FSM
    2. Re:I'll tell you why by Anonymous Coward · · Score: 0

      ,quote>I can only speculate as to why doctors are particularly against any sort of progress change, or as to why they are absolutely set in their ways.

      No, see parent. They only get kick-backs for the latest and greatest spam drugs.

  6. Funny how accountability is blamed on software. by O_AS_O · · Score: 1, Troll

    Translation:
    Doctor is trying hard to build a nest egg to retire as a bazillionaire but software and accountability stops him from exploiting patients and staff.

    1. Re:Funny how accountability is blamed on software. by Anonymous Coward · · Score: 0

      I don't know about that. Filling out forms can be tedious as heck. Imagine doing it 20 times a day. 50 times a day. We don't even like filling in our credit card info or hell even passwords so we make software remember and automatically do these things for us. Software, in this case, is making things less efficient by requiring fields that may not be required. So now you have to type a little note explaining why the field isn't required.

      Basically, they fucked up. They made the system without input from the primary users, didn't properly test the deployment, and just crossed their fingers as they flipped the switch. They probably sent around a web-based video slide show with a quiz at the end a retarded monkey could answer but had zero basis in real world utilization of the new system. Somebody got to put a bullet point on a side that said the end users were properly trained when the barest minimal token effort was put forth to actually do this. I don't even need to have been there to know exactly what happened.

    2. Re:Funny how accountability is blamed on software. by Anonymous Coward · · Score: 0

      Translation:
      Doctor is trying hard to build a nest egg to retire as a bazillionaire but software and accountability stops him from exploiting patients and staff.

      Yeah I think you are correct. Im a little tired of hearing my insurance rates go up while I work with Dr's making more in a year than I will in a lifetime.

      I think they should be paid and paid well, definitely beyond an IT guys salary. But when you're making money based on insurance and prescriptions and not taking care of patients thats where I have an issue. And since Im the one helping to pay that salary I think I get a say.

      I work in medical IT. Most EMR's are atrocious. The one in vogue around here still requires server 08r2. So Id say there is blame on both sides.

    3. Re:Funny how accountability is blamed on software. by Kohath · · Score: 1, Insightful

      Yeah, doctors are such villains. Their attempts to cure illness and ease suffering is just a clever ploy.

      That's quite the perspective you have. Why wouldn't everyone want to be just as bitter as you?

    4. Re:Funny how accountability is blamed on software. by Applehu+Akbar · · Score: 1

      That’s an interface problem. It can be solved. “Filling out forms” is just a first-iteration approach to specifying clean input. As computers get more capable and AI assistants improve, the interface will get better.

  7. EMH? by Anonymous Coward · · Score: 0

    Do they have those already?

  8. As a technologist... by Anonymous Coward · · Score: 0

    ... I think I prefer my doctor use a paper-only system, thanks.

    Reasons why on a postcard, etc.

    1. Re:As a technologist... by Anonymous Coward · · Score: 0

      As a technologist I call hardcopy a data loss device since spilled coffee, a fire, simply falling off a table are all ways you can lose your data with paper, especially when you have a LOT of paper.

    2. Re:As a technologist... by Anonymous Coward · · Score: 0

      Sure, but you can see it happen, and often much can be recovered. With electronic devices you get all that with less visibility or use control, and a myriad more ways to lose data, and recovery is a highly-specialised and fuckoff-expensive endeavour. Paper doesn't just lose all its ink if accidentally mislaid near an MRI. Oh, and you might not even be able to read the data carrier after the next upgrade or switch of suppliers for no other reason than (*someone's* corporate) "politics".

      If hardcopy is "a data loss device", then electronic/digital/... is exactly that, only more so and in more ways. Denying or conveniently forgetting to mention that is well-known and deeply embedded institutional arrogance... but still arrogance.

  9. Time away from patients? by Anonymous Coward · · Score: 0

    "A simple request might now involve filling out a detailed form that took away precious minutes of time with patients."
    Wait, the doctor actually spends real time with patients? All these years and I thought the nurse did all the work and the doctor just stopped in for 3 minutes to read what the nurse did and then sign a prescription form if needed.

  10. Required fields? by jimmifett · · Score: 1

    If the doctors are ignoring the fields on paper forms, why were they even on paper forms?
    If the answer is bc doctors are SUPPOSED to fill in these fields, well, shit, can't blame a program for enforcing what doctors are supposed to be doing anyway.

    My doctor has a wonderful app that they use for patient sign in and info updates on ipads for patients to use. nice big text, large button for old fogies, simple and straightforward to use and prevents mistakes.

    1. Re:Required fields? by jeff4747 · · Score: 1

      A better question is should this field actually be required? Doctors didn't fill it out on the paper forms because apparently it wasn't required - the MRIs still got done.

      My read-between-the-lines is that the admins wanted the field required because 10% of the time the field is necessary, and the doctors want it optional because 90% of the time it isn't necessary.

    2. Re:Required fields? by chill · · Score: 1

      No, you're wrong.

      No one person has all of the information needed for the process and thus the form. The doctors fill out their part, then it moves to the other people who have the remaining information. With a paper form, that's simple. With an improperly designed computer form, the workflow is held up and the form can't be passed to the other people because of an error in assumption on who has the information.

      This is an error in design and not something we can blame on users.

      --
      Learning HOW to think is more important than learning WHAT to think.
    3. Re:Required fields? by jimmifett · · Score: 1

      Thats not how TFA describes the situation. Having design many such systems converting paper to UI with appropriate fields handled by the appropriate ppl, this isn't hard to do. It's either a failure in planning, or someone said "yes, this field needs to be filled out and the docs need to do it" and the docs are griping bc they could get away with it in the past.

  11. I don't think that doctors hate their computers by ET3D · · Score: 1

    In my experience, most doctors work well with computers, they like that they have the patient's history at their fingertips, as well as all the test data. It streamlines their work quite a bit.

    1. Re:I don't think that doctors hate their computers by GerryGilmore · · Score: 4, Interesting

      As someone who spent 9 years working on HMIS systems, I can tell you that doctors hate what everyone hates: poorly designed screens and workflows that do not fit in with the efficient use of their time. One example: a vendor had a system for doing basic Order Entry - where, say, a doctor orders an X-ray. Along with a bunch of other unnecessary data REQUIRED to be entered, the system forced them to manually enter the date and time that the order was entered. No thought of: let's use the actual known current date and time that the order was entered. These types of inefficiencies were rampant and the vendor was truly perplexed why everyone hated the system so much.

    2. Re:I don't think that doctors hate their computers by vtcodger · · Score: 1

      Exactly. For the past 30 years or so, I've made a point of asking folks of all sorts how they like their computer systems -- what's good and what's bad. Pretty much across the board -- doctors, dentists, support people, retail, government, banks ... you name it. They have two complaints. The big one -- the user interfaces suck. The questions are obscure. The feedback is poor. Discoverability is worse. They can't figure out how to do what they want/need to do. The computer that is supposed to help them do things, too often makes the job harder, not easier.

      The lesser complaint. The damn things are too slow -- especially to boot up. That hasn't been so common late. Maybe some progress is being made on that front.

      --
      You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
    3. Re:I don't think that doctors hate their computers by Anonymous Coward · · Score: 0

      And with a paper form, if you left it blank because it was a dumb field, the procedure happened anyway. Becaues few humans will be so dumb as to say "this form lacks a timestamp, so I should put off this possibly life-saving MRI until it has a timestamp".

      With the electronic form, if you leave it blank the process grinds to a halt.

  12. Just sayin' by Ol+Olsoc · · Score: 1, Informative
    Perhaps the Doctors need to learn a little?

    If something like a Field Required is a terrible inconvenience, a bridge too far, an insurrerable inconvenience that destroys th eprecious time that the doctor spends with their patient.........

    Yer doin something wrong doctors.

    If there is one thing about the medical profession that needs changed badly, it is the concept that doctors are some sort of infallible super being who dare not be questioned.

    tl;dr Hey doc? Just fill out the damned form.

    --
    The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    1. Re:Just sayin' by DarkOx · · Score: 1

      With great responsibility comes great authority. They are treated that way because they are ultimately accountable for outcomes. You can't expect them to "let go" unless you also are going to excuse them when things go badly.

      Kinda like Ship captains. At least while at sea they are still "the law" for the most part. Why because they are on the hook for the safety of every soul aboard, and the assets.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    2. Re:Just sayin' by jeff4747 · · Score: 1

      Alternatively, that field shouldn't actually be required. Which is why they skipped it on the paper forms.

      Let's say it's something on an MRI form like "Do you want contrast?" and the answer is "no" 90% of the time. Better to default the entry to "no" than to make the doctor choose no almost every single time.

    3. Re:Just sayin' by Fringe · · Score: 1

      Love your arrogance. Are you sure you're not a doctor yourself?

      The field probably shouldn't be required, and the doctor probably doesn't have the answer and shouldn't be expected to. Yet some clueless yahoo in a meeting wanted it for analytics or because they're a Slashdot poster with an ego, and required it, and the result is annoyed users. Harrumph!

    4. Re:Just sayin' by oh_my_080980980 · · Score: 1

      Or you can just fuck off. Here lets' take that lovely computer system and shove it up your ass. You have a biggest enough ass-hole to accommodate it.

      Systems are suppose to be built for people, not the other way around. Ponder that moron.

    5. Re:Just sayin' by Ol+Olsoc · · Score: 1

      Alternatively, that field shouldn't actually be required. Which is why they skipped it on the paper forms.

      Let's say it's something on an MRI form like "Do you want contrast?" and the answer is "no" 90% of the time. Better to default the entry to "no" than to make the doctor choose no almost every single time.

      Seriously, it sounds more like a "Not thought of here" problem. Not to mention a real resistance to change.

      The implementation of this system was bad, no doubt. Never should have been a total rollout. But there are multiple groups that deal with patient data.

      The idea that only the doctors should have such godlike powers, and screw everyone else is hubris personified.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    6. Re:Just sayin' by Anonymous Coward · · Score: 0

      This is a constant debate, you default an answer, then the doc orders it, get's mad when it's done w/o contrast because he skipped the field that wasn't required, or was wrong for the listed diagnosis. Defaulting anything in a medical chart is dangerous. Orders have to be placed specifically w/ INTENT. That onus is on the ordering provider.

    7. Re:Just sayin' by Ol+Olsoc · · Score: 1

      Love your arrogance. Are you sure you're not a doctor yourself?

      I am arrogant. Arrogant enough to have self assurance. I am intelligent enough to know I am not the only person in the room, and that others have work to do too. Deal with it.

      The field probably shouldn't be required, and the doctor probably doesn't have the answer and shouldn't be expected to.

      Why should the doctor not be required to know the answer to a simple question? Useless knowledge perhaps? What is the logic behind knowledge that should not be known, and why are doctors better off in ignorance?

      Yet some clueless yahoo in a meeting wanted it for analytics or because they're a Slashdot poster with an ego, and required it, and the result is annoyed users. Harrumph!

      And look who a couple of seconds ago called me arrogant! Hah! And the ego comment added for a little spice. Have I perhaps inflicted booboo feelings on an arrogant person who believes they are the epitomy of humble?

      Physician? Heal thyself!

      Hint: Analytics has a use. Accounting has a use. Evidence that might support the good doctor in case of a lawsuit has a use.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    8. Re:Just sayin' by Ol+Olsoc · · Score: 1

      Or you can just fuck off. Here lets' take that lovely computer system and shove it up your ass. You have a biggest enough ass-hole to accommodate it.

      You didn't have anything intelligent to say, but you didn't let that stop you.

      And quit fixating on shoving things up my ass. Homie ain't wired that way. Not even if you buy me dinner and take me to a movie.

      Systems are suppose to be built for people, not the other way around. Ponder that moron.

      And? How does one build a system for people without letting people try it out? The implementation mode here was bad, that is obvious. But the concept that doctors should not have knowledge of certain things - which is really what some are bitching and moaning about - is stupid.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    9. Re:Just sayin' by jeff4747 · · Score: 1

      Never should have been a total rollout. But there are multiple groups that deal with patient data.

      All the various parts of the hospital communicate via patient charts. It is not possible to do a phased rollout. They have to all use the same system, or you have to integrate the new and old systems (and deal with that mountain of headaches if you foolishly do this).

      The idea that only the doctors should have such godlike powers, and screw everyone else is hubris personified.

      Making the doctor say "no" when "no" is the answer the vast majority of the time is shitty UI design.

      Now, you may decide to do that anyway because this is medical and you want to avoid having the doctor say "whoops, I forgot to change the default", but then you're accepting shitty UI because the non-UI reasons are more important.

    10. Re:Just sayin' by Ol+Olsoc · · Score: 1

      Making the doctor say "no" when "no" is the answer the vast majority of the time is shitty UI design.

      Now, you may decide to do that anyway because this is medical and you want to avoid having the doctor say "whoops, I forgot to change the default", but then you're accepting shitty UI because the non-UI reasons are more important.

      Making the Doctor say "No" when there is Never ever any reason at all to ever say "Yes" would be a shitty design.

      I'm allergic to latex. Most people are not. So should the doctor just dismiss my allergy? If I get opened up by someone wearing latex gloves when they should be wearing Nitrile - I am in trouble. But hey, it doesn't matter because most of the time, people aren't allergic, so filling out that box is just wasting the doctor's time, so very important. He could then spend more time with me as a I suffer the reaction, amirite?

      Funny how people who know exactly how this sort of thing needs to be implemented, completely dismiss the outliers. Like it is useless and unimportant knowledge.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    11. Re:Just sayin' by Anonymous Coward · · Score: 0

      Imagine if every time you submitted a comment, you had to add your exact date and time of birth to the second.

      Plus your password and username.

      Oh, and the browser won't remember it.

      You also have to enter your user ID (number), and the date and time you got an account. For clarity.

      In addition, you had to attest why you where posting. There was a long series of options about what kind of post you where making, why you where making it, and who told you about why this was a good reason.

      You'd say "screw it" right? Now imagine it was your job, and each post saves someone's life. The thing is, all of that garbage? Isn't needed to save someone's life. The computer knows half of it (but you are still required to enter it), and the other half is what the marketing/admin/etc staff want for the transaction.

      As a bonus? If you get it wrong you are criminally liable.

      Have fun!

    12. Re:Just sayin' by jeff4747 · · Score: 1

      I'm allergic to latex. Most people are not. So should the doctor just dismiss my allergy?

      Do you need me to explain that "default" is not the same as "answer that can never be changed"?

    13. Re:Just sayin' by Anonymous Coward · · Score: 0

      Having doctors muscle memory their way through a list of 50 radio buttons to say 'no' is more likely to cause a problem than having the buttons default to no, and make the doctor deliberately select the ones that are relevant

    14. Re:Just sayin' by Anonymous Coward · · Score: 0

      I'm allergic to latex. Most people are not. So should the doctor just dismiss my allergy? If I get opened up by someone wearing latex gloves when they should be wearing Nitrile - I am in trouble.

      Please stop baiting us trolls.

      He could then spend more time with me as a I suffer the reaction, amirite?

      Oh god karma... I can actually feel it leaving my body.

      Funny how people who know exactly how this sort of thing needs to be implemented, completely dismiss the outliers. Like it is useless and unimportant knowledge.

      Of course none of this is actually the point.

      Lets say you designed the interface to do nothing but asked for outlier situations. Result: UI is too noisy... people get option fatigued and ignore all kinds of shit.

      Lets say you design the interface to prompt entry of classes of data such as all known allergies. Perhaps there is a search function where you can quickly match everything you know with a database. This interface is an improvement for everyone except the lawyers whose job is to minimize their own liability.

    15. Re:Just sayin' by Anonymous Coward · · Score: 0

      I'm allergic to latex. Most people are not. So should the doctor just dismiss my allergy?

      No - it's much more important to train the doctor to enter NO in a "latex allergy field" without thinking. Heaven forbid we give them a list of common allergies where they can check all that apply and simply ignore all that do not, and a field "other" for any less common allergies where they can type in latex.

    16. Re:Just sayin' by Anonymous Coward · · Score: 0

      Why should the doctor not be required to know the answer to a simple question? Useless knowledge perhaps? What is the logic behind knowledge that should not be known, and why are doctors better off in ignorance?

      Patient shoe size: It's a simple question. Why can't the doctors be bothered to know this. Are they better off in ignorance?

    17. Re:Just sayin' by Fringe · · Score: 1

      For many of the "required field" questions I've seen, the question isn't really necessary. The doctor, and many busy people, work on the least amount of information required to get by, rather than the most comprehensive.

      A practical example: If we're sending a patient in for an MRI, the analysts could reasonably request knowing whether the patient is a smoker, of what, and when the last smoke was. But this is not information the doctor necessarily cares about, especially if the MRI is not lung related, but often even if it is. The question is whether cancer is there now, not whether the patient smoked yesterday, vs worked in a paint factory or lived in Beijing.

      Which brings us to your weak example of the value... and the committee approach the article mentioned. At what point is the cost of that data higher than the benefit. Your tune has been that the physician -should- know all of this, implying both low cost and that you don't care about it. But the time-tax is only indirectly imposed on you, through marginally higher medical costs. It hits the physician heavily, and hits anyone else who gets frustrated by these fields irrelevant to their task. What is the purpose of the software? Improve patient care? Or reduce liability? If, as you suggest, the latter, then you're probably right that a system taking so much time that the doctor can't actually see patients will do the job well. But it compromises other goals to get there.

    18. Re: Just sayin' by Anonymous Coward · · Score: 0

      "If there is one thing about the medical profession that needs changed badly, it is the concept that doctors are some sort of infallible super being who dare not be questioned.
          tl;dr Hey doc? Just fill out the damned form."

      Doctors could really take a lesson from commercial pilots. Both have a similar level of responsibility and complexity in their jobs. But pilots manage MUCH better dealing with documentation and filing.

    19. Re:Just sayin' by kackle · · Score: 1

      Perhaps the Doctors need to learn a little?

      Are you saying the doctors do little?

    20. Re: Just sayin' by Anonymous Coward · · Score: 0

      No,. It's a waste of my time.

    21. Re:Just sayin' by Ol+Olsoc · · Score: 1

      Having doctors muscle memory their way through a list of 50 radio buttons to say 'no' is more likely to cause a problem than having the buttons default to no, and make the doctor deliberately select the ones that are relevant

      Medical mistakes apparently have outcomes that kill between 210,000 and 440,000 patients each year https://www.npr.org/sections/h... Now of course the reason that range is so wide is that like any group that is responsible for killing people, they kinda want to keep it as quiet as possible.

      Have any of you folks given some thought to the idea that what seems to be an insufferable imposition on these Doctors might just be a way to keep them from fucking up and killing people?

      Then again I suppose that if a doctor kills you, on your tombstone you'll want written " At least the Doctor Wasn't Inconvenienced"

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    22. Re:Just sayin' by Ol+Olsoc · · Score: 1

      For many of the "required field" questions I've seen, the question isn't really necessary. The doctor, and many busy people, work on the least amount of information required to get by, rather than the most comprehensive.

      So I take it you are okay with this: https://www.npr.org/sections/h...

      The date was a few years back, when we didn't torture doctors with demands to think about what they were doing.

      Then again, apparently you are fine if you or a loved one is harmed because the Doctor was too busy to do anything but as little as possible. Too busy you know

      Because they need to use as little information as possible. Jeezuz H K Ryste, Funny what you promote. Tell us what hospital you work for - I'd love to tell them what you support and if the least amount of information and charge ahead is their policy. Challenge accepted?

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    23. Re:Just sayin' by Ol+Olsoc · · Score: 1

      Perhaps the Doctors need to learn a little?

      Are you saying the doctors do little?

      If we could talk to the animals - just imagine it......

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    24. Re:Just sayin' by Ol+Olsoc · · Score: 1

      I'm allergic to latex. Most people are not. So should the doctor just dismiss my allergy?

      Do you need me to explain that "default" is not the same as "answer that can never be changed"?

      I dunno if many slashdotters area war of this, but for critical experiments and activities, a check list is used. If I was ever working on something that was explodey or other possible bad outcomes, one of the first thing we did was make up a checklist.

      And the checklist had some really simple things on it, such as "turn on such and such power supply", "Last sweep before ignition check power supply again for operation", "Open exhaust doors", "remove intake protective cover", and on and on and on.

      Was it because we were stupid? No - it was because we were busy, and forgetting one thing could make a hella mess.

      Were we being imposed upon by this demeaning list? No - we were quite thankful for it, and the person making up the list was among the most important individuals in the group. And depending on the experiment, things to choose on the list could sometimes change.

      Considering the potential and documented cases of busy physicians inflicting harm on or killing their patients, a list that gives booboo feelings to their egos might just be a really good idea. The number of patients mistakenly killed by their doctors is higher than the number of people killed by gun violence or traffic accidents.

      A lot of different things to consider is seldom a bad thing - this approximation of the checklists thaat we used kept us from making simple mistakes that could destroy the project or even kill us was a good thing. It slowed us down and made us think and make certain that things were done correctly. And we were often busy and damn tired. Many is the night I didn't get home until after Midnight. Would you rather be killed because the doctor forgot to check for something that might have been simple, and just a check box that made him or her think "O crap!, I forgot about that!"kept them from doing just that. I suspect not.

      And while were asking questions, it seems kinda like ther are questions that should not ever be asked? Weird - In my field questions are welcomed.

      I read this whole thing as doctors falling prey to the same thing as some Airplane pilots do. The idea that they are invincible and incapable of error. Egos as big as all outdoors, they know what is right, and to hell with anyone getting in their way.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
  13. Re:Slashdead is GAY by Anonymous Coward · · Score: 0

    Modded down, not down voted. You must be thinking of some other site.

  14. So inconvenient by OrangeTide · · Score: 1

    Having instant access to comprehensive patient histories gets in the way of "winging it".

    But more seriously we have a top down development of software in the medical records industry. It creates sweetheart deals for a few big contractors, and prevents free market forces that evolve and improve software.

    Having supported an office that is using 30 year old medical billing software (Medisoft for DOS), I can say that there is little that has changed over the years other than the size of the organizations writing the software. The newer software is easier to train on, but gives people repetitive strain injury, functionally it is equivalent. (that oldie moldie software is HIPAA compliant)

    --
    “Common sense is not so common.” — Voltaire
  15. Based on what my nurse wife says by 93+Escort+Wagon · · Score: 1

    The reason users hate Epic is because Epic sucks - various functions break, randomly, all the bloody time.

    --
    #DeleteChrome
    1. Re:Based on what my nurse wife says by xxxJonBoyxxx · · Score: 1

      Epic is less of a "software package" than it is a "consulting gravy train". The idea is to show a demo of something that might work, then ship out an army of right-out-of-college consultants to script up a custom-to-the-customer solution that blows out the budget and extends the time on the clock.

    2. Re:Based on what my nurse wife says by Anonymous Coward · · Score: 0

      Yep. This is exactly what Epic does.

  16. time is money by Anonymous Coward · · Score: 0

    a doctor's time is worth more (to themselves, and the facility) if it is time NOT spent sitting in front of a computer screen, but instead is spent on patient visits and procedures.

    it's also why they speed talk through their dictations so fast that even trained and experienced transcriptionists have a difficult time, even when the audio is slowed by half or more. their time is worth more than the records personnel's. hell, even computers have a tough time with many doctors' audio.. and i'm not talking just about the pakistani-born doctors, educated in minnesota, and practicing at a south texas facility with a mashed-up accent from hell.

  17. bullshit by Anonymous Coward · · Score: 0

    RTFS. The doctor is trying to keep patients healthy, and now has to fund someone's hundred million dollar software.

    How the fuck does any software project cost a hundred million dollars. Even the fucking military is usually under that price.

  18. In other words... by Brett+Buck · · Score: 1, Insightful

    They hate them for the same reasons ALL corporate and centrally-controlled system users hate them - the dump changes on the user, then run away, and leave everyone else to just figure it out on their own.

  19. Doing it wrong... by aaarrrgggh · · Score: 2

    I first went to Bumrungrad Hospital in Bangkok back in 2006; they had a fully electronic system then, and it worked great for the doctors. Some parts of the workflow are scanned in rather than electronic capture, and it appears the system has had minimal supplemental improvements in the intervening decade, but wow it works.

    The doctors seem to love it because reviewing the charts and historical data is a breeze. As an added bonus, the hospital supports at least 5 languages, and the specialists don't need to be fluent in all as the system has automatic translations for common diagnostic comments with a backup human system for specialized comment translation.

    Sure they could do more to streamline workflow with tablets or something, but they have a clean electronic medical record system that works. Not sure if it can track medicare codes automatically, but I am guessing it is a separate process.

  20. To be fair, doctors also hate their patients by xxxJonBoyxxx · · Score: 1

    Had a family member recently try to get a tricky condition diagnosed and dealt with a lot of secondary specialists. He came out of that experience with a new dislike of the stream of uninterested physicians he was referred to.

    1. Re:To be fair, doctors also hate their patients by Anonymous Coward · · Score: 0

      If I was as unattached and disinterested in my clients' problems as the average doctor is of their patients' I'd have been dead in a ditch somewhere years ago. I don't understand it either.

  21. money money money... it's so funny... by Anonymous Coward · · Score: 0

    Well,

    That
    is
    just
    capitalism
    at
    its
    best.

  22. top down paperwork by Anonymous Coward · · Score: 0

    Forms by committee with "required fields" leads inevitably to satirical Kafka.

  23. my wife's experience by Anonymous Coward · · Score: 0

    the worst is upgrades: this has several times dropped prescriptions back to zero for the whole hospital (in europe). So diabetic patients loose their treatments... Units change too, ml to cl for no reason at all! It means you have to be very very slow and careful. Rolling updates can change stuff at any moment. It's a nightmare and you are legally liable if it goes wrong. Then there is the hospital system crash which means you can't read the documents for a patient who is having a crisis -- you don't even know why they are in the hospital.

  24. Why it's a hard problem by sjbe · · Score: 1

    Doctor is trying hard to build a nest egg to retire as a bazillionaire but software and accountability stops him from exploiting patients and staff.

    I'm sure that makes sense in your cynical brain but like many simple theories it is wrong.

    First thing to remember is that many of the processes used by health care providers were paper based systems that were developed without much if any information about best practices used elsewhere. Out of necessity we had a bunch of doctors and hospitals coming up with systems and procedures and documentation that maybe made sense for their practice but often did not match or even resemble procedures used by other hospitals or practices.

    The problems being experienced with making software to manage health care systems are many. But the key problems seems to be that A) health care data is REALLY REALLY complicated and hard to standardize, B) processes for managing the data historically varied from practice to practice and doctor to doctor - not for any malicious reason but because there was no mechanism to force standardization, C) big bespoke software systems are really hard to do smoothly, D) there are shockingly few regulations about how to do it nor much data about best practices for how to gather and store data electronically, E) for competitive reasons the companies making the software to manage these health care systems are reluctant to open up their systems to cooperate with other software systems even when doing so might be helpful to patients and doctors.

    When I say health care data is hard to standardize I'm not kidding. I'd worked in the field doing process engineering and even seemingly simple tasks have ridiculous numbers of steps and dump off all kinds of data, some of which is difficult to put in a nice tidy database record. My wife's practice went to an EMR fairly recently and even though the one they use is probably best in class for what they do, it still has all sorts of problems that occasionally bite them. The software engineers are mostly doing their level best (not always but mostly) I think but they aren't experts in the day to day practice and administration of medicine and the resulting products often show this.

  25. Don't get sick by krray · · Score: 1

    Don't get sick people! It may kill you... or they will.
    The last time I went to the doctor (too many years ago) I walked away just shaking my head. In disgust.

    My doctor was recommended to me by mom -- a now retired charge nurse in ER; ie: she knows her shit... I fully trust her opinion and when she told me to go to her GP because he was bar none the best in the area at diagnosing problems. So I went to him (w/ a tummy ache).

    He spent more time administering the computer. His hands and eyes were on the laptop a hell of a lot longer than on me. I felt like the computer was the patient.

    I absolutely lost it (and left) when the questions started. "Do you have a gun in the house?". WHAT THE FUCK does that have to do w/ my abdominal pain? The government should really stay the hell out of my medical care...

    Good 'ol paper and charts were way better IMHO. I'm just old enough to remember doctors making house calls. Miss those days.

    1. Re:Don't get sick by fropenn · · Score: 2

      The gun question has nothing to do with the government. Nothing. And, further, all patient / physician interactions are private and protected interactions.

      The gun question is there to keep you (and especially your children) safe. If you answer 'yes,' they can provide information about gun safes, trigger locks, safely storing a gun. If you answer 'yes,' they may also check your mental health status or ask about any thoughts you might be having about suicide. In this context, asking about guns are for your well-being and protection, which is what concerns the physician rather than politics.

    2. Re:Don't get sick by sconeu · · Score: 1

      And this question had exactly WHAT relevance to his gastric distress?

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    3. Re:Don't get sick by kenwd0elq · · Score: 1

      "Gun in the house" question; everybody should answer "Yes, of course, doesn't everyone?" whether or not you have a gun. Then answer "That isn't relevant" if the doctor asks any followup questions about it.

    4. Re:Don't get sick by kenwd0elq · · Score: 1

      The "gun in the house" question was added BY the government when they provided "guidance" on what sorts of questions and EHR system ought to include. That's why there was so much uproar when the State of Florida prohibited doctors from asking the question.

    5. Re:Don't get sick by Anonymous Coward · · Score: 0

      None. That is the point. But it is required under various rules and regulations that the government has set up. Violate those rules and the doctor gets penalized financially. Do it long enough and your license is threatened.

      I am a doctor. I read most of the comments above and find that the vast majority just don't understand that the electronic health record, meaningful use, review of systems rules that the government has foisted on doctors.

      Yes, I find myself staring at the computer screen more than I talk to the patient. Yes, I have horrible repetiitve stress injury from using the mouse 10 hours a day. Yes, I am fed up asking the same fucking question I asked the patient last week, again today, because I have to or otherwise, I am breaking the rules. I hate all of it and wish I could stop, but I can't. Medicine is the one field in America that is controlled like a communist or fascist country. It is NOT open and free. Doctors have to do what they are told. Why do you think so many have left medicine or are contemplating it?

      And please don't say I am computer illiterate. I worked in IT before going to medical school and becoming a doctor and am just find using computers.

      It saddens and aggravates me that most here think that doctors are to blame. We're not. We are just as much victims as you are.

    6. Re:Don't get sick by havana9 · · Score: 2

      From what I recall some explosives are toxic and could cause abdominal pain, vomiting and seizures. Potassium nitrate causes abdominal pain, so if one has old fashioned gunpowder and mishandles it could get abdominal pain and diahrrea. I know it because I like to watch police procedurals.

  26. "Field Required" results in massive disengagement by Fringe · · Score: 2

    Not just in medical. Jira can be configured to be easy to use... or to be "comprehensive". But when it gets too comprehensive, with too many fields required to do quick stuff, people just stop using it. I've aborted placing orders because they require I create a password, which I'd then have to track (put in my password manager), for what I consider a one-time-ever interaction... and then have odd password requirements on top of it!

    Those extra required fields are the biggest problem with computerizing forms. On paper, you can skip them. And they don't need them anyhow. Your doctor doesn't need to know your job title, but now it's often required. Requirements creep - it's not just for PMs anymore!

  27. I Live This by painandgreed · · Score: 1

    This has been my life for the last twenty years. Most resistance is just from people not wanting to do things a different way. The older doctors may have never used computers much and don't want to start. Their workflow may be a few seconds longer for each case, but be sure that for the first six months they'll spend a few minutes on every case complaining about how they lost time on those few seconds. Eventually, they usually come around and learn and get angry they have to revert to the old ways in case of a downtime because it's inefficient. Still, online workflow is often more of a pain than the way it was done, and probably the greatest contribute to that is that everybody is trying to recreate their old paper workflow with an electronic system. If they would have spent more time planning during implimentation, they could have save time with each exam forever on, but they have Byzantine workflows that were originally created because there was only one sheet of paper that had to be passed around and nobody wants to spend time to even figure out what the workflow is in the big picture, let alone figure out if there's a better way. Next, yes, the doctor's workflow is often a little bit longer, and this is almost always because those required fields were always required but the doctors just were't filling them out in the past, requiring other workers to do their work and run around and directly ask the doctor later. And it was never just one person, the initial person discovering the required field wasn't filled out would have to tell another person, who would have to call somebody to go to talk to the doctor, who would have to talk to the administration to find out where the doctor currently is, and then page or ask them. Doctors complain because they have to do a few seconds extra work rather than make five other people do ten minutes work each later. Still, most hospitals went through this a decade or more ago. New residents and attendings coming in are already used to it as the old doctors and staff will be six months past go live.

    1. Re:I Live This by Anonymous Coward · · Score: 0

      Your not considering the value of those few seconds. Any support staff can fill in the required fields, that's their job. What we are seeing is the moving to the doctor being the only required role in the establishment. The support staff are being thinned and removed since now the doctor is forced to fill all the required fields. Interestingly this is a horrible business justification that rises costs and decreases performance. I'd rather the doc add up those saved seconds of attention and review a patients file or read a article.

  28. Startup problems vs ongoing problems by QuietLagoon · · Score: 1

    Whenever a significant new system is put into place, there will always be start up problems, especially when working with a userbase that is not accustomed to using computers professionally. I see the main problem here as poor planning for the mitigation of startup problems. Whether that poor planning is incomplete training or design hiccups, it is poor planning if one is surprised by these types of problems.

    1. Re:Startup problems vs ongoing problems by oh_my_080980980 · · Score: 1

      It's a matter of a poorly designed system, which is quite obvious from reading the article.

  29. I don't think that doctors hate good design. by Anonymous Coward · · Score: 0

    Paper Prototyping would have helped. Using Sketching, and Storyboards as well.

  30. Health care software isn't bug free by sjbe · · Score: 2

    It wasn't that computers are less efficient than old school / antiquated methods. It was a matter of incompetence. Before the transition all people involved should have been properly trained.

    Having dealt with software system roll outs in health care, I think you are right in some cases but in others you are blaming the victim so to speak. My wife is an MD and her practice has a EMR system they purchased a few years ago. It's probably best in class for their type of practice but that doesn't mean it is perfect. My wife has spend literally entire days on the phone and in meetings trying to get fairly basic aspects of the system fixed. Simple stuff that even a lay person would look at and know that the software was badly buggy. That's time she doesn't get paid for to fix software that was rolled out before it was ready.

    Let me be clear, the problems were NOT training - they were problems of very poorly done and buggy software development. To give one example, at one point if a physician assistant entered incorrect data early in the patient visit there was no mechanism whatsoever for my wife to correct that incorrect data later on. This isn't some rare corner case that doesn't happen much - this is something every practice will deal with multiple times daily. This is the sort of thing that can cause patients to get hurt if not corrected and it took them months to fix the problem.

    Then there are problems of sharing data. The software at my wife's practice literally cannot talk directly to all but one of the local hospitals. Why? Because there is no economic or regulatory incentive for the software company to do so. They want medical practices and hospitals to use their software and nobody elses. So when my wife's practice has to send a patient record to an outside practice or hospital (happens daily) they have to use a fucking FAX or send paper records. Absolutely insane but that's the world we live in.

  31. Billing is the priority by Anonymous Coward · · Score: 0

    My wife is a physician. Physican's hate these EMR systems (e.g. Epic) because these systems are built around billing, rather than patient care. It's a distillation of the greater healthcare problem in the US.

  32. Too much handholding and micromanagement by Harvey+Manfrenjenson · · Score: 2

    Every single EHR system I've used has had the same problem: The designers think they know my job better than I do. In the old days (1990s) you trusted the doc to write or type down the information that was important and relevant. Today, the EHR designers are worried that I'll forget to ask some clinically important bit of information (like the patient's smoking history), so they force me to fill out dozens of little boxes, check-marks, drop-down menus, etc., just to ensure that all of the clinically important questions are answered (with "clinically important" being defined by a committee of god-knows-who).

    It's a fucking mess. Instead of a couple of succinct paragraphs, you get 30 pages of checklists and prefabricated phrases. There are several unintended consequences to this-- when doctors have to click through dozens of checklists (some of which may be of questionable clinical importance), they get in the habit of doing it as quickly as humanly possible, and that's when mistakes get made. That's how you end up with notes that say "Pelvic exam performed and was normal. Prostate exam performed and was normal." Of course, no one would actually TYPE this shit, since it doesn't make any sense-- these are phrases that got inserted into the chart because someone "clicked through" a wall of checkboxes.

    You also wind up with situations where you are forced to choose from a limited number of wrong or partially-wrong answers. (I've run across systems where instead of being able to describe the patient's affect, you had to choose from a selection of about five different adjectives to describe the patient's affect).

    Look, I get it. Doctors are imperfect and sometimes they really do forget to ask certain questions, perform certain parts of the exam, or issue certain warnings. I'm of the opinion that we need more mechanisms to double-check the work doctors do. But this should NOT be the job of the software developer who writes the EHR software.

  33. But now doctors know who you are by pierceelevated · · Score: 1

    Before my doctors were required to enter all my info in the computer, each visit was like I had never seen them before. Since the computers have been installed, the visits are much more productive and we get to the important follow up issues. I don't think they like them, but it has dramatically improved my experience as a patient.

  34. Everything Wrong... by nagora · · Score: 3, Insightful

    ...with private medicine in one phrase:

    the expenses came from lost patient revenues

    When patients are revenues, who's interested in curing anything?

    --
    "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
    1. Re:Everything Wrong... by tsstahl · · Score: 1

      You have just discovered why the person on the puffy table is a 'patient', not a 'customer'.

    2. Re:Everything Wrong... by Anonymous Coward · · Score: 0

      More relevant: When patients are revenues AND a third party is paying for everything, how is anything going to get cured. Patients have the incentive to accept every test and MDs have no incentive to conserve. Indeed they have a disincentive, if they conserve and miss something it's likely they'll get sued.

  35. Doctors are at fault too by cellocgw · · Score: 1

    From direct experience: even in a relatively small (6-10 MDs) group practice, over half the MDs never got the concept of "Toyota Lean" or 5S, meaning they never understood that "this is the way I've always done it" doesn't mean it's anywhere near the safest or fastest way to do it. Then they whine because the EPIC form generated by a couple of their colleagues who DO know how to set up a process isn't exactly what they want to use, or makes them do horrible things like proving there's a nonviral infection before prescribing antibiotics.
    Yes, Epic's basic setup stinks. But take a bunch of former pre-med weenies who never understood geometry, let alone computers, let alone checklists, and you're doomed.

    --
    https://app.box.com/WitthoftResume Code: https://github.com/cellocgw
    1. Re:Doctors are at fault too by woodendogwonder · · Score: 1

      Resistance to change is a problem everywhere when business processes are computerized. The health industry is just playing government-mandated catch-up. It's also tough for doctors who have to rotate at different sites and systems (e.g. medical residents in training).

  36. healthcare for all will fix it by cutting down the by Joe_Dragon · · Score: 1

    healthcare for all will fix it by cutting down the paper work / coding bs.

  37. 2006 Scripps Clinic adopted EPIC by ElitistWhiner · · Score: 1

    It was a huge transition from an IT system that had evolved upon a dedicated patient SNEAKERnet. Who better motivated than a patient to move essential data/records? It just worked. BUT it wasn't digital.

    EPIC solved that problem. BUT at the expense of facetime; medical speak for the amount of minutes M.D.'s spend face-to-face with patients. SO Dr's gave up family time to complete records, notes and messages AT HOME. At home most nights meant 12;00 AM+ eating screen time away from family usually only catching a meal then back to EPIC.

    It takes its toll on doctors.

    1. Re:2006 Scripps Clinic adopted EPIC by Anonymous Coward · · Score: 0

      so much this. But doctors are well paid right...

  38. Regulation by Anonymous Coward · · Score: 0

    More regulation and more requirements get added every year thanks to various government entities. Just wait until the controlled substance workflows are implemented at the beginning of the year. Right now the best case scenario is 14 steps that are all *required* from retrieving and reviewing the patients controlled substance history before they can issue a new controlled substance prescription.

  39. Doctors & Dentists by R3d+M3rcury · · Score: 1

    An old friend of mine used to work in the medical software/hardware field. They had also sorts of interesting software and hardware for doctors to use. Doctors, in general, weren't interested. They didn't want "a screen" between them and their patients. They needed to look at the person, see what they're saying and how they're saying it, sometimes drag details out of them that they don't want to give, etc.

    Dentists, on the other hand, loved tech. The more the better.

  40. Simple reason: Software is shit. by Anonymous Coward · · Score: 0

    I understand that writing good software is exceptionally difficult. I'm not saying programmers are idiots. But it's also clear that the vast majority of software developers are not up to the difficult task. With few exceptions, software is shit. There's usually one narrow path through a program that works, and if you deviate only a little from that, you quickly and painfully realize that it's all Potemkin villages. I don't know how to fix this. There are just not enough quality software developers. It's just no surprise to me why people don't want to "digitize". Sorry for the rant.

  41. Don't get involved then complain. by Anonymous Coward · · Score: 0

    So the Doctors would decide to just skip the meetings where the decisions were being made as to how the software would work, then complain when it does things differently than how they wanted....

  42. If only there existed a way... by Anonymous Coward · · Score: 0

    So "many of the angriest complaints" basically come from different groups of users wanting data presented different ways. If only there was a way to do that. Oh wait there is. I remember thinking that was a useful concept when I learned about it my very first day of work 17 years ago when I used the bug tracking software and I could switch between engineering mode, product manager mode, or make my own display layout. I have little sympathy for software that doesn't take basics like this into account. As for doctors not showing up to tool design meetings that happens with engineers sometimes too. A decent tool development team will find a way to get the information they need. I'm not on a tools team that does this, but over the years I've seen many creative approaches to getting this data that I'm pretty sure would work on doctors who skip out of design meetings.

  43. EMR/EHR lowers quality via copy/paste of notes by woodendogwonder · · Score: 1

    EHR creates more documentation of less value by allowing doctors to copy/paste notes from previous visits. On the surface, copy/paste seems to cover their liability for seeing a patient. But the additional text with no new valuable information means that incoming doctors have to re-read the same thing multiple times to grok a chart before seeing the patient. Or skip the pages of text because it is presented in a small window on a low-resolution screen. EHRs haven't caught up with the notion of quoting text, or having AI summarize notes/scan notes for new changes when a lazy doctor copies/pastes the previous write-up.

    EHRs are a step toward every treatment plan being codified as a flow chart, which is a step toward better AI doctor assistants.

    I am glad that doctors will be able to read computer font instead of hand-written illegible notes. But now the problem is too many redundant copy/paste notes.

    The EHR presents new privacy problems - instead of having to physically go look up a file, in some systems anybody with access can snoop on anybody else's charts or insurance history. This prevents health care professionals from seeking treatment because they know their co-workers will be able to find out. This is especially true for mental health treatment of medical professionals. I know of doctors who have resorted to waiting at a free psychiatric emergency clinic next to heroin addicts to seek mental health treatment to stay out of their hospital's EMR system.

    The article highlights another problem - more bureaucracy in hospitals. More administrators who haven't ever treated patients but are needed to ensure the business runs until they have too much power and make bad decisions that drives doctors/patients elsewhere and the hospital into bankruptcy.

    Hospitals are dirty places, and the keyboards/mice are often not cleaned well. My doctor friend brings a laptop to be able to type without fingers sticking to keys.

    The IT staff support size for hospitals is another issue; EHRs contribute to the problem. The article complains about immediate effects, but what does the long-term cost recovery look like? Where are the gains in efficiency? Some gains, like computers catching bad dosages, rely on knowledge-based codifications that aren't there yet.

    There are many problems associated with EHRs/EMRs after the productivity/workflow kinks are worked out. The idea of them is a step in the right direction.

  44. Not enough doctors by Atmchicago · · Score: 1

    If the time doctors have to spend with patients is so scarce then this is a sign that we need more doctors (or fewer patients). However, the guild is against increasing the number of doctors because it would create wage competition and lower doctor salaries.

    --

    You can lead a horse to water, but you can't make it dissolve.

  45. but... by Anonymous Coward · · Score: 0

    Ya but if you work at Epic you can now ride Elia's Deli merry-go-round. How's that for $1.6 billion?

  46. "Why Doctors Hate Their Computers" by Tablizer · · Score: 1

    because they run system-md

    1. Re:"Why Doctors Hate Their Computers" by greylion3 · · Score: 1

      Haha, nice little joke :)

      Non-linux/unix people won't get it, though.

      --
      Privacy begins with ..
  47. Not unlike IBM's FAA project by Ancient_Hacker · · Score: 1

    The complaints are not unlike the air traffic controller's complaints about IBM's computer system, on which billions had been spent. Nobody thought to consult the end-users. When they were shown the prototype, they just said "Nope, those planes are coming at me at 500MPH, I don't have the time to fill out all those fields".

  48. Doctors are interested in people not in machines by iMadeGhostzilla · · Score: 1

    Most doctors I met had resistance to technology and that's OK. Their intuition -- if they are any good -- is on the living patient first, then lab results and science. Computers and data flow are the last thing they care about. Software made for them should be particularly easy to use.

    Most of us would rather pick a doctor who's clueless about computers but good about understanding the patient.

  49. From what my friends said. .. by Anonymous Coward · · Score: 0

    Who were involved in the changeover (in WI), it was a complete catastrophuck. Scheduled surgeries disappeared, patient records disappeared etc. What had been a solid, working system was now a steaming POS.

  50. Open Source EMR? by elohssa · · Score: 1

    I wonder if any hospitals use an open source EMR, open-emr.org for example?

    Conceptually it seems like a good fit. A hospital could spend a fraction of what it would have paid for licensing fees on a few programmers to push the project forward. It'd be a lot less work to customize the flows clinicians use to match the procedures at that organization. The customizations could be shared with the wider community and become best practices, etc.

    Assuming no major hospital is using an open source EMR, why not?

    1. Re:Open Source EMR? by Anonymous Coward · · Score: 0

      "Open source" doesn't play golf at the hospital director's country club or demo their products at catered lunch meetings.

  51. Not always intuitive for doctors by Anonymous Coward · · Score: 0

    I think many doctors would argue they are never consulted in how software should work. I don't know that every piece of medical software is bad. But the development should include consulting the very people who use it every day.

  52. What's down, doc? by Impy+the+Impiuos+Imp · · Score: 1

    Still accurate after 20 years.

    Medicine + computer = computer

    "Make sure the doctor fills in the pharmacy address and phone number for us."

    --
    (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
  53. 3 for every 2 users? by hawguy · · Score: 1

    In the first five weeks, the I.T. folks logged twenty-seven thousand help-desk tickets -- three for every two users

    What kind of metric is "3 for ever 2 users"? Just write it in plain english, it's an average on 1.5 tickets per person. And 1.5 per person on average over 5 weeks sounds sounds like an amazingly successful rollout.

  54. Who is the system designed for? by shess · · Score: 3, Informative

    Once I started a new job which had a few nice things like getting reimbursed for decent home Internet service (because I was on call). But the system used to request reimbursement was clearly designed for the people cutting the checks, not for the people entering the requests, so after three months I just gave up and paid for my home Internet service the old fashioned way, out of my own damn pocket.

    The fundamental problem is that whoever is designing the system gets to choose where they can freeride. If an insurance company designs the system, they're going to push work off on medical facilities and doctors. If a hospital designs the system, they're going to push work off on doctors and nurses. If doctors design the system, they're going to push work off on medical facilities and insurance providers. The key problem is that patient representation is lost in the process. If you stepped back and said "What option would provide the best patient outcome?", you'd start to consider questions like "How do we ask this question to get the best data, but to prevent people from getting irritated and pushing random buttons to make progress?" So, often a required field goes from having one of two or three answers to including options like "I don't know" or "Not applicable". And just to be safe, there should be a "I don't want to answer", so that you know whether or not the doctor actually thought about the question, rather than just pressing "Not applicable" to get the question to go away. Then, of course, you need people designing backends to reflect this ambiguity.

    Unfortunately, it's easier to just force a selection at the front end, even though it messes up your data. So you can say with 100% confidence that a particular question was answered "Yes" or "No", but you have no confidence as to whether the person answering the questions actually made any effort to have them correspond with reality.

    1. Re:Who is the system designed for? by Anonymous Coward · · Score: 0

      >Once I started a new job which had a few nice things like getting reimbursed for decent home Internet service (because I was on call). But the system used to request reimbursement was clearly designed for the people cutting the checks, not for the people entering the requests, so after three months I just gave up and paid for my home Internet service the old fashioned way, out of my own damn pocket.

      The term for that is 'shadow work'. It's when interacting with an entity means that you have to spend time doing things without being compensated. (For instance, spending an hour in a phone tree trying to talk to customer service, or in the line at the DMV).

      It's a great way of saving money - why hire an employee who can solve a problem in 15 minutes when your customers will eventually figure things out after an hour?

  55. Re: Slashdead is GAY by Anonymous Coward · · Score: 0

    "Modded" is another word for n1ggered down, just like opinion of shitty minorities in the article Fuck you

  56. Re:"Field Required" results in massive disengageme by JesseMcDonald · · Score: 2

    Your doctor doesn't need to know your job title, but now it's often required.

    You say that as if it were obvious, but the kind of work you do may well be a factor in quickly and accurately diagnosing your condition. Should it be a required field? Maybe, maybe not—but if it's not required then they're less likely to have that information available when it would be genuinely useful.

    --
    "The state is that great fiction by which everyone tries to live at the expense of everyone else." - Bastiat
  57. Respectfully... by pr0t0 · · Score: 1

    I'm guessing you didn't read the article, and who could blame you? It's a long slog. But the problem presented in the summary, the implementation of Epic at a particularly hospital, is not really what the article is about or why the premise that "physicians hate computers" is posited.

    It's that while the goal of technology in healthcare is to improve things, it very often gets in the way and slows things down, particularly for the clinician. Many physicians are frustrated to the point of burnout because the time required to see the same number of patients has increased dramatically, often taking much of their documentation work home with them. One physician noted (and found solace in the idea) that the software is meant to improve the experience for the patient, not the clinician.

    The article is a good a read. I actually work in healthcare but I'm fairly removed from the clinical side of things, and rarely interact with physicians anymore. But I know exactly the pain many of these doctors feel because I see the absurdly inefficient way they have to operate.

    I have my own pain to deal with when it comes to Epic. There has long been a standard in electronic health records known as HL7. It's an older, frankly outdated, position-specific method of moving health info around; but it does work. Epic went totally off the reservation and fails to follow much of the standard.

    Epic isn't a 'normal' software company. They developed a system that different parts of a hospital (with different needs) could all feed into. It's complex, buggy, doesn't conform to establish norms or expectations, and takes a large staff just to keep afloat. However, they were the only company to attempt this level of hospital integration. So they took mountains of cash to DC, and used it to pay for lobbyists to push congress to require hospitals use this level of integration when putting an EMR system into place...an EMR system that only Epic provides. At least, that's the story.

    That's why nearly every hospital that upgrades its EMR system uses Epic...they don't have much of a choice. It's also why Epic has a sprawling campus in Wisconsin that looks more like Disneyland, complete with a treehouse, a carousel and a giant dragon statue.

    https://www.atlasobscura.com/p...

    --
    I'm sorry, but your opinion seems to be wrong.
    1. Re: Respectfully... by Zero__Kelvin · · Score: 1

      Wait ... What was their budget again? Epic was the only choice? You can't be serious. I could come in, do proper requirements gathering, and come up with a system that was HIPAA compliant, easy to use, and met all the needs of patient and staff, for a whole lot less than that, I assure you.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    2. Re: Respectfully... by clodney · · Score: 1

      Wait ... What was their budget again? Epic was the only choice? You can't be serious. I could come in, do proper requirements gathering, and come up with a system that was HIPAA compliant, easy to use, and met all the needs of patient and staff, for a whole lot less than that, I assure you.

      Perhaps that is true, but the lead time would have been years if not decades. Epic is a monster. It is the biggest EMR out there, and thousands of people work on it. Saying you could recreate it with the budget of a single hospital system implementation project seems... optimistic.

    3. Re: Respectfully... by pr0t0 · · Score: 1

      Yes, Epic is THE only choice if you are trying to integrate an entire hospital. Other systems like Cerner and Meditech do some or even many parts of a hospital, but only Epic does them all (poorly it would seem). And if you don't integrate all of them, you have real headaches from the government in terms of how Medicare/Medicaid is paid, accreditation is done, etc.

      The hospital system in the summary spent $100M on a finished product. They didn't spend it to develop one.

      You could be the best programmer, business analyst, government contract handling person on the planet and have access to an army of the same, all with purpose and conviction. Could you create an entire hospital integration system for $100M with those resources? Nope, not even close. Just like Epic, it would take ten times that amount and more than a decade to develop, and another decade of going through regulatory battling. Plus Epic would do everything in their power to throw as many financial and regulatory obstacles in your way as they could. But you could later sell it to customers for $100M if you survived. Would it be better than Epic? Almost certainly.

      A hospital, or more accurately, a hospital system operates much like a city. So imagine creating a software package that handles everything about: traffic, sanitation, water, sewer, electrical, construction, transportation, law enforcement, elections, education, etc., each with 100's of thousands of variables to account for. That's not unlike the scale we're talking about. There are literally dozens of departments, each with decades of legislation behind them governing what they can and cannot do, and how they have to do it.

      --
      I'm sorry, but your opinion seems to be wrong.
    4. Re: Respectfully... by Zero__Kelvin · · Score: 1

      You should learn about software development. You entire post is based on uninformed conjecture. Furthermore, the "lead time" on the project described is infinity, since they never acheived the goal and are in no danger of doing so. You also seem to assume that I would be writing everything from scratch, rather than leveraging FOSS. I wouldn't be writing my own database system. I also wouldn't be doing it alone. I would be using an efficient team.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    5. Re: Respectfully... by Zero__Kelvin · · Score: 1

      You are an incompetent idiot who assumes everyone else is too.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    6. Re:Respectfully... by RKThoadan · · Score: 1

      I suspect I'm in a different type of organization than you but I l'm much happier managing HL7 interfaces with Epic. Epic's the big dog so all my vendors know exactly what they need to do, compared to our previous not-the-big-dog EMR which was a massive headache. Then again, we massively customized our previous system so many of the headaches were of our own making. With Epic we put up at least some resistance to any significant deviance from their standard stuff.

    7. Re: Respectfully... by Anonymous Coward · · Score: 0

      Yeah. His $100M comment my is hilarious. I could personally replace EPIC in a couple months, plus the time for the creation of forms for actual user feedback/revision.

      This is, at worst, a superset collection and implementation.
      Surgeons want ABCD, pill oushers want BCDE, psych ward wants XYZ.

      The solution is to provide ABCDXYZ, with three Windows showing only the subset desired. Add letters/views/data fields as needed.

      It's not hard, neither in implementation nor concept if your not tunnel visioned into the "but mah freedom to die from clearly disclosed allergens!" crowd.

    8. Re: Respectfully... by Vorl · · Score: 1

      If that isn't the pot calling the kettle black...

      For the record, the guy you are calling incompetent actually has a clue, unlike you it seems.

      Have you ever worked with EPIC? Do you really have any idea what you are talking about? From your comments it sure doesn't seem like it.

    9. Re: Respectfully... by Zero__Kelvin · · Score: 1

      So you have no idea what "the pot calling the kettle black" means then? We will add that to a huge list of shit about which you are phenomenally clueless. And since I have no doubt you are too fucking stupid to understand what I wrote ... Saying the OP has a clue negates your claim that neither of us do.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    10. Re: Respectfully... by Anonymous Coward · · Score: 0

      Shut the fuck up you idiot. The point is that you *do* work with Epic, and that makes you an incompetent idiot who thinks that Epic is a solution to the problem. If you understood the article you would realize that Epic, and morons like you that think it is the solution, who have no clue how to develop and roll out solutions, are the fucking reason the clusterfuck scenario materialized in the first place

  58. The patients, doctors and software will evolve by Anonymous Coward · · Score: 0

    The medical system and software system need to evolve together. In a few cases doctors take the big leap to help fix the software development process by adding "app store" like customization which was initially opposed by the software publishers but not servicing billion dollar clients is never a good business practice.

    The financial system, the insurance companies, are forcing consolidation of the US medical system, profession medical practices are being bought out by large medical groups associated with hospitals. The high cost of medical service in the US, which are higher priced than the global market. The doctors are being "Taylorized" similar to factory work on the conversion to mass production. Profession medical practice evolved largely without constraints outside the medical community and there will be complaints until the doctors get with the system.

    Because the systems is not for the doctors, It is for the patient who actually receive better care because of the information they receive.

  59. Shock! Horror! by Cid+Highwind · · Score: 1

    Questions that doctors had routinely skipped now stopped them short, with "field required" alerts. A simple request might now involve filling out a detailed form that took away precious minutes of time with patients.

    Imagine that, a DOCTOR being required to take time to follow the rules like an ordinary plebeian.
    I'm surprised the cardiologists didn't all drop dead of simultaneous heart attacks.

    --
    0 1 - just my two bits
  60. "lost patient revenues" by ve3oat · · Score: 0

    In three words, there is the major difference between health care in the USA and health care in Canada. (I know, this is intensely political, off-topic, and irrelevant to the subject under discussion. Just wanted to point out what is often missing in discussions of the differences.)

    1. Re:"lost patient revenues" by slothman32 · · Score: 1

      It's not just HC but all businesses in general.
      A company doesn't make money, it's lost revenue and the fault of the non-customer, not the company.
      Also it may be off-topic normally but just today, in America, it's election day so it is on-topic.

      --
      Why don't you guys have friends or journals?
  61. Competent People? by Anonymous Coward · · Score: 0

    ...with private medicine in one phrase:

    the expenses came from lost patient revenues

    When patients are revenues, who's interested in curing anything?

    Most people are interested in curing, but most things they can sort of help out with a bit. It's not like there's a shortage of people who need medicine.

  62. Doctors Hate Computers Because They are Doctors by kenwd0elq · · Score: 1

    Doctors hate their computers because they are doctors, not programmers, and they don't like using crappy EMR (Electronic Medical Records) systems. A 15 minute patient visit includes 2 minutes actually examining the patient and 13 minutes trying to navigate through programmer-designed forms that have too many fields and not enough spaces for notes.

    I've known nurses who have retired rather than use the horribly-designed EMR systems.

  63. DST by kenwd0elq · · Score: 1

    Even now, EMR systems routinely crash in the switch from DST standard time. Turning the clocks back an hour sometimes erases the last hour's worth of data. Not bad for doctor's offices, but terrible for hospitals and nurses on the 11-7 shift.

  64. Re:"Field Required" results in massive disengageme by kenwd0elq · · Score: 1

    "Job title" =/= "type of work you do". Asking about "job title" may tell the doctor nothing about what I do. My job title of "Solutions Engineer", which is what it says o my business card, doesn't actually tell anybody that I install, configure and support scanners and document imaging systems.

  65. They have a point.. by Anonymous Coward · · Score: 0

    It's quite simple, with automation comes PHB's who think they can outsource the entire process to cheaper labour (ie nurses and prescreening intake). "Documentation" has little to do with it from a patient standpoint but EVERYTHING from a procedural. The systems are built to create drones, following established procedures and workflows. The medical field is NOT an episode of Scrubs.

    The biggest gripe quite frankly is I don't want everyone with access to those systems knowing the inner details of my condition. I don't want that data stored anywhere but in a paper file, in a desk or preferably with me. We're absolutely no where near that level of security nor privacy required otherwise. Hell you can't even get access to your own damn files let alone request an audit of who has viewed them.

    Now downvote your leftist little hearts.

  66. Re:"Field Required" results in massive disengageme by Fringe · · Score: 1

    Your doctor doesn't need to know your job title, but now it's often required.

    You say that as if it were obvious, but the kind of work you do may well be a factor in quickly and accurately diagnosing your condition. Should it be a required field? Maybe, maybe not—but if it's not required then they're less likely to have that information available when it would be genuinely useful.

    You hang a lot on that "may well be a factor". The doctor can ask, if for example it seems like a repetitive stress injury. But if I went in with a broken arm from skiing, or a disease just off vacation, or for my annual with no specific complaint, this is just wasteful and probably didn't come up in conversation... so you're advocating for making the system more expensive and time-consuming for a tiny potential advantage that already has a better solution-vector - that the physician ask if it seems appropriate rather than because it's "required."

  67. Lizard crash vs feline WP vs poodle Googling by wwphx · · Score: 1

    A friend of mine suffered a lizard crash when her iguana walked across her keyboard tray: the power switch for the buss strip that everything was plugged in to was attached upside down under the top of the desk, and the iguana brushed the switch and killed everything. She lost a few hours of database development when that happened.

    In our case, our standard poodle is adept at conducting Google searches on my wife's work laptop. We have not yet decoded the results, our having failed to break the secret poodle code.

    --
    When you sympathize with stupidity, you start thinking like an idiot.
    1. Re: Lizard crash vs feline WP vs poodle Googling by Anonymous Coward · · Score: 0

      Should have paid extra for the deluxe poodle.

    2. Re:Lizard crash vs feline WP vs poodle Googling by nospam007 · · Score: 1

      "the iguana brushed the switch and killed everything. She lost a few hours of database development when that happened. "

      Wow! Iguanas who do database development. Cool!

    3. Re:Lizard crash vs feline WP vs poodle Googling by wwphx · · Score: 1

      56" Ecuadoran green iguana that was almost as long as she was tall. Heck of a lizard. Or maybe she wasn't that hot of a database developer, I don't remember.

      ;-)

      --
      When you sympathize with stupidity, you start thinking like an idiot.
  68. More Relevant: Paitents Hate Doctors by Anonymous Coward · · Score: 0

    #doctorsaredicks

  69. Same as the rest of us by Anonymous Coward · · Score: 0

    I suspect doctors hate computers for the same reason a lot of workers hate computers, it makes their work easily transparent and forces them to be accountable. I think the reality is that doctors are an obvious target for AI. A lot of what doctors are now valued for is their mastery of information, not their human skills or their judgment. Computers are great at mastering information and training people to gather information is a lot cheaper if they don't have to be able to evaluate it. If I were a young person, being a doctor is not the future I would be looking at. I think a lot of doctors recognize this intuitively, they find themselves easily relying on the computer for current information about topics they spent years learning.

  70. Printing problems abounded. by Anonymous Coward · · Score: 0

    Ah, must be a Windows-based system. Our core software reports any exceptions it encounters so that we can proactively provide support to users and fix bugs with our system. Sample label printing is a very small part of what our software does, yet printing exceptions account for more than half of the reports. Bottom line is that Windows' printing subsystems are shit, generating seemingly random errors even for USB-connected printers. Network printers are even worse due to poor choice of timeouts and protocols lacking reliable delivery.

  71. Laptop track pads by Anonymous Coward · · Score: 0

    An older couple had issues with their new laptop. I showed them the function key to turn off the track pad they didn't use and their ghosts went away.

  72. EPIC works just fine by D3N1Z3Nx · · Score: 1

    It's the people that use it that suck.You are talking about hospital scale (read around 10000 people) numbers of people who, even coming from another EMR, are supposed to all interact with the new system in the correct way or they have failed it. The system is fine, the users are what fails. You might argue that the users shouldn't be able to fail the system, but you cannot argue that you can create a system to deal with such a complex issue and then also address all issues a user introduces from all of the ancillary systems that are introduced. This is not possible without an extended period of troubleshooting in a live environment for such a complex set of solutions. Then there is the bureaucracy and that is where the majority of the errors firm into real life persistant issues instead of user errors. At this point, people are making decisions on a transition from whatever system, paper or otherwise, that will affect system operation. Also at this point, comes the territorial attitudes, the jillion "what about this?" questions, many of which are from stupid people, the never ending issue of who decides how what is done. We haven't even walked into EPIC territory yet and already we have a swamp of stupidity on deck. We just made the transition to EPIC from the hodge-podge homebuilt EMR that we were on and there are still issues months later. I could solve most of them by going straight to the cause: the doctors. They HATE fully documenting anything. That's too bad for them, they won't get paid for a lot of work because of that. They are doing things on the front end that make the back end not work properly. They haphazardly enter information into the records. They use unspecified dx codes for everything. How is anyone supposed to treat you other than that exact same doctor when your documentation is generic copypasta from the last note you wrote? No, the problem isn't the system, it's the doctors and their hatred of documentation. They are extremely obstinate about it, too.

  73. Money Quote by Anonymous Coward · · Score: 0

    The money quote in that article was, "The system wasn't designed in the best interests of the physicians. It was designed in the best interests of the patients."

    Sure, workflows can be good or bad. Poor design is poor design. However physicians designing systems entirely for their own predilections and satisfaction, led us to a paper dominant system with high costs and poor adoption of the latest clinical knowledge. So clean up the workflows, optimize the system as much as you can, do all that. But the days of a doc scribbling off an indecipherable prescription pad, so someone else can spend the time and effort to figure it out? Those days are over, because physicians are now part of a care team.

    The old days were more about physician Lone Rangers who could ride off into the sunset. They got a lot done that way but times, they are a changin'.

    Also? Every industry sector went through this transition already. Name one that hasn't. Logistics, transportation, manufacturing, services, energy, consumer goods, retail, pharma, travel, education. Healthcare has been a lagging adopter of technology and was one of the final holdouts. I understand the reasons why; biology is complicated and the number of relevant data attributes you must track is simply huge (this is a data perspective of systems design). However now it can be done and the time has arrived.

  74. IT for IT has the same issues by Anonymous Coward · · Score: 0

    The ultimate service provider tries to automate their own job by having the service requester fill in information. The problem is, the requester is not always *qualified* to answer those questions, so is stymied, and the service provider never receives the request because the requester can't submit the incomplete form.

    Some things are much easier when you can just pick up the phone and ask the expert to do their job instead of filling out a form that tries to do part of the job for them (with you doing the work).

  75. The real problem by Anonymous Coward · · Score: 0

    Sounds like the real problem is that they didnâ(TM)t employee a few doctors to consult and test with before rolling out the software and rolled out too ambitiously.

  76. I.T. is LAZY and always has been by Anonymous Coward · · Score: 1

    Does your mechanic require you to stay with him at the garage and help him fix your car? No, you pay him to do it. You IT jackasses want to be special and think that we should do your work for you. You're paid to fix the computers. FIX THE GODDAMNED COMPUTERS. Get off your ass, get out of your cave, and walk down to my desk. I'm not rebooting, I'm not checking menus, I AIN'T DOING SHIT. I have my own job (which isn't medical, I'm an engineer). I won't be asking you to climb up to the top of the smoke stacks to change the goddamned blinken light, so don't ask me to send you event logs and ramdumps, umkay?

  77. Wrong. by Anonymous Coward · · Score: 0

    The real reason that doctors hate computers is because doctors don't know shit about them. This makes them feel less secure, less superior, and an insult to their egos. Doctors try to put on a facade of superior intelligence yet outside of medicine they are some of the stupidest people. Just ask a financial planner or loan officers that specialize working with these people. cough cough. STUPID as in a box of chocolates.

  78. Re:You're a fucking dope dealer by demonlapin · · Score: 1

    Christ, dude, if I wanted to use drugs, there are a lot more interesting things out there than opioids.

  79. How a note works by Anonymous Coward · · Score: 0

    I havenâ(TM)t seen anyone talk about how records typically get used by physicians, so I thought I might provide some insight. The TL;DR is that the modern EMR is about billing, not about patient care.

    There are multiple types of notes in a patient chart, but one of the most basic and informative ones is the âoehistory and physicalâ, or H&P. It is the type of note you write when you meet a patient for the first time and are admitting them to the hospital, for example. There are different flavors, but there is the same general format that all doctors commonly expect.

    Part one is the âoehistory of present illnessâ or HPI. It is the story you tell your doctor about what is bothering you. It includes things like when the problem started, what your symptoms are, what youâ(TM)ve tried that helps, what things make it worse, etc. Along with that you include the patientâ(TM)s known diagnoses. This requires the doctor to convert the stream of conscious/conversational information they gather during the interview into a single coherent story.

    Part two is the objective data, things like vital signs, physical exam, and lab values they might have available.

    Part three and four are the assessment and plan. As you might expect, the assessment is the name of the diagnosis and the plan is what youâ(TM)re going to do about it. If you donâ(TM)t have a final diagnosis yet, you pick the most likely and include a list of other things that are possible or you work with some umbrella term and discuss how you plan to narrow things down. You repeat this process for each of the the patientâ(TM)s problems (medical, social, etc) that requires the physicianâ(TM)s attention. If youâ(TM)re dealing with a simple cold you might have one problem, if youâ(TM)re taking care of a very sick ICU patient you may have 15-25.

    Hereâ(TM)s a fictional example of what you might see as an entry to an item on a problem list:
    1. Congestive Heart Failure
    NYHA Stage 1. Due to an MI in 2003, most recent TTE from 2017 showed LVEF of 45 with mild anterior wall hypokinesis. Has tried lisinopril in the past but had side effects so we switchted to losartan which he now tolerates. Completed cardiac rehab and continues to maintain active lifestyle. No changes in treatment indicated at this time.

    In this way, the H&P is primarily a tool for collecting, organizing, and analyzing data. It supports decision making and serves as a record of the diagnoses, past treatments, current plans, and possibly future treatment options. A good note represents a substantial amount of thought and illustrates to the next reader what you were considering, what data you used to get there, and what youâ(TM)ve tried so that ideally they can start where you left off. This prevents repeating the same tests or treatments. It saves time because it efficiently gets the next reader (who may be the original writer, may be another provider) up to speed because they donâ(TM)t have to re-invent the wheel (though, they have the ability to recognize a flaw in your reasoning and can potentially re-investigate).

    Furthermore, this note works as a todo list in your daily work flow. Imagine an ICU physician with 40 patients, each with a 25 item problem list. Thatâ(TM)s 1000 things the physican needs to track, which is impossible without a good synopsis to keep them organized. Of course, if this is someone elseâ(TM)s work, its the physicianâ(TM)s duty to make sure its accurate, but that is far less time intensive.

    A patient care focused EMR would preserve and encourage this type of note, but the current trend does not. Instead of a problem list entry like you see above with a summary of the diagnosis, treatment, and current sate of the patient, EMRs strip it down to a billing code. So you have a list of generic diagnoses in a list without any rhyme or reason. And then on a separate screen you have a list of medications that the patient has bee

  80. DR patient data handling is irrevocable by Anonymous Coward · · Score: 0

    DR is name of new data system my X doctor is using. Intake questions are done on tablets after agreeing to a new contract between me & DR. Lets skip all the contract except 3 parts. 1, I agree to irrevocable contract. 2, I agree that DR can change contract in any way it wants any time & it is irrevocable. 3, I can not change contract or limit DR access to my data. Who is DR? I do not care. My care is finding a new doctor.