Slashdot Mirror


IT and Health Care

Punk CPA writes "Technology Review has some thoughts about why the health care industry has been so slow to adopt IT, while quick to embrace high technology in care and diagnosis. Hypothesis: making medical records available for data analysis might expose redundancy, over-testing, and other methods of extracting profits from the fee-for-service model. My take is that it might also make it much easier to gather and evaluate quality of care information. That would be chum in the water for malpractice suits."

294 comments

  1. Hanlon's Razor by gmuslera · · Score: 3, Insightful

    Is not very surgical, but probably will be the right tool to diagnose this problem.

    1. Re:Hanlon's Razor by tsstahl · · Score: 1

      Stole my thunder. And I don't have mod points. Mod parent up, please.

      Healthcare is so behind because forever and anon they have drawn management from the ranks of caregivers. Almost universally the well of ideas has been pretty shallow.

      The good news is this IS changing. Executives from other walks of life are breaking into the field. The efficiency gains in other industries are now obvious to even the staunchest Luddites. Industry consulticks can no longer play divide and conquer among the customer base.

      Yes, a sea change is brewing in healthcare IT.

    2. Re:Hanlon's Razor by wealthychef · · Score: 2, Insightful

      Yes, because everyone knows that the best way to run a business is to add a layer of MBA's. We don't want a panel of DOCTORS deciding how to run our hospitals do we? We need efficiency, by jove, efficiency!
      Anyhow, this article is about Medical IT. I would guess that the slow adoption is at least partly because doctors and nurses are not bureaucrats and hate the bureaucracy, so even though computers are great for organizing information, doctors and nurses thrive on stressful "save the world" scenarios. I think it's just a mindset, not covering their butts.

      --
      Currently hooked on AMP
    3. Re:Hanlon's Razor by wealthychef · · Score: 1

      Yes, because everyone knows that the best way to run a business is to add a layer of MBA's. We don't want a panel of DOCTORS deciding how to run our hospitals do we? We need efficiency, by jove, efficiency!
      Anyhow, this article is about Medical IT. I would guess that the slow adoption is at least partly because doctors and nurses are not bureaucrats and hate the bureaucracy, so even though computers are great for organizing information, doctors and nurses thrive on stressful "save the world" scenarios. I think it's just a mindset, not covering their butts.

      --
      Currently hooked on AMP
    4. Re:Hanlon's Razor by tsstahl · · Score: 1

      Anti-establishment sentiment is always popular. However, the bottom line IS the bottom line. Hospitals are ultimately a business and need to be run like one.

      In order to remain solvent, they have to make choices as to which business lines to provide. It is a tough, if not impossible, balancing act.

    5. Re:Hanlon's Razor by TheLoinKing · · Score: 5, Funny

      The Allergists voted to scratch it and the Dermatologists advised against rash moves. The Gastroenterologists had a gut feeling about it, but the Neurologists thought the administration had a lot of nerve, and the Obstetricians stated they were all laboring under a misconception. The Ophthalmologists considered the idea short-sighted, the Pathologists yelled, "Over my dead body", while the Pediatricians said, "Grow up!" The Psychiatrists thought the whole idea was madness, the surgeons decided to wash their hands of the whole thing and the Radiologists could see right through it! The physicians thought it was a bitter pill to swallow, and the Plastic Surgeons said, "This puts a whole new face on the matter." The Podiatrists thought it was a step forward, but the Urologists felt the scheme wouldn't hold water. The Anesthesiologists thought the whole idea was a gas and the Cardiologist didn't have the heart to say no. In the end, the Proctologists left the decision up to some butt hole in Obama Administration.

    6. Re:Hanlon's Razor by Areyoukiddingme · · Score: 2, Insightful

      And by that you mean AMERICAN hospitals are a business and "need" to be run like one. Perhaps... that's wrong? Perhaps they shouldn't be run like businesses, because of the aforesaid well-nigh impossible balancing act? Perhaps... they should be run like a social service? Perhaps they would benefit from a sweeping serious thoughtful re-imagining?

      I know I'm whistling in the dark here...

    7. Re:Hanlon's Razor by Count+Fenring · · Score: 1

      I'll see your mindset and raise you experience with existing medical IT.

      In addition to:

      1. being complicated to get right (due to the astounding number of edge cases and exceptions the human body can throw at you)
      2. Being generally very mission-critical and high uptime required (Since, you know, if they can't get the patient's information, somebody might die)

      Medical software also has an extremely bad record on account of the ridiculous levels of vendor lock-in that is endemic in the field, and the utterly horrifying levels of your-data-is-my-hostage that can ensue when that data is confidential, complex, and necessary for running a hospital.

  2. Electronic Health Records is very hard by dreadlord76 · · Score: 5, Informative

    Having worked in development of EMRs, it was an extremely challenging area to work in. Trying to get 3 highly paid doctors to agree on a single thing was very difficult, and it was harder still to convince them to enter the same data the same way. In a particular area, such as diabetic care, it was possible to templatize the intake notes. But when dealing with general care, it became a very difficult data input issue, and meaningful data extraction was messy.
    A very large HMO has spent Billions on an EMR, with major IT consulting involved, and little to show for it. The benefits were very clear over 15 years ago. The medical community wants it to save money, and also to document against malpractice suits. The OP's take on why it has not been adopted was definitely not the view at the VP levels of the HMOs...

    1. Re:Electronic Health Records is very hard by rtb61 · · Score: 2, Insightful

      The biggest danger, manually you might make one mistake, electronically you can repeat that same mistake thousands of times before you catch it. Next up of course are software warranties, typical M$ warranties categorically states the software is "unfit" for any purpose, so if using it results in an error occurring it immediately leaves the hospital liable for criminal negligence as the software EULA stated it was unfit for the use to which is was put and the hospital "choose" to ignore that warning and use that software at the patients risk.

      Strange things can really happen with computers, as stray neutrino can strike a transistor and change it's state and either cause a system to crash or the wrong prescription to be issued. In the medical field, it is life or death and manual system continually checked, and immediately reviewable by any concerned parties do have a considerable safety advantage, this can certainly be augmented by electronics but replacing it requires extremely reliablly hardware and of course software with warranties that actually warrant the quality and reliability of the code in the software.

      --
      Chaos - everything, everywhere, everywhen
    2. Re:Electronic Health Records is very hard by Anonymous Coward · · Score: 0

      Yep, people outside the field grossly underestimate its complexity. There are tens of thousands possible tests one can subject a patient to, tens of thousands of possible but often ill defined disease concepts and a virtually unlimited set of possible individual patient attributes, states and conditions where each such attribute/state/condition has the potential to influence clinical decision making from guessing the most likely diagnosis to choosing a therapy plan that may help the patient. No matter how you cut it you will end up grossly simplifying many important aspects of this complex business and inevitably upset clinicians that are used to a certain way of doing things and are very fond of the status quo.

    3. Re:Electronic Health Records is very hard by MrMarket · · Score: 1

      So, instead, we should treat every physician encounter as a first encounter? How is that any better?

    4. Re:Electronic Health Records is very hard by nofx_3 · · Score: 3, Insightful

      A very large HMO has spent Billions on an EMR, with major IT consulting involved, and little to show for it.
      I assume you are talking about Kaiser Permanente's HealthConnect here? I think the key is that the groundwork has been laid. It takes a long time and a lot of money sometimes to be a pioneer in the healthecare industry. Ultimately it will likely benefit KP, as it will takes years for other systems to catch up if it's even possible for them to (most lack the integrated delivery system that made this possible for KP).

      --
      Visualize Whirled Peas
    5. Re:Electronic Health Records is very hard by boliboboli · · Score: 1

      Trying to get 3 highly paid doctors to agree on a single thing was very difficult, and it was harder still to convince them to enter the same data the same way.

      This ^^ With the exception it's usually more than only 3 doctors. My father-in-law managed a the business for a group of radiologists for 28 years and his 'challenges' at work really surprised. I was amazed at the ancient filing, tracking, and billing methods they used; Mainly because the doctors don't want to spend the money on it and/or can't agree on a course of action.

    6. Re:Electronic Health Records is very hard by Z00L00K · · Score: 4, Informative

      Not all medical systems are equally sensitive, and if there is a one in ten million risk of a technical error causing incorrect data for a patient the risk of prescribing the wrong medication is a lot higher if the doctor can't get the whole picture because information is locked away in an inaccessible system or only exists on paper.

      There is the Unified Medical Language System that is supposed to address some of the issues regarding interoperability, but I'm sure that there are a lot of problems left to take care of.

      Another problem with medical records is the privacy issue. Some data may be embarrassing like sexually transferable diseases. Others like broken bones are rather harmless for the privacy.

      And the issue of keeping medical records accessible is an international problem.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    7. Re:Electronic Health Records is very hard by ILongForDarkness · · Score: 5, Informative
      I worked at a cancer centre and controlled the treatment planning, delivery and records. In my experience if something was going to get screwed up across the board it would have to be me that does it. Individual doctors and therapists just had access to one patients "file" at a time. Technology also makes it much easier to fix problems. For example, we had to report the time that a patient had to wait for treatment. The definition of the start date changed (can't remember something like it used to be when the treatment plan was approved by the oncologist, but became the date that the oncologist consult happened), anyways with a half hour of thinking and a couple lines of SQL I was able to change this value to the new definition on 10k+ patient files. With a paper chart they probably would have had an intern sitting around for weeks updating charts rather than practicing medicine. Manual practices are just that, manual, lots of health care provider time is wasted waiting for a chart that someone else has. With an electronic chart everyone can view the same chart at the same time (they usually lock the chart so only one person has write permission at a time though).

      As for hardware reliablity: I had 5 servers, 60 workstations, a CT, and 5 radiation therapy machines (which themselves have 3 computers running in a voting redundant system), in the two years I was there we had 1 day that we were down because our database came back with an inconsistancy after its backup. Patients were then treated with the paper method and it was much much slower, treatments easily took twice as long because of waiting for charts etc. It actually turned out not to be bad, it probably was your stray neutrino scenario, anyways we left it in the state we found it in so that the vendor and database supplier could find the problem so it wouldn't happen again. We could of been back up in an hour because we had tape backups of the system. What happens if someone spills their lunch on a paper chart? Also, for another 50k or so you can get a hot standby server to failover to.

      Also reporting is much easier from electronic systems. I got questions all the time like "what percentile of breast cancer patients getting 20 or more sessions waited for more than one week to start treatment?", I was able to have the answer over a 5 year period in less than an hour. It was much harder for a physician to bullshit his way into justifying his performance when any claim he made could be verified that quickly. In a paper system it would take days of someone's time to verify that stuff and so it probably wouldn't happen until someone had a bad outcome or a malpractice suit was filed.

    8. Re:Electronic Health Records is very hard by Yoozer · · Score: 5, Insightful

      Strange things can really happen with computers, as stray neutrino can strike a transistor and change it's state and either cause a system to crash or the wrong prescription to be issued.

      Why blame computers (and why go the lengths to blame stray neutrons) when humans themselves can screw up far more often and far better?

    9. Re:Electronic Health Records is very hard by greenbird · · Score: 4, Informative

      Strange things can really happen with computers, as stray neutrino can strike a transistor and change it's state and either cause a system to crash or the wrong prescription to be issued.

      It's idiotic statements like that which make the non-experts in the technology field shy away from technology. The odds of a human error is many orders of magnitude greater than the odds of a stray neutrino causing a wrong Rx.

      --
      Who is John Galt?
    10. Re:Electronic Health Records is very hard by fbjon · · Score: 1
      In Finland there are already systems for EMRs, where I'm working they were introduced around 2002 or so, and gradually phased in from a purely paper/folder-based system. Moreover, although different districts use different systems (or a few different systems at least), they have to interoperate in exchanging records. As I understand it, there's an initiative to make systems across the EU interoperate, but I'm not directly involved in the EMR stuff anymore and I can't remember the schedule for that.

      Now, it may not be a dance on roses, but things aren't in the stone age here, at least. :)

      --
      True confidence comes not from realising you are as good as your peers, but that your peers are as bad as you are.
    11. Re:Electronic Health Records is very hard by Antique+Geekmeister · · Score: 3, Interesting

      It means you don't get to see the physician twice, and learn about each other so they can tell when you're lying and you can tell when they're full of horse pucks. And it means that you can't organize your visits to arrange for expensive, long-term treatments for those chronic conditions like sleeplessness, work-related stress and RSI, diet and lifestyle changes. It's also a way to avoid providing mental care, which is very dependent on generating trust and non-verbal communication between a therapist and a patient.

    12. Re:Electronic Health Records is very hard by adavies42 · · Score: 5, Informative

      neutrino? i think the odds of a neutrino hitting a transistor are about the same as the odds of a 1000-bed hospital's patients all going into spontaneous remission from everything simultaneously, then living to 120. photons or cosmic rays or something maybe, but neutrinos have a 50-50 chance of getting from here to alpha centauri through solid lead.

      --
      Media that can be recorded and distributed can be recorded and distributed.
      -kfg
    13. Re:Electronic Health Records is very hard by c0p0n · · Score: 5, Informative

      I would imagine the picture is very different depending on the country. I work on long term conditions monitoring systems in the UK and obviously our main client is the NHS. Even though our systems (or similar systems from other companies) will save the NHS a lot of money in the medium term it's been very slow to adapt due to the layers and layers and layers of management and middle management which also has a high rotation rate. It's not phobia to tech but politics (ie predecessor project on hold while I get mine to completion type of thing) for the most part.

      About the article, it's fairly misleading and uninformed in my experience:

      Too bad the medical industry has a vested interest in inefficiency.

      Please spare me the conspiration theories. A sizeable chunk of the medical industry is composed of small companies whose main selling point is precisely efficiency and subsequent cost savings. This, the big medical companies can't provide anyway, there's no conspiration, you wouldn't believe the amount of paperwork you need to keep up to date to comply with regulations in this industry and especially with new products, therefore they simply sell same old.

      --

      Your head a splode
    14. Re:Electronic Health Records is very hard by lurker412 · · Score: 5, Insightful

      I, too, spent many years working as a developer and IT administrator. While there are certainly some technical problems--security, privacy, and especially finding a sufficiently expressive standardized vocabulary--the primary issue in implementing computer systems in hospitals is cultural and behavioral. Doctors are accustomed to a great deal of autonomy, and many do not care for the structure that systems impose. The VA has been more successful than most organizations because they can impose systems by fiat. Doctors are often subject to intense time pressure and will resist anything that slows them down. In the short term, it is much faster to scribble a prescription on a piece of paper than to navigate the widgets of any order entry system. Many don't care about the long-term problems that this creates. While administrators are more likely to be aware of the long-term benefits, there is generally little they can do when doctors threaten that babies will die if doctors have to change their ways.

      The premise of the the original article appeals to conspiracy theorists, but I have to say I have never seen any evidence that supports it. The author also fails to provide any. Rather than look to greed, it makes more sense to look at the UI failures of most commercial systems and the inadequate attention given to training and support during implementation.

    15. Re:Electronic Health Records is very hard by dkf · · Score: 4, Funny

      neutrino? i think the odds of a neutrino hitting a transistor are about the same as the odds of a 1000-bed hospital's patients all going into spontaneous remission from everything simultaneously, then living to 120. photons or cosmic rays or something maybe, but neutrinos have a 50-50 chance of getting from here to alpha centauri through solid lead.

      Indeed, there's a higher chance of the neutrino changing the state of the doctor's own neurons and making him flip out and start turning patients into mutant zombies in a plan to take over the world...

      --
      "Little does he know, but there is no 'I' in 'Idiot'!"
    16. Re:Electronic Health Records is very hard by Anonymous Coward · · Score: 1, Interesting

      Computerised medical records can be great fun. I once visited a certain type of clinic and gave my name, and was asked if i had lived in a certain city, which i had. and a certain road, which i hadn't, but I knew who had!

    17. Re:Electronic Health Records is very hard by ronaldo1 · · Score: 2, Insightful

      U.S. Department of Veterans Affairs developed VistA - for everyone.

      I am surprised the open source pundits dont know about this one.

      http://en.wikipedia.org/wiki/VistA
      disclaimer: i work for the dva on vista every day

    18. Re:Electronic Health Records is very hard by rhsanborn · · Score: 1
      Add in two more issues, which are the incredible amount of power any given, technophobe doctor wields in making technology decisions, and the IT systems they breed. Doctor's control a great deal of the decisions in any hospital for the reasons mentioned by the parent.

      While administrators are more likely to be aware of the long-term benefits, there is generally little they can do when doctors threaten that babies will die if doctors have to change their ways.

      As a result, an industry of medical technology providers have popped up with people holding medical backgrounds running them and making decisions. These people with medical backgrounds give hospital decision makers warm fuzzy feelings, because they think they are very special and their problems aren't even remotely similar and are orders of magnitude more complex than similar functions in the business world. It turns out most of the software I've seen from these boutique health technology software firms are several years behind anything being developed for business functions and considerably less polished.

      It's the ego of being special because it's medical that holds many things back.

    19. Re:Electronic Health Records is very hard by MadKeithV · · Score: 2, Funny

      Indeed, there's a higher chance of the neutrino changing the state of the doctor's own neurons and making him flip out and start turning patients into mutant zombies in a plan to take over the world...

      Crap, I'm NEVER going to the doctor again!

    20. Re:Electronic Health Records is very hard by Ihlosi · · Score: 2, Funny
      Crap, I'm NEVER going to the doctor again!

      In Sovier Russia, Mad Doctor and Igor go to you.

    21. Re:Electronic Health Records is very hard by modmans2ndcoming · · Score: 1

      I don't know how it works in other hospitals but the hospital I work for, the doctors go to the liaison with a need, the liaison talks to the right people in the IT department and a group is formed to meet the need of the doctors. The only decision making the doctor gets is in the area of "does this meet my needs". The docs have little say in what we do to support the solutions that meet their needs and according to Gallup, we are in the 99th percentile for physician satisfaction.

    22. Re:Electronic Health Records is very hard by electroniceric · · Score: 2, Insightful

      I think you've pretty much hit the nail on the head. Since medicine itself is more art than science, doctors need to once convey the right information about the patient, but also pass along coded messages about their judgment on the situation that are tailored to the recipient. The example I know intimately is that if you're a pathologist and you see something that looks like it's a little suspicious, but you're dealing with an oncologist and surgeon who you think are a little too hot to trot in the surgery department, you're going to pull back on the language to give them a message that they can wait. Of course you also haven't met the patient, so you don't want to take over the decision of surgery or not. A lot that kind of thing goes into each handoff of the patient from one person to another. It's absolutely true that it scales poorly and queries ever more poorly. And it is a product of the way doctors are educated, so I'm dubious that just writing better software can fix it. I do believe the autonomy and control thing is part of the issue, but I think it works in a different way. Doctors work by using their "medical judgment and experience" (generally matching and interpolating patterns they've seen before) and they are called upon to act very quickly. At the same time, most work for small businesses in which they are part or majority owners. So they do very little formal development of their workflows, and tend to accumulate them without ever building in mechanisms for improvement. Look at the work of Brent James. They standardized workflows and then audited those standardizations, forcing a doctor to either follow the protocol or fix it, they began to really reduce mistakes and improve quality. That kind of effort is essential to improving quality, yet it's very rarely given much attention. IT isn't going to solve these problems by itself, but a good software development process could help if the docs buy into articulating and reviewing their workflows and the information they're passing.

    23. Re:Electronic Health Records is very hard by datapharmer · · Score: 2, Informative

      The biggest problem with the Unified Medical Language is that there are too many fields that aren't required and information is often recorded in a different way be various practitioners. This results in it being not so "universal".

      --
      Get a web developer
    24. Re:Electronic Health Records is very hard by jellomizer · · Score: 3, Informative

      Medical Doctors are in General very difficult to work with. There are a lot of factors...

      1. Society says they are the smartest people around. They think that too. So when they go out of their area of expertise and they don't know exactly what is happening, they will avoid trying to learn about it but become defensive about it. And will not give respect to people who do know about such areas and let them ask the right questions so they can fix the problem. I have had Doctors yell at me, when I call them and say, "I hear you are having some problems with the system, could you explain them to me so I can see how I can fix it?" just as themselves will go to a patient and ask a similar question even when they have the problem written down as for the reason for the appointment. This makes them high maintenance and people don't necessarily want to deal with them. House may be a cool TV show, but you really wouldn't want to with him.

      2. Doctors are trained in medical not business, they are MDs not MBAs. Yet a lot of them run their own practice and need to deal with all the business of running the practice and not working on the medicine. Many practices are so overworked that they don't have time to analyze or listen to ideas that will improve their practice.

      3. Most practices are small business. Good EMR and PM (Practice Management) system are not cheap (like most professional apps), and there is a sticker shock for paying thousands of dollars for software, even for a glorified access database. They feel like they are getting ripped off by paying such high prices for software. So they will go with their crappy methods before getting ripped off.

      4. Open Source is not an option. Sorry Open Source fans. In a career where you can get sued in an instant you need somewhere to point the lawyers away from you. (Hence part of the high cost for medical software) Yes this is a lame excuse for Microsoft (who makes general use software) but for specialty software companies they are under the guns of lawyers all the time.

      5. MD are known to make a lot of money. This doesn't always attract good, nice, or even smart people. Remember "What do you call the person who graduated with the lowest score in Med School?" answer "Doctor". A lot of people are just in it for the money. They may say they like helping people but they are in it for the money (How a lot of doctors in California will prescribe "medical marijuana" for "problems sleeping") They will be so tight with their money and be blind to all benefits such systems will have, and will not pay unless things work the way THEY want it to.

      6. Uneducated staff. For most practices you will have 1 or 2 doctors 1 or 2 nurses (with Associates or BA degrees) then a staff of 4 or 5 with High School degrees. That staff runs the business for the most part. They lack the patience or discipline to learn such technologies and to use it for its best advantage. Also many of them feel sub adequate (as they need to deal with the high egos of the Doctors) so they are afraid to ask questions or point out problems.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    25. Re:Electronic Health Records is very hard by mcgrew · · Score: 1

      Hardware malfunctions almost always kill the computer (more chance of a power supply problem, or a card becoming loose or its connections corroded), and even when a single transistor burns out, the data will still be intact except for a single biit, which will only change the character that bit's byte is stored in. The worst that could happen would be a single character changing, and it will be easily seen as an erRor.

      And we'll have fud fud fud 'till datty takes her bullshit away!/i?

    26. Re:Electronic Health Records is very hard by glorpy · · Score: 1

      Scary neutrinos don't scare physicians and secretaries away. Computers themselves do.

      Excel, Word and Internet Explorer are the only programs a lot of people in the health care industry are actually comfortable using (sorry, the mainframe apps hospitals still rely on are scary!), but they still tend to use them poorly.

      There's frequently zero budget for IT training for non-IT staff. Many people still do things manually, even while using computers to do them. I can't tell you how many times I've seen hospital staff sort spreadsheets by hand in Excel using Copy and Paste - and from the menus no less.

      There's a huge education curve and the egos of physicians add another serious impediment. And at medical schools that do research, PhD's have entirely too much say in the design of the tools they will use - and inevitably create a product that they themselves will not use.

    27. Re:Electronic Health Records is very hard by Anonymous Coward · · Score: 1, Insightful

      I read your post and the first thing that came to my mind was that it was very easy to change 10k+ patient records to be whatever you wanted. Yeah... Sounds like a good idea to me.

      BTW, what form of version controlling or auditing do you utilize on your database? I mean, what if they change the definition again and you have to go back to the original start date? That would be easy, right?

    28. Re:Electronic Health Records is very hard by Anonymous Coward · · Score: 1, Informative

      What you say is largely true. As an MD I've participated on a group that developed a standardized XML EMR format 10 years ago -- despite being available this has not been widely implemented by Healthcare IT vendors -- so don't blame the doctors!

      In my experience, Healthcare IT vendors produce crappy software for $$$ that often doesn't help the MDs do their work more efficiently. Don't blame the doctors for this situation.

    29. Re:Electronic Health Records is very hard by six11 · · Score: 1

      I took what he said as shorthand for "some sort of glitch". Certainly "human error" happens very often, especially when the user interface was designed by chimpanzees. But hardware failures or unknown software bugs really do happen, and do not always manifest in immediately obvious ways.

    30. Re:Electronic Health Records is very hard by Abcd1234 · · Score: 1

      Please spare me the conspiration theories. A sizeable chunk of the medical industry is composed of small companies whose main selling point is precisely efficiency and subsequent cost savings.

      Besides which, if you want conspiracy theories, it makes a *lot* more sense for these companies to switch to EMR to save cash, and then simply not pass on the savings to the customers, thus jacking their profits.

    31. Re:Electronic Health Records is very hard by Hognoxious · · Score: 2, Interesting

      I would imagine the picture is very different depending on the country.

      I would imagine the article submitter doesn't understand the concept of "other countries".

      I could imagine providers overtesting in a US style pay-as-you-go system - the incentive is clear. But why would the NHS in the UK (OMG!!! teh sosherlizzum!!!!) do such a thing? And as you hint at, the NHS has a long record of failed IT implementations too.

      I suspect the problem is to do with medicine itself - every case is different and partly the attitude of its practitioners - doctors are set in their ways and often arrogant.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    32. Re:Electronic Health Records is very hard by Anonymous Coward · · Score: 0

      One of the things my dad has been working on is standardizing the languge used for pathology reporting int he Visan of the VA system he works. Its taking quite a bit of work, and last I knew there was still a standing order to call him when things came into question. His naming was based on the UNified Medical Langauge System, but there are some subtlties that its doesn't convey that they needed. A lot of what he's done has been moving things that private practice has done into governmental use. Just having standard reporting let him standardize the equipment used, so they could eventually go with a unified vendor (with I believe two exceptions) that saved them millions of dollars. He advocated standardization at the region level instead of nationally so that they could more easily play the companies against each other and they could effectively evaluate them since they could talk to other regions that used that vendor.

      Anyways just one anecdotal case.

    33. Re:Electronic Health Records is very hard by Pervaricator+General · · Score: 2, Insightful

      Wouldn't a well-maintained front end be able to see these inconsistencies and say, "did you mean X as in Y or X as in Z?" for any oft-misclassified values? Isn't that what you pay for software as a service for?

    34. Re:Electronic Health Records is very hard by medelliadegray · · Score: 1

      I don't know which particle it would be, but basically cosmis rays can flip bits. Fortunately, ECC will generally correct this--most times--In the below writeup, IBM is advocating why their advanced ECC chipkill is something that would be very relevant for highly critical servers. The big brand servers basically all use chipkill now.

      IBM directly seems to be charging for these reports, but the writeup here.

      http://www.ece.umd.edu/courses/enee759h.S2003/references/ibm_chipkill.pdf

      --
      Troll, Troll, go away and flame again some other day
    35. Re:Electronic Health Records is very hard by whipping_post · · Score: 1

      Someone mod this post up. +1000.

    36. Re:Electronic Health Records is very hard by adavies42 · · Score: 1

      hmm, that, i'm not so sure about. memory bits get hit randomly, and there's no reason a flip couldn't change the sense of a test, or move some value from positive to negative, or something. not everything's a string. still, the odds of anything other than a random crash or obvious data corruption happening are pretty remote.

      --
      Media that can be recorded and distributed can be recorded and distributed.
      -kfg
    37. Re:Electronic Health Records is very hard by Anonymous Coward · · Score: 0

      Further more you can guard against a stray bad bit flip via error correction if you are genuinely concerned about this scenario.

      Of course if you find a bit flip, I would advise you start debugging before blaming the neutrino.

    38. Re:Electronic Health Records is very hard by tb3 · · Score: 1

      Would you be talking about the Musti Consortium? I was just reading this article about VistA and it mentions that hospitals in Finland forked VistA to create a suite of programs called MUSTI and Multilab.

      --

      www.lucernesys.comHorizon: Calendar-based personal finance

    39. Re:Electronic Health Records is very hard by hesiod · · Score: 1

      I haven't looked at UMLS, but I am guessing it is for automated interfaces -- sending data between different systems. Therefore, there is no one at the console to ask.

    40. Re:Electronic Health Records is very hard by BigGar' · · Score: 1

      Sounds like your experience is not unlike mine in working on SAP installations.
      Businesses need to change long running business processes to model the software's processes/templates.
      There's often a lot of resistance to changing these processes; usually for no reason other than institutional inertia.
      If you don't have buy-in from the top for the need to make these changes then the implementation is almost doomed to failure.

      --


      Shop smart, Shop S-Mart.
    41. Re:Electronic Health Records is very hard by Anonymous Coward · · Score: 0

      Radiologists (in my experience) are usually an entirely different, more arrogant, kind of spoiled brat than normal doctors are.

      Posted anon because I still have to deal with them...

    42. Re:Electronic Health Records is very hard by Anonymous Coward · · Score: 0

      Your ability to change 10K records without oversight is far more detrimental than any time savings it brings. Your post has reassured me that ubiquitous electronic medical records is a horrible idea.

    43. Re:Electronic Health Records is very hard by Anonymous Coward · · Score: 0

      Trying to get 3 highly paid doctors to agree on a single thing was very difficult, and it was harder still to convince them to enter the same data the same way.

      Trying to get 3 highly paid software engineers to agree on a single thing can be very difficult. And getting them to all agree on the same format for input fields can be even harder. You describe one of the main fallacies of using computers in medical record keeping...it's useful for mundane stuff. But all the years of medical science, and all the types of medical training, are not easily converted into a database by people who know little or nothing about medicine, nor how to interact with highly trained individuals in a profession where there is both science and art. The art of medicine isn't easily input into computers, as the engineer doesn't know how to measure physician's guesses and thought processes.

      Now, add to that the problem of keeping private and secure electronic records which will be available to any physician, clinic, hospital, insurance company, or prying governmental agency, not to mention the computer software companies and their employees, and anyone who can listen in on electronic communications between locations. In my opinion, the only data that should be available nationwide for ER's should be special conditions that an MD would need to know about before treating a patient who can't talk, or can't recall his medical history...things like medications allergic to, and whether or not someone has a condition that would make normal treatment counter-indicated. Giving insurance companies other information was a huge mistake, as clerks and bean counters started comparing costs without the ability to see the full picture.

      I guess it's a bit like artists being asked to only use cheap white paint for all their paintings, because the other colors cost more and don't cover a canvass more completely than cheap white paint does. Asking 3 artists to agree on which fields a computer program should ask about which cheap white paint they use might be a good analogy.

    44. Re:Electronic Health Records is very hard by Anonymous Coward · · Score: 0

      Someone mod parent up.

      (Also posted as anon because I also have to deal with radiologists).

    45. Re:Electronic Health Records is very hard by dokebi · · Score: 1

      I have talked to a doctor friend recently about this. He's used various EHR systems, and his favorite is the VA Hospital's system, unfortunately named (VistA). He says it's pretty nice and easy to use. Looking at its wikipedia entry, apparently it is *public domain*, available to everyone. So it boggles my mind why other hospitals just don't adopt it, instead of spending billions developing their own.

      --
      In Soviet Russia, articles before post read *you*!
    46. Re:Electronic Health Records is very hard by Mysticalfruit · · Score: 1

      This is a completely solved problem and this whole argument about a random bit changing causing some sort of cascade failure is crap.

      In any real mission critical system that would be handling this kind of data, you'd be using a fault tolerant system where the memory is mirrored and there's hardware watching the memory and if the memory suddenly changes on one side of the system and not the other, it'll dump that side of the system.

      I've worked on these systems, where they've simulated this random bit flipping problem and the machine behaves properly.

      --
      Yes Francis, the world has gone crazy.
    47. Re:Electronic Health Records is very hard by JosKarith · · Score: 1

      No matter how you cut it you will end up grossly simplifying many important aspects of this complex business

      So I'm guessing you come from the surgical rather than pharmacalogical philosophy then...

      --
      'Don't worry' said the trees when they saw the axe coming, 'The handle is one of us.'
    48. Re:Electronic Health Records is very hard by Blakey+Rat · · Score: 1

      From my experience trying to roll out a pharmacy system at a regional hospital, the nurses were the big opposition. The doctors and pharmacists not only adopted the system quickly, but they frequently gave us positive feedback on how well it worked.

    49. Re:Electronic Health Records is very hard by demonlapin · · Score: 1

      You're missing something here, though it's not your fault.

      Medicine is, in many ways, human engineering. It attracts people who have engineering personalities. Yes, some physicians have no clue about technology, but a LOT of them are geeks. So why do they like paper?

      Let's say I've just seen a patient and need to write a note about what I found and an order changing a medication. Even if the chart isn't physically available, I can grab a blank progress note sheet and a blank order form, write the patient's name and medical record # on the sheets, and write what I have to - and then hand those to the secretary and have them put into the chart whenever it shows up. If it's electronic, I end up waiting (and waiting, and waiting) for an empty computer to open up so that I can then log in and start the process. It's incredibly less convenient. On rounds, I can drag a whole stack of charts around with me and write everything I need to just after stepping out of the room. With a computer I have to wheel a laptop around (and you know they'll never be charged) or run back to the nurses' station after every single room.

    50. Re:Electronic Health Records is very hard by demonlapin · · Score: 1

      Doctors are often subject to intense time pressure and will resist anything that slows them down.

      Well, when you get paid the same whether your job takes a minute or an hour, how would you react to something that slows you down? Especially if you know that none of the money saved in the slowdown will be sent your way? It may make for inefficiency, but physicians have no real interest in doing something that saves the hospital money but costs them time with their family.

    51. Re:Electronic Health Records is very hard by demonlapin · · Score: 1

      It is public domain, but the underlying software system is... extremely taxing to deal with. The user interface is decent, though, once you get it up and running. The problem is getting it up and running. Oh, and the imaging software is terrible. TERRIBLE. It's the only part of the VA computer system I hated using.

    52. Re:Electronic Health Records is very hard by Anonymous Coward · · Score: 0

      > Society says they are the smartest people around. They think that too. So when they go out of their area of expertise and they don't know exactly what is happening, they will avoid trying to learn about it but become defensive about it.

      I could lean on the the "+" sign on my keyboard for a week and still not agree with this enough. There's a reason the Beechcraft Bonanza is nick-named "Doctor Killer".

    53. Re:Electronic Health Records is very hard by jamstar7 · · Score: 1

      Certainly "human error" happens very often, especially when the user interface was designed by chimpanzees.

      Funny, every user interface I've had to design for customers was specified by the top level management (owners, etc), who never seemed to need to use the interface. The 'grunts' constantly complained about them.

      --
      Understanding the scope of the problem is the first step on the path to true panic.
    54. Re:Electronic Health Records is very hard by illumin8 · · Score: 1

      I, too, spent many years working as a developer and IT administrator. While there are certainly some technical problems--security, privacy, and especially finding a sufficiently expressive standardized vocabulary--the primary issue in implementing computer systems in hospitals is cultural and behavioral. Doctors are accustomed to a great deal of autonomy, and many do not care for the structure that systems impose. The VA has been more successful than most organizations because they can impose systems by fiat. Doctors are often subject to intense time pressure and will resist anything that slows them down. In the short term, it is much faster to scribble a prescription on a piece of paper than to navigate the widgets of any order entry system. Many don't care about the long-term problems that this creates. While administrators are more likely to be aware of the long-term benefits, there is generally little they can do when doctors threaten that babies will die if doctors have to change their ways.

      You hit the nail right on the head. I work in Healthcare IT as well and I found that the biggest barrier to adoption of new EMR systems is usually the nurses and doctors. To give you an example, one of our largest products is a dictionary of medical codes that is shipped in huge, hardbound volumes. The nurses and doctors love this product, have used it for decades, and they write all kinds of notes in the margins of their books, dog-ear pages, etc. We discussed turning the product into an electronic book, or electronically formatted online resource, and met great resistance. People get accustomed to using the hardbound book to look up everything, and they DO NOT WANT to change.

      I think that over the next few decades as doctors and nurses that grew up using the web and electronic media enter the field, this will change, but for now, we're stuck with the doctors and nurses that we have. And there is a pretty good argument to be made for the hardbound book. After all, it will never fail, have to be rebooted, or crash. Your data will never be lost unless there is a fire, and those little notes you scrawled in the margins while working at 3:00 am won't be lost the next day...

      --
      "When the president does it, that means it's not illegal." - Richard M. Nixon
    55. Re:Electronic Health Records is very hard by Anonymous Coward · · Score: 0

      Software architecture with a focus on robust and redundant design will function better than manual entry.

      Thats why we have automobiles, distributed networks, bank systems, airplanes etc etc. The issue is modeling the user and requirements, not the fact that computers are going to multiply small errors multiple times.

      "The biggest danger, manually you might make one mistake, electronically you can repeat that same mistake thousands of times before you catch it."
      What about thousands of different manual errors? Right now, this is the environment we have. It is arguably worse.

    56. Re:Electronic Health Records is very hard by mounthood · · Score: 1

      It's idiotic statements like that which make the non-experts in the technology field shy away from technology. The odds of a human error is many orders of magnitude greater than the odds of a stray neutrino causing a wrong Rx.

      Radiation Hardened chips for space are made by tripling the transistors and taking the best 2 of 3 results. They do that because radiation *can* change the state of transistors. This doesn't just happen in space, but obviously it happens much more rarely. We don't work on abstract tape machines.

      http://en.wikipedia.org/wiki/Radiation_hardening#Radiation-hardening_techniques

      --
      tomorrow who's gonna fuss
    57. Re:Electronic Health Records is very hard by scamper_22 · · Score: 1

      I worked in e-health records and PACS systems before.
      The biggest problem is... trying to do too much at once.
      Everyone wants to design the perfect system.

      You mention, templatize the intake notes... well... why standardize the intake notes?
      Why have specific fields?

      I am fully aware of the power of the data once you get all these fields in. but what use is it if no one can agree on what these fields are or how they should be used?

      As a first step, a very generic e-health record should be used. It should literally be nothing more than attaching a bunch of documents to a SECURE patient's record. PDFs, Word, ODF, pictures, MRI scans... whatever. Once you have this in place, you have something you didn't have before... an electronic health record that can be accessed by other health professionals. Hopefully you can standardize on the document formats at least or even have a known set of document formats.

      The next stage comes the interfacing with the various entities.
      Standardize on prescription forms, test ordering forms... A lot of this work is already standardized as they had paper based standards. This makes it much easier to do this work. I wouldn't even settle on one standard. The fields should be generic enough and always include a 'notes' section for special things or notes that need clarification.

      Once you have this in place, then you can start worrying about getting all the data in a nice format where you can use it for all kinds of good information, like waiting list times, outcome analysis...

      I'll liken this to the internet. The amount of information is so huge and complex, you can't just make it neat and tidy. A lot of the first attempts tried to index the internet (Sports, news, country...). Having to classify and find stuff was difficult. But that didn't stop people from putting their information online. Sometimes in nice formats, other times in random ways. Eventually, through a long process, things get organized... often times in way you would not have expected. There is no one organization of the internet.

      Some data is captured via google.
      Various sites expose web services or databases.
      Links and wikis and blogs and forums are their own kind of organization.

      Yet, I can access all of these from one computer because all the information is online.

    58. Re:Electronic Health Records is very hard by plopez · · Score: 1

      with a half hour of thinking and a couple lines of SQL I was able to change this value to the new definition on 10k+ patient files

      A stray line of SQL can cause even more damage. What safeguards do you use for this? It sounds like you do it "on the fly". This makes me nervous.

      --
      putting the 'B' in LGBTQ+
    59. Re:Electronic Health Records is very hard by Anonymous Coward · · Score: 0

      > Please spare me the conspiration theories. A sizeable chunk of the medical industry is composed of small companies whose main selling point is precisely efficiency and subsequent cost savings. This, the big medical companies can't provide anyway, there's no conspiration, you wouldn't believe the amount of paperwork you need to keep up to date to comply with regulations in this industry and especially with new products, therefore they simply sell same old.

      It's the insurance companies that would want prices to stay high. When prices are extremely low, no one needs insurance. When prices are higher, people want insurance, but it's cheap enough that they do it themselves (and therefore pay attention to the price). But when prices get high enough, you need insurance through your employer. Then the price is another layer away from you, and the insurance companies can overcharge for everything too.

      From another angle: insurance is entire profit-driven. Even a good insurance company is leery to switch over its records system, because that has a high up-front cost. And an evil insurance company also likes to use the excuse of flaky systems to conveniently misplace forms and deny you coverage. (funny, though, they always manage to collect your monthly fee...)

    60. Re:Electronic Health Records is very hard by Anonymous Coward · · Score: 0

      Having met some medical staff at KP who have to use this HealthConnect, I have heard of how badly the 'groundwork' was laid. The system is a typical IT driven product where precious little business analysis was done to gather use cases from the personnel who must use the system. A recent implementation in a large Los Angeles center was terrible : the consulting firm performed a series of 'training sessions' that consumed nearly 4 weeks of each staff member's time, essentially retraining them to forgo their previous semi-automated systems in favor of entirely new business processes. Then after a flash cutover one weekend, the next Monday all staff were to immediately begin using the system, except that the cutover occurred 6 months after the training sessions ended, so everyone forgot what they learned. Then the staff began to find out that none of the subsystems between units such as pharmacy, nursing, admissions, surgery, etc. were linked so that information could actually flow with the patient as he moved through the hospital. Typical codes used by nurses were not mapped into the system so the nurses either had to use lookup sheets or memorize an entire new set of codes. When asked, the IT consultants responded that the staff would have to provide them the mappings and they would go back and redo the system later. You would think it was a typical release of a Microsoft OS.

    61. Re:Electronic Health Records is very hard by Anonymous Coward · · Score: 0

      Medical Doctors are in General very difficult to work with...

      So are software engineers. I am a software engineer and a medical doctor. Software engineers frequently promise much and deliver little.

      1. Society says they are the smartest people around. They think that too. So when they go out of their area of expertise and they don't know exactly what is happening, they will avoid trying to learn about it but become defensive about it. And will not give respect to people who do know about such areas and let them ask the right questions so they can fix the problem. I have had Doctors yell at me, when I call them and say, "I hear you are having some problems with the system, could you explain them to me so I can see how I can fix it?" just as themselves will go to a patient and ask a similar question even when they have the problem written down as for the reason for the appointment. This makes them high maintenance and people don't necessarily want to deal with them. House may be a cool TV show, but you really wouldn't want to with him.

      Highest average IQ of any profession. That is a fact. Software engineering is a walk in the park compared to the practice of medicine and I've done both. My personal experience bears that out. Many of my colleagues are far, far more intelligent and motivated than any group I've ever been around.

      2. Doctors are trained in medical not business, they are MDs not MBAs. Yet a lot of them run their own practice and need to deal with all the business of running the practice and not working on the medicine. Many practices are so overworked that they don't have time to analyze or listen to ideas that will improve their practice.

      Agree with the overworked part.

      3. Most practices are small business. Good EMR and PM (Practice Management) system are not cheap (like most professional apps), and there is a sticker shock for paying thousands of dollars for software, even for a glorified access database. They feel like they are getting ripped off by paying such high prices for software. So they will go with their crappy methods before getting ripped off.

      Yep.

      4. Open Source is not an option. Sorry Open Source fans. In a career where you can get sued in an instant you need somewhere to point the lawyers away from you. (Hence part of the high cost for medical software) Yes this is a lame excuse for Microsoft (who makes general use software) but for specialty software companies they are under the guns of lawyers all the time.

      Bzzzt, try again. The AMIA Open Source White Paper says otherwise. Many entities run Open Source EMR's like VA's VistA in the private sector and ones like ClearHealth and OpenEMR. Your data for this assertion please?

      5. MD are known to make a lot of money. This doesn't always attract good, nice, or even smart people. Remember "What do you call the person who graduated with the lowest score in Med School?" answer "Doctor". A lot of people are just in it for the money. They may say they like helping people but they are in it for the money (How a lot of doctors in California will prescribe "medical marijuana" for "problems sleeping") They will be so tight with their money and be blind to all benefits such systems will have, and will not pay unless things work the way THEY want it to.

      Data for these assertions please? The price for becoming a doctor is quite high. Yes, it really needs to work the way THEY want it to for very specific but difficult to explain reasons. Bad product+high price=low adoption. Is that so hard to understand? And that would be Bad Product on many, many levels including the proprietary EMR company owns you after you use their product. No conspiracy here.

      6. Uneducated staff. For most practices you will have 1 or 2 doctors 1 or 2 nurses (with Associates or BA degrees) then a staff of 4 or 5 with High School degrees. That staff runs the business for the most part. They lack the patience or discipline to learn such technologies and to u

    62. Re:Electronic Health Records is very hard by Dripdry · · Score: 1

      on the contrary, it is NOT conspiracy theory.

      My girlfriend works at Children's Memorial in Chicago, and she repeatedly has to deal with doctors who ask for kickbacks (cash, items, trips) to do simple tasks associated with research grants. of course the grants can't pay so the docs help as little as possible.

      also, this:
      Basically, it spells out that overuse of medicine and doctors' drive to make as much money as possible really is at the root cause of our mess of a healthcare system:
      http://www.newyorker.com/reporting/2009/06/01/090601fa_fact_gawande
      it's a bit of a read but but I found it fascinating enough to get through.

      Please, before you label something a conspiracy theory, please look into the idea that the article's author may know a little more about the subject and did do some digging. On the other hand, it IS slashdot so I can understand the skepticism regarding the legitimacy of the article.

      --
      -
    63. Re:Electronic Health Records is very hard by Propofol · · Score: 1

      This post makes a number of generalizations that need to be addressed:

      Medical Doctors are in General very difficult to work with. There are a lot of factors...

      1. Society says they are the smartest people around. They think that too. So when they go out of their area of expertise and they don't know exactly what is happening, they will avoid trying to learn about it but become defensive about it. And will not give respect to people who do know about such areas and let them ask the right questions so they can fix the problem.

      As a doctor I could make the same generalization about people in IT with equal validity. (I can give a patient potentially lethal drugs if used incorrectly but I am not allowed to install firefox on my computer at work.) Your statement describes almost any group who's work requires a high level expertise in a specific area.

      2. Doctors are trained in medical not business, ...

      Correct - Med school 6 years, intern x 2 yrs, specialty training 5 years. I have been studying for some exam or the other during the entire period. Really cuts into my quake arena and UrbanTerror time. With some exceptions most physicians know very little about IT.

      3. ... Good EMR and PM (Practice Management) system are not cheap (like most professional apps), and there is a sticker shock for paying thousands of dollars for software, even for a glorified access database...

      In my experience in hospitals, medical record systems are very expensive, have poor user interfaces, are not flexible enough to deal with widely varying requirements of different specialties and does not always comprehensively tie in all the departments. There is a degree of vendor tie in that makes MS look benign.

      4. Open Source is not an option. Sorry Open Source fans. In a career where you can get sued in an instant you need somewhere to point the lawyers away from you. (Hence part of the high cost for medical software) Yes this is a lame excuse for Microsoft (who makes general use software) but for specialty software companies they are under the guns of lawyers all the time.

      It may be the only option. What is needed is in fact an open source system which can be modified to suit individual needs and is not tied to a particular company. What is required is a company to modify & maintain the system. What happens after you have spent a large sum of money, you have several years worth of medical information in a proprietery database and the company goes bankrupt? Who do you sue then?

      5. MD are known to make a lot of money. This doesn't always attract good, nice, or even smart people. Remember "What do you call the person who graduated with the lowest score in Med School?" answer "Doctor". A lot of people are just in it for the money. They may say they like helping people but they are in it for the money (How a lot of doctors in California will prescribe "medical marijuana" for "problems sleeping") They will be so tight with their money and be blind to all benefits such systems will have, and will not pay unless things work the way THEY want it to.

      Don't shy away from propagating stereotypes. With years spent on a training salary, litigation, odd &long hours of work vs money the equation does not pan out. Medicine is not a way to get rich quick. What does happen is MD's finishing specialty training with large student loans which need to get paid off.

      Regards, Stefan

    64. Re:Electronic Health Records is very hard by fbjon · · Score: 1
      Not exactly, although those are in use too. Didn't know exactly which system it was based on though, all I knew about it was... MUMPS.

      What is in general use here now is Uranus, Miranda, and a few other related apps/backends. Back in the days developed by Medici-Data which got bought up by Logica. AFAIK it's not used anywhere else in the world, especially since Logica only seems to have info on the Finnish site about those systems.

      --
      True confidence comes not from realising you are as good as your peers, but that your peers are as bad as you are.
    65. Re:Electronic Health Records is very hard by ILongForDarkness · · Score: 1
      We pulled the fields we needed into a non "live" reporting database, the account used to pull the data had read only access to the database. The reporting database was backed up prior to any changes, the live database was backed up to a SAN every two hours. As with anything it was a big complicated mess to get the official report off to the government at least three people touched the data. The medical records office supplied me with the address information and some of the procedure codes for what was done, I pulled the data and manually verified the outliers by looking at the chart/talking to the treatment team. Things could go weird with the automatic script if someone forgot to change the course of treatment that the patient was on then the start date from the patients first visit could be used even though the last visit is a new session of treatment (relapse, metastases for example), or the physician didn't assign a priority to the case.

      The clinical director then looked at the data and again tried to find odd cases. There were all sorts of exceptions that could exclude a patient from our "waittimes", eg. patient delayed for treatment because they got chemo first, because they went on vacation etc. The it went back to the Medical Records department which formatted everything from all the different cancer centre departments and sent it off to the government.

      Simpler stuff was usually verified by me (head of IT if I can be called that, I was a one man show :)) and the head of physics or the clinical director. Stuff like average wait time per doctor per month, when the monthly data became available we'd again filter out the weird cases manually. My biggest concern was more methodical not technological. Since we were being rated based on wait times, we naturally gave extra attention to the cases with long wait times to see if there was a reason we could exclude them. Potentially equally bad data but with a short wait time didn't get the manual scrutiny that the data that could damage our reputation. But that was the way the clinical director wanted it, and that was the game all the hospitals played with the government.

    66. Re:Electronic Health Records is very hard by tengu1sd · · Score: 1
      >>> Indeed, there's a higher chance of the neutrino changing the state of the doctor's own neurons and making him flip out and start turning patients into mutant zombies in a plan to take over the world...

      I guess that explains Kaiser and whole HMO thing.

    67. Re:Electronic Health Records is very hard by ILongForDarkness · · Score: 1
      I didn't change the records themselves but the reporting database that our internal and government reports came from. I pulled the data from the master database to a second one with just the fields needed for the reports. In the case I mentioned I just changed the field that I pulled from the timestamp on one flag to another.

      Secondly, I contest you're claim of "without oversight". What is oversight? Does a nurse going into a file folder have more oversight that someone that does a database change that is logged and can be restored to its original state from transaction logs and backups? The medical, clinical and physics directors, and the head of medical records were all aware of the reporting requirements changes. I was merely the IT guy that could talk to the computer gods and get them to give me the data.

      Electronic records make possible a whole range of oversight that isn't practical otherwise. For example if the definition changed and we were on a paper record system, we would have had to go through each file manually to recalculate the report. Even with electronic records the level of manual review required to make sure the data was entered correct and is complete was about 3 people days (one for me, one for the clinical director and one for the medical records head) a month, to try to go back through 10 years worth of data would require months of work to do. The type of questions I was able to answer on the fly from the reporting data just wouldn't be practical. Ultimately the information is being used for funding and clinical practice design, the less accessible the information is the slower the clinic would be to adapt to new techniques with any sort of certainty that they are actually leading to better patient outcomes.

    68. Re:Electronic Health Records is very hard by c0p0n · · Score: 1

      I suspect the problem is to do with medicine itself - every case is different and partly the attitude of its practitioners - doctors are set in their ways and often arrogant.

      That's what I have perceived as well, and that's why it's a mistake targeting medical practices. You have to go to whoever signs the cheques, normally healtchare trusts.

      The thing is that there's been a lot of budget cuts in the NHS. This actually benefits companies like mine where substantial savings can be had by using our tech (to cut a long story short, our monitoring kit allows the patients to take control on their disease, this avoids many a ER room visit).

      --

      Your head a splode
    69. Re:Electronic Health Records is very hard by inline_four · · Score: 1

      I worked on a similar project for the mental health industry in the 1990's. Same exact problem. We'd get 3 or 4 respected psychiatrists in the room and they'd butt heads for an hour on how to represent in the system seemingly the most basic of concepts. I don't know what the answer is, but it seems like we need to be very watchful of how flexible the solutions we come up with are and at the same time not let the medical professionals off the hook completely when it comes to reasonable standardization. There are examples already in other countries that have waited a while and recently implemented EMR systems. Surely, they're worth studying.

      --
      Alexey
    70. Re:Electronic Health Records is very hard by six11 · · Score: 1

      Yeah. Sadly, that is the rule, not the exception. Once somebody has an MBA or some high-level position, they get a disease that makes them think they are qualified to do interaction design. Unfortunately since they are also in a position of power, they will win any arguments that come up. This is actually the reason I left my job for grad school. I just couldn't stand it any more.

      It is pretty rare to find management types that will let designers do their job without harassment.

    71. Re:Electronic Health Records is very hard by jellomizer · · Score: 1

      If you would read the wording carefully. Yes I am generalizing.
      Heck here is my first statement. "Medical Doctors are in General very difficult to work with"

      There are exceptions there are good ones and bad ones. Some are better at X and others better at Y. But you get an average after you put it all together. Each person is unique and have special quality. But... If you are going to do work for the sector you need to be prepared to deal with the generalization.

      Sure IT guys have their own issues. Different issues. So what, that is the cost of business when you need to deal with IT guys. However as you said "Med school 6 years, intern x 2 yrs, specialty training 5 years. I have been studying for some exam or the other during the entire period." It doesn't mean you are well trained in other stuff. And DR love to wave how hard they work for their degrees and try to make people who didn't work hard for a piece of paper, seem some how inferior.

      As for the EMR systems, being big and complex. Well yes they are big and complex systems. If you work for a company and try SAP you will see that these EMR systems are a piece of cake, and cheap too.

      I never stated it was a get rich quick. However it is a path to get rich in. Vs. a teacher or a social worker. There are people who are in it for the money only... sorry.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    72. Re:Electronic Health Records is very hard by jellomizer · · Score: 1

      But yet you lack the skills to use the block quote correctly.

      That you you failed to understand that this is a generalization. Generalizations mean there is very few people who fit all the parts however they show these trends as an overall group. And these overall factors makes that group in general hard to work with.

      Having a High IQ doesn't make you expert. So what if the Dr job is tougher and requires more brains then an IT guy. I never said it didn't but you can't go well I am smart and use that as an excuse to ignore the wisdom from the less smart people. I have learned a lot of new methods from programming and UI design not from PHD and Professors and experts but from those guys who work in the factory floor. They see how something is done they will tell you it is a bad idea and why. Not because they are smarter then me but because they know what is going on in their area, and my job is to make it better for them.

      I never said there isn't openSource tools out but a lot of practices would much rather pay for a company to back it up. If they go out of business then they either find someone will support it or get a different system. If they want to they can use OpenSource tools. No one is stopping them. However most of them want real support in the back end.

      Yes EMRs cost a lot, but they are expected to do a lot, and oddly enough in the commercial world there are more expensive apps that do similar things **COUGH** SAP **COUGH**, that makes EMR software seem like a sweet deal. The issue with EMR systems isn't adoption because of the price, it is because a lot of doctors and their staff are afraid to use it. And much rather say it is a crappy product then bother taking the proper training to learn how to use it for it full advantage.

      Finally why should you even Care if it open source or not. You should care more if it follows open standards. Does it handle HL7 properly, can it export or import data cleanly. Those are real issues that you should be concerned about. Not the source code which very few of the end users will be modifying or even reading.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    73. Re:Electronic Health Records is very hard by glorpy · · Score: 1

      Whoa - I wasn't talking about the physicians, who barely record notes into the paper records anyway.

      I'm referring to the secretaries who do the dictation (where the actual medical records are kept until they are recorded) and the Patient Records departments. These are secretaries, and the vast majority of them have no more interest in technology than the average physician has in say astrophysics.

      On the topic of workflow in the clinical setting, physicians don't carry the charts with them from room to room. Nurses generally keep them updated, either in the patient room, or on the threshold of the patient's bay. Creating an iPod like docking station and something akin to a netbook or Kindle should provide ready synchronization and charging in one convenient package.

      Note that the technology is here, but it hasn't been packaged properly for these environments.

    74. Re:Electronic Health Records is very hard by demonlapin · · Score: 1

      I'm not sure what your experience is from, because I'm a physician and that sounds like no hospital I've ever seen - though I have, on extraordinarily rare occasions, been wrong before ;). I'm an anesthesiologist, so I'm accustomed to navigating through charts. At no hospital I've ever seen - and this is mostly at an academic center, but I've been in private hospitals as well - does dictation get done by anyone other than physicians or their (personal) assistants. Certainly not by a secretary - billing depends on proper dictation. In an academic setting, it is in fact very common to have chart racks - because unlike in a private hospital, every single patient on a given floor is likely to be yours. And charts are always held at the nurses' station, except in ICUs - the only thing in a regular patient room is the vital signs chart. There are separate nursing and medical sections of a patient's record, and these are often kept separately on a day-to-day basis, but eventually must all be compiled into the single medical record.

      The portable computer is never charged unless it is kept plugged in. Murphy's Law always prevails on this.

  3. I have a different theory by timeOday · · Score: 3, Informative

    Hold the conspiracy theories. It's relatively easy to install a stand-alone diagnostic device. It's a thousand times harder to migrate a system that's ingrained into how everybody does their work from moment to moment throughout the day. It requires conformity, and that means resistance (sometimes well justified!)

    1. Re:I have a different theory by nikolag · · Score: 5, Informative

      I don't have a theory I have experience.

      I work for hospital that went digital (for patient recodrs) in 2006. All (billing) administration was internally digital (using different, obsolete system working on DOS and floppy disks) from 1997 and to outside world also, depending to health insurance company involved.
      After 6 months of education, switch was made in one day. It was horrible, but after two weeks things were looking just as before. After several months, 75% of administration was more efficient than before, and now, 3 years later, we still print outgoing documentation, but doctors rarely look at papers. Nevertheless, printing expenses went 30% down this year.

      Last year all waiting lists were computerized, and made available (with no patient data) at the web pages. That saved us so many work hours at all departments, but two people switched to that department. This year we are looking into making all internal administrative procedures digital. Hospital restaurant was really happy after we made their menu available online at intranet.

      Several months before introducing the system, all work places received computers with unified user interface, and demo program installed. It was made really clear that someone should consider finding another job if they refused to work with system. People near the retirement (2-3 years) were exempt from this rule.

      The problem very often lies in wanting too much (all). Process should be step-by-step. Billing first, patient records second, intra-hospital administration third or any other way. Every step should be planned, because people will suffer at it, and don't rush it. It takes months, sometimes years for one (new) work flow to settle in.

      Radiology department is still not filmless, probably because it costs as much as putting all patient records in computer. Volume of data that our radiology department produces in one day is equal to 1-2 years of data from whole hospital. On the other hand, introducing PACS and RIS is so much more widespread, but the volume of data makes project harder in the long run. After testing almost a dozen of PACS/RIS demonstrations, one free PACS amazed us with results, holding test data (0.5T of images) and working better than some very expensive solutions.

      --
      Doing a good job is like spilling coffee on a dark suit, you feel warm all over, but nobody notices.
    2. Re:I have a different theory by Anonymous Coward · · Score: 0

      EMRs != Digital records. EMRs is about storing information in a machine readable and interchangeable format- ie all your data conforms to an XML Schema or similar- whereas digital records are a baby step in that direction- the formats are proprietary with a lot of free-form text. A lot of hospitals use digital records that are either simply scans of paper charts or electronic equivalents of paper charts. These systems require human intervention or natural language processing to do all the magical things people want to do with EMRs. The advantages of these systems is that they are much simpler and work quite well as long as you're trained on and in the system that uses them. But if you're in an outside hospital or whatever, you usually resort to print outs and faxing for record interchange. And if you're a researcher, you still have to read all the fucking patient documentation and manually collect the data, you can't just do an SQL query over the entire system.

      Most hospitals have digital records by now, or at least have some tiered system where records are recorded on paper then digitized later. Very few have EMRs. My wife works at one of the few that is trying full blown EMRs in some departments. Most people find it extremely frustrating compared to the older electronic charting system, because it takes a lot longer to explain what you're doing to a computer then it does to type it out so another human can understand. The UIs on the EMR programs are pretty terrible, screens and screens of checkboxes and giant drill down lists. And 25% of the time they end up clicking "other" and free handing it anyway because the data standards aren't specific enough yet for what they want to do. After 6 months it still took about 5-10 times longer for physicians to document their patients with the EMRs then it did with the the electronic charts.

      Anyway, the benefits to hospitals and doctors of full blown EMRs tend to be abstract or delayed, but the frustrations and costs are immediate. The cost/benefit analysis for paper -> electronic charts is a lot more clear cut, which is why it's happened already at most big hospital systems.

    3. Re:I have a different theory by fbjon · · Score: 1
      At the university hospital where I work, things work exactly as you describe. Billing is one system, data for insurance companies another. General EMR handling and input, laboratory system, cancer treatment, radiology... numerous systems that do different things, but interoperate.

      I cannot even begin to fathom the monster system that could encompass all of it in one go.

      --
      True confidence comes not from realising you are as good as your peers, but that your peers are as bad as you are.
    4. Re:I have a different theory by dcherryholmes · · Score: 0

      I am curious which free PACS you are referring to? I built a custom PACS system for a major hospital consisting of bits of dcm4chee, the dcmtk toolkit, and a bunch of bash scripts that glued it all together. Our research staff were comfortable enough with the command line to be able to go "fetch [HISTORY NUM] [# previous studies]" as well as several other utilities, and it worked well enough for us. The main advantage of the system was to be able to cron-job the fetching of the next day's patients prior studies in the middle of the night, something none of the commercial systems (all GUI-fied) allowed us to do.

    5. Re:I have a different theory by rhsanborn · · Score: 1

      Unfortunately, because of lack of standards, while those systems do communicate, it makes it very difficult to get an accurate snapshot of a patients stay. I work with EMR systems, which, at this point is a document imaging system. It means exporting a patients history is not much more than a print or a fax, paper, or digital paper doesn't have the utility of actual digital data. The ability to receive vitals on admissions or discharge, etc. To receive a digital version of all medications administered or prescribed. Anyone receiving records needs to plow through the paper to find that. That is an inefficiency.

      That said, I can't imagine the disaster of trying to implement a goliath system to run it all.

    6. Re:I have a different theory by modmans2ndcoming · · Score: 1

      It sounds like your Iike your hospital does not hold to the meme "do not use one supplier for the whole system".

      Our department does not want to be "locked in" to a single vendor. This is admirable, but it increases the amount of work and costs to build and maintain the system.

      I dunno... no lock in also means more flexibility so there is probably a large benefit in that.

    7. Re:I have a different theory by modmans2ndcoming · · Score: 1

      There is a reason that Health Level 7 standards exist and that every piece of technology in a hospital uses those standards.

    8. Re:I have a different theory by Anonymous Coward · · Score: 0

      I installed a computer system that attached to hospital PACS/RIS systems, and while they are expensive up front, they pay for themselves when it comes to storage and archiving of film. Consider that pediatric and mamogram films are stored for a lifetime, the costs of such systems are trivial compared to the costs of archive grade storage, lost time due to retrieval and review, and tech work place injuries.

    9. Re:I have a different theory by hesiod · · Score: 1

      every piece of technology in a hospital uses those standards.

      I am guessing that you work/worked in/with a hospital because you know what HL7 is, but saying that everything uses it is completely untrue. To get two vendors' software to communicate requires two custom interfaces to be written, requiring the two companies to cooperate. Luckily, you'll usually find that for even mid-sized vendors, those interfaces have been written already and just need to be tweaked to work for your systems.

      Calling HL7 a "standard" is a joke.

    10. Re:I have a different theory by Wooloomooloo · · Score: 1

      Out of curiosity: was dcm4chee's Prefetch service not enough for your needs?

    11. Re:I have a different theory by Qzukk · · Score: 1

      The problem is that HL7 is a message format standard. For the message content, you're on your own.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    12. Re:I have a different theory by modmans2ndcoming · · Score: 1

      true, but we are talking about interoperability not content creation.

    13. Re:I have a different theory by modmans2ndcoming · · Score: 1

      HL7 1.0 was pretty weak, but it was created in the 80's. HL7 2.0 has many features that make it acceptable for interoperability at the system communication level. Also, in a market that is just now emerging, you expect all the interfaces to be written for it or for the older interfaces to be capable to meet the needs of new systems that do a lot more than the older ones?

      Standards are great for stuff that has already been figured out and suck ass for things that are new and evolving.

    14. Re:I have a different theory by Anonymous Coward · · Score: 0

      talking about interoperability not content creation

      "Content is king". Interoperate these people's race field. Zero points if it can't cope with freeform text.

    15. Re:I have a different theory by hesiod · · Score: 1

      That's why I said it's not a standard. If it were a proper informational/communication standard, all the interfacing that would be needed for any one system is one program to receive the standardized messages and incorporate the new data into its system, and one to send out its own messages to a list of destination machines. Or at least when certain criteria are met: an ultrasound doesn't need ADTs, just work lists (DICOM, of course, would handle that, it's just a quick example).

  4. Easy to test by Allicorn · · Score: 4, Informative

    Were your hypothesis correct then there should be a visibly greater level of non-clinical IT adoption in tolerably resourced, state-funded healthcare schemes - eg the UK.

    --
    OMG!!! Ponies!!!
    1. Re:Easy to test by arethuza · · Score: 1

      I can see how you might think that. However, while the UK NHS can be truly excellent in the actual care provided (not always, I admit) the organisation is now plagued by management and IT consultancies spending billions and achieving very little complicit with the muppets who run this country.

      OK I apologise, I was being unkind to muppets there. I don't think that there has been any evidence that the furry little buggers were morally and financially corrupt, unlike the leaders of a certain county...

  5. Some insight perhaps? by Anonymous Coward · · Score: 0

    I work for a company that makes ophthalmic ultrasound machines.
    1. They cost roughly $30000USD per system, plus a couple grand for training. Most large hospitals and HMOs are run by bean counters who refuse to spend any more than they absolutely have to, and they could care less if everything is still paper records. Smaller organizations are just so cash-strapped that they CAN'T spend money on non-essentials. Government hospitals (like VA hospitals) have NO money to even fix aging equipment, let alone buy new or have fancy things like IT.
    2. Quite a few medical people are, frankly, pretty average intelligence, if that. Some are complete doorknobs and barely know how to use a PC let alone deal with using a network. Almost all of them are so damned busy that they don't have the TIME to learn non-essential skills like computer and network use, let alone having time during the day to actually USE the stuff, unless it's absolutely necessary to do their jobs.

    1. Re:Some insight perhaps? by drDugan · · Score: 4, Insightful

      Government hospitals (like VA hospitals) have NO money to even fix aging equipment, let alone buy new or have fancy things like IT.

      HUH ????

      The VAs electronic health system is called VistA, and it is the EMR in the largest health system in the US. It covers all veterans, it is used nationwide, and it is so prevalent that most everyone who talks about standardizing medical records and medical data all talk about matching the VistA system in doing so.

    2. Re:Some insight perhaps? by hesiod · · Score: 1

      There is a WHOOOOOOOLE lot more IT in a hospital than just an EMR, software and hardware. First and foremost, he said he works on Ultrasound Machines, which can't be magically created by VistA.

    3. Re:Some insight perhaps? by Anonymous Coward · · Score: 0

      As someone who has used the VA EMR system, I'd recommend not putting it up on any pedestals. It's there because it's a forced system, not because it's some spectacular design.

  6. It's a good thing by Anonymous Coward · · Score: 0

    "making medical records available for data analysis" will also lead to easier abuse and leakage of said data.

    All your medical data managed by one IT service provider ('cause that's where IT in healthcare usually leads to)? There's no way this could go wrong.

    Incidentally what was the name of the social website that tries to sell its users' data after going out of business?

  7. one word: protectionism by drDugan · · Score: 3, Interesting

    The nugget of this is not explained really in the article:

    Cost is *NOT* the barrier, but "lucrative business model hidden" what they mean is the intrinsic structure of how medical care is delivered and who gets to be responsible for care delivery.

    In my opinion, refusal to openly adopt electronic medical records is a direct result of overt protectionism by physicians and surgeons. For good reason, society has left medical care in the hands of competent, trained people. However, competency and training has been industrialized to only 1 kind of person, with one kind of standardized training: the MD, and basically no one else, regardless of training or ability is allowed by license to practice medicine, or reap the financial rewards of such extreme responsibility. NPs have wiggled their way in a bit and DOs are close, but basically no one else.

    When physicians are required to interact in electronic, shared systems, they can't lord over all the responsibility in care environments, and then they won't be the only ones who run all the medical care and take home most all the money. They will lose their self-created and maintained monopoly on responsibility for care.

    Anyone who has worked a hospital environment learns in the first few weeks exactly what the MD care delivery scheme is all about.

  8. What's wrong with redundancy? by Khamura · · Score: 1

    Am I alone in thinking that some systems are better off with a buffer of redundancy rather than streamlined efficiency?

    --
    Graduate of the LeRoy Funkified Badass School of Soul.
    1. Re:What's wrong with redundancy? by fbjon · · Score: 1

      There's nothing wrong with redundancy, unless it's redundancy of the wrong kind.

      --
      True confidence comes not from realising you are as good as your peers, but that your peers are as bad as you are.
  9. Positive uses by The+Clockwork+Troll · · Score: 1

    While liability is a concern, the medical industry needs to see that there is a real bright side to analysis of medical data as well.

    --

    There are no karma whores, only moderation johns
  10. Re:one word: protectionism by umghhh · · Score: 2, Interesting

    I suppose engineering approach i.e based on merits would not work here and the reason is simple: this is one of t he two remaining guilds in modern world (the other one being lawyers) and thus any change has t o come from within. If the change is perceived as a cost and burned or even threat then it is not going to happen. Unless that is the system collapses under its weight of its own fat.

  11. Dartmouth College Institute for Health Policy ... by vic-traill · · Score: 1
    From TFA:

    The amount of unnecessary spending is huge. In a project that analyzed 4,000 hospitals, the Dartmouth College Institute for Health Policy and Clinical Practice estimated that eliminating 30 percent of Medicare spending would not change either access to health care or the quality of the care itself.

    The first thing I did was go looking for who funds the Dartmouth College Institute for Health Policy and Clinical Practice. Following the second search result was just too damn funny - excellence.php needs a bit of work, I guess.

    --
    [17] Leary, T., White, C., Wood, P. R., Bhabha, W. D., and Wirth, N. Lambda calculus considered harmful. In Proceedings
  12. lots of work for very little gain by petes_PoV · · Score: 4, Informative
    The NHS has showed that throwing money at the problem doesn't, in fact, help. For years they've spent billions on trying to get everyone's records on line. There's been lots of fine talk about the advantages of having the records of a patient who lives in Dorset available to a GP in Fife (for example). However, in practice, the benefits (as for most IT projects - especially government run / sponsored ones) seem to be mostly theoretical, uncostable and intangible.

    However, the biggest stop to systems like this is the medical staff. Doctors seem to think they're above having to enter medical details - as it's mere clerical work (I've heard: "I didn't spend years at med. school, just to be a secretary") and they, personally, don't gain anything from a system such as this. Until somoeone gieves the profession as a whole a kick up the rear, this kind of prima-donna attitude will prevail.

    In the end, it's a people problem - not a tech. problem.

    --
    politicians are like babies' nappies: they should both be changed regularly and for the same reasons
    1. Re:lots of work for very little gain by Anonymous Coward · · Score: 0

      ...a patient who lives in Dorset available to a GP in Fife (for example)....

      Wait a minute. You live in the UK and advocate more databases containing sensible data? You do know that the UK is kind of a running joke around here as far as lost data is concerned, do you? After all, you are the world leader in fields like "forgetting confidential documents in public trains", "losing harddrives with private information" and the "accidental publication of whole databases". :D

    2. Re:lots of work for very little gain by badfish99 · · Score: 1

      Of course, in the UK the situation is not helped by the fact that the first 100000 people whose details are entered into the system will be rewarded by having all their private medical history copied onto an unencrypted CD which will then be left on a train by a junior civil servant.

    3. Re:lots of work for very little gain by malkavian · · Score: 1

      Throwing money at a problem with sod all in the way of technical review doesn't help. That's exactly what the government in the UK did with their NPfIT project (National Project for Information Technology), which is the system whereby all medical records are supposed to be digital and available nationally.

      The specifications were a joke, with each of the "commercial partners" building it differently, with different understandings of the data to the extent that I have the strong suspicion that they wouldn't actually be fully compatible with each other.

      Also, the decision on the system was taken by a quick look at it in ONE hospital, where it worked perfectly, and then it was decided that would be the core for everything, without working out if it would really scale properly. Then there was the whole set of "revisions" where the initial would mean you couldn't do things you historically could, and you'd be stuck in a backwater for a decade.

      Whole rafts of products were promised which still aren't available and working for it, making it pretty rubbish for day to day usage (in many cases, extra people have had to be hired to perform the 'work arounds' to cope with the increased workload of having to follow a seriously strict method of entering data, such that followup appointments take about 15 mins to book, where they used to take a few seconds with a receptionist).

      The chap who headed the whole thing up in the early days was one Richard Granger, whose large claim to fame was that he initially failed his degree, and it took his mother writing to Princess Anne to lean on Bristol University to let him do a retake of the exam (which normally isn't allowed).

      The core Cerner product at the heart of it is actually pretty good as a one off. But scaling up isn't what it was designed to do. As every slashdot story needs a crap analogy, I have one for it that I mention to people to describe my take on it:

      To deliver newspapers to the door, you'll find it hard to get better than a kid on a bike doing a paper round. The whole NPfIT project makes the assumption that because that's a good mechanism for delivery, it's got rid of the fleets of heavy trucks, and does the entire delivery from the printing works by hiring tens of thousands of kids on bikes instead.

    4. Re:lots of work for very little gain by Anonymous Coward · · Score: 0

      Would you rather have your doctor spend 10 minutes explaining to you why he is doing what he is or typing your chart into a database? Doctors job is to save lives, not spend his valuable time typing stuff into a computer.

    5. Re:lots of work for very little gain by Curmudgeonlyoldbloke · · Score: 1

      The latter, actually. The next time I visit a doctor or a hospital I'd want them to have some idea of what's happened before.

    6. Re:lots of work for very little gain by Anonymous Coward · · Score: 0

      If every patientcarried a card in their wallet with these 3 items, lot of money woud be saved:
      1. list of medications
      2. name of primary care doctor
      3. list of major surgical procedures
      no ned for list of diseases since we can deduce these from the med list.

      there it is a one penny solution for 35% of all of the problems I encounter in my office.

    7. Re:lots of work for very little gain by geekoid · · Score: 1

      IN properly implemented systems I've seen, they work very well, help the doctor, and reduce costs.

      Sadly, when a large company seems to get the contract to do a lot of hospitals, they ahve no idea how to run it, and they fail.

      This is a doable project, it needs someone to run it like an engineering process.
      Seriously, not one line of code should be written before it's spec'ed.

      Disclaimer: I use to write medical software.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  13. Re:one word: protectionism by addsalt · · Score: 1, Insightful

    When physicians are required to interact in electronic, shared systems, they can't lord over all the responsibility in care environments

    As patients, we often forget that most diagnoses are really just a SWAG. A doctor usually can't be 100% confident that his diagnosis is correct, but does his best based on his expertise and the training he has. If I were a doctor, my daily concern would be malpractice suits. I don't even want to know how many incorrect engineering decisions I make in a year. If I had to be concerned about being sued for every one of those incorrect decisions, I would be lording over the data as well because I know there is always multiple ways to interpret the same data set.

  14. Re:No evil conspiricy by Ihlosi · · Score: 1

    A much simpler explanation for why IT is not strong in your local doctor's office is because they don't know enough about it to trust it, or understand why and how it could help.

    Some older doctors might even be scarred for life from their encounters with IT in medical school. I have a case like that in my own family - for his dissertation, he did a statistical evaluation of certain accidents (probably trivial today, just punch the data into a spreadsheet and you're done in less than five minute) ... with punch cards.

    He'd only touch any kind of computer with a ten-foot pole ... if the twenty-foot pole is broken. Heck, most electronical devices that come with more than one button and don't read minds drive him bonkers, unless he learned how to operate them thirty years ago. Navigating a menu (like that of a cellphone) is a completely alien concept to him.

    Some people just relate to computers like geeks relate to people, really. ;)

  15. Up coding by MrMarket · · Score: 1

    We're tired of waiting for docs to adopt EMRs, so we're about to roll out a claims-based PHR for our members to keep track of basic things like physician encounters, vaccinations, drug lists and interactions, etc -- basically anything you can get from an insurance claim. I'm not looking forward to the switchboard lighting up on day one when they discover they've been diagnosed (a.k.a up-coded) with conditions for re-reimbursement reasons rather than actual diagnostic reasons.

  16. Re:one word: protectionism by dmr001 · · Score: 5, Informative

    Parent either is full of it or lives in a parallel universe.

    1. Cost is not a barrier? Our EMR costs each physician many tens of thousands a dollar a year in application support, licensing, databases, and for a phalanx of IS personnel in various departments (local, regional, EMR, hospital IS).
    2. MD's have a monopoly? What planet are you on? DO's have had precisely equivalent standing for decades in medical practice in the United States, and NP's are far from being "wiggled in." As a primary care physician, when I send a patient to the cardiologist or pulmonologist, half the time the entire consult is done by a PA or NP.
    3. Please direct me to the land you describe where I can have control over my care environment and take home most of the money. I can't get a contracting pregnant lady into labor and delivery without asking for permission from two nurses, and I'm not aware that the balance of power in any health system I've worked in has been any different before and after transition from paper records. Medical care in most locales in the US has long been collaborative, team-based system, even if you've met a few physicians who are jerks or drive nice cars. (I am looking forward to upgrading my '94 Corolla by 2014.)

    EMR systems have poor market penetration, in my direct experience over the last 9 years, because:
    1. Many, if not most, suck in a medium to large way;
    2. They are incredibly expensive;
    3. They can often be hard to use, and are typically more labor-intensive than paper charts for most physicians in the US;
    4. They don't inter-operate. (When I request old records from other physicians with electronic charts, I enter the pertinent data into my electronic chart by typing it in.)
    If any skilled group of software engineers were to write a decent, usable EMR that was extensible, and didn't cost an arm and a leg, with an eye to being excellent first and profitable as a consequence, they could be up for a Nobel prize.
    TFA refers to cardiac CT to prevent heart attacks. The author, too, lives in a dream world - contrary to her thesis, this test has been shown to help with the boat payments of radiologists and equipment manufacturers, but there is no evidence it helps prevent heart attacks.

  17. Re:one word: protectionism by Anonymous Coward · · Score: 0

    When physicians are required to interact in electronic, shared systems, they can't lord over all the responsibility in care environments, and then they won't be the only ones who run all the medical care and take home most all the money.

    This all sounds good, but how exactly does charting via PC (instead of by hand) somehow change the rules that Doctors (regardless of if they are DOs or MDs) are the ones who write the orders that all the other practitioners follow? Granted, FNPs (Family Nurse Practitioners) and PAs (Physician Assistants) can now write orders and scripts, but thats because they are now filling in the position of general practitioner that most MDs have abandoned in pursuit of more lucrative specializations. Plus, there is currently a push to make it mandatory that by 2015 all nursing practitioner programs are based on DNPs (doctorate of nursing practice), and not masters....so they are still all docs...

  18. Too much testing required by Gribflex · · Score: 1

    There's another good reason.

    In the IT Healthcare Sector, teams have to perform intense amounts of testing on all aspects of the system (right from the specs, to the product, to the docs, to the training - the whole deal). Some of the testing can be done in house, some has to be signed off on by external bodies.

    This kind of process is expensive, long and inflexible. None of these things is conducive to rapid development or innovation.

    1. Re:Too much testing required by criptic08 · · Score: 1

      We trust software to route trillions upon trillions of dollars. We trust software to take humans into space. I dont see the problem.

    2. Re:Too much testing required by centuren · · Score: 1

      We trust software to route trillions upon trillions of dollars. We trust software to take humans into space. I dont see the problem.

      While I've yet to see or write any software that manages to actually take a person into space, it's true that software is used for a lot of important parts of society that require our trust.

      It's also true that we have seen software fail horribly at many of these things. Software didn't work so well on wall street in the 80s. Software hasn't exactly performed well with elections. We read about massive security breaches into government systems, or places that store huge amounts of personal info.

      It's an easy issue for me; I simply won't trust an IT solution to be implemented in a way that doesn't make my medical information horribly vulnerable.

    3. Re:Too much testing required by Gribflex · · Score: 2, Insightful

      Agreed.

      All I'm saying is that if the level of validation for medical software/hardware is along the level of that required by Nasa, then we should expect rates of innovation and total cost to be commensurate with the IT Systems used in space shuttles rather than IT Systems implemented in other fields.

      This stuff moves slowly because we make it move slowly. Is that bad? Probably not; but it shouldn't come as a surprise.

  19. Who benefits by data-mining EMRs?. by vic-traill · · Score: 1

    Replying to my own post is in horrific bad taste, so I expect to get the bejesus mod'd out of me, but ...

    I don't know how the dollars add up, and it also smacks of conspiracy theorism, but advocating automation in health care as a cost saving measure, with a side benefit of data-ming the hell out of electronic medical record systems looks like enlightened self-interest for health insurers

    And when the Dartmouth College Institute for Health Policy and Clinical Practice (author of one of TFA's cited sources) looks to be financed by health care suppliers (J and J), and really large health insurers (Wellpoint, United Health) through their charitable foundations, my spidey sense really starts tingling.

    None of which means that there isn't any merit in the article. Maybe I'm just being too cynical at 4:00 a.m.

    --
    [17] Leary, T., White, C., Wood, P. R., Bhabha, W. D., and Wirth, N. Lambda calculus considered harmful. In Proceedings
  20. Re:one word: protectionism by drDugan · · Score: 1

    ironically, lording over the data is a large reason why care providers often still have to make SWAG diagnoses, instead of having a long progression of better medical knowledge fueled by accessible research and outcomes data.

  21. real or perceived difficulty? by CaptainNerdCave · · Score: 1

    is it some sort of real problem, or just the expected difficulties? is it the curmudgeons in bureaucratic positions that are afraid of "new", or is there something else at work here, like mentioned above (easily finding extra charges, etc)?

    for a while, i sold insurance for AFLAC. around my area, there is a HUGE hospital system, Meritcare; the last time i checked, they had around 20k employees (that's 10-15% of the working population, depending on the radius used for calculating).

    they will not permit AFLAC to come in and offer their products because of the perceived difficulty of presenting and making it available to everyone.

    maybe it's just me, but if wal-mart can find a way to share something with all of their employees, i'm pretty sure a relatively small hospital system can.

  22. Information is a double edged sword. by Bob_Who · · Score: 0, Redundant

    I agree. I think there is a lot of fear and apprehension of putting data "on the record", particularly in a litigious society. It is as likely to work against you as in your favor. If on the one hand that information limits privacy or insurance policy coverage for patients, it may also be implemented in exposing incompetence, neglect, and greed. Its a double edged sword, since in truth, people behave like there is an angle on one shoulder and a devil on the other. We only want to reveal the good stuff, so the diploma is on the wall, and the malpractice settlement remains undisclosed. Information Technology won't do a thing to change human nature, but it sure as heck will make our medical process more efficient. Lets move forward then, in spite of the perceived cultural drawbacks and fears.

    1. Re:Information is a double edged sword. by Ihlosi · · Score: 1

      I think there is a lot of fear and apprehension of putting data "on the record", particularly in a litigious society.

      Reverse the burden of proof in lawsuits, and you'll notice a sudden eagerness in putting everything on the record.

  23. As someone who has worked on it... by freedom_india · · Score: 5, Informative

    ...there are multiple reasons and road blocks (natural and artificial):
    1) Healthcare is about making profit. It is not about caring for health. I have seen many IT companies bite the dust during proposals by stating their systems could help caring for health quicker and much better. That's the last thing Blue Cross or anyone else wants.
    The idea for IT companies is to open a presentation with how to increase profits. That, as far as i know, is the only presentation which interests the healthcare company.
    2) There are combinational factors; for instance doctors and software don't go well together psychologically except in times of peace, which is rare. Instead of adopting touch screen systems and throw-away laptops small enough and tough enough, most companies insist on producing massive software run in PCs and Servers in a serene a/c room. Excuse me, which doctor has sanguinely traversed through a maze of Visual Basic or PowerBuilder application menus?
    3) IT companies should seriously stop considering "integrated" systems which connect doctors with nurses with patients with pharmacies. No, for the last fcuking time, no we don't need integrated crap. All we need is a simple system that can be accessed with a max of three clicks and accepts voice input.
    4) Record management: HIPAA is not exactly an easy job. Any standard created by a committee is, by definition, an as$ to work with.
    5) Changes in systems result in changes in behavior and processes: something hated by surgeons, doctors and hospitals.
    Don't attribute to malice what can be explained by stupidity.

    --
    "Doing what i can, with what i have." ~ Burt Gummer
    1. Re:As someone who has worked on it... by FranTaylor · · Score: 3, Interesting

      Your reasons 3 and 4 contradict each other.

    2. Re:As someone who has worked on it... by FranTaylor · · Score: 1

      HIPAA is a fact of life, it's not going anywhere. Deal with it.

    3. Re:As someone who has worked on it... by freedom_india · · Score: 1

      HIPAA is something you MUST do. Federal Law states it.
      The law doesn't state i should like what iam tasked to do.

      --
      "Doing what i can, with what i have." ~ Burt Gummer
    4. Re:As someone who has worked on it... by Niartov · · Score: 0

      Number 1 seems way off. Caring for health quicker mean more efficiency and hopefully less mistakes. That leads to more patients maybe even more patients satisfied with their quality of care. This leads to better Ranking in US new which leads to more patients. This all leads to greater profits.

    5. Re:As someone who has worked on it... by MarkvW · · Score: 1

      If you can avoid HIPAA by avoiding IT,you should do it. HIPAA is a big pain.

    6. Re:As someone who has worked on it... by westlake · · Score: 1

      Healthcare is about making profit.

      Of course it is about profit.

      Someone has to make the investment. In research. Labor. Facilities and so on.

      Someone has to pay the geek a competitive wage if they want him as a system administrator - or in any other role.
       

    7. Re:As someone who has worked on it... by Ihlosi · · Score: 1

      Of course it is about profit.

      Someone has to make the investment. In research. Labor. Facilities and so on.

      Someone has to pay the geek a competitive wage if they want him as a system administrator - or in any other role.

      Err ... _profit_ is what remains _after_ all the expenses and investments you mention have been made.

    8. Re:As someone who has worked on it... by freedom_india · · Score: 1

      You are talking an "ideal" scenario where capitalism works ideally.
      That is not so.
      First of all if i (AIG) can receive premiums AND the ability to drop patients once they make a claim without suffering legal consequences, that is what i will do. Premiums are income. And if i don't have expenses (payouts) then all that income is profit.
      Second, curing patients of their diseases reduces the customer base.
      Why would i (pharma cos) want to send a customer away for the next 20 years or so, and wait for the next one? I would rather want the customer to return back to me every month with a regular payment.
      Thirdly, why would i (doctors) want transparency that comes with IT since that opens me up for lawsuits and increases my professional insurance premium?

      --
      "Doing what i can, with what i have." ~ Burt Gummer
    9. Re:As someone who has worked on it... by Niartov · · Score: 0

      Yes, but if AIG keeps dropping the the insured they will do somewhere else and it if becomes a large problem the hospital will not accept the insurance.

      Curing patients of diseases has not stopped the flow of patients yet and we are far more efficient now then ever in the past. There are always new things that need to be treated. Besides the bread and butter is the basic stuff anyway... My arms is broken.... Here is your x-rays, your cast and my money.

      Turning the patient onto a medication regiment has no bearing on the physician (besides the kick back from the pharma cos) or hospital (Unless they use the pharmacy at the hospital) besides if the patients stays continued medication is no guarantee on them returning to the hospital for anything else.

      Why would I want transparency... To cover my ass, unless I keep on screwing up is a good thing. Sure it can nail you to the wall if you screw up but if the evidence is out in the open and you can show you followed that evidence you should be in the clear. Although with they juries want to give out cash weather it is transparent or not is probably not gonna matter.

      Besides if your hospital doesn't provide results I'll to one that can.

    10. Re:As someone who has worked on it... by Rich0 · · Score: 1

      That is half the problem with looking at the cost of an IT solution.

      If it is an IT solution it is going to have to be compliant, since exactly what you're doing is completely on display for the world to see.

      If it is a manual solution than you can put one thing on paper, and do another thing in practice. Most auditors aren't going to discover this unless you're just blatantly in violation. If they do discover a violation it is easy to pretend that it is an isolated incident.

      So, usually what happens is the cost of a compliant IT solution gets compared to the cost of a manual non-compliant solution. That greatly disadvantages the IT solution since it can't cut corners. I've seen that many times when dealing with regulated IT systems (different industry). To have a fair comparison you need to compare the cost and pain of the IT system to the cost and pain of a truly compliant manual process (which usually doesn't actually exist - though everybody claims it does).

    11. Re:As someone who has worked on it... by freedom_india · · Score: 1

      The hospital is under no compulsion to accept insurance. It can charge patients directly, sue them, ruin their credit and run them into ground.
      The RoR by dropping patients while not refunding their premiums is higher than accepting the patient claim and paying the doctor.
      So the incentive for curing is lost. Corporate psychology states that corporations are pathological liars and criminals. Unless the law changes to criminalize dropping of a patient, forcing it to repay premiums with interest and fines if patient is dropped, and providing incentives for paying a claim rather than disputing it, such criminal dropping will continue.
      Turning a cure into treating symptoms by a medical regimen is financially beneficial to doctors too. After all they are the ones prescribing medicines and its a rare doctor who prescribes generic brands. Where do you think the money comes for jaunts, cruises, etc?
      Transparency is the last thing anyone likes. Hospitals hate it more because it forces them to explain $350 for mucus removal system (tissue paper), and $450 for a drip of glucose.
      In short, the law has to change. Corporates don't and will not change unless the law forces them to do so.
      Unfortunately congressmen are bought and paid for. So the law will not change.

      --
      "Doing what i can, with what i have." ~ Burt Gummer
  24. Doctors by drunkahol · · Score: 2, Insightful

    Quite simply it is that Doctors believe they are the most intelligent people in the room whenever they walk in. They will accept no management advice, no time allocation advice, no parking advice, no dietary advice . . . no advice.

    They believe that they are already operating in the most efficient manner and that any change will put patient lives at risk. Well . . . actually they don't believe this, but this excuse is used every time they don't like something. A quick "OOooooo - patient lives at risk" and any progressive idea is already on the back foot.

    This ideology permeates through the health care system with consultants at the top right down through the chain to the nurses.

    Getting these people to agree on ANYTHING is a Herculean task.

    A friend of mine (a Doctor) was on a committee trying to bring more IT into the healthcare system in Scotland. He is very IT minded (read geek) and was keen as mustard to help push things along. Within a handful of months, he was at the end of his tether due to the sheer deluge of nonsensical crap that was being floated purely to waste the committee's time and ensure that nothing got done.

    1. Re:Doctors by Anonymous Coward · · Score: 2, Insightful

      Or maybe we IT guys are so incredibly annoying with our demands to computerise every last bit of everybody's lifes? I can only assume at some point you just fade out all this "integrated this and that"-"workflow bullshit bingo" crap that consultants regularly throw at people.

      I'm a software engineer and I'm fed up with all the bullshit consultants and marketing people throw around. Have you looked at the product websites of applications from big companies? They are a load of hypothecial catchphrases and marketing dribble that sounds nice but once you actually have their Crap(TM) in front of you, it does NOTHING of the vaguely advertised stuff. It's just another complicated system that you have to get used to and that fails whenever you need it.

    2. Re:Doctors by Datamonstar · · Score: 1

      This is nothing new, totally off-topic and wrong. Doctors are pretty much like what the grandparent stated, for the most part. Big-headed and pissed off that the went to school for so long and there's still someone who can tell them what to do. Trying to get a doctor to do anything out of their normal routine is like pulling elephant teeth. Especially when it comes to IT. They think of it as something that is subsidiary to their role as caretakers, when it's actually central to it, as it is in pretty much any industry and they are completely in denial of that fact.

      --
      The eternal struggle of good vs. evil begins within one's self.
    3. Re:Doctors by Anonymous Coward · · Score: 0

      You are the closest to right. I don't think badly of doctors, but I have seen enough offices and hospitals (which are making forward thinking IT decisions quicker then private or small community practices) to know that doctors are uninspired to learn anything new. Same with nurses and assistants. Everyone has spent so much time memorizing books of symptoms and and insurance codes that learning an actual new process of communication is beyond the average practice to justify.

      Also, some patients are the same way, they want an old office thats like the first office they ever visited, with a clipboard and the same 4 pages to fill out every time. The customers don't want (or simply just fear) change and the doctors agree and abide.

    4. Re:Doctors by MmmmAqua · · Score: 1

      They think of it as something that is subsidiary to their role as caretakers, when it's actually central to it, as it is in pretty much any industry and they are completely in denial of that fact

      This attitude from IT is exactly why the doctors are so obstinate. The constant barrage of geeks claiming that IT is the core of everything is the cause of most of the bad reception IT gets from doctors and other professionals.

      You think IT is central to health care, and just as important as physicians? Well, there were hospitals and doctors long before there were computers. It's HEALTH CARE, and the central idea is to make sick people better. If the integrated systems or individual applications can't make a doctors job easier or more efficient, they will not be used. The problem isn't that doctors are stubborn jerks, it's that you aren't offering good enough products.

      This kind of bullshit is one of the reasons I recently left IT after thirteen years as a software and systems engineer. For medicine, ironically enough, considering the topic.

      --
      Arr! The laws of physics be a harsh mistress!
  25. Conspiracy? by jandersen · · Score: 3, Insightful

    There's ample room for conspiracy in the murky world of health care, but I don't think it is in IT - instead, look at medical companies and the way medicine is prescribed and used, if you are looking fopr conspiracies.

    There are many good reasons why computers aren't used universally in health care. Two of the biggest are education and resources - doctors and nurses aren't really taught to use computers in their work. And while having a well designed computer system can be a huge advantage in any line of work, that is actually only true once everybody is fully trained; until that has been done, it is actually less efficient. And the situation in most countries is that there are too few medical staff anywhere, so where would one find the resources to make it happen?

    On top of that comes concerns with incompatible, existing systems, privacy issues etc. Not to mention the fact that nearly all public IT projects so far have been hugely over budget and behind schedule. I think that perhaps the only realistic way this can be solved is by creating a good, open source health care system and let it mature and grow into general use from the grassroot up.

  26. IT is only one facet of healthcare by Anonymous Coward · · Score: 5, Informative

    I think there has always been a serious barrier to the uptake of new information technologies among the medical profession. Most HATE taking notes which is why note taking is left to the junior medical staff on ward rounds. Most clinicians take very brief notes, especially surgeons and only verbose when practicing defensive medicine. Most have a personal way to annotate their notes which cannot fit into any template (eg. unconventitional acronyms, stylized diagrams etc) and are loath to learn new ways of doing things. Sometimes surgical notes only make sense to that particular surgeon or surgeons of that sub-specialty (eg. ophthalmic vitreal surgery... very difficult to decipher...pain in the arse reading their notes.. ) Why? I think some of you guys need to see the amount of stuff medical specialists have to learn and the years of training (at least five here in Australia for specialty training, ( that is after 5-6 years medical school and another 1-3 years as general intern and resident) and then another 2-3 years for sub-specialty training which can involve 2-5 exams and possibly a PHD during the training). There is an incredible amount of stress on the person and their families. (Yes, I think the high standard of medical training IS necessary and not just economic gate-keeping by the medical colleges). During all that training before you are a qualified specialist, your hourly rate can be lower than the hospital cleaners or even not allowed to claim paid overtime at all, as the public hospitals here in Australia frequently runs out of money.

    At the end of all that, I don't think many like to be told how to take their notes.

    I don't think you need conspiracy theories to explain poor uptake of EMRs. In NZ where basically doctors can't get sued (generally speaking), doctors STILL hate EMRs and do poor job of entering data into systems. I once worked for an older surgeon and we got called for an emergency laparotomy on a drunk 19 yo male who lacerated his spleen in a car accident. The surgeon hated taking notes and hated talking to patients but was one hell of a surgeon. All his patient notes consisted of scribbles on flashcards. The young guy's abdomen was full of blood. We had no idea at the time where the bleeding was coming from. The surgeon was clamping major arteries by feel blindly as the suckers couldn't keep up. After five hours the surgery was over and the young guy lived. I tell ya, I had a new found respect for the "old school" surgeon. There are times when you REALLY don't care whether a surgeon is good at filling out forms or has polished bed-side manners.

    1. Re:IT is only one facet of healthcare by iamweezman · · Score: 1

      Regardless of how specialized the profession is, notes, acronyms, and diagrams should make sense to someone with the same training.

      I don't like documenting the specifics of the GRE tunnel or the TCP MSS settings that I set up on our network the other day, but it is documented so that other network engineers would understand what was done, even if the helpdesk personnel don't.

    2. Re:IT is only one facet of healthcare by Anonymous Coward · · Score: 0

      And after 11-15 years of medical training, the brilliant suggestion for EMR is to have the physician on the front line of data entry? That's poor utilization of an expensive resource.

    3. Re:IT is only one facet of healthcare by Rich0 · · Score: 2, Insightful

      Your example is a good one, but after having all these arteries clamped and fixed, how many patients then go on and die because some nurse adminsters the wrong drug - or the drug that the records say is the right drug but that was due to some kind of clerical error?

      My concern is that for every miracle life saved there are probably 500 lost or otherwise shortened through the medical meat grinder. Quite a bit of pain and suffering too as patients take needlessly long to recover from less critical problems.

      Medicine seems to be optimized to handle these kinds of major trauma scenarios and less optimized to handle some poor guy with sepsis who is about 95% likely to recover with prompt and correct treatment and about 50% likely to die if there is much delay in getting them the care they need, but in the meantime there isn't any blood pooling on the floor.

  27. Who keeps the records? by www.sorehands.com · · Score: 5, Interesting

    I had an interesting experience in China. In 1996, when I received treatment, I kept my own records (they gave me a little paper booklet). This eliminates all the record keeping costs of the doctors and hospitals.

    It might be an interesting model to look into here.

    1. Re:Who keeps the records? by Ihlosi · · Score: 1
      It might be an interesting model to look into here.

      Frivolous malpractice lawsuit incoming in 3 ... 2 ... 1 ...

      Oh, yes. This is China. Malpractice lawsuits probably aren't allowed or severely limited.

    2. Re:Who keeps the records? by Anonymous Coward · · Score: 0

      This is China. Malpractice lawsuits probably aren't allowed or severely limited.

      Actually they're regulated by Happy Youth Litigation Dam, but I've heard Western researchers are making a big thing about loopholes...

    3. Re:Who keeps the records? by drunkahol · · Score: 2, Interesting

      I actually took part in a trial of a system like this at my local GP's when I was still at school. I've still got the credit card sized optical card that has a store of all my patient records at that time.

      Don't know what the reasons for the demise of the project were, but carrying your own data around with you is exactly what people don't like about ID cards. It could also scratch easily and doctors had no access to the data unless you were actually in the practice with your card.

      Centrally stored universally accessible (with applicable restrictions if you ABSOLUTELY need them) are the only way forward. Been knocked over by a bus in a strange city? Have medical complications that it would be just great if the Doctors treating you had access to?

    4. Re:Who keeps the records? by will_die · · Score: 1

      For most people this would be a lost item, not unlike the medical records from your childhood.
      This was and idea brought up by Bush, but it was for people who were expecting medical problem and instead of having a medilert braclet you had a one that stored your medical records so in the even of an emergency all your latest tests, images and records would be on you.

    5. Re:Who keeps the records? by shilly · · Score: 1

      The first example is a really bad reason for doing EMR -- it's the one cited by NPfIT and misses the point that for most trauma, there's neither the time nor the added value to make it worth knowing your medical history at the point of administration of emergency care.

      The promise of EMR is in providing more proactive and integrated care of people with long-term conditions such as diabetes or congestive heart disease, where there are multiple health professionals involved who would benefit from each knowing the full picture of what the other one is doing in relation to a patient. That is a non-trivial problem to solve.

    6. Re:Who keeps the records? by Qzukk · · Score: 2, Informative

      Have medical complications that it would be just great if the Doctors treating you had access to?

      Buy a damn medalert bracelet. A million times faster than triage staff trying to figure out whether you've given your medical records to google or microsoft and what your userid is to get them back.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    7. Re:Who keeps the records? by dmr001 · · Score: 1

      I had an interesting experience, volunteering in a clinic in a slum in Kampala Uganda a few years ago. Medical records were kept on 5 x 8 index cards the patients would bring in with them. Unless, of course, the records fell in a pile of goat crap on the way there, or the arthritic patient with homemade crutches slipped and the card landed in the open sewer, or the card was simply lost altogether in the chaos of the patient's life.
      This was troublesome enough in Uganda where blood pressure management consisted of prescribing enough Valium to use for headaches as needed when the patient's blood pressure exceeded 200 systolic or so, but imaging this model in use with, say, USB keys or even patient-passworded files living in a cloud somewhere gives me tremors. Emergency call in the middle of the night from someone bleeding profusely from some orifice? Patient temporarily psychotic when they mess up their thyroid meds? Patient is 4 years old with the third foster parent of the week?
      Thank you, but I guess this is one instance where I prefer my overpriced, non-interopable, mediocre centralized EMR.

  28. Re:one word: protectionism by nikolag · · Score: 1

    As patients, we often forget that most diagnoses are really just a SWAG. A doctor usually can't be 100% confident that his diagnosis is correct, but does his best based on his expertise and the training he has. If I were a doctor, my daily concern would be malpractice suits. I don't even want to know how many incorrect engineering decisions I make in a year. If I had to be concerned about being sued for every one of those incorrect decisions, I would be lording over the data as well because I know there is always multiple ways to interpret the same data set.

    It stands that You make considerably smaller amount of false engineering decisions. When did You have default value range 1-100 out of possible 0-300 units? It is common thing in medicine.
    If You put voltmeter at test point number 321, you measure exact that voltage, while in medicine, blood sample can literally be different because the room walls were of different color or because nurse said something or it was not taken in the morning but after the lunch.

    It seems to me that considerable number of problems comes from the fact that engineers are used to work with models, while medicine is done in the real conditions. I agree that science part of medicine makes difference, but the ground is still shaky.

    Just remember, if something is done in one hospital/county/state one way, there is no way that all of it will be the same in next hospital/county/state.

    --
    Doing a good job is like spilling coffee on a dark suit, you feel warm all over, but nobody notices.
  29. Compter illiteate & overstretched staff more l by yes+it+is · · Score: 5, Insightful
    (Disclaimer: IHAPSITF - I have a PhD scholarship in this field).

    In most healthcare systems, staff are very busy, and computer illiteracy is rife. To get good with these electronic systems you've got to use them constantly, and when half the staff or more don't understand why they're doing a particular thing in a particular way. There's also a workplace culture of written notes, and often a limited number of computer terminals per staff member. So with queuing for terminals, fairly high friction processes for retrieving data and so on and so forth, there are quite high barriers to entry from a human point of view.

    Don't get me wrong, EHRs have potential, and can reap benifits (especially for management - they can also make floor staff's job harder). Some kind of robust iphone-like device which is a secure platform for data entry and retrieval, might make it sufficiently easy and efficient from an end-user's perspective to decrease implementation barriers.

  30. Doctors hate technology by Datamonstar · · Score: 1

    No really, Doctors hate technology for the most part from what I've seen, as they see it as intrusive and contradictory to their long history of practice. The number one concern I hear voiced is that having to deal with electronic records, especially with the patient present takes the doctor's attention away from the patient and that's a big no for most physicians. The other one I hear alot is that from the patient's viewpoint it looks a whole lot less intimidating and polite to have a doctor staring at a paper chart than a hand-held device. Something about a person staring into a screen as they attempt to hold a conversation with you is still a bit unnerving and something that we haven't fully gotten used to for the most part, I guess.

    --
    The eternal struggle of good vs. evil begins within one's self.
    1. Re:Doctors hate technology by hrvatska · · Score: 1

      It's not just doctors, I think many people hate technology unless its benefits are obvious and it's as easy to use as a refrigerator.

    2. Re:Doctors hate technology by raind · · Score: 1

      From what I've seen - the whole community, Doctors, Nurses and staff have more pressing ideas of what they want to accomplish other than looking at a bsod; or dumb terminals. They are busy actually caring for patients. That being said I wish they were more tech savy.

      --
      Get up!
  31. Re:one word: protectionism by fbjon · · Score: 1

    Those points about EMRs look to me like a stagnated market, rather than inherent difficulty. In particular point 4, isn't HL7 precisely what solves that?

    --
    True confidence comes not from realising you are as good as your peers, but that your peers are as bad as you are.
  32. Re:one word: protectionism by Ihlosi · · Score: 1
    If You put voltmeter at test point number 321, you measure exact that voltage ...

    ... but you misread the number.
    ... but your voltmeter is broken/uncalibrated/set to the wrong setting.
    ... but the documentation is wrong, and the voltage you wanted to measure is really at test point number 320.
    ... but the exact voltage doesn't do you any good since the problem is caused by transients that are too fast for your voltmeter.
    etc. ;)
    Oh, and there's no such thing as an "exact" measurement. Not even in engineering.

  33. Re:one word: protectionism by drDugan · · Score: 1, Insightful

    Sorry, but as a physician, you come to the table with a prior of zero credibility in a discussion of financial matters.

    Most physicians ought to try working in any other profession besides the guaranteed-high-salary-MD-world before commenting on who it is that lives in a parallel universe.

    Physicians in the US have created a closed system that requires a *state license* to enter, and then they earn 3-10+ times the median salary:
    http://www.payscale.com/research/US/People_with_Jobs_as_Physicians_%2F_Doctors/Salary
    commensurate with remarkably low unemployment (while the rest of the US are now around 9.4% and rising).

    I'm a strong supporter of anyone who creates high value earning as much as possible. When one builds value or manages high responsibility, they get the money.

    Unfortunately, physicians in the US are not creating significant value despite the costs and their salaries. The costs to the US society have gone now above 17% of the nation`s Gross Domestic Product (GDP), and rising at rising four times faster on average than workers` earnings since 1999. That means more than 1 in 6 of *EVERY* dollar of value created in the US goes to this racket (sic). High cost, by itself, not a problem: health is extremely important BUT, health results in the US are not very good, on a cost comparison basis with other 1st world countries:
    http://www.commonwealthfund.org/Content/Publications/Fund-Reports/2006/Sep/Why-Not-the-Best--Results-from-a-National-Scorecard-on-U-S--Health-System-Performance.aspx

    For all this expense, and all those salaries, US health is not as good. Why?

    Becuase care providing is a controlled, state-sponsored monopoly. In any other industry physicians would all have been fired and improved long ago for such a horrible financial mess coupled with such poor comparative results. As a physician you and your peers created and profit directly from the high costs in the system.

    I agree with any of your assessment of EMRs. They are dead on - but interested physicians driving this technology forward with a sincere interest in human health and not solely on protecting their business and on profits would have made EMRs a priority more then 30 years ago when research in this area first started, and solved all those issues.

    And as for "Medical care in most locales in the US has long been collaborative, team-based system" - that`s comic. A physician`s definition of "team" and what everyone else in the work world means with that word are miles apart.

  34. Re:one word: protectionism by Ihlosi · · Score: 1, Insightful
    Becuase care providing is a controlled, state-sponsored monopoly.

    This might be news to you, but it's pretty much the same as in the other first world countries, which are getting better medical outcomes at lower overall costs.

  35. Re:one word: protectionism by Anonymous Coward · · Score: 0

    I find it interesting how huge pressure from law practitioners changed medicine in united states. All this segmentation parent is talking about can be traced to increased liability pressure, long and expensive education and some other things.

    Have you seen how much money it takes to become an MD? Did you see how much hospital spend on liability? Ant to top that all, what are the profits (holy grail of capitalism, I agree) of health insurance and pharmaceutical companies?

  36. Re:one word: protectionism by Anonymous Coward · · Score: 0

    the US has just enough regulation to maintain the monopoly, but not enough control to ensure central planning for good outcomes - that would be... horrors, "socialism"

    the same is true for the cell phone market - state supported companies given permission to monopolize and provide crappy service here.

    it's the worst of all possible cases - either getting out completely and allowing the market to work would be better services, or stepping in all the way and providing centrally planned services would be better too, than this.

  37. re by Anonymous Coward · · Score: 1, Interesting

    Some things people fail to account for:
    A) Cost. Some of these data entry systems are pricey! Some physicians who only have 5-10 years of practice time left and with private practices do NOT want to invest the time or the money to adopt such a system. The software runs thousands of dollars. You assume each and every physician is just REAPING in the cash and has 30,000 to invest in a computer system. Plus the cost of inputing old records into the data system on top of that. Granted its a system of healing people and what not, but everyone is out there to make a good living for themselves as well. You invest a lot of time and money to have an opportunity to treat people. A lot of delayed gratification as well. Most of ya'll probably went to work right after college/masters, assuming you did one at all. Some doctors don't get out and make money till they turn 30. Some even later than that. A neurosurgeon has 9 years of residency training at least.
    B) Time of entry. Having used some of these systems. They are a pain in the butt and not that quick. In private practice. Its much easier to write out a note than spend 15-25 mins trying to write an electronic note. Time is limited and using these data systems are not efficient for most physicians! Especially with all the overhead costs of providing care, most doctors do not have the time to spend more than 10? mins per patient. Anything more and they can't pay the rent or the staff, etc.
    C) None of the systems are compatible with each other. For these savings to be realized, Every doctor and point of medical care would require the same software and access. That is not going to happen without any intervention from a big brother.
    D) HIPAA sucks. Adds a lot of overhead, headache and costs.
    E) DOs are MDs, just a different philosophical background on the cause of the disease. But in the end they are physicians. Nurse practioners are not doctors and will never be. They do not receive the same amount of knowledge and training. Average primary care physician spends 4 years in college, 4 years in medical school and 3 years in residency. NP does what? 2 or 4 years max? BIG difference.
    F) Doctors are not the big problem here. Granted some do over order exams. Some do it to protect themselves legally. You know its not there,but you need a way to document that its not there when you get sued.
    G) HMOs and insurance... can't be sued for making business decisions. Setup a lot of roadblocks to not cover patients and create as many road blocks to keep from paying doctors for service. I worked with a urologist. HMO basically said we think this procedure was worth $150 (used to be he got $1500 for it 10 years ago). Its a take it or leave it proposal. Then if he wants to take it, HMO requires that he personally call in and go through a convoluted phone system that costs him/her time and money. They want to make it as long as possible so that the person calling in will just give up that money and move on. Like a mail-in-rebate essentially ...

    1. Re:re by fbjon · · Score: 1

      C) None of the systems are compatible with each other. For these savings to be realized, Every doctor and point of medical care would require the same software and access.

      Compatibility is not dependent on using the same software, only the same communication standards, which already exist and are in use.

      --
      True confidence comes not from realising you are as good as your peers, but that your peers are as bad as you are.
    2. Re:re by RKThoadan · · Score: 1

      Please quit FUDding on NP education. The requirements vary by state, but most NPs are going to have a Masters degree (about 6 years) plus some clinical experience (varies). I have yet to meet an NP that wasn't pleasant to deal with and seemed to actually be doing the job because they enjoyed it and wanted to be in healthcare. I have met several doctors who were just trying to make heaps of money (and I've met several doctors who were kind, generous and awesome people as well). For any common problem a NP is generally going to be just as capable as a MD or DO, and oftentimes more capable as they are often more "hands on" than a doctor. There are times when a doctor is what is needed, but those are really very uncommon, and any NP will get the doctor when needed.

  38. Too few computers, too little bandwidth by ldrydenb · · Score: 5, Insightful

    I can't speak for the US or private medicine but I've seen numerous electronic record systems piloted in the NHS.

    My colleagues would love to have fast access to up-to-date clinical notes rather than play pass-the-parcel (or more often, hide & seek) with a patient's paper case-file(s), but wards tend to have one or two computers per ward and community services may have one computer between three to five staff. So at the end of a shift, when ward staff would be writing their notes, there'd be a queue for the computer. Similarly, before setting out on their visits at the start of the day and after returning from their visits at the end of the day, all community staff want access to the computer at the same time. Also, security dictates that as little information as possible is stored on the user's machine, so the intranet is swamped at these times and users face frustrating lags (I've been unable to access records in time for an appointment as the system was "oversubscribed").

    To increase computer access to usable levels in my former service would have required a 3-400% increase in the number of computers provided to healthcare staff. I have no idea what the resource implications would have been for the service's intranet, but I imagine that a commensurate increase in server capacity (and in the IT department staffing, to take care of all of this) wouldn't be cheap. As a health service manager, having to decide between enough hospital beds or enough computers, which do you suppose is more likely to keep you in your job?

    1. Re:Too few computers, too little bandwidth by DanJ_UK · · Score: 1

      As a health service manager, having to decide between enough hospital beds or enough computers, which do you suppose is more likely to keep you in your job?

      Wish I had mod points.

      --
      - Dan
    2. Re:Too few computers, too little bandwidth by dcherryholmes · · Score: 1, Insightful

      I used to work in Hospital IT (not any more though). I'm not disputing your insight, but it does surprise me a little..... the idea that the cost for data input of text records could translate into such a significant cost. I know just walking around the hospital I would routinely see old computers sitting outside of office doors in the hallway, waiting to be carted off and destroyed. Now, granted, these *were* old POS computers. But if all you really needed to do was provide a terminal for some data input, how bad-ass do they need to be? I'm just suggesting, if the budget issue really is that bad, there are probably ways that older, less-sexy, equipment could be re-purposed to bring that down a bit. Analysis of the server end gets more complex but, if we can assume we're dealing mostly with text, I doubt it would be that horrendous. The cost of a new server or a few more TB of disk space is practically nothing compared to other expenses I observed being routinely shelled out. And an oft-touted meme around Slashdot is that part of the point of paying for a *nix admin is that he or she can handle more boxes simultaneously than comparable Windows admins, due to the differences in platforms. I'm not saying that's true, either, but it seems a lot of smart people posting around here believe that it is. If so, it casts some skepticism towards the notion that man-power would increase drastically for a doubling or trebling of a bunch of text records. So, those are a lot of questions I have about your statement. They are questions, though, not challenges.

    3. Re:Too few computers, too little bandwidth by ID000001 · · Score: 2, Interesting

      The cost of having someone re purpose a computer is actually really high. Considers the following:

      1) It is the software licence that make up most of the cost, not the hardware.
      2) The second highest cost following the software is not hardware, it is the trainning
      3) The third highest cost would be.... still not hardware! It is support
      4) Ok, what about the fourth highest? Depends on department (Radiology have really fancy monitors, those don't count) it is usually networking and management
      5) Finally we got to hardware, but vendors tend to have big issue with their software running on unqualified or untested hardware. You risk voiding your support or paying a premium for reusing old computers.

      When he said "Computer", he really means "Computer, the software, the training to use those software, connection, and support when shit hit the fan". Not just computer.

    4. Re:Too few computers, too little bandwidth by dcherryholmes · · Score: 1

      1) Open source software? When I was in IT in a Radiology clinic, I was mandated to do everything possible with FOSS (not everything *was* possible, but I was expected to make the effort, and usually succeeded. YMMV) 2) In the example I was replying to, I believe the situation cited was people queuing up to use too few computers. It's the "too expensive to buy more" bit that I was responding to, so I assume the training would be moot. 3) I attempted to address the support angle by assuming a competent *nix admin team could handle the load with minimal addition of manpower. Granted, your points may be totally valid from a Windows perspective. But I'm a FOSS guy, and had management that supported that.

    5. Re:Too few computers, too little bandwidth by ID000001 · · Score: 1

      If you have been in IT in Radiology, you should know there are no open source PACs, HIS, RIS, ER, etc etc.

      Nor are there any opensource dictation system. Good luck getting a Radiologist to type their own report.

    6. Re:Too few computers, too little bandwidth by dcherryholmes · · Score: 1

      You may be correct about the dictation systems. I never had to touch those. As far as PACS, though, there were open source projects sufficient for our needs. And I wrote my own flat-text database system with a patient scheduler and routines to calculate doseage injection and decay for coordination with the cyclotron guys whipping up our doses, along with an ncurses-based UI. Kinda ugly, but not really any uglier than the "professional" stuff they were using for similar tasks and for which we hemhorraged license fees. The techs and administrative staff used it just fine. Like I said, YMMV.

    7. Re:Too few computers, too little bandwidth by ldrydenb · · Score: 1

      I've no idea about the real costs of servers and their maintenance, but as for re-purposing old computers: last time I saw someone (our department secretary) have their computer replaced before it died - or was stolen - was 2001!

      As you say, all that's really required is a dumb terminal that can run XP with IE6 (or even IE5!) ... but that just reduces the cost of replacements for dead machines. There's no incentive to upgrade from existing machines, so few older models to repurpose.

  39. Medical IT sucks by greenguy · · Score: 4, Insightful

    As a medical interpreter, I see health-care IT up close all the time. (I'm writing this in an ER, on an overnight shift.) TFA has a lot of good points, but think the biggest single reason the IT sucks is the sheer complexity of medical information, but also of our byzantine and baffling health system in general.

    All the health systems in town use the same medical-records company, because it's local. Its design reminds me of Windows 95, and the nurses know more about the workarounds for the bugs than about the intended use. The thing is, few of the doctors and even fewer of the nurses are interested in computers. They're interested in medicine, and computers are a pain in the neck even *before* they break down. They can't tell when the computer is behaving unpredictably, because as far as they're concerned, the computer always behaves unpredictably.

    Am I trying to blame the victims, here? No. I'm saying this is a detailed and ongoing focus group, and they're telling us that the whole IT system is a disaster. And as far as I'm concerned, the most damning critique is that no one I've talked to wants them to change it, because, almost to a person, they're convinced the upgrade will be just as, if not worse.

    --
    What if I do the same thing, and I do get different results?
    1. Re:Medical IT sucks by Anonymous Coward · · Score: 0

      The medical system is like the government system. Employees "play the game" which means they do their best to game the system not serve it.

      IT only serves to create a paper trail that people don't want, symbols of status where administrators get high end workstations yet can't even type, and rules regarding HIPAA and other legal requirements which require investments in hardware and the hiring of competent IT workers who would take away from the profits of doctors.

      This is a case where you can say to yourself "Hey! Why don't I go back to school and earn more accolades! Then I'll be respected!"

      Ha!

      IT staffers have to learn a whole new pecking order that's very cut-throat, female-centric and completely uncommunicative unless you are willing to double as a waiter in board meetings. Of course, by submitting to that pecking order, you'll compromise your responsibilities and authority because you're in a male dominated field supporting a female dominated one (Really! Don't believe me on that one!) and they WILL ensure your submission on all things.

      All educated professionals rise above this? Not on a bet! It would shine a light up a lot of slashdotters for them to pay some dues in a hospital. Tell a hospital administrator to "RTFM"! It would be a great object lesson.

    2. Re:Medical IT sucks by Anonymous Coward · · Score: 0

      I'm a hospital based IT tech, and this:
      The thing is, few of the doctors and even fewer of the nurses are interested in computers. They're interested in medicine, and computers are a pain in the neck even *before* they break down. They can't tell when the computer is behaving unpredictably, because as far as they're concerned, the computer always behaves unpredictably.

      is exactly how it is. I support 3 full hospitals and about 20 small sites, and it's the same everywhere. to compound the problem, we're just now starting to reign in purchasing. For years, any department could partner with any vendor and buy any system they wanted, leading to a horrible interconnected mess of hacks to make everything talk to each other. IT here didn't get to set down app guidelines, we just had to "make it work".

      for us to switch over to some kind of new, single application system for intake/treatment/records would be a blessing for us folks in the trenches, but to do so would require department heads, executives, and doctors to piss off their vendor contacts, give up the free golf trips and vacations, and burn through a pile of cash in penalties for breach of contract. Even as a non-profit, it's still all about the money

  40. Re:one word: protectionism by ndogg · · Score: 1

    In my opinion, refusal to openly adopt electronic medical records is a direct result of overt protectionism by physicians and surgeons.

    Sure, all those people must be in cahoots. There must be a conspiracy here.

    DOs are close

    Yes, let's promote a profession with foundations as dubious as baby twisting motherfuckers.

    --
    // file: mice.h
    #include "frickin_lasers.h"
  41. time... by hh4m · · Score: 0

    this is a very touchy subject as medical records are very sensitive information... im sure most would agree that there is no room for sub par implementations in this case. so all in all, they have to get it right, any small mistakes made on the IT level could prove quite disastrous...

    as the world has become globalised, the only right way of doing this will be an international database... formed by an international consortium... which can regulate standards, credentials etc...

    there is no room for mistakes...

  42. The Many Layers of Complexity by trydk · · Score: 5, Insightful

    As always this is a relatively simple problem wrapped in layers of -- to a certain extent unnecessary -- complexity.

    The simple idea is to have a system that records the patients history of illnesses and treatment (including medication, obviously) and which is easily communicated across different places of diagnose and treatment (GP, specialists, consultants, hospitals, ...).

    This specific problem could easily be solved with standard software like Lotus Notes, Microsoft SharePoint and similar systems, but that is where the simplicity stops and the layers of complexity start.

    Sorry if I am going down a well-travelled trail here.

    Firstly, it is very difficult to get people and organisations to standardise on a single system for good and for bad reasons. (Like "We've already got Lotus Notes, why should we get a Microsoft product?" -- plug in whatever conflicting product/system names you can think of.) This means that a single system probably is out of the question, which leaves us with a standardised interchange format instead.

    OK, now we have a gazillion systems happily exchanging information in a standardised format, so everybody is happy, right?

    Wrong!

    Because secondly, who is responsible for the safekeeping of the data? This is two-fold: Who is responsible for storing the data and who is responsible for who has access to the data?

    So 2a, Responsibility for storing the data: If every place of diagnose and treatment is responsible for storing own data, how can a patient be sure that any specific institution treating her has access to all the information? This needs some centralised storage or at least "mediating" (much like peer-to-peer systems, e.g. torrents, need a "meeting place", like The Pirate Bay, where they can find the trackers so they know where to find the peers). Either system suffers from the problem of connectivity dependence, i.e. if they cannot get access to either the storage, the "mediator" or the peers, information cannot be retrieved. This is still better than paper-based systems, if you are treated in different places, geographically.

    This leads to 2b, Responsibility for who has access to the data: I would obviously like for my GP to send information directly to the hospital and for the nurses, doctors, consultants and surgeons treating me to see my records, but -- being the famous person, I am ... not -- I would be quite weary if just about anyone could look at my records. How is this problem solved?

    Thirdly, who would be responsible for correcting errors and mistakes in the records? This problem is not really an issue relating only to electronic records, but is a general issue, which crops up all the time. Should you, as the patient, be allowed to correct mistakes you know about? If that is the case, how do the professionals make sure that you are not trying to tamper with the system for some ulterior motive (everything from trying to cover medical problems for insurance purposes to hypochondria)? If you are not allowed to correct mistakes, how do you tell them that you did not receive a certain medication two years ago and, in fact, is allergic to it?

    Fourthly, a system relying on doctors, specialists and consultants to type would probably be doomed, at least for now. It seems that doctors, etc. at all the hospitals I have seen, rely on dictation, having a pool of secretaries typing it in and updating the records, which introduces unnecessary delays and adds an extra risk of introducing errors.

    These are some of the many problems facing such a system and I am sure I have left out many, just as relevant. I honestly do not believe that the fear of transparency regarding the treatment is the major stumbling block for the introduction of electronic medical records, but rather the diverse types of problems facing the system.

  43. wrong answer by August_zero · · Score: 5, Insightful

    "Hypothesis: making medical records available for data analysis might expose redundancy, over-testing, and other methods of extracting profits from the fee-for-service model"

    Besides being perhaps the most ignorant thing I have read this morning, this statement reminds me of the irony inherent in listening to tech people whine about how medical caregivers have no trust or knowledge of IT, while the caregivers complain non-stop that IT has no idea how to design a decent medical record system.

    --
    On Wall Street they say "buy low, sell high" On the pad we say, "buy high, sell high" Isn't that somehow better?
  44. NHS IT: last year's hardware at next year's prices by AGMW · · Score: 2, Interesting
    There are tens of thousands possible tests one can subject a patient to, tens of thousands of possible but often ill defined disease concepts and a virtually unlimited set of possible individual patient attributes, states and conditions where each such attribute/state/condition has the potential to influence clinical decision making from guessing the most likely diagnosis to choosing a therapy plan that may help the patient. No matter how you cut it you will end up grossly simplifying many important aspects of this complex business and inevitably upset clinicians that are used to a certain way of doing things and are very fond of the status quo.

    So why not have the ability to "skin" the interface to keep the primadonna clinicians happy? Provide a 'reasonable' default interface and a tool kit that enterprising folk can use to charge the clinicians for making a bespoke interface for that clinician. The clinician then owns his own interface that he can carry around with him (on a thumbdrive maybe).

    The system should obviously provide an interface that attempts to provide standard information in a standard way, but should also have the ability to step 'over' the standard way when the clinicians feel it is preventing them from correctly/accurately/fully writing up the patient notes. These occasions should automatically flag themselves up to someone in the "office" who can manaully glean the correct info to fill in the "standard info". It could also notify the writers of the software, providing a feedback loop to help to improve the software for future versions.

    My experience of "IT in Healthcare" is the closed shop encouraged by the NHS which means you HAVE to buy from a very small set of approved vendors who then provide last year's hardware at next year's prices!

    --
    Eclectic beats from Leeds, UK
    handmadehands.co.uk
  45. Why would anyone want to use lousy software? by meander · · Score: 2, Interesting

    However, the biggest stop to systems like this is the medical staff. Doctors seem to think they're above having to enter medical details - as it's mere clerical work (I've heard: "I didn't spend years at med. school, just to be a secretary") and they, personally, don't gain anything from a system such as this. Until somoeone gieves the profession as a whole a kick up the rear, this kind of prima-donna attitude will prevail.

    I speak as a general practitioner of many decades, and I've been playing with computers since the early 70's. The main reason medical records software is not accepted is that it sucks.

    My 24" screen holds far less information than a bunch of scribbled A4 pages. Time is what I lack, and scrolling through pages & sections on a screen is just not very efficient.

    Yes, there are some great aspects in most of the software I have used over the last decade, but as far as being a place to store info that I want to easily access & collate later, all too often it is too bloody slow & awkward.

    Except for one feature of electronic records, I would go back to pencil & paper.

    The only really successful feature was the first; writing scripts & recording the fact that a script was written. In the 'old' days, you would write a script, then the phone would ring, on hanging up, you forgot to record what you had just prescribed, leading to problems down the track. Software to prescribe & automatically store a record of that transaction has been fantastically useful for both myself & the patient.

    I have sat here for some 10 minutes, and the only other feature I like is that my notes are more legible to me down the track. As a computer nerd, I want to love these systems, but so far they are not very good.

    1. Re:Why would anyone want to use lousy software? by maxume · · Score: 1

      Do you think the systems try to do too much? I only have a view from the cheap seats, but there seems to be a pervasive focus on building the perfect system from the get go rather than something that bests paper and then incrementally improving from there.

      --
      Nerd rage is the funniest rage.
  46. Re:NHS IT: last year's hardware at next year's pri by Ihlosi · · Score: 1

    So why not have the ability to "skin" the interface to keep the primadonna clinicians happy?

    Imagine the question "Which button do I have to push?" for each and every necessary function of the system. And more than one button (or, god forbid, navigating a menu) is not accepted.

  47. Re:one word: protectionism by Anonymous Coward · · Score: 0

    The reason these systems suck and are expensive is because they are the result of "design by committee". What would be a good approach is that there is an existing system (home-grown perhaps) which gets transferred to another hospital, where a representative group gets together and says "This and that needs to be changed, the rest is OK."

    What happens instead is that a committee is formed out of hospital representatives who don't know much about IT, and IT managers who don't know much about hospitals (and, frankly, not about IT either). Since every hospital is absolutely unique and works completely differently from every other hospital (sarcasm intended), a new system needs to be designed from scratch. The hospital representatives list requirements they don't _really_ understand, the IT managers perform CYA tactics because they don't oversee the implications or the _real_ requirements (and they don't actually mind - if the hospital asks for a five-nines system they are more than happy to comply since they can raise the cost tremendously).

    Then, there are patient representation groups who interfere because they have privacy concerns, insisting on physically separate ADSL lines going from MD offices to chemists and hospital IT lines because "the internet can be eavesdropped" (I'm not making this up), restrictions get built in so that some kind of card reading device is needed at every desk which the doctor has to sign in on to send prescriptions out (what happens now is that the doctor has more pressing things to do than sign the prescriptions, so their assistants send them out and he signs them in bulk in the evening - what will happen after the card reading devices are installed is that the doctor will simply leave his card in the machine and move on to the more pressing work), etcetera.

    Result: The system gets more and more expensive, more and more bloated, and in the end doesn't get implemented.

  48. Re:one word: protectionism by PeterBrett · · Score: 1

    Oh, and there's no such thing as an "exact" measurement. Not even in engineering.

    Especially not in engineering.

  49. Health Care vs FedEx by readin · · Score: 2, Interesting

    I recently saw President Obama make a comment about how FedEx can track every single package everywhere, but we can't even get medical records to follow a patient from one doctor to another.

    Well, Fed Ex is a private entity with very little government regulation, while medicine is subject to government involvement all over the place. The government either pays for medical care (medicade, medicare), determines how it will be paid for (tax incentives) or mandates that it doesn't need to be paid for (get wheeled into any emergency room and they must at least stabilize you, or so I've heard). Government then regulates the tracking of information (privacy regulations - no such privacy regulations apply to FedEx package locations). If something goes wrong, government is involved in deciding malpractice verdicts and awards. From start to finish, government has its hands in the mix.

    I remember reading about the difficulties the IRS had with automation due to the complexity of the tax code. Is it any wonder the medical profession would have trouble automating given the complexity of the rules associated with health care in this country?

    A couple other key differences between FedEx and Health Care. First, most people feel no moral obligation to provide package shipping to everyone in the country.

    Second, it is far easier for consumers to evaluate the effectiveness of FedEx than it is for them to evaluate the effectiveness of their medical care. With FedEx, you can verify that the contents weren't broken, and you can compare the speed similar shipments sent by other companies. That's easy. With doctors, well, recently someone I care about had an abscess in his neck. The doctor was thinking the pain was just lingering effects of a sore throat. But when it didn't clear up. he theorized an abscess and sent the person to the emergency room for an MRI. The abscess was found and removed by surgery that night. Did the doctor nearly cost this person his life by not recognizing the abscess until it was close to breaking through a vein causing blood poisoning? Or did the doctor save this person's life by recognizing the abscess in time? It's not so easy for someone like me to know.

    --
    I often don't like the choices people make, but I like the fact that people make choices. That's why I'm a conservative.
    1. Re:Health Care vs FedEx by SCHecklerX · · Score: 1

      so have the history just be free-form text that each doctor appends to. Why make things more complex than they need to be? Append a medication list, and when prescribed, and by who for quick searches as well. Done.

    2. Re:Health Care vs FedEx by Anonymous Coward · · Score: 0

      Obama is wrong. FedEx has shitloads of packages lost and stolen each year. FedEx doesn't track very package everywhere; they often estimate where the package would be. If you send a package from Philly to LA and the online tracking says that it's in Austin, there isn't really a way to tell that it wasn't stolen before it made it on the truck.

    3. Re:Health Care vs FedEx by misexistentialist · · Score: 1

      For Obama's dream of FedEx-like medical tracking to come true, there would obviously have to be one nationalized medical organization. Trying to track a FedEx package from UPS's website is pretty difficult, and passing a law telling UPS to integrate FedEx tracking won't turn out well.

    4. Re:Health Care vs FedEx by Anonymous Coward · · Score: 0

      For Obama's dream of FedEx-like medical tracking to come true, there would obviously have to be one nationalized medical organization.

      Yeah that's right, there's no way a huge network devoted to the sharing of information in a variety of formats can be operated through the cooperation of numerous private and governmental organizations. I mean if something like that were possible nerds from around the world would be able to view and comment on news stories by electronic means... Oh wait a second!

  50. Re:one word: protectionism by dr_canak · · Score: 4, Insightful

    "4. They don't inter-operate. (When I request old records from other physicians with electronic charts, I enter the pertinent data into my electronic chart by typing it in.)
    If any skilled group of software engineers were to write a decent, usable EMR that was extensible, and didn't cost an arm and a leg, with an eye to being excellent first and profitable as a consequence, they could be up for a Nobel prize. "

    Whenever this topic comes up, the same answer always eventually comes out to address "4", which is of course VA's VISTA/CPRS. Not only is it customizable and extensible, but the program and code are free to anyone who wants it. And I don't see the programmers from the VA winning any Nobels any time soon ;-). Read "The Best Care Anywhere." Even if you disagree with the premise, Longman presents an interesting section on how VISTA, and later CPRS came into being. It's his position that an important (if not primary) reason there is not adoption of electronic medical records in the private sector is because it can actually create a competitive disadvantage.

    Massing huge amounts of electronic, easily accessibly medical information on an individual is really only advantageous to the patient, provider and system if the patient remains with the same providers and same health care system, which of course is true for the Veterans treated by VA. Long term, detailed information on a patient is advantageous on the patient level because you can monitor more easily preventive health measures and track health status over time; for the provider it means decision making can be more informed which should improve outcomes; for the system it means better outcomes and presumably more competitive advantage. But here's the rub: patients don't stay with the same providers or same systems. Health care has become so complicated that person's change their care plan, and hence their providers and health care system often. If I'm Blue Cross, I can guarantee you I know exactly what the rollover of the person's in my panel are from year to year. If I'm a hospital administrator, I know exactly how many person's come and go through the plans I have contracts with and how many are seeking care at my facility. As you point out, unless a facility takes a stab at VISTA/CPRS, EMR's can be insanely expensive to develop. And deployment, penetration and compliance within a facility/system is a herculean task requiring a major change in culture to ensure adoption. So, as some sort of health care system administrator, for every patient that moves to another plan and hence gets care from other providers in other hospitals, I have just given my competitors an enormous advantage in their care of this patient. The patient is able to bring them their complete, beautifully printed out and organized medical record to aid their providers in the care of this person.

    Now, of course, it also says I would have the same benefit when patients come to my system. The problem is who is going to budge first? And if someone else budges, and I can attract those patients to my system, then maybe I don't have a good incentive to develop an EMR for my facility in the first place. Maybe I should spend more money on a finely landscaped, aesthetically beautiful, modern bed tower? Because, really, the patient is going to leave and go elsewhere eventually. When they change jobs, their health care plans change. When life circumstances change (e.g. they now need a family plan), their health care plan changes. There's a ton reasons person's change health care plans, and very few of them have to do with actually wanting to see a certain person or get care at a specific facility. Without these lifelong relationships between patient, provider and system, it's hard to convince a facility of any size, be it a small practice of primary care providers to large health care systems buying up hospitals, to invest the time and energy in an EMR. And it will remain this way until there are clear financial incentives to do so; or the health care system is totally revamped such that lifelong relationships between patients and providers is again feasible.

    later,
    jeff

  51. No... it's because of the software quality by RaigetheFury · · Score: 3, Informative

    Go to any doctors office and ask how much they like their software. There is so much crap out there it isn't even funny. I know for a fact, one software company that services more than 20 hospitals and 200 doctors office recently discovered that they had a rounding error in displaying pharmaceuticals. Obviously nothing extremely dangerous... but the fact is there just isn't that many affordable quality software companies out there.

    Hell, http://www.physiciansehr.org/index.asp and companies like it make it their sole business to find software suitable for your office, and help in the transition. It's huge business.

    I don't honestly believe most medical practitioners are worried about that being used as medical malpractice fodder when weighed against the benefits. The problem comes with the cost and quality. Most doctors don't understand nor care since they have little interaction with it.

    I've evaluated over 20 small doctors office software apps that are rated high and let me tell you... 99% of them suck ass. I officially dub "suck ass" a technical term meaning, someone was smoking crack when designing the user interface and knew more about making an annoying, non-user friendly piece of trash than making ANYTHING remotely useable by the medical field.

    The transition will happen eventually but some standards need to be in place and universally accepted accreditation certificates need to be available to say "Yes... this software meets these standards". We all know that this will be abused and the bare minimum met... but you have to understand... the standards are SO low... that companies release bugged software knowingly...

    Just ask E-Cast. I can't wait for a federal investigation to happen to those guys.

    Disclaimer: I do not work for E-Cast, nor have I ever worked, contracted for or through any group associated with E-Cast.

    1. Re:No... it's because of the software quality by jimicus · · Score: 1

      Part of me wonders if healthcare software falls into the same trap as educational software - which generally is lousy because it was either developed by people who know all about teaching (but damn all about IT - so installation instructions generally start with "Insert the CD ROM into every CD ROM drive in every workstation in your 200 workstation network..." and go downhill from there) or it was developed by people who know all about IT but damn all about teaching (so it doesn't actually get any ideas across).

    2. Re:No... it's because of the software quality by Anonymous Coward · · Score: 0

      I've evaluated over 20 small doctors office software apps that are rated high and let me tell you... 99% of them suck ass.

      How does that work? 1 of the 20 sucked 80% ass? 5 of the 20 sucked 97% ass? Or is it Pentium maths?

  52. US only problem by Anonymous Coward · · Score: 1, Interesting

    In countries with sane health care systems, the government forces the hospitals and practitioners to do exactly what you say: "making medical records available for data analysis might expose redundancy, over-testing, and other methods of extracting profits from the fee-for-service model".

    They can do this, because the government is the one paying the bill. Optimizing the quality/cost ratio is an important part of keeping health care payable.

    I guess the US has some catching up to do to stop all the abuses of private health care.

  53. Consultants with no incentive to deliver by Anonymous Coward · · Score: 0

    The reason the NHS system is such a debacle is the culture of absolute gold plating everything so that the blame can never be laid at your door. This leads to people taking on consultants who themselves can justify taking the project to the nth degree of abstraction and documentation. I work on agile projects - they expect production ready code for a tiny vertical slice of the system in 2 weeks from the project start. We have delivered enormous (globally renowned .coms, oil pipeline systems, you name it) by this method. This is how public sector software should be delivered - demonstrate your progress with a working system, not with documentation.

    1. Re:Consultants with no incentive to deliver by arethuza · · Score: 1

      You'll love this then: http://www.connectingforhealth.nhs.uk/systemsandservices/data/nhsdmds

      I wonder how long it took, probably at 2000 pounds a day, for this to be done?

    2. Re:Consultants with no incentive to deliver by Dr_Barnowl · · Score: 1

      I work directly for the NHS in the department concerned and I rewrote the tools for this team recently ; I can't speak for the costs of content production, but the development model for their updated tool set was by necessity an agile one ; it was just me working on the project, and the requirements were somewhat hazy as they'd been swallowed in the sourcecode of the abomination that preceded it (which was produced by a consultancy).

      I found the project far more satisfying and productive than the typical project which is overweighed with meetings to determine requirements and specifications. The requirements were ; do what the old tools do, but better. I physically sat amongst the users and coded to their responses to ongoing builds (in addition to the mandatory meeting quota).

      I can report that ;

      • I saved the NHS a sum greater than my salary in software licensing and ongoing support contracts, mostly by replacing components with FOSS software where applicable.
      • Subjectively, the tools are far more productive and of higher quality than the old version, with start times, content build times and edit speed all greatly improved, by at least an order of magnitude in the majority of cases.
      • Several reasonably significant patches were contributed to aforementioned FOSS projects directly as a result of this project.
      • I take much less than £2000 a day (alas).

      The content is another matter, but in terms of the tooling, hopefully the experience will help a more agile and user-focussed approach to penetrate the NHS IT programme.

    3. Re:Consultants with no incentive to deliver by arethuza · · Score: 1

      So did I get that completely wrong then? Is your currently work superceding the original content - which looked very much like it would have been generated by some consultancy who would then run off to the hills cash in hand.

      Keep up the good work!

  54. Maybe its just the best tool for the job? by Lord+Byron+II · · Score: 1

    Sometimes paper is better than anything else. Certainly with paper, data security comes down to physical security, whereas with digital, security is a mix of physical and electronic security. Paper doesn't crash, paper doesn't need electricity.

    1. Re:Maybe its just the best tool for the job? by Skuto · · Score: 1

      It's not about security. It's about gathering information and using that data. Computers are better at that than paper forms. That should have been pretty clear by now...

  55. training training training by tresstatus · · Score: 1

    i work as a systems engineer for a healthcare company. on a daily basis, i have to deal with nurses that use our systems. what it comes down to is nurses might be good at what they do, but they otherwise lack the skills to do anything else. most of them, even the ones in their twenties, barely know how to use a mouse. putting everything on the computer adds a step of complexity to what they do. management at our facilities loves what we do because it makes reporting and accountability easier. nurses hate what we do because regardless of how easy we make it on a computer, it will always be easier to write it down on a form. they also hate it because it makes it easier for anyone to expose mistakes that they make.

    if someone keys in Joe Bob's diagnosis and medications wrong, we know exactly who did it. if someone steals meds while they are stocking our machine, we know exactly who did it. that is a threat to a lot of people and really puts the management of a lot of places in a bind. on the one hand, it's hard to get good people; a nurse could be an excellent nurse and be completely computer illiterate. on the other hand, it's easier to run reports based on stuff in a database as opposed to stuff written on forms.

    what we've found is that if we make it "idiot proof", they will find a way to be a bigger idiot. 8)

    --
    stephen
    1. Re:training training training by Sobrique · · Score: 1

      No one likes having a vulture looking over their shoulder, when they try to justify their existance.
      From 'making mistakes' to 'monitoring productivity' only the most stupid user _doesn't_ try to game the system. Perhaps in a world where 'honest mistakes' which _everyone_ makes, weren't treated as reasons to sack them but instead something to investigate, develop and prevent from re-occuring - that's more an engineering mindset though I guess.
      Regardless, it'll always be cheaper to sack people for 'incompetence' (read 'making an error') than it is to fix the problem in the first place, or actually be honest when you have to reduce staffing levels.

  56. Mod mod MOD up by tygerstripes · · Score: 1

    I've been working with the ICS project (similar kind of mandate, but for children's social services - in the UK again) and we're seeing exactly the problems you've described. It's got nothing to do with the system being conceptually difficult, and everything to do with massive, chronic project mismanagement by central government from the very start.

    Specifications were set out without any significant consultation from users, practitioners or even IT project management specialists (a field full of charlatans, but some experienced input at the initial phase would have been helpful). The specs were then handed - untested, mind you - to software suppliers, most of whom have been in the business of supplying under-performing systems to the public sector for decades, and who therefore know exactly what they have to say in order to win contracts, and what they can get away with while still turning a profit.

    I'll lay out the process:

    • These public-sector bodies are floundering around looking for a solution to meet a poorly-advised government mandate on ICT systems, and they come across this well-established company who have the experience to sound capable. They've been in the business for years, and have a number of high-profile projects to their name (irrespective of how badly said projects went...)
    • The company promises the earth, and under-bids massively at the tender stage, under-cutting any supplier who might provide a competent system at a realistic price. Inexperienced public-sector org says "Wow, they know what they're doing, and we'll have a contract so they have to provide - great!"
    • After committing all their allocated funding to this company, the product then falls very, very short of expectations. Assuming it even meets the minimum spec set out by central gov, the spec was poorly drafted to begin with and has many awful omissions. Besides all this, the product probably sucks and is full of bugs.
    • Public-sector body is stuffed. They can't afford to start from scratch - they've committed their funding, and the damage that would be caused to user-acceptance and to their ability to meet project deadlines would be catastrophic if they were to terminate the contract. It's vendor lock-in, aggravated by the fact that they need the supplier to keep working to fix bugs, and to modify the product to do what it's supposed to do, rather than what it's specified to do.
    • Public body is stuck with a buggy system and a high-cost maintenance contract with a crooked supplier, because abandoning either would invite the displeasure of central gov
    • Supplier milks the contract for maintenance payment in perpetuity, turning a decent profit and gaining another "successful" project to their name.
    • The failed system causes problems to the service, who whine and bitch to central gov but to no avail. Then something goes wrong, and there is a press outcry. So central gov decides they must be seen to act, and start another project...

    The whole merry-go-round keeps turning, and there's no way off it because it's an inevitable product of a system of government that lends itself to knee-jerk policy- and decision-making according to the whims of the press and public rather than the mandate of their manifesto.

    Reactionary "solutions" to systemic problems invite crooked opportunists when the money starts flying, and I don't see this changing, ever.

    --
    Meta will eat itself
  57. Re:one word: protectionism by Anonymous Coward · · Score: 0

    isn't HL7 [wikipedia.org] precisely what solves that?

    I wish. The problem at this point isn't one of structure, it's of coding. Within that HL7 message you have to express the patient's information in a format that something else can read. LOINC is a common codeset for measurements, originally created to uniquely identify every possible laboratory observation, but since expanded to cover just about any observation anyone can think of, including physical examinations and such. The problem is that unlike ICD9, there's no notion of specificity (not that ICD9 is a great example of it, but it's almost arranged in such a way that say (fake code) 123.1 is a fever, then 123.1x are different kinds of fevers). There are 20+ different ways of collecting a blood pressure, software X (or its user) has to pick one code and hope that software Y (or its user, fortunately HL7 provides for human-readable descriptors) recognizes it as a blood pressure. Sure, maybe a specialist cares exactly which device, location on the body, and whether the patient was sitting, standing or laying down when the bloodpressure was taken, but I guarantee that the other 95% of the doctors your medical information may encounter just wants to (have the nurse) type the numbers or just wants to read the numbers. SNOMED (medical "concept" list designed to codify the results of a physical exam or review of systems as well as other medical information), NDC (FDA-assigned drug "packaging" code, nobody cares whether your viagra was sent to the pharmacy in a bottle of 100 pills or a box of 20 50 pill bottles or whatever, yet each of these possible packages has a unique code), and so on all suffer from the same problem in various flavors.

  58. My Experience Confirms This by curmudgeon99 · · Score: 1

    I worked in a hospital in college and for insurance companies after and I can confirm this. Doctors, for example, are only in it for the money. While some of you may be able to cite examples of good doctors, they are rare. Most are in it to get rich and so it follows obviously that they are going to do as many tests as possible--cost be damned--and if called on it they can claim they're protecting themselves from malpractice suits. In fact, it's just wallet padding. Insurance companies have their own version of this. They are trying to find any excuse not to pay for stuff while they are collecting their ever-rising premiums. The only solution to this problem that I can see is the Public Option. Hence, all the entities who have gotten fabulously wealthy on the current Fee-for-Service model, are against it. That includes physicians, Big Pharma, medical product vendors such as Baxter and of course hospitals and the insurance industry. The public option is the only way to go my friends, unless you or your immediate family are one of the few getting rich off of the status quo.

  59. Absolutely by The+Tyro · · Score: 3, Insightful

    It's not protectionism or any of that other trite conspiratorial nonsense that keeps physicians from using EMR (you can't get ten physicians to agree on damned-near ANYTHING, from what PACS software to use, to what size coffee cups to keep in the surgery waiting area... how do you expect them to engage in any kind of organized conspiracy to keep using paper?) You want to know why physicians dread EMRs?

    Well... being one (and a tech geek to boot), I'll tell you:

    It's the UI.... that and the cost. If you can make it fast, user-friendly, intuitive, lightweight, and inexpensive, the world will beat a path to your door.

    For example, when I was an intern, we were evaulating a hospital-based order-entry system from TDS. It was the old light-pen system, and the damned thing took 14 screens to order an Xray.

    I'm now a practicing ER physician... nobody is under greater time pressure than I am, and the EMRs that I've seen so far will slow me down. My colleagues at a nearby hospital who use one of the tablet-based systems complain bitterly about how slow it is.

    Make it faster and easier to use than paper. Make it... you know... an actual upgrade? Not some ugly, unwieldy kludge forced by some data-mining, numbers-obsessed bureaucrat. Doctors generally aren't geeks... they care about ease of use. A system that doesn't make it easier to take care of patients will be universally despised, and resisted by everyone on the medical staff.

    Physicians have enough to do, and enough to worry about. Want to have medical staff buy-in? Make the EMR an asset instead of a liability.

    --
    Even if a man chops off your hand with a sword, you still have two nice, sharp bones to stick in his eyes.
    1. Re:Absolutely by BVis · · Score: 0, Troll

      Is it the reaction time of the EMR that's making it 'slow', or your own unfamiliarity with the interface?

      If the former, then yes, it's on the EMR authors/IT staff to make the system more responsive. Unfortunately, that frequently means more hardware, which would eat into the profits, and therefore is not approved by the bean counters.

      If the latter, then GET OVER IT and learn the fucking interface! Any hospital that adopts a new system should FORCE all doctors with privileges there to complete a training course on the new software, under the threat of losing their privileges. I DON'T CARE IF THE SYSTEM SUCKS. Either try to help make it better, or STFU and do your fucking job.

      The good news is that new doctors coming out of medical school don't make any money anymore, thanks to the for-profit HMO system we have in the USA, which requires that doctors see eight patients an hour just to break even. Why is this good news? No more overpaid egomaniac doctors who care more about their tee times than their patients.

      --
      Never underestimate the power of stupid people in large groups.
    2. Re:Absolutely by ColdWetDog · · Score: 1

      Is it the reaction time of the EMR that's making it 'slow', or your own unfamiliarity with the interface?

      Reaction times are often an issue and even if it's "just" the bean counters not approving the needed upgrade, it's still slow, still gets cursed by the people using it and then gets bypassed if at all possible.

      But that's really a trivial issue - the PROBLEM IS THE INTERFACE. Here's ColdWetDog's Road to EMR enlightenment:

      - Get rid of the Fucking Icons. No, I don't know what a square with two squiggles means. I understand the term "X-ray" is that's what you want. If you think you need too much screen real estate to put all the idiot icons up all at once think again.
      - Keep the interface clean and simple. THINK about what you want the user to do. Think about the workflow. You don't have to do everything at once.
      - Don't try to make a field For Every Damned Edge Case or Odd Condition. Keep it simple. Use a free text field occasionally. It doesn't hurt. If you have problems querying free text fields, talk to somebody at Google for some tips. One of the biggest annoyances (after Icon designers from Hell) is the concept that you have to put everything everywhere, even if it's just a blank. Yes, I understand that some lawyer somewhere thinks they can save somebody's ass if you explicitly have to put "Not applicable" in the "Last Menstrual Period" in a Male Patient's chart (Hint to the biologically declined: men don't have menstrual periods) but it slows everyone down. Do it once, it's not so bad. Do it all day and you've created a real burden.
      - Don't use a browser for the interface. I repeat - Don't use the browser for an interface. If you absolutely must use a browser For Bog's sake don't use Internet Explorer 6 .
      - Don't come up with stupid 'extensions' to HL7. Yes, it's still pretty primitive but standards are standards for a reason.
      - Use a standard WIMP (Windows/Icons/Mouse/Pointer) interface. No, it's not 'pretty' or 'cool'. But everybody knows about it. No weird ass Jurassic Park stuff.
      - Hire some UI folks from Apple and fire the ones you have.
      - And finally, realize that Doctors (and nurses) don't know Jack. This isn't engineering, it's not rocket science, it's not an insurance company. If you look at the underpinnings of western medicine, you will find some very shaky supports. That's why everything doctors do is so ugly when you try to put it down on a flow chart. When you computerize chaos, you get computerized chaos. Deal with that and you're rich and famous.

      --
      Faster! Faster! Faster would be better!
  60. Re:one word: protectionism by Anonymous Coward · · Score: 0

    This the kind of paranoid, conspiracy theory BS put out by chiropractors and other 'alternative medicine' quacks.

    Rather than argue science they make these kind of accusations to redirect attention away from the fact that they have nothing valuable to offer and no credibility. Here we have a the 'the cabal is keeping us out' in the costume of IT as the enemy of MD uber-control.

    If this were a story about a successful IT deployment at a hospital, you'd see these comments saying the IT infrastructure supports the MD dictators.

  61. Re:one word: protectionism by modmans2ndcoming · · Score: 1

    Our hospital is looking at the cost issue closely. I think we are close to deciding to allow our partnering physicians to pay a huge discount for an EMR system that we are developing and can be used for all their patients. I think that a relationship like this is where the industry will go because hospitals have the volume to justify the costs of setting up the system, and offering a low buying to the system and free setup will engender loyalty from the doctors.

  62. Re:one word: protectionism by modmans2ndcoming · · Score: 1

    Yes, HL7 is exactly what solves this. Most people in health care aren't even aware of HL7 (as seen in the comments further up the page)

  63. Re:one word: protectionism by Anonymous Coward · · Score: 0

    The DICOM standard was developed for interoperability, for this reason.

    The problem is is that Equipment Manufacturers (I am looking at you, Seimens) interpret the DICOM standard differently.

    When a Hospital system purchases their PACS systems, they usually purchase froma manufacturer that that supplied their other radiology devices (C-Scans, etc). There are exceptions to this rule, but that is usually how it is done.

    I have worked with PACS admins that have pulled their hair out trying to get a Fuji C-scanner to communicate with a Siemens PACS, and Fuji is one of the ones that follow the standard closer than most, and is really great with DICOM communication.
           

  64. IT can cripple Dr's office visits by Anonymous Coward · · Score: 0

    IT can have a terrible effect on Dr's office patient visits (especially primary care).
    Reason is that Dr's time is generally very limited, especially since most primary care docs now have to be employees and generally operate under some kind of quota system.
    Paper records do have the advantage of being able to be reviewed very quickly - a great deal of info can be scanned for the relevant data, and notes may be present within the records exactly at the appropriate places.
    Reviewing electronic records can be much slower (click click page scroll click page scroll mouse around some more wait for next page click wait for next page etc etc etc etc). (Paper can also be used much less intrusively while interacting with a patient.)
    As an IT guy, I see the advantages of electronic records (access from different points, patient reminders, interdepartmental / interorganization coordination, outcomes analysis, etc etc) are overwhelming.
    But for my wife the primary care doc, the time lost to her may have to be time taken from each patient encounter, and also be a threat to seeing enough patients in a day to pay the bills.
    "Ease of use" is more than just "nice to have" in this case. Seems to me that IT is just barely becoming adequate for this task, and that IT types who automatically condemn docs for their resistance may be guilty of that arrogance and ignorance that IT is occasionally famous for.
    Seen both sides -

  65. This is not true. by Anonymous Coward · · Score: 0

    Having worked for a major hosptial here in Cleveland I have to say that this story is just wrong. You must be signling out one aspect that you don't have a grasp on and claiming to know something.

    If you want to complain about something complain about the two faced government who through Medicare and Medicaid agree to pay an amount for procedures, but can and do decide to pay less. They will retro-adjust the lower reimbursements for several years!! You should try to run your business when Uncle Scam has his fist where their heads up your arse.

  66. Re:one word: protectionism by The+Tyro · · Score: 1

    Doctor Dugan, is it? I have to ask what specialty you practice, and what sort of practice environment you inhabit.

    You sound like you're one of those who wants to throw open the health care licensing gates to anybody who wants to take care of a patient. Having seen some of the stunts pulled by my fully-educated colleagues over the years, I'm a bit leery of turning over those keys to just anybody, particularly those with even LESS training and knowledge.

    What, exactly, are you proposing as an alternative to the current system?

    And spare me the thinly-veiled "profit-driven whores" implication in why physicians didn't adopt EMRs 30 years ago. That isn't why, and you know it. The truth is that the technology sucked even more then than it does now.

    --
    Even if a man chops off your hand with a sword, you still have two nice, sharp bones to stick in his eyes.
  67. NEMSIS by taliesinangelus · · Score: 1

    Hospitals/Clinics are one thing but there is a movement to capture some even more valuable date - ambulance / emergency response calls. http://www.nemsis.org/

  68. Well.. by FatherOfONe · · Score: 0, Flamebait

    Ok, I am in the heath care industry and am in I.T.

    My first thought was that this is yet another attempt by an Obama supporter to help try and gain support for his socialist program. I think I still may be right on that one.

    However, the core reason is that the health care industry is slow to move is that the cost of validating systems is huge. If a mistake is made it can put a company out of business. I am not saying this is a bad thing but a lot of businesses do the math and say it is cheaper to do it in a manual way. Now it looks like we want to force these companies to spend the money weather they like it or not. This is good for me, but I realize a lot of companies will be going out of business because of the cost. Sometimes a Rolodex works better than spending 5 million on an Oracle solution.

    --
    The more I learn about science, the more my faith in God increases.
  69. I'd be happy... by SCHecklerX · · Score: 1

    ... if they would just come up with a standardized paper form for health history. It could be a word, ooxml, pdf, whatever. I walk into the specialist du-jour, and just hand them the #!@#$@!$ piece of paper.

  70. US EMR / POE experience - cynicism & skepticis by Anonymous Coward · · Score: 1, Interesting

    The initial article's analysis of these complex issues is infantile and myopic. Referring to conspiracy theories to explain why everyone doesn't jump to the commands of those who push EMR is just paranoid, and gets about as much respect from me as the schizophrenic ED patient's reports of what the voices in his head are saying.

    Disclosure:
    I am an MD. After 4 years of college (undergrad degrees in math & chemistry), 4 years of med school, 5 years of general surgery residency, 2 years of fellowship training, and 3 years of bench research, I now have been an attending surgeon for over 10 years. Despite the below experiences, I was and am still an advocate for mature, reasonable, responsible, and efficient EMR and POE.

    As an intern, I and my peers were subjected to the introduction of the first-ever system-wide "physician order entry" system. The best comparison might be the African-American patients "enrolled" in the Tuskegee syphilis studies.

    The experience has been reported by Dr. Massaro, although a number of points are missing:

    Massaro TA. Introducing physician order entry at a major academic medical center: II. Impact on medical education. Acad Med. 1993 Jan;68(1):25-30.

    Massaro TA. Introducing physician order entry at a major academic medical center: I. Impact on organizational culture and behavior. Acad Med. 1993 Jan;68(1):20-5.

    The so-called "pilot" project took all of the feedback from the resident physicians, which was 98% negative, and cherry-picked out the 2% positive responses to justify a full roll-out of the system.

    To state that there were confrontations with the housestaff is putting it mildly. Many of us were computer-literate. The obvious inadequacies of the system and inefficiencies which dramatically took us away from patient care were persistenly NOT addressed for YEARS. Documentation of adverse patient outcomes and events rooted in the inadequacies and check failures of the system was universally spun around and regurgitated as a failure of the end-users to "understand" the system. The only way the end-users (residents, NOT attendings or administrators or nurses) were finally able to get any audience with the company representatives and the hospital administration was through confrontation.

    The inefficiencies of the initial system were disastrous. As an intern on a busy surgical service, a typical day consisted of over 8 hours inputting orders at light-pen-enabled computer terminals located at central nursing stations and visible to the patients, who often remarked how their doctors did not have time for them but instead were "playing computer games". Shifting a SINGLE intern from putting in orders from the preconceived structured pathways (e.g. IV fluids -> D5NS, 1000 mL -> rate: 100 mL/hour -> start: now) to instead a simple free-form type-in (e.g. please start IV fluids: D5NS @ 100 mL/hour) shut the in-patient pharmacy down in a single day, as they had eliminated the capacities to handle any exceptions.

    The housestaff voted to go on strike when we reached the point where we felt that continuing with the system was causing more harm than just shutting everything down; in the state of Virginia, we were classified as state employees and did not have the legal right to strike. Our initial access to free legal counsel options from the University's Law School students (imagine a free legal clinic run by the students) was terminated by the administration, so we assessed dues from all housestaff and created our own independent legal fund.

    Ultimately, the only things that seemed to work to finally get our grievances with the system heard were:
    1. the adverse patient outcomes attributable to the system being leaked to reporters for both local and national newschains
    2. resident complaints to the ACGME and RRCs resulting in site reviews of all the residency programs

    The system was revised, and by the end of my residency, was efficient and flexible to the point that it was

  71. Define health care by buckeyeguy · · Score: 1

    The article seems to define health care as what some of us would call 'direct patient care'... but doctors and hospitals are only part of the big health-care money pie. There are the companies that manufacture the drugs and medical products, and those (like the one I work for) which distribute them. Getting everything from stents to splints distributed to your local doctor, hospital and pharmacy (much of which is ordered electronically) takes a huge amount of IT capacity. Patient records will catch up eventually, but anybody who has worked in an office over the last 20 years and heard "next year, we're going to buy document imaging and scan it all into the system", knows to take that with a big grain of salt... believe it when, and not before, you see it.

    --
    I'd have a personalized plate on my car, but "toxic bachelor" won't fit into 7 letters.
  72. IT and Medicine are a Bad Fit by smug_lisp_weenie · · Score: 5, Informative

    One thing everyone seems to be missing here (including the author of the article) is that medical data is an odd duck that just doesn't fit easily into a digital record. (I'm an MD, a medical informatics guy and CTO at a medical software company)

    If you're running a McDonalds you can easily computerize everything: You have a fixed menu your customers can choose from, and every purchase can easily be stuffed into a relational table. Medicine isn't like that.

    Trying to enter a patient encounter into a contemporary medical record system is an extremely unsatisfying experience: Humans are just weird and idiosyncratic and every time you treat someone there will be parts of the patient visit you can't represent symbolically in a piece of software. This is still largely an unsolved problem- If you read the literature on Description Logics you'll see that even PhD logicians have a hard time symbolically storing this kind of abstract data into a piece of software, let alone a doc with little computer training.

    Because of this, most current record systems use a lot of "free text" for storing medical info, which is a pretty ugly hack and everyone realizes this.

    I think this is a major reason for the problems people have with digital records: They don't work very well right now for fully capturing a patient encounter in a rigorous, symbolic fashion.

    1. Re:IT and Medicine are a Bad Fit by copdk4 · · Score: 1

      MOD PARENT UP!

      This is at the heart of the whole issue. Medical Data is hard and that leads to crappy implementations, unintuitive UI, less desire for docs to use it yada yada...

      Although I disagree that one needs to represent everything "symbolically" there are several EMRs with free-text note fields and post-process the notes with NLP for meaningful secondary uses. Yes NLP is not perfect but things are getting much smarter and better.

      PS: Those purist self-righteous PhD Description Logicians. Leave us Alone!!! :)

    2. Re:IT and Medicine are a Bad Fit by dkf · · Score: 1

      If you read the literature on Description Logics you'll see that even PhD logicians have a hard time symbolically storing this kind of abstract data into a piece of software, let alone a doc with little computer training.

      There are two big problems in this area.

      1. The logics used are right at the limit of what can be reasoned about automatically; even after decades of work, it's still very very difficult to go beyond First Order Logic in an automated fashion.
      2. Getting two clinicians to agree on a single description of one patient seems to be impossible, and the medical literature is deliberately inconsistent and often whimsical. What right do we have to expect mere logic to withstand such sabotage? If doctors had been essentially engineers-of-the-body, this would have been all solved years ago. Chemists and physicists don't have this difficulty either. Even programmers are usually on the same page (or can Google it to figure it out.) Medicine just has to be different/difficult.

      Still, if EHRs were essentially just free plain text with images as attachments (or, thinking about it, perhaps a big MediaWiki installation) that would be a big step forward as they would capture current practice with little extra effort. But people had to insist on asking for the moon on a stick...

      --
      "Little does he know, but there is no 'I' in 'Idiot'!"
  73. Small Office With EMR by Ikonoclasm · · Score: 1

    I'm currently working in an office that primarily serves elderly Hispanic patients. There's one doctor and the support staff. The doctor happens to be a technophile and converted the office to an EMR back in Nov. of 2007. There were a LOT of bumps along the way, but 18 months later, we have other doctors tour our office to see the way we've successfully integrated the EMR into the office workflow.

    I started working here a year after the conversion, but I was the first IT-competent person hired since then (I wasn't even hired for IT purposes). As such, I've been able to significantly streamline office practices to the point where lab results are directly inserted into progress notes from Quest, the doctor gets real-time indications of patient insurance drug coverage while prescribing, ePrescribe capabilities which allow the doctor to send the Rx to the pharmacy while noting the medication in the progress note, fax records and progress notes directly from patient charts, etc. Pretty much any piece of paper that passes through the office (billing aside) gets scanned into the patient's chart. We do this both for ease of reference (easier to just pull up the high-quality TIFF than typing in a summary of a consult or diagnostic image) and for legal purposes. The doctor, contrary to some of the other comments, feels much safer legally having everything scanned, titled, timestamped and easily accessible. Oh, not to mention how much time is saved when we're subpoenaed for records and it takes the better part of 30 seconds to do a multi-doc fax.

    The only real complaint I have with our EMR is its lack of ability to share records. We still have to fax records (certainly not snailmail!) and burn through reams of paper receiving records from other offices. I would love to see a connectivity standard between EMRs. That may be putting the buggy before the horse, though, with the lack of adoption we've been seeing in our area. Medicare's office a lot of incentive bonuses for using the EMR and ePrescribe, which are a lot more beneficial for early adopters, but still doctors seem to be dragging their feet. Maybe that'll change when they start seeing a 2% penalty tacked onto their Medicare payments in 2014?

  74. Re:one word: protectionism by Anonymous Coward · · Score: 0

    A medical database that crosses the boundaries of multiple hospitals and multiple insurance carriers exists today. Take a look at the work being done by the Regenstrief Institute (regenstrief.org), a pioneer in medical databases since the early *70s*. Regenstrief has a functioning medical database in use in Indianapolis, IN that aggregates patient data from all the area hospitals. Regenstrief is not affiliated with any insurance company nor the government (well, they do receive NIH research grants..).

    This can be done...

  75. Are doctors truly necessary in most circumstances? by levicivita · · Score: 2, Insightful

    A lot of problems in driving the industry towards higher rates of adoption of modern technology are the arcane and sacrosant practices of doctors.

    In my experience, in most situations, a simple algorithmic deterministic decision tree (with the right medical tests at the nodes) is sufficient to correctly diagnose and treat most diseases. I've seen my highly paid doctors I've been to under my snazzy uber-exclusive insurance plan repeatedly go to a *.nih (I think) page and reading about the various possible conditions. The human doctor is only important when dealing with the exceptions and the hard / rare cases, not with the bulk of minor, commoditized afflictions that affect mankind.

    It is purely a matter of personal preference that the current generation of middle aged baby boomers are so attached to the personal touch of another human reading them a website. However your kids, raised in a webcentric era, might feel differently when asked to choose between paying $1,200 for 60 minutes with a reputable doctor (most of which spent filling paperwork and waiting) and $89 for going to a modern clinic where they follow an automated set of tests administered by a nurse, with results feeding into a computer (a doctor is called only if an exception is triggered).

    And yes, don't give me the sob story of that one time where sheer human genius saved someone's life. First, there will always be a doctor on standby to deal with exceptions, and complications. Second, you cannot drive policy off exceptions like this. Third, the high price of current practices drive many people away from medical care early in their afflictions, possibly outweighing the benefit of customized care.

    Also, customized care means you are relying on your knucklehead doctor to be up to date with all the medical research not only in his field, but in all related fields. Put it this way - who would you rather ask your random general knowledge questions: wikipedia, or a single smart educated professor?

    In conclusion, the best thing to do might be to offer people both alternatives (at appropriate price points) and let them choose.

  76. An EMR story... by HikingStick · · Score: 3, Informative

    In January of this year, I went in to an outpatient surgery center for a procedure. My operation was scheduled for 10 AM, so I was on-site just before 8 AM. When I arrived and was ushered back into the staging area, I was next to a septuagenarian who, it turns out, had been at the center since 6 AM. He had been driven there by one of his adult children, and he hailed from a small town three hours away. He left home before 3 AM to make sure he arrived on time--his was to be the first procedure of the day for a particular surgeon. [I picked all this up from hearing him interact with his daughter and other family members who were also present.]

    My surgeon was running late due to complications in an earlier procedure, so when 10 AM rolled around, both the septuagenarian and I were still waiting for our procedures. For me, it would clearly be a matter of time. From overhearing the family, the doctors, and the nurses, however, it was fairly clear that the old man would not have his surgery that day, because he was presenting symptoms that suggested he may have bronchitis or pneumonia.

    As is standard procedure, each surgical patient has a pre-operative screening with his or her regular physician, to ensure that the patient is well before the operation. This man had his visit, including a chest x-ray, but those records never made it to the surgery center. The man's clinic had EMR technology, so one doctor suggested that they just pull up the records. That's where they ran into some problems. The only terminal with EMR access at the nurses' station in the surgery center could not access the records for that patient. Multiple people tried their logons on that terminal, but none of them could pull up the records. There were discussions as to whether or not the clinic was on the same EMR network as was the hospital. One nurse commented that she had cared for a patient in the main building and accessed records from the same clinic system. Finally, another nurse mentioned that there was another terminal in a records room in the surgery center, so she and a doctor headed off to try to access the EMR from there.

    In the mean time, this poor old gent is starting to cough a lot, and appears to be in much pain. No one was able to reach his primary physician by phone, and the patient's home-town clinic was not open that day. The doctor and nurse returned from the records room, and indicated that they had no better luck. An older nurse then mentioned that she thought the main hospital had access to more healt-care networks than did the surgery center. Someone was dispatched to the hospital to try and pull up the records.

    It turns out that my physician was havin a really rough time. His first patient, who was in for what was thought to be a minor rotator cuff repair, apparantly had old baseball injuries about which the physician was unaware. In the end, the doctor was able to patch him up, but three out of four of the primary ligaments or tendons were beyond repair. [That bit of information was picked up by my wife in the waiting room, when the surgeon came out to tell the other man's wife how things went and why they went long, and to tell my wife why I was not yet in surgery.] I'm just noting that so you'll understand why I was still waiting for surgery as the hour neared 1 PM.

    The surgery center called over one of the on-call physicians from the hospital, who checked in on the man numerous times during the morning. He was convinced that the man was too ill for surgery, but the man insisted that his own physician had told him to go ahead. The family members were upset, because travel took a lot out of their father, and he made the three hour trip specifically for the surgery (a hip replacement). The on-call doctor made it clear that there would be no surgery that day. Why were they keeping him waiting is what the family wanted to know. The on-call doctor wanted to consult with the man's physician, because he felt the man should be admitted to the hospital. He was trying t

    --
    I use irony whenever I can, but my shirts are still wrinkled...
    1. Re:An EMR story... by Anonymous Coward · · Score: 0

      For me, the thing I took away from the whole situation is that I don't want any clinic or hospital being the sole keeper of my medical records. I'm in the process of having copies of all of my medical records turned over to me, in case they are ever needed. I hope that, once this EMR technology matures, I'll be able to get a copy in digital format, so it will be easier to carry or transfer.

      The problem is that most of your medical records are useless.
      Type yourself up a document that contains a few lists:
      1. chronic diagnosis list
      2. medications
      3. drug alleries
      4. any hospitalizations or surgeries with dates and reasons.
      5. any relevant family history (cancers, strokes, heart problems, etc)
      6. contact information of personal physicians and close relatives

      Keep it up to date and take it to any health care encounters. Keeping a copy on your person with your identification is a bonus.

      You now have the most portable health record imaginable.

  77. Uh... by Anonymous Coward · · Score: 0

    T in health care has been growing since the 70s. Companies have continually been developing auditing, quality assurance, and regulation software for years. Just because this isn't widely known doesn't mean it doesn't exist. ...and yes, I'm sure plenty of health care facilities out there don't implement as much technology as they should, but many do. Data Oriented Systems is one of the oldest health care software providers I could find. They have been in operation since the 80s. http://www.dataoriented.com

  78. A few comments from a guy from this field... by jockeys · · Score: 2, Informative

    I spent a few years writing commercial healthcare software, and here are a few quick thoughts:
    1. HIPAA is a problem. everything you do, EVERYTHING, has to be HIPAA compliant. this means checking, rechecking, checking a 3rd time and then hiring an outside party to check your checking. if you screw up in any way, it's possible to be held criminally liable, personally. the HIPAA rule book was around 1200 pages long the last time I had to use it. My small company (150 employees) had a full time staff of FIVE that did nothing but interpret HIPAA and document changes everytime some politician lobbied some bullshit minor rule change thru the system. Each time this happened, we had a mere 90 days to version our software to match. This is a big deal when you have 3 developers working on 4-5 million lines of code. Summary: any screwups can land you in jail, so review and testing is off the scale thorough.

    2. Mistakes can be fatal. During my time writing healthcare software, I had to opportunity to work on a system I'll call the Pill-Counting-Robot. It did exactly what you'd think it would do: scripts would come down the wire, the robot would count pills into a bottle and label it. Counting the wrong kind of pill can mean instant death for a patient. Counting the wrong number of pills can make a patient very sick or dead. Printing the wrong instructions on the label can also kill them. ZERO SCREWUPS CAN HAPPEN! None. Not one. We debugged that thing for months on end, trying as hard as we could to break it... we did testing with red and green M&Ms to make sure it never mixed medicine. You really don't even want to hear what kinds of scary mistakes that thing can make when it jams or crushes a pill or breaks a pill in half, etc, etc. Summary: a tiny glitch can kill people.

    3. The final roadblock to quick progress is ancient standards. When scripts go over the wire, they use a format called NCPDP. This was made in the 70's for use over non-duplex modems. It is slow as snot. It cannot handle whitespaces in the wrong place, it can't handle variable length text, and it can't handle certain kinds of punctuation. It definitely can't handle long names or hypenated names (e.g. married folks who share names with eachother). And yet, as bad and old and broken as the standard was, we were required to use it because of a federal mandate. See Item 1. Summary: laws make the field obsolete and obtuse.

    --

    In Soviet Russia jokes are formulaic and decidedly non-humorous.
    1. Re:A few comments from a guy from this field... by garylian · · Score: 1

      I agree with you whole heartedly.

      There are so many things that you have to consider.

      I work for a software vendor that makes many different applications for prescription filling and related pharmacy stuff. It seems like the problems never stop coming, even though we have some great coders and spec writers.

      Consider this. There are 50 states plus D.C., and the federal government, that each have rules and regulations on how presciptions can be filled, how things have to be labelled, etc. One seemingly minor change to a law can been hundreds of lines of code changing, with testing needed to make sure we don't break something that previously worked. I used to joke that if we fix one thing, we always break at least 2 other things.

      As far as NCPDP goes, the currently used standard (5.1) is a pain in the ass, and D.0 (the next HIPAA compliant standard) is going to be worse. Every single insurance company and healthcare provider is trying to work some little niche rule exception into place, and NCPDP is a bunch of spineless bastards when it comes to enforcing the regulations they publish. Plus, they are slower to respond to the industry than an old man wearing a hat driving a land yacht on his way to church. But, they are no longer the complete dinosaur you portrayed them as. Almost nobody uses the 3.2 stanard anymore, and spaces and variable lengths are non-issues with the current standards.

      Electronic prescription transmission is even worse. SureScripts is another relatively spinless orginzation that fails to police the prescriber vendors, but gets all over the pharmacies like flies on shit for any little problem that crops up. Pass the buck and freak out later is their motto.

      Let's not forget other pertinant aspects of healthcare software. Drug Utilization Review (DUR) is a major component, provided only by a very few vendors, and the number of editorial errors are higher than you'd like. Often it takes up to a month for new drugs to get into the review systems, and can take longer for the new DUR hits to show up due to it taking time for it to be recognized that there is a problem.

    2. Re:A few comments from a guy from this field... by jockeys · · Score: 1

      Thanks for the update about NCPDP... I haven't been in that game for years. Otherwise sounds like everything is about the same... a giant circle-jerk of blameshifting and beuacracy.

      --

      In Soviet Russia jokes are formulaic and decidedly non-humorous.
  79. Andy Kessler is a Wall Street analyst turned autho by Anonymous Coward · · Score: 0

    The subject says it all

    This guy has no clue what he's talking about - it's completely hearsay and conjecture

    The man exhibits absolutely no experience or insight in to the health care industry as it relates to IT.

    It'd be like me writing an article about art.

  80. I work in this field. It's a *big* field. by talldean · · Score: 1

    Just looking on the billing side alone, the two-volume set of hardback books describing just the 837 EDI transaction (payor's outbound patient claim) is 2000+ pages of text. There are many, many different transactions, making tens of thousands of pages of documentation just on file formats. Save a very, very few projects ever successfully built, it's hard to find a business with more required process. The human body is complex, and I think we often underestimate the scope of the healthcare system; it's much more than just getting a yearly flu shot at the family practice doc's. Someone spoke about Obama saying that FedEx can track a box anywhere; why can't we track medical records? Well, we *can* track medical records anywhere; we just can't always read them. Can FedEx track UPS packages? USPS? UK Postal Mail? It's a bunch of different systems, and the analogy was so broken, it kind of illustrates he doesn't yet understand the types of problems the industry has to overcome. Much like the ongoing disaster of rebuilding the air traffic control system, peoples lives depend on these systems for proper care and treatment. Give us awhile. We'll get there, but we write code, not magic; it's going to take awhile.

  81. "random" bit flips and data integrity by Anonymous Coward · · Score: 0

    neutrino? i think the odds of a neutrino hitting a transistor are about the same as the odds of a 1000-bed hospital's patients all going into spontaneous remission from everything simultaneously, then living to 120. photons or cosmic rays or something maybe, but neutrinos have a 50-50 chance of getting from here to alpha centauri through solid lead.

    People say "neutrino" just to put a label on the phenomenon. Random bit flipping is present and is usually not caught unless you're anal about data integrity:

    CERN found an overall byte error rate of 3 * 10^7, a rate considerably higher than numbers like 10^14 or 10^12 specâ(TM)d for components would suggest. This isnâ(TM)t sinister.

    http://storagemojo.com/2007/09/19/cerns-data-corruption-research/

    CERN's paper (PDF form) is available at:

    http://indico.cern.ch/getFile.py/access?contribId=3&sessionId=0&resId=1&materialId=paper&confId=13797

  82. Re:one word: protectionism by Anonymous Coward · · Score: 0

    Why would they want a nobel prize when they could make 100x that by making profit their priority? It's like asking why don't more doctors donate their time to third world nations, or even the working poor in the states, because it would be a good cause. There's a lot of greedy people pervasively through out the system. I do work in IT for a Hospital and clinical entity, and I've seen it from the vendors, I've and i see it from the physicians, and you also see it in the administrative staff.

    My personal observation is that it's hard to compare most hospitals/clinics/whatnot with wall street/airlines. The reason is that it's like comparing a 5,000 LB gorilla's buying power with that of a mosquito. I don't know these industries, but I'd wager they are large enough they rolled their own systems, or contracted a system out for specifically their needs. One would think a hospital's needs would be largely identical from place to place, but from everything I've seen, that is not the case.

    I agree with you, cost is a huge barrier. After paying for the product---and let me say you never buy one thing.... it's many modules of one company for each hospital niche, or different products for different niches. Modules are just as expensive as full systems from other companies... The pricing is disgusting, then tack on 20-30% yearly maintenance, for every module or system you purchase, then the the various 'time' you buy from them for odds and ends, the IT staff, the servers, the power, the cooling. It all adds up, but my observations is that the vendors systems and modules take up an absolutely incredible amount of the cost, and their often priced on a 'bed size' 'physician size', etc metric.

    So, by saying cost needs to come down, i agree, but take a look at not just the hospitals, take a look at the sick profits of these hospital vendors take in: GE, Siemens, Phizer, Mckesson, Cardinal, etc. You want to see where money goes. That is where a whole giant chunk goes.

  83. Metal Church by Anonymous Coward · · Score: 0

    I prey upon your morbid fears of terminal disease
    You won't know the difference, now it's time for surgery
    Another shot, another pill, two weeks therapy
    I take all major credit cards, it's your money that I need

    I'm a healer!
    I will keep you all alive.
    I'm a healer!
    Fake healer.

    (and more, but you really got rock the fuck out to these words instead of just reading them, so get the CD because it's ALL good)

  84. Because the requirements are hard by plopez · · Score: 2, Interesting

    You have the following requirements:

    1) Data integrity. This is very hard. Your typical programmer doesn't understand it. This is a disaster waiting to happen. I personally do not want my records in electronic format. See the disaster called electronic voting as an example now increase the complexity.

    2) You need tight security of records. Electronic security is a joke. And who is liable? How many breaches have there been in the private and government sector in the past few years see this article: http://hardware.slashdot.org/story/09/06/25/0243221/Reporters-Find-US-Govt-Data-In-Ghana-Market?art_pos=5
    And security is orthogonal to ease of information sharing.

    3) Ease of data sharing. A major selling point of electronic data is the ease in which data can be shared. But this is orthogonal to point #2. Also if data integrity is violated and the data stream becomes polluted, as in point #1, this is a major liability.

    Getting all three of these major requirements is hard. Very hard. Probably harder than running tests or doing many surgeries. A simple screw up here can have ramification not just for one patient but for millions. See the nightmare called electronic voting to see what will happen.

    AFAIAC, electronic medical records will cost more in lives and money than they will save.

    --
    putting the 'B' in LGBTQ+
    1. Re:Because the requirements are hard by Eskarel · · Score: 1
      1. This isn't really all that big a deal. Electronic voting is a problem because you're trying to make something totally anonymous and be possible to audit at the same time. This is pretty much impossible. If you kept a record of who everyone voted for it would be very easy to audit and a lot of the problems with electronic voting would go away. The EMR is not in anyway anonymous and an audit trail could easily be maintained determining every change, who made it, and when. Verifying integrity under those circumstances is pretty easy. Add to that the fact that your paper record has pretty much zero data integrity as it is(it's missing large amounts of data, is based on translating handwriting, and is generally so full of transcription records it may as well be random), and isn't available when it's needed anyway.
      2. Electronic security isn't really that much of a joke, and even where it is, that's usually caused by trying to deliver information to anyone while at the same time making it secure. Again, pretty much anyone can walk into most hospitals and grab and read a paper chart and read it, so there's not much existing security anyway. Data access really needs to be more contextual than user based anyway.
      3. Easy of data sharing isn't really orthogonal to security either because we're not really looking at maintaining individual access lists anyway. You really are delivering role based access, and if you have good enough logging and audit trails you can almost let doctors assign their own roles, just make the penalty for claiming to be something you're not(ie treating physician) harsh enough that people won't take the risks. The only real difficulty is identifying who people are, and that's more a process issue than a technical one.

      For a number of reasons Electronic Medical Records won't happen any time soon. It will probably also be very expensive(mostly because their going to keep funding projects which are doomed to fail for a few more decades). That said, considering the current state of things(I've worked in a hospital) an electronic system couldn't help but be better.

    2. Re:Because the requirements are hard by plopez · · Score: 1

      1)Your response is an example of why it is a problem. You don't get it. Data integrity is the crux of the problem. You need to be able to insure the proper information is recorded in the proper manner in all the proper location at the proper times. We can't seem to do that with voting, financial records, insurance companies, or a host of other applications. We need to be able to that first before tackling the medical industry.

      2) Your first sentence is my point exactly. We cannot do that yet. Paper is bulky. It is harder to steal. Most people in a medical ward know each other and who should have access to what. may Programming monkey and sysapes don't care.

      3) No one takes security seriously. Haven't you heard of all the breaches? If you have to share data quickly and easily the first thing that goes out the door is security. Again, you don't get it.

      --
      putting the 'B' in LGBTQ+
  85. Re:Slashcode writers by Anonymous Coward · · Score: 0

    Expressing annoyance at a recent change that eliminates the space between "Coward" and "on" is Flamebait?

  86. Re:one word: protectionism by cpufrier37075 · · Score: 1

    Parent either is full of it or lives in a parallel universe. 1. Cost is not a barrier? Our EMR costs each physician many tens of thousands a dollar a year in application support, licensing, databases, and for a phalanx of IS personnel in various departments (local, regional, EMR, hospital IS). 2. MD's have a monopoly? What planet are you on? DO's have had precisely equivalent standing for decades in medical practice in the United States, and NP's are far from being "wiggled in." As a primary care physician, when I send a patient to the cardiologist or pulmonologist, half the time the entire consult is done by a PA or NP. 3. Please direct me to the land you describe where I can have control over my care environment and take home most of the money. I can't get a contracting pregnant lady into labor and delivery without asking for permission from two nurses, and I'm not aware that the balance of power in any health system I've worked in has been any different before and after transition from paper records. Medical care in most locales in the US has long been collaborative, team-based system, even if you've met a few physicians who are jerks or drive nice cars. (I am looking forward to upgrading my '94 Corolla by 2014.) EMR systems have poor market penetration, in my direct experience over the last 9 years, because: 1. Many, if not most, suck in a medium to large way; 2. They are incredibly expensive; 3. They can often be hard to use, and are typically more labor-intensive than paper charts for most physicians in the US; 4. They don't inter-operate. (When I request old records from other physicians with electronic charts, I enter the pertinent data into my electronic chart by typing it in.) If any skilled group of software engineers were to write a decent, usable EMR that was extensible, and didn't cost an arm and a leg, with an eye to being excellent first and profitable as a consequence, they could be up for a Nobel prize. TFA refers to cardiac CT to prevent heart attacks. The author, too, lives in a dream world - contrary to her thesis, this test has been shown to help with the boat payments of radiologists and equipment manufacturers, but there is no evidence it helps prevent heart attacks.

    Ok, You wrote my comment for me. But I'll add my bit. My background is Chemical Engineer, Internal Medicine (because they were easy and fun to study), then Emergency Medicine (because it was fun to do) for the past 30 years. During that time I was mostly in direct patient care but did have various administrative duties. Naturally, as a Slashdotter I had a continual involvement with computers. After evaluating numerous awful EMR systems for our hospital I checked to see why. Generally there was little clinical input at the levels that mattered, but I agree it is harder than it looks to do it right. Getting long in the tooth for the ER, I thought to apply to some of the software companies for employment. The response was, "We only have openings in marketing." I second all the comments here regarding lack of any conspiracy. None of us are that good.

  87. Oh give it up. by tthomas48 · · Score: 1

    The lawsuit nonsense is just media hype. Texas has capped damages on medial lawsuits, and guess what? My health insurance didn't go down one bit. In fact it keeps going up. Time to retire that stupid meme.

  88. HIMSS by DynaSoar · · Score: 1

    Healthcare Information and Management Systems Society. That's the professional organization and journal dedicated to the subject. The picture they paint is very different from that of a Wall Street analyst writing for TR, apparently in a backhanded attempt at promoting his book on the subject. From TFA: "Using electronic health records, in combination with data mining and search technology, would make this kind of analysis much easier." Would? Try has, and incorporates distributed archiving with fast retrieval, administrative and management analysis functions, billing, interfacing with all sort of outside agencies using their own formats, all conforming to stringent security requirements but capable of being examined by governmental oversight agencies.

    For my MHA, I specialized in medical informatics. It was a huge field 20 years ago, and has grown more since then. The main hurdle for the industry as a whole is the fact that it's so diverse that there's no standardization and so enormous that none is likely to happen. And like any collection of commercial enterprises, the various entities are continually coming up with improvements, "improvements", lateral changes, and repairs to the FUBARs created by those.

    While the industry as a whole is somewhat hobbled, the individual entities where records, treatment, billing and admin/management are required to perform with high proficiency (due in large part to liability) have adopted IT extensively and make good use of it. At my local clinic here in Appalachia there are as many support and admin people as there are doctors and nurses just to keep the IT based ball rolling, and virtually nothing happens that's not pushed through their in house net to at least 3 people. My main provider is the Veterans Administration, with an abysmal record of institutionalized foot dragging and bureaucratic quagmires. But they're heavily wired inside and connected to all other VA facilities outside by a network so extensive, complete and blazingly fast that it'd make any provider network proud and makes a mockery of the VA's constant insistence in almost every other area that it can't do this, can't afford that, and sorry that's not might job and I wouldn't do it if it was unless three people agreed to make me and figure the odds on three people agreeing on something in this place.

    The delivery end of the industry is 18% of the US economy. That's a lot of industry to supply and support. At its present growth rate it'll double in 30 years. That means they'll need to be supplied in that time with as much as exists already, all the while continuing to support and upgrade all that presently exists. One skewed statistic that makes health care IT appear to lag is the fact that they spend 2% of their revenues on IT where banks spend 8%. Fine, but consider the fact that health care handles far more customers with the same infrastructure, and the supplies and equipment cost much more than in other industries, plus the fact that it has far more higher paid workers.

    And the US$19Bn infusion from the Obama administration? That'd cover 14 months of IT spending in US hospitals. Entities smaller than hospitals, support agencies, suppliers, and the associated juggernauts of insurance and health related government agencies aren't included in that figure. Figure those in and the 19 billion will add about 30% to the amount expected to be spent in the next year on IT industry wide.

    Health care is not slow to adopt IT. They love it and adopt all they can. IT can't keep up with health care. Not their fault, they do a great job trying, but it's like trying to keep track of all the pieces from an explosion in progress. How tough is it to keep up? Consider:

    The gross national product of the US rose from $2Bn to $4Bn from 1951 to 1971. The US health care industry including all associated support, supply and financial control (ie. insurance) will grow from $2Bn to $4Bn from 2008 to 2015. Not the same "dollars", but it's still a doubling rate almost 3 times the US "golden era".

    --
    "I may be synthetic, but I'm not stupid." -- Bishop 341-B
  89. It's becasue by geekoid · · Score: 1

    HL7 is an expensive pile of shit.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  90. Closed Source is the problem by davek · · Score: 1

    I have been developing EMR software for 3 years now. The company is small, but our software is an industry standard and is deployed in thousands of facilities across the world.

    The main problem I see is one of trust. Our software runs entirely as a black box, without the client having knowledge how the software works or even how the database is structured (mostly because we don't know either *sigh*). Clients have to call our tech support to even add a new user to the system. The proprietary nature of our software ensures a) low quality, and b) 100% dependence on us for routine maintenance. New facilities, especially smaller ones, will not be willing to give up such control.

    Then there's the problem of interfaces. All these proprietary systems must talk to each other in a flawless, seamless manner. HL7 goes some way to fix that, but in my experience HL7 is simply a business TLA-buzzword that really means nothing. Each interface is coded specifically for the system its talking to, because they all have their different quirks.

    I believe the first EMR that is truly transparent and open source will be the turning point in Health Care IT. This industry is basically made for the software-as-service model. However, that requires a fundamental shift in our business model, and we all know how easily that happens.

    --
    6th Street Radio @ddombrowsky
    1. Re:Closed Source is the problem by zifferent · · Score: 1

      If I had mod points, you would get them. This hits the nail on the head. From my perspective the roadblock to connected systems are often the systems makers themselves as they are used to fat paychecks for their solutions and modules. They often lock down their systems in the name of "security" when really they are locking them down so they can force feed the doctors their solution foie gras style.

      I work the other end of the spectrum that you do. I unravel the "black boxes" that you put together; connecting to databases and writing queries to extract data to be sent to labs and to be used in other vendors' ePrescribing offerings.

      The companies that you work for don't like us, partly because we do what we do often for thousands less than you charge for your similar connectivity products when we have a much more difficult task, reverse engineering what seems like an endless avalanche of varying practice management software.

      --
      cat sig > /dev/null
  91. Because the structures aren't there by Eskarel · · Score: 1

    I can tell you what the problem is. It's a problem of process.

    Any half decent programmer can implement the framework for an EMR, it's not really all that technically difficult. Providing access to a database isn't hard, putting security descriptors on a database isn't hard, converting physical records to electronic ones isn't all that hard either.

    What's hard is getting the data from all the doctors and hospitals into one place, positively identifying the people involved(doctor, patient, etc), working out who ought to be able to see the record and under what circumstances.

    Every one of these projects treats the problem as a purely technical problem. It's not, from a purely technical perspective it's not even particularly challenging, a 1st year Uni student could probably implement most of it.

    The fundamental problem is that in order to be able to generate a centralized Electronic Medical Record you have to be capable of generating a centralized physical medical record, at least in theory even if it wouldn't be practical. At present, no country has the capability of doing this and so each and every one of these projects fails.

  92. Lawyers want clear data less by Anonymous Coward · · Score: 0

    Lawyers are not more keen to see clear medical records. They benefit from misinformation about medicine & science in general. Lawsuits just have to show that maybe, just maybe, the doctor is a at fault.

    Consider Cerebral Palsy lawsuits. The lawyer doesn't have to show that the doctor's actions caused the condition. There just has to be "something more the the doctor could do" to prevent it. Of course, medical records might eventually prove that no obstetrician can prevent Cerebral Palsy, and take away the lawsuit avenue all together.

  93. More Doctors by copponex · · Score: 1

    I think the simple solution is that we need more doctors who will work for less money. Heavily investing in one person to be a tiny god in his practice who only sees patients for 4 or 5 minutes makes far less sense than training several more competent people to listen to their patients and develop care that is effective for that person.

    I think one of the reasons medicine is so much more effective and cheaper in other western countries is that being a doctor still holds prestige and dignity, and it's not a career path chosen only to make money. I'd much rather have a person happy to be a doctor helping me with my health than a person who can only see the dollar signs when I walk through the door.

    Anyone claiming that you won't get the best qualified people unless you pay them obscenely must have very little respect for our military service members.

    1. Re:More Doctors by Just+Some+Guy · · Score: 1

      I think the simple solution is that we need more doctors who will work for less money.

      Good idea! When can we expect our $UNGODLY med school student loans to be socialized?

      Anyone claiming that you won't get the best qualified people unless you pay them obscenely must have very little respect for our military service members.

      First, drop the appeal to emotion crap. Second, my wife (the doctor) and I are both vets. Third, our house wasn't that expensive and we're both driving used cars to scrape by. Fourth, becoming and continue to be a doctor is obscenely expensive. Figure out a way to make it cheaper to become a doctor before you complain about their salaries.

      --
      Dewey, what part of this looks like authorities should be involved?
    2. Re:More Doctors by copponex · · Score: 1

      Good idea! When can we expect our $UNGODLY med school student loans to be socialized?

      No disagreement there. But isn't a bigger problem the cost of malpractice insurance?

      Anyone claiming that you won't get the best qualified people unless you pay them obscenely must have very little respect for our military service members.

      First, drop the appeal to emotion crap. Second, my wife (the doctor) and I are both vets. Third, our house wasn't that expensive and we're both driving used cars to scrape by. Fourth, becoming and continue to be a doctor is obscenely expensive. Figure out a way to make it cheaper to become a doctor before you complain about their salaries.

      That's not an appeal to emotion. That's pointing out that fanatical rants against anything government run ignore the military because it would disprove their argument. I'm sure there are plenty of intelligent and driven individuals who would sign up for 10 years of service to their country's social medicine system if their medical education were free.

      I imagine her biggest single expense is malpractice. Well, let's compromise: let's do away with private and non-regulated malpractice insurance in exchange for caps on lawsuits to an arbitrarily high number, like 20 million dollars. Let's require private health insurance companies and hospitals to have limits on how much they can mark up toilet paper.

      Or we can pretend that everything is fine.

    3. Re:More Doctors by Just+Some+Guy · · Score: 1

      But isn't a bigger problem the cost of malpractice insurance?

      Yes, but not directly. The root problem is that even allegations of malpractice are so career-ending that almost all directs practice defensive medicine. If there is a 1:10,000,000 chance of the patient having some condition, then just about every doctor will write for the $2,000 test to detect it because they're screwed if they don't.

      That's pointing out that fanatical rants against anything government run ignore the military because it would disprove their argument.

      The military employs a lot of dedicated and good people in a system that's almost hopelessly inefficient. I've never, not even once, heard a vet talk about how well-run their command was.

      I imagine her biggest single expense is malpractice. Well, let's compromise: let's do away with private and non-regulated malpractice insurance in exchange for caps on lawsuits to an arbitrarily high number, like 20 million dollars.

      You and I agree, but Obama doesn't:

      Now, I recognize that it will be hard to make some of these changes if doctors feel like they are constantly looking over their shoulder for fear of lawsuits. Some doctors may feel the need to order more tests and treatments to avoid being legally vulnerable. That's a real issue. And while I'm not advocating caps on malpractice awards which I believe can be unfair to people who've been wrongfully harmed, I do think we need to explore a range of ideas about how to put patient safety first, let doctors focus on practicing medicine, and encourage broader use of evidence-based guidelines. That's how we can scale back the excessive defensive medicine reinforcing our current system of more treatment rather than better care.

      Let's require private health insurance companies and hospitals to have limits on how much they can mark up toilet paper.

      Sure, but can hospitals then be allowed to turn away patients that can't pay since they'd no longer be able to subsidize them via paying patients?

      Or we can pretend that everything is fine.

      It's clearly not, but I don't think that saturating the market with low-cost doctors is the answer.

      --
      Dewey, what part of this looks like authorities should be involved?
    4. Re:More Doctors by chooks · · Score: 1

      I imagine her biggest single expense is malpractice...

      The National Coalition of Healthcare has some interesting data here. I don't know their particular "angle" so you may want to take their data with a grain of salt. However one point in particular that gelled with info I have heard from practicing physicians is the impact of administrative costs. I don't have their source handy but in essence when comparing healthcare provider's (nurses, doctors, techs, etc...) cost to administrative ones, administrative costs have skyrocketed in the mid 90's -- not sure if it was after HIPAA or more HMO type events that it was correlated (although not necessary cuasated) with. At any rate - my point (and based on the data in the link above) is that administrative costs are a huge factor as well.

      There have been many comments here about the "outrageous" salaries of doctors (and parent poster, this is not you, but something I have to rant about for a second). I wonder if they are referring to the 120-140k that a family physician gets for their 7 years of training, constant call schedule, and constant licensing requirements? How many software engineers would train that hard for that long for that kind of money? Software is necessary and helps people -- let's face it, without it the world as we know it would not go around. Software can (and constantly does) save peoples lives, relieves suffering, and in my (and many people's opinion) are a huge benefit to society (Windows comments, bugs, and such aside). But how many engineers would take cuts because this software is too expensive? I know plenty of software people who make close to or better than a family doc (and I was one of those people, even post-boom)

      And yes, there are those specialties that make 250k, 350k, etc... after their 4+ years of med school and 5-9 years of training after that. Many of these are high stress, high stakes jobs with 80+ hour workweeks. I know that many of you have worked deathmarches before. How would you like to sign up for the 80-100 hour work weeks for an indefinite period of time? How much monetary incentive would that take? What would you be making at your current hourly rate if you worked those hours? This isn't a "poor doctors work too hard" jab, but perhaps something to think about what it would take for you to work under the stress/pressure/hours that doctors do.

      If you think that the 200k a physician makes or the 80k a traveling nurse makes is too much, then what about the health care insurance company CEO? The health care insurance actuarial?

      Ok - end rant. That's what a get for commenting after a bike crash.

      --
      -- The Genesis project? What's that?
  94. Not really by dorpus · · Score: 1

    I'm a statistician working for a health insurance company. If there is redundant testing, we are the first to know about it, and we will not pay for it. The health insurance industry has had no problems implementing IT technology; we have very good databases. Health care providers have traditionally been in charge of treating patients rather than keeping records, so we have served as a default IT infrastructure. One of the main obstacles to implementing IT in health care environments is the lack of computer literacy. A very large number of nurses and physicians still have no idea how to read e-mail or surf the web, even in 2009; until a few months ago, I used to work in a health care environment and witnessed it firsthand. There is also a shortage of expertise in IT professionals who understand the complexities of health care; a typical computer science graduate knows nothing about medicine and is hung up on the "healing power of echinacea" or whatever. Both IT professionals and health care professionals regard themselves as smart people, they do not like to look stupid, so they resist learning skills unfamiliar to them. In many markets, health care providers are given financial incentives to submit their claims electronically. Larger hospitals and their affiliated clinics can afford to implement such measures, but private practices often cannot. In many patients, there are extenuating circumstances that require the patient to receive treatments that deviate from standard procedure, so judgements still need to be made by humans on a case by case basis; it is not as simple as issuing tickets to airline passengers or shuffling boxes around in a warehouse. In summary, there are good structural reasons why the health care industry has been more resistant to implementing IT, not just "greed" or "conspiracies".

  95. Re:NHS IT: last year's hardware at next year's pri by demonlapin · · Score: 1

    Or how about the braindead people at GE who, when designing an EMR, decided that the tab key should NOT skip between fields of entry but should instead skip right down to the commit button at the bottom of the page? Meaning I have to take my hands off the keyboard and put them on the mouse or trackpad for EVERY SINGLE ENTRY.

    Physicians come off badly, I know. Many of us seem like arrogant jerks, and some of us really are. Mostly, though, we are people who are paid for piece work - it is generally true that you get $X to see a patient and treat them, whether it takes ten minutes or ten hours. This of course makes us incredibly time-sensitive: one minute per encounter, over the course of a day, means we get to go home a full hour earlier.

  96. Dental Records Re:IT and Medicine are a Bad Fit by Anonymous Coward · · Score: 0

    A while back I worked on a rinky-dink dental office package, crAApy!! The way it allowed dentists to document a patient's mouth
    was... printing out a template for them to color in. Umm, some people have naturally missing teeth and... The dentists had issues with it. -- not a proper representation, i cant use thiS! GET T HIS POC OUT OF MY OFFICE!

    People who complain about the state-of-the-art in Medical records are right -- but it sucks. Thank you Gesix for my job with a POC erp!

  97. Re:Slashcode writers by Anonymous Coward · · Score: 0

    Oh, so that happens to everyone. I thought it was general fucked up slashcode since it started shoving long posts into a column less than an inch wide a month or two ago. I started changing preferences to fix that but screwed up some other bits.

  98. Interestingly by kilodelta · · Score: 1

    The pharmaceutical distribution chain has been computerized for quite a while now. They have histories for every person, drug, etc. It's just that the information isn't necessarily shared across the chains like CVS, Walgreens, et al. But the upshot is that the drug companies and the pharmacies know their customer base very well.

  99. Why Ignore VistA by occamboy · · Score: 2, Informative

    It works and docs find it helpful. I'm amazed that it's ignored in TFA.

    Docs won't use EMRs until they need to do so to get paid. That's the long and the short of it.

  100. Re:one word: protectionism by Just+Some+Guy · · Score: 1

    Most physicians ought to try working in any other profession besides the guaranteed-high-salary-MD-world before commenting on who it is that lives in a parallel universe.

    Oh, that's cute! Did you catch the part about his '94 Corolla? From personal experience, I see very few rich doctors under the age of 50 or so. Seriously, that myth died when Medicare and HMOs took over. Young doctors are considered successful if they can manage to pay student loans while living in a house that keeps the rainwater out and driving a car that starts most days of the year.

    Sure, you can trot out a few cardiologists or plastic surgeons as counterexamples, for but each of those I can present 100 family practitioners.

    --
    Dewey, what part of this looks like authorities should be involved?
  101. The interface by The+Tyro · · Score: 1

    Dead-on right. It's not the back-end, it's not what brand of software, it's not the brand of tablet... it's the interface.

    I'll say it again... most physicians are NOT geeks, with the occasional exception (confession: I actually have a server rack in my house). People may not realize this, but plenty of physicians can't even type, particularly the older ones.

    I have a colleague... I'll call him Dr. Smith. He's a GP, and he's literally been practicing for nearly 50 years. That's not a typo... he started in 1960. He's old-school, and anybody (including me) would be happy to have him take care of them... because he takes all his own calls... comes into the ER to see his patients, even in the middle of the night and on weekends. He's also a hell of a nice guy, and a good doc... a real dying breed.

    He's computer-illiterate. Completely. You threaten him with "learn this crappy new system or else," and he's going to balk. He'll retire, or drop his privileges and move to the hospital across town like a bunch of his younger colleagues given the same ultimatum.

    You think you can force physicians to simply eat sh*t? Who do you think you are... Medicare? You MUST have physician buy-in, and physicians balk at being told "use this crap or else" by some suit who doesn't take care of patients, ESPECIALLY when the UI slows them down, cuts into their productivity, and interferes with their care of patients. I've worked in environments where that was done as a top-down forced implementation (I'm an ex-military doc), and it sucks out loud (it was also reverted to paper in less than 24 hours after the entire facility literally ground to a halt).

    How do you like it when some admin weenie comes down to your server room and says "we're implementing this brand-new system. It sucks, it's slow, it crashes, it's full of security holes... but you're going to use it or else." Somehow, I think a similar industry-wide fiat like that directed against IT, posted on Slashdot, would easily generate a 1000-comment thread... in the first 15 mintues.

    --
    Even if a man chops off your hand with a sword, you still have two nice, sharp bones to stick in his eyes.
    1. Re:The interface by Anonymous Coward · · Score: 0

      Hi.
      So I have no other way to reach Coldwetdog and Tyro, so I'm writing this in Slashdot.

      I've been starting to build an EMR system (SaaS, but not necessarily browser-based) for small-community/suburban doctors. I was going to have it be cheap access ($100/month/doc or cheaper). Not looking to implement in a hospital, just small office settings. And stress Ease-of-Use, UI, patient-portal and other things, so I love what you say here as it totally confirms my suspicions and thoughts. I have a few doctors on my panel of advisors so far, but would love to hear what you think.

      Can you possibly drop me an email at dbernick via the wondrous service called Gmail (sorry, trying to do some spam/bot deflection). I'd love to run a paragraph or two by you on the idea and see what you think.

      Hope to hear from you guys (and man o man, is this all embarrassing to write on slashdot...),
      David

    2. Re:The interface by BVis · · Score: 1

      How do you like it when some admin weenie comes down to your server room and says "we're implementing this brand-new system. It sucks, it's slow, it crashes, it's full of security holes... but you're going to use it or else."

      You're right, I don't like it. But if my choice is to learn the system or work somewhere else, I learn the damn system. Workers in every other profession deal with this problem on a daily basis, and you don't see any of them pitching a hissy fit like doctors do. Eating shit is part of functioning in society, and if doctors have a problem with that, they can go live in a cave.

      I think a similar industry-wide fiat like that directed against IT

      would be called "Windows". News flash: most people in IT hate Windows just as much as everyone else, and would gladly use an alternative. However, they get no say in the matter in most cases. (Indeed, nearly every other department gets more say in what software/hardware they use than IT does.) Management thinks that since "everyone else" uses Microsoft products, they have to as well.

      --
      Never underestimate the power of stupid people in large groups.
  102. Laziness? by LoudMusic · · Score: 1

    I think it has more to do with the actual staff not wanting to have to learn how to do record keeping and retrieval a new way. Keep in mind these people have packed their brains with medical data and how to apply it to the point of doing much else isn't particularly easy. So they've learned how to track what they're doing one way and learning how to track it another way could be a royal pain in the ass. Not to mention the time it takes to convert old data to a new system.

    But I agree that it needs to happen for a multitude of reasons. The people I know in the medical field, my wife included, who started into their practices after "the age of computers" are constantly complaining about all the paper work they have to do when it could all be done on a computer in a tenth the time, more accurate, and information could flow more easily between medical facilities.

    Give it another 10 to 20 years and all the paper pushers will have retired. If you are a software engineer I suggest getting lined up for a huge market potential. They're going to have shit loads of cash and motivated decision makers.

    --
    No sig for you. YOU GET NO SIG!
  103. speaking as an IT provider to health care by sdaemon · · Score: 1

    I work as an outsourced IT contractor in the Atlanta area, and a large number of my clients are hospitals, clinics, doctors' offices, and so forth. The main reasons I see for them not wanting to adopt increased IT infrastructure to enhance record-keeping abilities are:

    1) Budget. Health care has been one of the most resilient industries in the current recession, but no one can afford to not watch their spending these days.
    2) Reliability. It doesn't work 100% of the time. It might, if you added enough redundancy, but then you're running into problem 1) again.
    3) Politics. I don't know of a single hospital that doesn't have serious political infighting. This bleeds over into the budget issue again...who gets how much of the budget for what projects, who gets what access levels within the system, and so forth. IT tends to be looked on as an unwelcome but necessary expense, kind of like the power bill. If there isn't an obvious fire or immediate pressing need, getting funds for improving performance or reliability is very difficult. And if there *IS* an obvious fire or immediate pressing need, they're upset that you hadn't already prevented the problem with the budget you've had thus far. It's a catch 22.

    I see these as being problems with getting all sorts of industries to incorporate better IT... the medical field is just a big obvious one right now with all the efforts to improve compliance with standards, and the efforts to control the rising costs. The answer I wish I could give to ALL of them is simply: "shit breaks. pay the cost of having it break less, or deal with it breaking. but it will always break. having a plan B is always going to be a good idea."

  104. Re:one word: protectionism by dr_canak · · Score: 1

    No question,

    it can be done. The VA's system is integrated nationwide. So when a Vet moves from one hospital to another, from one state to another, his electronic medical record travels with him. So technically, it's certainly feasible. I was unaware of the Regenstrief insitute. Thx for the link. For me, the operative paragraph is:

    "The Institute receives $2.8 million per year in core support from the Regenstrief Foundation and has an annual budget of approximately $19.5 million generated by Institute investigators, largely derived from federal grants and contracts from the National Institutes of Health, the Agency for Healthcare Research and Quality, national philanthropies, Indianapolis healthcare institutions, and other sources."

    They have a 20 million dollar operating budget, I suspect largely funded by soft money. Unfortunately, I can't tell what what the "subscription" costs are to the participating hospitals. But i'll bet it's minimal. Now, this is Indianapolis. Imagine the costs/complexities associated with a similar system in Chicago, LA, New York City, etc... The costs and complexities increase geometrically, I can assure you.

    I'm not at all disagreeing that it can't be done, because it surely can. But the direct and indirect costs are so high that, until there are financial incentives to do so, you're just not going to see this kind of thing in very many places. Not unless some goverment entity steps in and provides considerable funding to drive an institute like the one you identified.

    take care,
    jeff

  105. Re:one word: protectionism by Anonymous Coward · · Score: 0

    The nugget of this is not explained really in the article:

    Cost is *NOT* the barrier, but "lucrative business model hidden" what they mean is the intrinsic structure of how medical care is delivered and who gets to be responsible for care delivery.

    In my opinion, refusal to openly adopt electronic medical records is a direct result of overt protectionism by physicians and surgeons. For good reason, society has left medical care in the hands of competent, trained people. However, competency and training has been industrialized to only 1 kind of person, with one kind of standardized training: the MD, and basically no one else, regardless of training or ability is allowed by license to practice medicine, or reap the financial rewards of such extreme responsibility. NPs have wiggled their way in a bit and DOs are close, but basically no one else.

    When physicians are required to interact in electronic, shared systems, they can't lord over all the responsibility in care environments, and then they won't be the only ones who run all the medical care and take home most all the money. They will lose their self-created and maintained monopoly on responsibility for care.

    Anyone who has worked a hospital environment learns in the first few weeks exactly what the MD care delivery scheme is all about.

    You are so off base you have no idea. The cost IS the biggest factor. The ROI on some of these multi million dollar a year EMR systems is negative. A hospital has to foot a huge upfront bill for a multi year implmentation that may never pay off. The doctors don't care one way or another, they just want to see the highest volume of patients possible to get the most reimbursement. If the electronic system slows them down (and many do, due to poor design) they reject the system and forcing a doctor to do anything without them going down the street to another hospital is difficult.

  106. quote by tennesseejim · · Score: 1

    Never ascribe to malice that which is adequately explained by incompetence. - Napoleon

  107. Part of the problem by Anonymous Coward · · Score: 0

    I worked for years in medical diagnostic technology and some of the US's best doctors were our close partners. In other words, the best docs and med staff were eager to use computers for data and record gathering and analysis.

    I'll name some names, and there are many more: Mayo Clinic (duh!), Cleveland Clinic (duh!), Seattle Childrens, Children's Hospital of Philadelphia... Awesome awesome awesome!

    I think the general problem is that the medical community is not paid to fix you; they are paid for their time. Obama even alluded to that during the ABC special last night.

    I'm not blaming anyone for this- it's just how the system has evolved, but one could make the argument that health care providers make more money "treating" you than curing you. Again, in no way do I think anyone would consciously do that; it's just how the whole system has evolved.

  108. Re:NHS IT: last year's hardware at next year's pri by Dr_Barnowl · · Score: 1

    Indeed. I work for the NHS IT programme, and in a meeting yesterday I remarked that system designers want to make trains, when what users want is helicopters.

    Trains must follow a particular route and pass through a particular set of stations for that route.

    Helicopters can fly where they need to and land wherever they want to.

    One of the major problems is that government is stuck in the dark ages of software process, where the requirements have to be carved in stone by as many meetings as possible before implementation begins in earnest. The only successful projects I've worked on are the ones that followed a more agile pattern and delivered software early and often to clients for feedback loops to occur.

    Hell, the UK government invented the abomination that is PRINCE2

  109. Checking out of the hospital today... by JRHelgeson · · Score: 1

    My wife just gave birth to a beautiful daughter. This is child process #4 for us, and all 4 were delivered at this same hospital. Because of the eHealthcare record keeping, I've noticed different procedures to the health care as directed by the computer system. When baby was born, they held off on doing any of the 'normal routine' of weighing the baby, measuring, giving shots, putting the ointment in their eyes, etc. until the child was admitted into the record keeping system, otherwise it would have meant time spent reentering data.

    In speaking with the doctors, specifically the OBGYN, he stated unequivocally that what is driving costs of health insurance up is the costs of malpractice insurance. People are looking for any mistake or error that they can turn around and sue the doctor or hospital for. It is insane.

    --
    Good security is based upon reality and common sense. Common sense is a function of having common knowledge.
  110. EMR/EHR nightmares by Anonymous Coward · · Score: 0

    I worked in this field for a leading UK-based EHR IT vendor.

    There's a lot of EHR initiatives going on in North America. There's significant government spending to accelerate the adoption of these systems. It is inevitable that EHRs will replace paper charts and prescriptions, for a number of reasons that I will not go into here.

    That being said, if I walked into a physician and saw that they were using my former employer's EHR solution, I would mandate that a paper chart be kept as my primary medical record. Having personally seen what lies behind the curtain, I can honestly say that it is not a pretty sight to see.

    Their grandiose statements about the security and privacy of confidential records? Don't believe a word of it. What the marketing team says is orthogonal to what the developers, IT or security employees know. The assurances given to respective government agencies? Lies built on top of other lies. It is a miracle that there has never follow-up audit.

    Have your primary healthcare provider keep a paper chart. It could very well save your life. Really.

  111. Re:one word: protectionism by Anonymous Coward · · Score: 0

    oh, cry me a fucking river

    doctors made the healthcare shitstorm with their own policies and actions.

    you clearly have never worked in healthcare - doctors *ALL* earn several time the media salary in the USA, many much, much more. Yes, many bitch and whine about how little they make, but only because they live in the alternate "doctor world", they are the most important living thing in the universe. I'm sure the GP can cough up 200 a month and lease a nice new car if she choose to.

  112. Re:one word: protectionism by drDugan · · Score: 1

    wants to throw open the health care licensing gates to anybody who wants to take care of a patient.

    No.

    What, exactly, are you proposing as an alternative to the current system?

    What the US has now is not a "system" - it is non functional. Much could be done to improve the health of the population, but it reaches far outside what people typically call "healthcare".

    implication in why physicians didn't adopt EMRs 30 years ago

    Adopt??? Read my post again. Physicians could have built it, but didn't want it then or now, for obvious reasons. The mess physicians are in now is of their own creation.

    Frankly, I do know the technology very well, and the issue is *not* technology (order entry, data storage, SOAS, vocabularies, data security... all work pretty well), rather, it is our imprecise understanding of medicine and the habits, training and practice of medicine by physicians that now prevent electronic health data storage and exchange.

  113. Re:one word: protectionism by nikolag · · Score: 1

    Well, you got the point.

    Unfortunately, humans do come with no service manual or test points or other service/manual documentation.

    --
    Doing a good job is like spilling coffee on a dark suit, you feel warm all over, but nobody notices.