Slashdot Mirror


Electronic Medical Records, the Story So Far

StupidPeopleTrick writes "After the executive order signed in 2006, states are making strides with privacy breach notification but are struggling with enacting privacy laws and finding funding.
With looming deadlines to move to e-records and e-prescribing, where will the money and the privacy standards come from?"

136 comments

  1. VistA - VA Open Source by mrmtampa · · Score: 5, Informative

    The VA hospitals and clinics have an open source package called VistA (Veterans Health Information Systems and Technology Architecture). Veterans can walk into any facility and have their medical records available.

    And we already paid for it!

    http://www.va.gov/VISTA_MONOGRAPH/

    --
    "There are more things in heaven and earth, Horatio, than are dreamt of in your philosophy." Hamlet (I, v, 166-167)
    1. Re:VistA - VA Open Source by Tony+Hoyle · · Score: 2, Funny

      Unfortunate name :p

    2. Re:VistA - VA Open Source by Anonymous Coward · · Score: 2, Insightful

      There also is(was?) a window manufacturer called vista. They used to be the top result in google, but I have trouble finding there site now...

    3. Re:VistA - VA Open Source by ilo.v · · Score: 1

      Two problems
      1) It's written in MUMPS (obscure programming language)
      2) It has nothing built into it to generate a bill for the patient, which makes it useless to almost every hospital in the U.S. except the V.A.

    4. Re:VistA - VA Open Source by Anonymous Coward · · Score: 0

      How dare they use Vista.

      We /. ers demand they switch to OS X!

    5. Re:VistA - VA Open Source by ValentineMSmith · · Score: 2, Interesting
      Even more unfortunately, that name was picked in about 1997 or 1998 or so. The prior name of the VHA's electronic medical record system was DHCP (the Decentralized Hospital Computer Program), which was confusing for obvious reasons.

      So, they switched to VistA about 10 years or so ago, and look what Microsoft did.

      --
      Karma: Chameleon - mostly influenced by bad '80s New Wave music
    6. Re:VistA - VA Open Source by modmans2ndcoming · · Score: 1

      It is not that simple.

      Once you get the medical records electronic at the hospital, you have to make them available to the private practice doctors as well. and Those Doctors have to get the software to make their records electronic, but also have it work with all the hospitals that they work with.

    7. Re:VistA - VA Open Source by markdavis · · Score: 1

      Unfortunately, from what I can tell, VistA is horribly written, is huge, and in an ancient/obscure language (MUMPS). It also appears to be difficult to implement under only open-source tools and even *requires* the use of proprietary MS-Windows for all the desktop front ends (unless you really think WINE is a solution). Plus, it is only acute-care oriented yet seems to have no centralized patient record.

      EMR is a good goal, but only as it helps a facility reduce paper, prevent mistakes, and provide faster and more useful information to clinicians. Unfortunately, all the talk about EMR by the Fed seems to be more oriented toward "sharing" of records from one facility to another. But more likely it is "sharing" it with policy makers, insurance companies, employers, and other entities that probably should not have access to such information.

      EMR should not be a way to tear apart one of the last and most important privacy areas.

      Anyway, there is a reason only a relatively small percent of facilities fully use an EMR: it is *extremely* expensive to install, setup, configure, maintain, backup, test, make accessible, secure, and provide continuous user training (in an industry with lots of nursing/CNA turnover). If the Fed wanted to "help", then they should provide funds to one or more of the newer, open-source EMR projects like PatientOS http://www.patientos.org/ which runs on a *variety* of front end and back end systems/OS's and can be implemented with 100% open source tools, all the way to the desktop/client. This could help to cut some of the overall cost, spur cooperative development, and lead to more innovation.

    8. Re:VistA - VA Open Source by Anonymous Coward · · Score: 0

      Unless you use something else to integrate it to the billing. There is a lot of work out there for that and it pays. Many hospitals still use HL7 and need this. I work with systems that dispense meds for oncology in a SaaS env and we still have to deal with HL7. From what I can see MUMPS isn't going anywhere, this is good for those who know it.

    9. Re:VistA - VA Open Source by lysergic.acid · · Score: 4, Interesting

      1.) who cares what it's written in as long as it's available for popular platforms. and MUMPS is still commonly used in the healthcare industry because it was specifically developed for managing medical databases. it's highly scalable, low maintenance, and much faster than conventional (relational) databases.
      2.) why should a system meant to share medical records across a national medical network generate bills?

      adding non-essential functionality to a medical database and forcing all hospitals to change their billing system would drive up costs and make the system unnecessarily complex. each hospital should be able to choose their own billing system. it's better to have a handful of systems that each perform a single role really well rather than have a single system that tries to serve 20 purposes and does it in a mediocre fashion.

    10. Re:VistA - VA Open Source by Anonymous Coward · · Score: 0

      Meditech is written in mumps and yes it's horrible to. Difficult to implement, slow to adjust, few features, etc. (plus the company is run by asshats)
      If you want to implement EMR appropriately two key components need to be in place for any company/technology wanting to do it. One is that it would need to be written from the ground up, with the sole purpose of EMR. Most are reworks of some other system that have tried to change to make accomadations for EMR. Second is that, while even though HL7 is fairly complete/encompassing, it is only so because it is also fairly open ended. Interpretation and customization that really fall outside of the HL7 standards have both hurt is and helped it. HL7 itself would need some work, but really the method for approval and implementation of what is in the standards needs to be redone. With that the "Best of Breed" solutions that are so prevalant would be more likely to succeed with accurately and in a more complete way feeding the EMR with it's details.

    11. Re:VistA - VA Open Source by ilo.v · · Score: 2, Interesting

      why should a system meant to share medical records across a national medical network generate bills?

      It shouldn't. The problem is, the fact that the program is open source doesn't help the other 99.9% of US hospitals that need to generate bills to stay alive. Unless the Feds (i.e. taxpayers) pay for the new system, the hospital needs a way to finance the purchase. Integration of the EMR with the billing system is often the only way for most hospitals to justify the expense. (You'll capture every procedure, even if they didn't fill out a charge slip. You can also fire all the people who collect the charge slips and key them into the current billing system...")

      It would cost more to add a billing component to the VA code than it would to build a whole new system from scratch. The tragedy is that there is no viable open source system available. This is a classic example of something that should be open source, so that charity hospitals around the world can ultimately use it. It would also vastly simplify the task of integrating the EMRs of different hospitals, since in that scenario many would be using the same core system. Unfortunately, there is no "Open Office" for EMRs right now. We are in the early "AOL, Compuserve, Prodigy" era in EMR software. I'm worried we are going to go through a "Microsoft" phase before we get to a viable open source alternative. An open source VA system might have allowed us to skip the "Microsoft" stage, but the lack of an integrated billing system is a fatal flaw for the rest of us.

    12. Re:VistA - VA Open Source by mysticgoat · · Score: 1

      Yeah, the VA has been unlucky in its choice of names for this software.

      Originally this was the Decentralized Hospital Computer Program package, DHCP, back around 1982, before the internets. Then when they began migrating from the old dumb terminal / minicomputer model to an intranet model in the early 1990s they found they had a serious name collision with Dynamic Host Configuration Protocol (a very different kind of DHCP). So in 1996 they changed the package name to Veterans Health Information Systems and Technology Architecture, or VisTA. That was years before Microsoft latched onto Vista as a name. I bet the VA will change the name of their software again soon.

      In 1999, VisTA was the most advanced clinical management software anywhere on the planet. Because it was open source (public domain), no private companies in the USA would touch it, since it was much more profitable to develop proprietary solutions that would assure long term customer lock in. IIRC, Saudi Arabia was adopting VisTA for its national health care system, Israel was also looking closely at it, and there was some interest in it in Latin America.

      Any nationwide attempt to standardize health care records needs to look hard at VisTA. But more importantly, it needs to be recognized that standardizing health care records in the USA means going up against the combined might of the private health care industry and the insurance industry who both prefer the status quo. Since the profits inherent in the current chaos are greater than the cost reductions they could realize if health care records were standardized, and in the boardrooms these dollar based pragmatic arguments trump idealistic concerns about providing better health care.

    13. Re:VistA - VA Open Source by Anonymous Coward · · Score: 0

      A lot of companies are using the VistA system for private hospitals. Most of them are taking the code, adding a couple minor things, and then repackaging it and selling it as their own without source code. Since it's public domain, that's completely legal.

      There's another company (called Medsphere) that has done a re-implementation of the VistA system in a slightly more modern language (C#, as opposed to Delphi that the VA code is written in). They've redone the UI components using Gtk so it's portable between Windows and Linux, and they've open sourced it.

    14. Re:VistA - VA Open Source by DCstewieG · · Score: 2, Funny
    15. Re:VistA - VA Open Source by ValentineMSmith · · Score: 2, Informative

      While it is written in M, there is most certainly an integrated billing package (frighteningly enough, in the IB namespace). The VHA most certainly DOES bill 3rd party insurance for recoverable claims.

      --
      Karma: Chameleon - mostly influenced by bad '80s New Wave music
    16. Re:VistA - VA Open Source by ValentineMSmith · · Score: 1

      You do raise some good points about VistA. There are some folks in the old guard that cling to M, but I think the vast majority of the the VA's OI&T group have realized that M needs to go away at some point.

      The problem is that the "D" in DHCP really became a joke. Due to some of the quirks of the M language, and the way they were abused back in the late '80s to early '90s, the whole system is really a big hairball at this point. So, the first thing that the VA has to do is to tease all of the separate subsystems out from each other. These can then be modernized onto new systems (the strategic direction going forward is Java on the middle-tier and client, and either M or Oracle on the backend, the last I heard). And, since the VA these days uses Cache almost exclusively, those old M globals can be mapped to SQL tables when the time comes to grab the data and move it.

      So, the Feds can't just help by throwing resources at PatientOS (or anything else, for that matter). Without those slow backend upgrades, you'd be left with a whole load of data in a legacy system that would be virtually impossible to migrate. If the migration is going to succeed, we have to get the data onto something like a standard system first, and THEN we can start looking at options to go into the future.

      --
      Karma: Chameleon - mostly influenced by bad '80s New Wave music
    17. Re:VistA - VA Open Source by Anonymous Coward · · Score: 0

      The VA hospitals and clinics have an open source package called VistA (Veterans Health Information Systems and Technology Architecture). Veterans can walk into any facility and have their medical records available.

      And we already paid for it!

      http://www.va.gov/VISTA_MONOGRAPH/

      I worked on the Vista project.. It is a steaming pile of poo. I now work in the private sector on a bunch of other products like GE's Centricity CPS, NextGen to name a few of the big ones.

      Leaps and bounds ahead of Vista. The VA sucks because of the politics behind all of it. I am so glad I left that crap behind

    18. Re:VistA - VA Open Source by Xtravar · · Score: 1

      First of all, I applaud your defense of MUMPS.

      Second of all, having the medical system integrated (billing and all) helps keeps costs and errors low. It used to be (and sometimes still is) that a health care organization would have to buy different software for each function and then additionally have to pay for & maintain the interfacing between softwares.

      Billing is pretty much the first thing any health organization will install. It may not be important to you, but they need to have positive cash flow. Keeping it disconnected from the main EMR database requires more maintenance and could mean loss of charges if the interface goes awry. Some states have government-provided billing systems that do not interface - I've seen it happen. Patients admitted with incorrect data, faulty messages, etc.

      So, yeah, when money's at stake and you don't know whether to call vendor 1, vendor 2, or your maintenance staff when charges aren't getting properly dropped...

      --
      Buckle your ROFL belt, we're in for some LOLs.
    19. Re:VistA - VA Open Source by Anonymous Coward · · Score: 0

      From what I have heard, MUMPS is horrible... (Try looking on The Daily WTF for horror stories about mumps)

  2. wow my first one by Anonymous Coward · · Score: 0

    frist posts? whoot!

  3. Scary how people don't care by pondermaster · · Score: 2, Insightful

    Scary thing is... they'll get away with almost anything w.r.t. privacy. Average Joe, plumber or not, doesn't seem to care much.

    I wonder why?

    1. Re:Scary how people don't care by mancunian_nick · · Score: 2, Insightful

      Probably because it doesn't affect or concern them personally - or at least they don't perceive that it does. It's usually when it's too late that maybe they discover that it does or it will!

    2. Re:Scary how people don't care by Kindaian · · Score: 1

      May i see the medical records of soon ex-President Bush?

      I bet that when they are in the public, "They" will care about Joe-The-Plumber privacy!

    3. Re:Scary how people don't care by walterbyrd · · Score: 1

      I seem to missing your point. As far as I know, privacy will still exist. I know of no proposal to make medical records wide open.

      I happen to work as a sysadmin for a company that works with medical records. Just last Friday I had to attend a 90 minute training session about FOIA and HIPAA and other matters relating electronic filing of medical records. I was left with the impression that they are actually increasing privacy.

    4. Re:Scary how people don't care by ColdWetDog · · Score: 4, Interesting

      I happen to work as a sysadmin for a company that works with medical records. Just last Friday I had to attend a 90 minute training session about FOIA and HIPAA and other matters relating electronic filing of medical records. I was left with the impression that they are actually increasing privacy.

      There is privacy and then there is limiting the distribution of data. While HIPAA in many ways is a step ahead, the 'loopholes' that give insurance companies, the police, the various bits and pieces of government widespread non negotiable and often non accountable access to pretty darn near everybody has lots of people very concerned. Until and unless Congress really gets clean on 1) ensuring that medical data, including genetic information, is used only by medical personnel for medical reasons and 2) entirely changing the way that health care is paid for in the US this won't happen.

      The strong desire of this society to punish suspected bad people - in this context anyone with an identifiable medical condition that has anything to do with patient lifestyle choices - is going to trump privacy and choice every time. As a physician, it's a very troubling issue. On one hand, I'm sick and tired of the disaster that is the individual paper chart. On the other hand, if you think the problem is bad now, just wait until we've fixed it.

      I'm going back to bed.

      --
      Faster! Faster! Faster would be better!
    5. Re:Scary how people don't care by lysergic.acid · · Score: 1

      because they're not stupid.

      if i ever get injured while out of town, i want the hospital that i'm admitted to to have my medical records immediately. they need to know my medical history, my allergies, and what medication(s) i take. medical records are something that most people recognize the need to share with their physicians.

      this isn't the sanctioning of warrantless wiretapping, a national ID card system, the monitoring of travel activity, or the handing over of library records to law enforcement. the proposed database is strictly for healthcare professionals who are trying to treat patients and save lives.

      i'm more concerned with the information collected on me by private data mining & database marketing companies who are free to sell my personal information to the highest bidder. they are not governed by rules that are in place in the medical industry to protect personal privacy. and these companies have more information on American citizens than even the dossiers kept by the Stasi on East German citizens.

    6. Re:Scary how people don't care by namgge · · Score: 1

      if i ever get injured while out of town, i want the hospital that i'm admitted to to have my medical records immediately. they need to know my medical history, my allergies, and what medication(s) i take.

      What you want is a 'Medic Alert' bracelet.

      To medics/paramedics reading: Please, if I am injured, get straight on with treating whatever injuries I present with. Don't waste time trying to work out which of the thousands of people that share my name I am. We can chat about my medical history if/when I wake up. And thanks in advance guys!

      Namgge

  4. The "Story" So Far by cibyr · · Score: 1

    I find it rather amusing that "Electronic Medical Records, the Story So Far" is a complete non-story.

    --
    It's not exactly rocket surgery.
    1. Re:The "Story" So Far by mysticgoat · · Score: 1

      Let's see, every private hospital and clinic in the USA has developed its own normal values for each of its laboratory tests, based on which proprietary instrumentation they bought into, who they buy their standardized reagents from, and how their lab techs are trained to set up the equipment. A CPK result that raises concern in one hospital might well be within normal limits for the hospital two blocks down the street.

      So standardizing all this in a way that would make medical records usable across the country is going to be a massive effort. You either replace all the existing procedures, equipment, and training with standard ones, or you find a way to assure that each clinic and hospital in the USA has a valid way of converting their proprietary results to a standard format.

      And that's just one small part of the problem. There are major technical barriers related to bandwidth and storage and moving medical images around the country without sacrificing critical detail. There are huge subjective in handling the written expert assessments of clinicians. The problems with encryption and security are orders of magnitude greater than anything that has yet been attempted,

      This stuff is technically challenging. Yet it pales beside the political problems of dealing with the health care industry and the insurance industry.

      Worse than rocket surgery. Uh-huh.

  5. when do we get to the turning point? by Anonymous Coward · · Score: 0

    The most disturbing thing is that the government doesn't tell what information they have and what they do with it, they are big black boxes now. One day the point might be reached when the people have enough of it and start destroying in some way.

    1. Re:when do we get to the turning point? by wcb4 · · Score: 1

      government .... they are big black boxes now

      Now, not its a big black man not a big black box. No comments about his wife, please.

      --
      I reject your reality ... and substitute my own.
  6. Microsoft has done some good work on this so far by solder_fox · · Score: 4, Interesting

    Their Health Services are actually very well done conceptually, and they've managed to put the patient in the loop. That's impressive given the degree to which patients are usually out of the loop on their own files. They're also a lot more security-conscious than your average hospital.

    My father called the hospital the other day and gave them his name, and they asked "Is your social security number XXX-XX-XXXX?"

    (Most medical records today aren't things that patients get--MS is taking the position that patients should be able to see their own records, and even correct their own medical records. (But with digital signatures to keep track of who is updating the record.))

    Microsoft still have some work to do, but they've put a lot of good talent into the area.

    One thing about electronic records in general--patient accessible ones--is that it should make a difference in accountability. Normally, at many hospitals in the US, if a doctor makes a significant mistake the records disappear. If patients have direct access to their own records, that will become a less common practice.

  7. Here in The Netherlands... by thrill12 · · Score: 5, Insightful

    ...we are already starting with the "EPD" (Electronic Patient Record) this year.
    Every citizen to which it applied got a letter in their home, from the government, asking if they wanted to object. For this they had to reply using the included form and a copy of their ID.

    Until now, approximately 500.000 objections have been sent in.

    Just last week, the government proposed hard actions against those who violate the "EPD", such as high penalties. Insurance companies are not allowed access to the EPD and doing so would give the patient an immediate right to go to a different insurance company.

    Let's be frank - these 500.000 people understand the one and only true thing about EPD : once information is out in the open, you never going to get it back in.

    Just a while ago I got my own medical file from my physician - I am in my 30s - which contained 6 pages of text...
    That's not a huge load of information, and makes it very easy to copy. Once out, anyone knows my complete medical record from my birth onwards. A penalty against misuse would thus not work, it would simply be used to blame any messengers that stand up and find flaws in the security.

    One such flaw was already found last year: most hospitals (yes - publicly accessible hospitals) don't password protect their terminals.
    Argument ? In an emergency, they do not want to put up the physician with all those tough things like entering passwords.

    I respect the ideas of your new president, but I think he should definitely think again when implementing this - information wants to be free.

    Solutions ? Maybe give only the patient the private key to unlock the medical database. It was an argument here, but was quickly thrown away on grounds of "much too difficult" and "what in an emergency" etc. Until that solution is seriously looked upon, or at least until the security of it all is completely looked after, my vote against this would be a big fat "no way".

    --
    Slashdot: stuff for news, nerds that matter, matter for news, stuff that nerd
    1. Re:Here in The Netherlands... by Anonymous Coward · · Score: 0

      From the practical perspective I don't see this issue becoming an "if" but a "when". So instead I think we should look at some technical solutions to the problem.

      Our problem is:
      We need to provide the pertinent information on a patient immediately in an emergency but keep any information that can be leveraged over this person in the future to as small amount of people as possible.

      Life and Death,
      If the question of whether or not I should die rests on the truth and accuracy of my medical records then I believe it is in my best interest, all of our best interests, to make sure this happens.

      So how can we do this?
      From a purely IT perspective I was thinking something like a hash of the DNA which pulls up the records.

      Many questions arise,
      Who has access to make queries on this database? Who has write permissions? Organizations? Hospitals? Who decides?

      One idea I had was to allow one write per "transaction". AKA "Money Changing Hands", however that happens for a specific incident of a patient getting treated.

      This is a deep topic but I think if we actively try to solve it, the engineering of law and technical skills can achieve the desired result:
      Private and Secure but centralized medical records of everyone.

    2. Re:Here in The Netherlands... by markdavis · · Score: 1

      > once information is out in the open, you never going to get it back in. Actually, it is worse than that. Once information is *collected* you can never be assured it will remain private or used appropriately.

    3. Re:Here in The Netherlands... by MrMr · · Score: 1

      Every citizen to which it applied got a letter in their home
      Not true. Only the people who had not already opted out of unaddressed paper spam (i.e. the 70% most likely to believe propaganda and advertisements) received this letter.
      In this way the government 'accidentally' failed to provide the option not be be registered to the 5 million citizens who were most likely to object.

    4. Re:Here in The Netherlands... by winwar · · Score: 1

      I have a better idea. Don't use electronic records. They benefit almost everyone except the patient.

      The paper ones can be transported easily. Anyone can access that information. And anyone who has a truly serious condition should carry documentation of that fact on them.

      Unfortunately, electronic records are coming. And unless there are severe penalties for release (long prison terms/fines that destroy companies) they are going to be as secure as your SSN. For all intents and purposes your records will be public including all the errors.....

    5. Re:Here in The Netherlands... by directvox · · Score: 1

      Hi, I happen to work on the EPD in Canada. The legislator here was very concerned about privacy so you can opt out or ask to hide part of you medical records. We have put in place an alert system that get trigger when a doctor looks at a file of a patient that he have not treated. I supposed that those mesures can be hijack but paper file are far from perfect.

  8. What privacy? by Wowsers · · Score: 5, Interesting

    I will tell you about the UK experience of computerised medical records.

    The government wants everyone's medical records on a database, searchable by who knows who for whatever fishing expedition they want (including giving this private data to drug companies and the EU), no justification of their actions is required. The records are not secure, we already know that because the government lost 26 million taxpayers records in one go, and that's supposed to be a secure system.

    So far the scheme has burnt through £16bn (about $24bn), it still mostly does not work, is years behind schedule, and is expected to burn through another £8bn.

    If like me you object to your medical records being computerised and being available to any member of the state for their fishing expeditions, your doctor will tell you to get lost.

    Like it or not, the state will do whatever it takes, and will not care what laws are already in place (like data protection laws) to stop such schemes.

    --
    Take Nobody's Word For It.
    1. Re:What privacy? by pmarini · · Score: 5, Interesting

      and in the meantime, any "insurance" company will also have full access to your your complete medical history, should you apply for a mortgage or the like...
      (not to mention that the broker will "candidly" suggest not to review them before passing them on to insurer... and checks the option box for you)

      --
      Can I put a spell on those who can't spell?
      Your wheels are loose and they're losing their grip, good you're there.
    2. Re:What privacy? by Blue+Stone · · Score: 3, Informative

      >If like me you object to your medical records being computerised and being available to any member of the state for their fishing expeditions, your doctor will tell you to get lost.

      You have not told anyone about "the UK experience of computerised medical records", you've informed them of your own (appaling) experience. Make a formal complaint about your doctor and then change him for one who will respect your right to medical confidentiality (something which electronic records rides a coach and horses through).

      I simply gave my doctor a letter, informing him of my wish to opt out, and he accepted it. There's a form letter on www.nhsconfidentiality.org which I will paste here in it's entirety:

      Dear Doctor,

                                                        Exercising right to opt out

      As you are probably aware, the Government is intending to ask you to transfer
      the electronic medical records of your patients onto a national database called
      the "spine". They intend you to do this without first seeking the consent of
      your patients. It is BMA policy that patients should give their individual
      consent prior to their information being transferred on to the national
      database.

      There are substantial concerns about the privacy and confidentiality of
      information transferred onto the national database, not least because promised
      software security safeguards called "sealed envelopes" will not be in place
      and because the patient's instructions with regard to who may access the
      records can be overridden. I do not believe that such a large database, with so
      many staff users, can be regarded as secure.

      I would be grateful if you would ensure that none of my records held by you are
      entered onto the national system. Would you please also file or scan a copy of
      this letter in my records and also record my dissent by entering the "Read
      code" - '93C3. --- Refused consent for upload to national shared electronic
      record.' into my computer record. I am aware of the implications of this
      request and will notify you should I change my mind.

      This request is itself confidential. Please do not divulge my decision, in an
      identifiable manner, to anyone other than to clinicians who are providing care
      to me and who might otherwise place information about me on the national care
      records service.

      Further information for GPs is available online at www.TheBigOptOut.org/for_GPs

      Yours sincerely,

      --
      Corporation, n. An ingenious device for obtaining individual profit without individual responsibility. - Ambrose Bierce
    3. Re:What privacy? by namgge · · Score: 1

      If like me you object to your medical records being computerised and being available to any member of the state for their fishing expeditions, your doctor will tell you to get lost.

      Firstly, this has not been my experience. Having briefly discussed the issues with my GP (the doctor who is the gatekeeper of medical treatment in the UK) he immediately agreed not to upload my records to the national database, and indeed said he would not be having his own records uploaded for pretty much the same reasons as me.

      Secondly, in the UK doctors are required to adhere to professional standards, one of which is to respect the confidentiality of patients http://www.gmc-uk.org/guidance/current/library/confidentiality.asp. So, if your doctor really told you to 'get lost' and intends to transfer your records to others without your consent, I suggest you use the GMC's complaints procedure http://www.gmc-uk.org/concerns/making_a_complaint/index.asp.

      Namgge.

  9. Re:HL7 CDA document follows... by MrNaz · · Score: 5, Funny

    <?xml version="1.0"?>
    <ClinicalDocument xmlns="urn:hl7-org:v3" xmlns:voc="urn:hl7-org:v3/voc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hl7-org:v3 CDA.ReleaseTwo.CommitteeBallot03.Aug.2004.xsd" templateId="2.16.840.1.113883.3.27.1776">
    <title>Consultation notes</title>
    <body>Patient is an incorrigible troll. Recommend medevac to an appropriate jurisdiction and performance of lobotomy. Note: This procedure may or may not result in reduced intelligence or motor skills, as levels between this patient and previously lobotomized patients proved comparable.
    </ClinicalDocument>

    --
    I hate printers.
  10. Electronic Prescriptions by anorlunda · · Score: 3, Interesting

    In the 1980s, a Scientific American article by David Chaum, and an article from Germany on electronic prescriptions (sorry, no links, it predated the web), educate me about the possibility of electronically secured prescriptions.

    Basically, by creative use of encryption, it is possible to create an electronic prescription that
    (1) lets the pharmacy know that the prescription is authorized, and how it is paid for without revealing the name of the patient or the doctor. (2) similarly allow the insurer, the patient, the doctor and government, access to information they are authorized to have without disclosing anything more.

    The same can be applied in all areas involving privacy and access to electronic records. Encryption can be used to actively limit access to authorized purposes without depending on the lack of human error.

    Isn't is about time that we started using technology in these creative ways to achieve privacy levels as high as technology allows? How about an open source effort to publish papers and algorithmic examples showing how this can be done in an attempt to influence policy?

    1. Re:Electronic Prescriptions by pmarini · · Score: 1

      you mean pre-dated (the web), do you ? :-)

      --
      Can I put a spell on those who can't spell?
      Your wheels are loose and they're losing their grip, good you're there.
    2. Re:Electronic Prescriptions by thogard · · Score: 4, Interesting

      The problems aren't technical so its helpful to follow the money.
      Consider how the payment of an average prescription for a cheap antibiotic in the US. The customer will give the pharmacist the prescription and their "pharmacy card" which will often have a $25 co-pay and they think they are getting a great deal. The pharmacy sends the detail to the medical buying club who may reject it or send back 3 numbers. The 1st number is how much the customer is to pay, the second will be the price to put on the invoice and the 3rd number is how much money gets transfered from the pharmacy to the insurance company or the other way around. The result is the $4 bottle of pills cost the patient $25 yet the price on the invoice says $43 so they think they are getting a good deal and the pharmacy has to send $22 of the money collected back to the insurance company. If you want a good deal, check the prices online and let your pharmacist know you will be paying cash..

    3. Re:Electronic Prescriptions by ion.simon.c · · Score: 1

      Crypto guys have known how to create secure, customer-verifiable, anonymized transactions for decades.

      I wish that I understood where the cypherpunks went wrong.

    4. Re:Electronic Prescriptions by rufus+t+firefly · · Score: 1

      The issue with e-prescribing in the United States is that, although NCPDP SCRIPT (the standard) is more or less free, there's a horrible system where providers have to pay per transaction to send prescriptions to pharmacies through a cartel of companies. For examples, check out surescripts or rxhub, who run the "Pharmacy Health Information Exchange."

      Like everything else in the past eight years, a monopoly on something has been sold out to one or more companies, then codified into law. Several states have set deadlines *mandating* using e-prescribing, which is essentially forcing providers to shovel money into these guys.

      --
      "He may look like an idiot, and talk like an idiot, but don't let that fool you. He really is an idiot." - Duck Soup
    5. Re:Electronic Prescriptions by martalli · · Score: 1

      In the United States there are constant problems with coverage, preferred medications, and so on. Having prescriptions delievered without the patient's or doctor's information would be incredibly unworkable.

    6. Re:Electronic Prescriptions by Anonymous Coward · · Score: 0

      This is only partially true; the pharmacies foot the bill for the per-transaction fee, not the providers.

      However, underscoring the other point, SureScripts and RxHub are actually one company now: http://www.surescriptsrxhub.com/

    7. Re:Electronic Prescriptions by Achromatic1978 · · Score: 1
      The very same reason explains why a non-insured chiro visit by my wife costs $45, but an insured chiro visit for the same treatment costs $135, with a $30 co-pay.

      Big hint: the insurance company isn't eating that $90 out of the goodness of its heart.

    8. Re:Electronic Prescriptions by anorlunda · · Score: 1

      I don't buy that; not when the remedy is to expose all patient's information excessively to ease processing of a few trouble cases.

      I believe that the health care industry is much more concerned with making their own jobs easier than they are about patient privacy.

      Sure there can be issues with coverage, preferences and the like, but putting patient privacy at the bottom of the priority list sucks. Each patient should have the right to determine his own priorities regarding efficacy of treatment and payment versus privacy. The way the laws and E-commerce practices are going, they preclude such a right -- they force everyone into a one-solution-fits-all where third parties decided in advance what is in the patient's best interest.

      Don't think that there aren't abuses associated with the process either. For example, drug companies gather info from pharmacies to gather stats on which drugs the doctors prescribe how often. They use those stats to target marketing efforts to convince the doctors to prescribe their brand more often. In what way is that unequivocally in the patient's best interest?

      Lawyers in civil cases like car accidents can dig for and get info that a patient may have bought Prozac at some time in his/her life. They use that info to blackmail plaintiffs into dropping lawsuits or as evidence to a jury that the plaintiff is mentally unstable. Judges fail to rein in the discovery process to prevent such abuses.

      We need to turn the approach to privacy on its head. Patients need the right to demand control on how their information is handled, and to put the burden of proof on the side of those who would expose the data. They need the ability to make their medical info out of reach of subpoena.

      It is true most people don't give a damn about privacy, but that is insufficient reason to deny everybody the right to the degree of privacy they want.

      As things stand today under HIPPA, patients either accept the government's rules or they abstain from medical treatment; even if they paid for it in advance. Abstinence is the only opt-out available in the USA -- that really sucks.

    9. Re:Electronic Prescriptions by demonlapin · · Score: 1

      The name of the medication itself is the problem; if you can hide that from the insurer without introducing enormous fraud problems, then you've done well. There are a lot of things that have only one use. There are a lot more that have only a few. I once had a patient tell me that they used to be allergic to penicillin but "I'm not anymore because they made me not allergic to it." Immediately I knew two things: she had previously had syphilis, which is the only thing they go to the trouble of desensitizing you to penicillins in order to treat, and she had drawn the wrong impression from what they did, because that desensitization doesn't last.

    10. Re:Electronic Prescriptions by Anonymous Coward · · Score: 0

      Speaking as an insider:
      Blind signature methods would be fantastic in the medical setting - except for one thing - everyone (the doctors, the nurses, the billers, the pharmacists, etc.) all want to know "whose" information they are dealing with.

      For the most, it's not a matter of technological sophistication. It's a matter of "trust". Most of the people that work in the healthcare industry are not the most savvy of technology users. If they can not see what they are doing, they have no trust in the system. This is why you fail to see strong technical protections.

      As for the policy-based protections, that's a completely different story...

  11. Obama by Anonymous Coward · · Score: 1, Insightful

    I understood Obama's spokespeople to making a big deal about moving to electronic records. Are you telling me that it was actually Bush who made it happen?

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

      If Obama does this, then it's a wonderful cost saving measure that will bring health care to everyone.
      If Bush did this, then it's an evil plot by the insurance companies to deny coverage to poor, deserving people.

    2. Re:Obama by amabbi · · Score: 1

      I understood Obama's spokespeople to making a big deal about moving to electronic records. Are you telling me that it was actually Bush who made it happen?

      Obama's health care plans includes an emphasis on evidence based medicine, preventive medicine, and improved efficiency and safety.

      In other words, a pretty much verbatim duplication of the CURRENT requirements of JCAHO - the accreditation body that Medicare uses to certify hospitals as compliant and eligible for Medicare funds.

      Change we can believe in, indeed.

    3. Re:Obama by Anonymous Coward · · Score: 0

      Well given that we were lied to about the costs of Medicare reform, that medicare reform gave more money to insurers and big pharma than even they asked for. I'd say, this is at least 50% accurate. We'll see about Obama.

    4. Re:Obama by Mr.+No+Skills · · Score: 1

      Check Bush's state of the union address from 4 or 5 years ago. A 12 year plan to move to nationwide EMR records for everyone. Established the office of the national coordinator for healthcare IT which is the administrative arm to make this happen. This launched the National Healthcare Infratructure Network project (currently in its second revision), the Healthcare IT Standards Body (to harmonize competing HIT standards and establish new ones), the Certification Commission for HIT (to certify products for operating on the national infrastructure) and a number of other projects.

      Obama would be smart to not throw all this out, but the knee jerk reaction is anything Bush did is bad.

      --
      Sleep is for the Weak
  12. Re:Microsoft has done some good work on this so fa by SupremoMan · · Score: 5, Insightful

    My father called the hospital the other day and gave them his name, and they asked "Is your social security number XXX-XX-XXXX?"

    Ummm anyone else see a problem with this?

  13. Private key is the wrong solution by migloo · · Score: 1

    Solutions ? Maybe give only the patient the private key to unlock the medical database.

    Then, if he refuses to give access to his private medical data, he will be denied whatever he is applying for: an insurance, a job, a sports license, etc...
    The best way to ensure your freedom and privacy is to either *not* give you the key (so that no one can force you to release your data) or give you an *alternate* key to an edited version purged of anything you don't want to show.

    1. Re:Private key is the wrong solution by chooks · · Score: 1

      ... or give you an *alternate* key to an edited version purged of anything you don't want to show.

      I think that is a good idea on the surface. The reality though is that you do not know what parts are OK to leave out. One key piece of medical information can radical change the differential diagnosis and problem solving approach. If you personally redact information, then you run the risk of removing key (pardon the pun) information for diagnosis.

      That being said, however, it is very difficult to get a good history. So if I am faced with having 1/4 the information I want from the medical interview (due to time constraints, patient being a poor historian, etc...) or 1/2 of information from a personally edited electronic record, I know which one I would prefer...

      --
      -- The Genesis project? What's that?
  14. Re:Microsoft has done some good work on this so fa by malkavian · · Score: 1

    Ooops, they shouldn't ask that.
    Social Security (Or national insurance number in the UK) is a privileged piece of info. It's a great loophole to acquire someone's number given you know their name and address (phone up hospital, give the name and address, and voila, they give you back the person's Social Security number).
    If you ask for name and date of birth, you can confirm with address. In other words, you're asking for more privileged information than you give back, the combination of all three is sufficient to identify the person. Either that, or you ask for their social security number. It's bad practice to hand back more privileged info than you receive.

    Also, patients seeing medical records won't affect accountability one jot.
    Currently there are several levels of 'intervention' in hospitals. When a doctor notes something, or requests a procedure or medication, the request goes past an intervention group. For medication, this would be a Pharmacy intervention group. They'll check the patient notes to see what's being treated, check the medication requested, make sure the dosage is correct (in case the doc has accidentally requested 10g instead of 10mg, or vice versa), check it doesn't interfere with other drugs, or even query in case it's not a drug that would affect the condition at all.
    If the doc has got it wrong, they'll log it, and get in touch with the doc quickly to verify the request, and if the doc was wrong, they'll advise the correct dosage/medication for the doc to agree. This happens in a busy hospital, which is why the procedures are in place to catch it. Occasionally, something will slip through all layers (nothing is perfect). In those cases, the absence of notes in the medical records when they are noted as ok'd elsewhere, or queried in intervention is a serious issue, possibly more so than being wrong.
    Having good and consistent notes gives the hospital a chance to win a case. Absence of notes is always a losing strategy, as in court, the default is to find against the hospital.

    Having direct access to records is not always a great idea. For one, most people won't understand what's there (and no, reading up on the internet won't always make you understand either).
    Having a medical 'fishing trip' would show up.. And some conditions that are quite mild, may present symptoms of something that could also be very dire. And if all that's happening is they're doing tests to discount the dire ones, who would feel comfy being checked for cancer, AIDS, or some other nasty, and seeing that test being carried out, when the real expectation is that it's not, they simply want to PROVE it's not.
    Ignorance, in many cases, really is bliss.
    Plus, if you can get at it, I can guarantee others can too, by some route or another. Personally, I don't trust patient accessible records.

  15. Re:Microsoft has done some good work on this so fa by Kindaian · · Score: 1

    If the medical records disappear under the supervision of the stated hospital, then it's the hospital responsibility.

    I don't think that the hospitals will want that liability!

  16. A video from 1961 by Osrin · · Score: 1

    The video I have linked in the post below will give you an idea of how quickly we'll solve this problem...

    http://osrin.net/2008/12/the-rapid-deployment-of-electronic-health-records/

    1. Re:A video from 1961 by Tubal-Cain · · Score: 1

      *whimper*

  17. You are getting ripped off by NotQuiteReal · · Score: 1

    There have been several times where I have picked up prescriptions that cost less than my $15 co-pay.

    In those cases the pharmacist just says "You are better off skipping the card this time."

    Pocketing over-payments and kick-backs like you describe are probably illegal in most jurisdictions.

    --
    This issue is a bit more complicated than you think.
    1. Re:You are getting ripped off by thogard · · Score: 1

      It depends... the insurance company will claim that the patient agreed to the copay so its not a kickback. They keep the pharmacy in line by threats to pull business if they don't cooperate. Of course each state has different laws so your state might just have its act together.

  18. Insurers EXCITED about EMR's potential to.. by Anonymous Coward · · Score: 3, Insightful

    Basically, EMRs are very dangerous in countries that don't have free universal healthcare, like ours, because they promise to make it far easier for insurance companies to identify medical risks (their euphamism for sick patients) so they can be avoided or dumped.

    Obama pledged to lower costs a tiny amount for normal families. Obama has a huge amount of support from the insurance industry on this because they have been pushng EMRs for years as a a way to eliminate the assymetric information held by patients about their own health status.

    Currently, patients know more than insurance companies leading dangerous customers who represent medical risks to be more likely to buy insurance.

    To lower costs for "normal families", they must raise costs for the chronically ill or reduce the number of them who receive coverage. (Triage)

    The Obama's priority is improving the statistical "coverage" of the healthy employed. The dark side is that the 20% or so of Americans who have any kind of chronic illness, and to a lesser extent, first degree relatives of them (children, siblings, parents) will still find it harder and harder - next to impossible - to get insurance outside of a large medical group, (small employers will see huge price rises if they cover a medical risk) Eventually, finding any kind of employment for medical risks will become very difficult, and they and their families will become a marginalized underclass, not unlike the film "Gattaca".

    We price insurance by risk. That is the one most non-negotiable part of Obama's healthcare platform.

    People who are known to be sick or are related to them are known risks. The so called "fair price" to insure known risks is high.

    The only solution possible that would preserve our current 1/3 cut insurance model (very important to those in Washington today) might be to offshore the care of the sick. Medical emigration and marriage out of medical insurance necessity are already skyrocketing, a recent nationwide study found. (17% of Americans have a close friend or family member in that situation)

    1. Re:Insurers EXCITED about EMR's potential to.. by Achromatic1978 · · Score: 1
      You highlight one of the big problems with healthcare in the US. We buy health INSURANCE, but we're not getting INSURANCE, we're getting some sort of hybrid, bastardized model. As you said, you insure against a risk, known or unknown. In the pure sense, the insurer has put its actuaries to work, looking at the statistics, the populations, so on and so forth, and offers you a price to insure against that risk. You then debate the value of that to you and accept or decline.

      However, we don't have that. We have "insurance" which covers limitations on service, co-pays, scheduled/regular checkups (you're not insuring here, at all, you're amortizing known costs, and usually at a premium - if you think that the cost for said service is $x a year, you would be silly to believe that this constitutes $x/12 a month of your insurance bill - the insurer is providing you credit, and they ARE charging you for it. However, just try to remove that component...).

      Say I have medical coverage for $500/month, that is materially identical in coverage to this new plan I'm considering, which is $480 a month (other than, obviously, the out of pocket expense). Say I'm being treated for an ongoing condition. Currently, if I change to this new provider, I get slapped with a waiting period. Why? Statistics and probability doesn't work like that. The insurer is having his cake and eating it too. The probability of my having that condition has not changed as a result of of my changing provider. Waiting periods should ONLY be applied where there is a DIFFERENCE in coverage, AND that condition is the specific condition being treated. (And even then, it's a gray area of 'known existing' conditions).

      The whole thing is a farcical mess.

  19. Bush and Obama both support EMRs by Anonymous Coward · · Score: 0

    because they help the medical and insurance sectors to be more profitable by helping them avoid the customers who represent the highest claim risks while lowering costs to healthy customers. Their employees represnt a BIG source of money to politicians.

  20. An audit trail is what counts by Alwin+Henseler · · Score: 2, Insightful

    My father called the hospital the other day and gave them his name, and they asked "Is your social security number XXX-XX-XXXX?"

    You mean that if you call that hospital and pretend to be person X (known to have have been in there sometime), the hospital will happily give you the SSN that's recorded for person X ? Over the phone, with no further checks or guarantee(s) on the identity of the caller?

    Not that SSN's are well protected anyway, but if the above is true you should definitely take it up with higher management of that hospital (to adjust procedures / staff education etc. hospital-wide), because that's a serious privacy leak. If same thing still works after, say, a couple of months from then, I'd even consider reporting that hospital to whatever government body you can find that has the power to 'punish' hospitals for things like this. If any such government body exists, that is ;-(

    Most medical records today aren't things that patients get

    From what I've seen myself, and heard from family members etc. that appears to be the default - to keep patient, and medical data on that patient, in separate places. But why ??? Can anyone from the medical profession enlighten us what's wrong with patients studying their own X-rays, reviewing lists of drugs to be used in the course of a (planned) operation, or re-reading a diagnosis? And I'm talking totally separate from the issue of how much influence a patient should have on these things. Is medical data only interesting to doctors etc., but not for patients themselves? Are well-informed patients a nuisance, or what? What do medical professionals think of this?

    MS is taking the position that patients should be able to see their own records, and even correct their own medical records. (But with digital signatures to keep track of who is updating the record.

    Even more than privacy, that should be the focus for medical records: an audit trail. You start with an empty record, and for every little bit of data that gets added, edited, removed, and even accessed there is a hard, unforgeable proof of who did it. What doctor added that X-ray pic, which nurse looked at what medication was prescribed to you earlier, etc. etc. Perhaps with an automatic notification policy? Patients' record updated -> update notification sent to patient.

    An unforgeable ID for anyone accessing that record would be minimum requirement. And stiff penalties for abuse. Shared passwords, terminals accessible by multiple people (and perhaps out of sight) would be unacceptable by definition.

    1. Re:An audit trail is what counts by markdavis · · Score: 1

      >From what I've seen myself, and heard from family members etc. that appears to be the default - to keep patient, and medical data on that patient, in separate places. But why ??? Can anyone from the medical profession enlighten us what's wrong with patients studying their own X-rays, reviewing lists of drugs to be used in the course of a (planned) operation, or re-reading a diagnosis?

      The patient has the absolute RIGHT to see anything they want in the record. But the provider also has an OBLIGATION to ensure that the information is kept secure and not disclosed except to the proper people and through the proper channels.

      But I can also tell you that 98+% of the population would not be able to properly understand and interpret the information in the record. From a practical standpoint, that does create a tremendous drag on the healthcare professionals who have to explain and "justify" it all; people that normally have barely enough time to just provide the care. Furthermore, there is rarely any payment for time used to explain things, which is why you often find that doctors will set up additional [reimbursable] "appointments" to discuss things, when the patient needs more time than "typical" to discuss care and records.

      So you are correct that there is a real tension between providing and restricting information.

    2. Re:An audit trail is what counts by Christian+Smith · · Score: 1

      Most medical records today aren't things that patients get

      From what I've seen myself, and heard from family members etc. that appears to be the default - to keep patient, and medical data on that patient, in separate places. But why ??? Can anyone from the medical profession enlighten us what's wrong with patients studying their own X-rays, reviewing lists of drugs to be used in the course of a (planned) operation, or re-reading a diagnosis? And I'm talking totally separate from the issue of how much influence a patient should have on these things. Is medical data only interesting to doctors etc., but not for patients themselves? Are well-informed patients a nuisance, or what? What do medical professionals think of this?

      I'm not in the medical profession, but in the UK at least, everyone has the right to see their own medical records under the Data Protection Act.

      There is much controversy about the upcoming UK digital medical system. Currently projected to cost >£12B, it will electronically record all patient records. Some fear it will be open to abuse, without giving much regard to details like bank records already being digital and "open to abuse".

      Of course, it will be bodged, and indeed open to abuse if current projects are anything to go by.

  21. Re:Microsoft has done some good work on this so fa by markdavis · · Score: 4, Interesting

    Um, yeah. Social Security numbers are not universal ID numbers. They should be used solely for, get this, Social Security.

    Unfortunately, the medical industry uses SS# on just about everything. In most facilities, they even try to use it as the Medical Record Number! Try to get appropriate care without giving them your SS# and see what happens (I have tried... good luck). And now just about every industry has some excuse as to why they *have* to have access to your SS#. Credit of any kind. Drivers license. Movie rental. Home insurance. You name it.

    Anyway, SS#'s are the #1 way that information about you is tracked, "shared", associated, identified, etc. It is a huge security and privacy problem. There is a reason that when the Social Security Number was invented, it included laws about it was *NOT* to be used for any other purpose but Social Security. You can see just how effective those laws were.

  22. Executive Orders and unconstitutional by commodore64_love · · Score: 1

    I can not lay my hand on the part of the Constitution that grants such a power to the Executive. And for good reason. The power to make laws was given to the People's and the States' Representatives in Congress, where the law may be debated and the people's support (or non-support) elicited.

    The power to make law should never lie with just a single man, especially one who does not listen.

    --
    "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
  23. Re:HL7 CDA document follows... by value_added · · Score: 1

    Patient is an incorrigible troll. Recommend medevac to an appropriate jurisdiction and performance of lobotomy.

    I watched a documentary some time back on the problems associated with the dire shortage of primary care physicians in the US. One of the more interesting conclusions it offered was that patients who see a primary care physician on a regular basis are both healthier (frequent visits encourage healthy lifestyles), and cheaper (preventative measures are invariably cheapier than after-the-fact treatments). The doctors, for their part, noted that often their patients just wanted to talk with someone about their problems and felt better after having done so.

    If you're a doctor, be kind to the trolls. If there's no obvious or measurable benefit for the patient, the placebo effect should more than make up for things.

  24. Re:Microsoft has done some good work on this so fa by amabbi · · Score: 3, Informative

    (Most medical records today aren't things that patients get--MS is taking the position that patients should be able to see their own records, and even correct their own medical records. (But with digital signatures to keep track of who is updating the record.))

    IANAD (but I will be one in 5 months or so). If that is Microsoft's position, that is the stupidest fucking thing I have ever heard. Worse than Clippy. Worse than Bob. Look, a patient's medical record is supposed to be an OBJECTIVE documentation of a patient's health status and treatment. How, exactly, is a patient qualified to make an objective assessment of their medical problems, diagnostic workups and treatment regimens?

    One thing about electronic records in general--patient accessible ones--is that it should make a difference in accountability. Normally, at many hospitals in the US, if a doctor makes a significant mistake the records disappear. If patients have direct access to their own records, that will become a less common practice.

    Well, that's just complete BS. I don't know where you get your information, but altering a patient's medical record is illegal and, at the very least, will result in a physician's suspension of privileges from a hospital... and most likely, a revocation of their medical license.

    Btw, your patient record is completely accessible. You just have to make a request to the medical records office. No, it's not available on the web, but it's not as if your MR is a secret like your FBI file.

  25. As somebody who works in HIT... by Anonymous Coward · · Score: 0

    I can make some suggestions:

    1) Stay away from consultants (Ass-end-tour, Toilet and douche, etc). You'll get ten cents goods or services for every dollar you spend. They won't have the expertise they say, and the "facts" they provide you will generally be wrong (and you'll have to fix the problems later).

    2) Be wary of vendors. Spec out exactly what you want, and include penalties for not meeting specs (we've actually had vendors openly acknowledge that they didn't deliver what they promised, but it didn't matter cause they got the money).

    3) Don't let pipe dreams trump privacy. In the rush to get your money, many will try to brush off privacy concerns as an annoyance. Don't let them! There countless scenarios where the most innocent information can make a saint look like a sinner.

    well, that's a start. And, I need coffee. But, please consider that all of these suggestions are based on actual experiences from the HIT field. If they seem like flame bait, that's just cause things really are that bad.

  26. This is untenable by Pig+Hogger · · Score: 1
    The reason for the requirement of stringent privacy requirements for health-record keeping is solely due to the sheer number of unregulated, unaccountable organizations dealing with them.

    I am talking, of course, of private health-insurance companies.

    The obvious cost-effective solution is to get rid of them, and implement an universal, single-payer insurer that would cover absolutely everyone (no opting-out) with exactly the same coverage (no more time wasted to figure out if some procedure is covered or not).

    Since coverage of everyone will be compulsory, there will be no more need to discriminate for pre-existing conditions, thus removing the need for intrusive record snooping in the first place.

    In fact, such a solution is currently in place in **ALL** the industrialized countries, except in the USA.

    There shall be no more pussyfooting around the bush with this issue, the bull's apple need to be bitten by the horns right now.

    In addition to finally covering everyone, the USA will no longer be a turd-world country and a laughingstock in respect to health-care, and in bonus, all the rotten parasites that fester in and around private health-insurance companies will be forced to find an honourable way of paying the bills.

    1. Re:This is untenable by amabbi · · Score: 1

      The reason for the requirement of stringent privacy requirements for health-record keeping is solely due to the sheer number of unregulated, unaccountable organizations dealing with them.

      I am talking, of course, of private health-insurance companies.

      The obvious cost-effective solution is to get rid of them, and implement an universal, single-payer insurer that would cover absolutely everyone (no opting-out) with exactly the same coverage (no more time wasted to figure out if some procedure is covered or not).

      Since coverage of everyone will be compulsory, there will be no more need to discriminate for pre-existing conditions, thus removing the need for intrusive record snooping in the first place.

      In fact, such a solution is currently in place in **ALL** the industrialized countries, except in the USA.

      There shall be no more pussyfooting around the bush with this issue, the bull's apple need to be bitten by the horns right now.

      In addition to finally covering everyone, the USA will no longer be a turd-world country and a laughingstock in respect to health-care, and in bonus, all the rotten parasites that fester in and around private health-insurance companies will be forced to find an honourable way of paying the bills.

      First off, I just don't understand why people insist that universal health care == single payer. The two are completely separate; you can certainly have the former without requiring the latter.

      There are MANY reasons to argue against single payer health care.... and that is beyond the scope of this /. discussion. I do, however, have to object to your dumbing down of the issue. While one of the main goals of HIPAA was to insure privacy of health care with respect to portability of insurance (the H, I, and P in HIPAA), there is far more to HIPAA than just dealing with private insurance companies. If that weren't so, then HIPAA wouldn't be relevant for, say, Medicare purposes.

      For instance, what if a prospective employer wants to take a look at your EMR to see if you have chronic medical conditions that would require you to take days off in the future? What if your prospective spouse wants to see what heritable diseases run in your family?

      Of course, that's not important for you. What's important for you seems to be inserting a rant supporting your political viewpoint. Kudos, my friend, kudos, for trying to distract a real argument with your strawman.

    2. Re:This is untenable by Pig+Hogger · · Score: 1

      First off, I just don't understand why people insist that universal health care == single payer. The two are completely separate; you can certainly have the former without requiring the latter.

      That's because only a compulsory single payer is able to avoid discriminating for pre-existing conditions.

      There are MANY reasons to argue against single payer health care.... and that is beyond the scope of this /. discussion. I do, however, have to object to your dumbing down of the issue.

      "Dumbing down", as opposed to **OBFUSCATING** in order to maintain the status-quo, so that people keep believing that "the government is **BAAAAD**" so private insurer can continue to gouge the public???

      While one of the main goals of HIPAA was to insure privacy of health care with respect to portability of insurance (the H, I, and P in HIPAA), there is far more to HIPAA than just dealing with private insurance companies.

      Bullshit. What happens is that insurance companies are looking at all possible ways of weaseling out of their contracts in order to increase their profits, and to do this, they have armies of "investigators" who social-engineered their ways into medical records.

      For instance, what if a prospective employer wants to take a look at your EMR to see if you have chronic medical conditions that would require you to take days off in the future?

      This is an unacceptable invasion of privacy. If you believe that croporations shall have the right of life or death to people, you are truly a fascist.

      Or you have been sorely misinformed and swallowed the whole hook line and sinker of fascists arguments.

      If you were a millionnaire whose fortune would depend on maintaining the status-quo, as you are pitifully trying to do, you would not hang on Slashdot on a sunday morning.

      Of course, that's not important for you. What's important for you seems to be inserting a rant supporting your political viewpoint. Kudos, my friend, kudos, for trying to distract a real argument with your strawman.

      How about you? Why are you so hell bent on preseving the "liberty" you have been led to believe you have? Why are you thinking like a zillionnaire???

    3. Re:This is untenable by amabbi · · Score: 1

      That's because only a compulsory single payer is able to avoid discriminating for pre-existing conditions.

      That's completely untrue. Say, for instance, I work for LargeMultinationalCorporation. I could have diabetes, high blood pressure and had 3 heart attacks, and I'll still get coverage because I work for LargeMultinationalCorporation. And I did it without the federal government!

      "Dumbing down", as opposed to **OBFUSCATING** in order to maintain the status-quo, so that people keep believing that "the government is **BAAAAD**" so private insurer can continue to gouge the public???

      Please give me one example of the U.S. federal government taking over for a private industry, where the end results were better than if the federal government did not meddle at all.

      Bullshit. What happens is that insurance companies are looking at all possible ways of weaseling out of their contracts in order to increase their profits, and to do this, they have armies of "investigators" who social-engineered their ways into medical records.

      Now you're just making shit up. Do you have any proof of your claims that large insurance companies are committing mass fraud to gain access to medical records?

      This is an unacceptable invasion of privacy. If you believe that croporations shall have the right of life or death to people, you are truly a fascist.

      Or you have been sorely misinformed and swallowed the whole hook line and sinker of fascists arguments.

      Sorely misinformed? My friend, I work in the hospital and see day to day what goes on. Do you?

      If you were a millionnaire whose fortune would depend on maintaining the status-quo, as you are pitifully trying to do, you would not hang on Slashdot on a sunday morning.

      Don't you know that Sunday morning is vacation day for millionaires whose fortunes depend on maintaining the status quo?

      First off, I'm all for universal health care. I'm just against having the federal government run it. I'm all for enacting NEEDED health care reform. I'm just against expanding failed or failing government programs like Medicare and especially Medicaid in order to do it. Of course, it seems that you're under the assumption that if you're not pounding the socialization drum, you must be a facist, right?

      How about you? Why are you so hell bent on preseving the "liberty" you have been led to believe you have? Why are you thinking like a zillionnaire???

      I'm not thinking like a zillionnaire. I'm thinking like a medical student who's going to be a medical doctor in 5 months, and worrying that the federal government is going to completely fuck up the medical system as it has with, say, the railroads, banking, space, high technology, and the like.

    4. Re:This is untenable by Daniel+Dvorkin · · Score: 1

      That's completely untrue. Say, for instance, I work for LargeMultinationalCorporation. I could have diabetes, high blood pressure and had 3 heart attacks, and I'll still get coverage because I work for LargeMultinationalCorporation. And I did it without the federal government!

      That's great for employees of LMC, but you're overlooking two things:

      (1) LMC was able to negotiate that kind of blanket coverage with their insurance provider because, well, they're Large. Smaller business don't have that kind of leverage.

      (2) There's absolutely nothing to stop the insurance provider from telling LMC, "Right now you're paying $x million per year for blanket coverage. We can offer you the same coverage for 0.9$x million per year [which will actually cost us 50%, not 90%, of what it does now, although we're not going to mention that] if you accept our suggestions about which types of employees you might want to ease out the door." Nor is there anything to stop LMC's management from thinking this offer is a really good idea.

      If you think there's a way to solve either of these problems without serious government regulation, please feel free to make a suggestion.

      --
      The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
    5. Re:This is untenable by amabbi · · Score: 1

      That's great for employees of LMC, but you're overlooking two things:

      (1) LMC was able to negotiate that kind of blanket coverage with their insurance provider because, well, they're Large. Smaller business don't have that kind of leverage.

      (2) There's absolutely nothing to stop the insurance provider from telling LMC, "Right now you're paying $x million per year for blanket coverage. We can offer you the same coverage for 0.9$x million per year [which will actually cost us 50%, not 90%, of what it does now, although we're not going to mention that] if you accept our suggestions about which types of employees you might want to ease out the door." Nor is there anything to stop LMC's management from thinking this offer is a really good idea.

      If you think there's a way to solve either of these problems without serious government regulation, please feel free to make a suggestion.

      Well, it has been suggested. Read Matt Miller (a liberal political commentator) and his book The Two Percent Solution.

      In response to your points, in Pt 1, my response to that is that issues like this are precisely why Barack Obama's plan to force companies to provide health care to their employees is biased in favor of big business. A company with 100,000 employees can negotiate far better insurance terms and rates than a company with 10,000, or 1,000, or 100. In fact, my "ideal" solution to universal health care (and the one championed in "The Two Percent Solution") would be to offer a mandatory tax rebate/tax credit which must be used to buy health insurance. As a condition of receiving this tax rebate, insurance companies must cover anyone for the same rate and offer the same exact policy.

      This works for the insurance companies because they get to spread out their risk over 300 million rather than over 1 individual. It vastly multiplies the advantage that Large Multinational Corporation has in terms of buying insurance, and distributes that advantage over the entire country instead of one company. It works for the populace, because they now not only get insurance, but because any insurance company can cover you, the insurance companies must compete on coverage. This last point is precisely why single payer socialized health care will be a net negative for health care in this country. A government run organization has no impetus for innovation, whereas multiple companies competing in the same field do.

      As far as pt 2, that issue is moot under Matt Miller's plan. Ignoring that, that's walking a fine line towards employment discrimination, and I'm sure the Large Multinational Corporation's lawyers would have something to say if management were inclined to accept such an offer.

    6. Re:This is untenable by Pig+Hogger · · Score: 1

      That's completely untrue. Say, for instance, I work for LargeMultinationalCorporation. I could have diabetes, high blood pressure and had 3 heart attacks, and I'll still get coverage because I work for LargeMultinationalCorporation. And I did it without the federal government!

      You'd get covered yes, but the moment you claim, bingo! the "pre-existing condition" card gets played, go to jail, do not collect $200.

      Please give me one example of the U.S. federal government taking over for a private industry, where the end results were better than if the federal government did not meddle at all.

      Sure. Since it was setup in 1971 by Richard Nixon, the National Railroad Passenger Corporation has been running U.S. transcontinental, international and intercity passenger trains. Since then, the rolling stock has been completely replaced (twice) and ridership is soaring.

      And believe me, before Amtrak came to be, the service given by private industry was absolutely horrenduous.

      First off, I'm all for universal health care. I'm just against having the federal government run it. I'm all for enacting NEEDED health care reform. I'm just against expanding failed or failing government programs like Medicare and especially Medicaid in order to do it. Of course, it seems that you're under the assumption that if you're not pounding the socialization drum, you must be a facist, right?

      Why is it always assumed that the government can't to a good job? Up in Canada, it's the government who runs the medical insurance, and the right-wing party which is in power right now is not making the slightest peep in privatizing the system, because he knows damn well that if he were to think about perhaps talking about probably doing it, it would be it's death sentence.

      People here are just very happy with the government universal health insurance.

  27. EMR Debate. by Ostracus · · Score: 1

    Well there's an interesting debate on EMR, including some physicians.

    --
    Shai Schticks:"You don't make peace with friends, you make peace with enemies"
  28. Don't know what all the fuss is about... by Anonymous Coward · · Score: 0

    Every time I've had X-Rays taken at a hospital the doctors have shown them to me, complete with explanations of what they found or didn't find in them. They also always explain what drugs they are going to use, and when--with the one exception of anesthesia. Anesthesia is a tricky process which has to be monitored and adapted continually, so I'm quite happy to let the professionals handle it. The problem with letting people edit their own records is that people generally don't know enough to argue with the doctor's diagnosis (else why did they go to the doctor in the first place?), and the things they would know, like their symptoms and history, are already written mostly in their own words. Plus, if an uncooperative patient genuinely prevents a doctor from providing the best medical care, and the doctor notes such a thing on the chart, what do you think that patient is going to do? Or the people who go to the ER just to get narcotics--do you think *they* would be honest with their records?

  29. With added power comes the risk of abuse by cunamara · · Score: 2, Interesting

    I'm a psychologist and work for a large clinic (93 clinicians, 25 support staff, five clinic locations and a lot of "out in the field" services). My specialty is nursing home services; there are about 15 of us in the nursing home division and we work in about 150 nursing homes. Often a client is referred to me and it turns out they were seen by a colleague in another nursing home. If we had an EMR that I could query remotely, I could find that out and streamline the delivery of services and provide better care. This would be the "added power" part of the discussion and the rosy picture that EMRs present

    The flip side is that computer security is not reliable. Any system connected to the outside world can be hacked remotely one way or another. We have thousands of clients with a lot of sensitive data sitting in our files, currently in locked cabinets behind two locked doors with limited access to maximize security as much as we can. The risk of data exposure is minimal and happens as a result of sloppiness by practitioners (e.g. leaving a file sitting on a desk unwatched). With an EMR, however, the risk of exposure is potentially much higher (e.g., downloading *all* the files instead of swiping or reading just one).

    We have made no provisions for using an EMR in our clinic. We have a computerized billing system which contains insurance information and diagnostic codes- only the information required to send out a bill- but none of our clinical records are in an EMR. AFAIK we are not required to do so.

    1. Re:With added power comes the risk of abuse by winwar · · Score: 1

      "With an EMR, however, the risk of exposure is potentially much higher (e.g., downloading *all* the files instead of swiping or reading just one)."

      I prefer the locked cabinent approach. In order for my records to get out, someone has to know where to look. And has to be willing to travel. I have multiple records in multiple states, some of which I couldn't find if I HAD to (legal issues, for instance).

      That is far more secure that cracking one little database....

    2. Re:With added power comes the risk of abuse by demonlapin · · Score: 1

      Out of curiosity, do you have revealable tips for making a record (of anything) accessible to you if you want it but utterly immune to discovery if you don't? Apart from moving them (and therefore, potentially, yourself sans funds) to a non-discoverable jurisdiction.

    3. Re:With added power comes the risk of abuse by Chili-71 · · Score: 1

      Obviously you have never heard of firewalls, data encryption and secure logins. I work for a major trauma center which uses Epic. Our network team is top notch and there is no way to break into the system. Our docs can work from home or their office with complete confidence that the patient records are secure.

      If you are not willing to pay top dollar for an IT staff and hardware, then you will be vulnerable to the possibility of patient data being compromised, but please don't say that a paperless patient data system can't work.

  30. What is an executive order? by MobyDisk · · Score: 1

    After the executive order signed in 2006,

    And from the article...

    President Bush issued an executive order that requires certain federal programs (including Medicare) to develop interoperable HIT systems.

    What the heck is an executive order, and from what does the president derive this mystical power?

    1. Re:What is an executive order? by Daniel+Dvorkin · · Score: 1

      An executive order is a quasi-law which exists as a symptom of the quasi-monarchical powers which the President has unfortunately been granted by a cooperative Congress and Supreme Court and a complacent people over almost the entire course of American history. It's really just an updated version of "the king's word is law" with a modern gloss. Some blame Lincoln for the Imperial Presidency, some blame FDR, and some blame the Cold War, but honestly the problem goes (at least) back to Jefferson, of all people -- there has almost never been a time when the President did not try to make his office into a throneroom. See also the phrase "commander in chief" and wilful misinterpretations thereof.

      --
      The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
    2. Re:What is an executive order? by jbengt · · Score: 1

      What the heck is an executive order, and from what does the president derive this mystical power?

      Congress likes to write vague laws, like the EPA shall set maximum exposure limits for such-and-such toxin. Then, it's up to the EPA to research the health effects of such-and-such and set exposure limits, and particaulr rules on how to measure and/or achieve those limits. Then, (or before then) the President may issue an executive order telling the EPA how to do its' job.

    3. Re:What is an executive order? by MobyDisk · · Score: 1

      That's the most helpful answer I've heard thus far. So does the EPA fall under the executive branch? Or does the law somehow specify that the president controls the EPA?

  31. Re:Microsoft has done some good work on this so fa by Jah-Wren+Ryel · · Score: 1

    (Most medical records today aren't things that patients get--MS is taking the position that patients should be able to see their own records, and even correct their own medical records. (But with digital signatures to keep track of who is updating the record.))

    IANAD (but I will be one in 5 months or so). If that is Microsoft's position, that is the stupidest fucking thing I have ever heard. Worse than Clippy. Worse than Bob. Look, a patient's medical record is supposed to be an OBJECTIVE documentation of a patient's health status and treatment. How, exactly, is a patient qualified to make an objective assessment of their medical problems, diagnostic workups and treatment regimens?

    Who has the most to lose if somebody fucks up a medical record? That's the person who should have the final say about the contents. Authority without responsibility is a major part of what has fucked up our medical system today.

    --
    When information is power, privacy is freedom.
  32. Re:Microsoft has done some good work on this so fa by icyandunapproachable · · Score: 1

    The use of SSN is problematic.
    Not everyone has one, and some
    folks use fradulant ones. The
    SSA has at least 4.1% internal
    error rate using SSN as an ID.
    And the FTC will soon enforce
    the 'Red Flags' rule, having a
    chilling effect such that most
    health care leaders depricate
    the use of the SSN in med recs.

  33. Re:Microsoft has done some good work on this so fa by GNT · · Score: 3, Insightful

    I AM A DOCTOR. 11 years medical informatics. 16 in medicine in general, 6 years medical devices.

    And you need an attitude check, if for no other reason than your experience is insufficient to the matter at hand.

    (1) The patient record IS owned by the patient (and the hospital/provider)

    (2) All 50 states mandate access to the record by the patient

    (3)Hospital records are routinely lost and routinely we do not enter crucial data because of liability reasons. A fact-on-the-ground, if you will. Never mind it is actually counter-productive and the best documents are the best defense, with the majority of docs actually winning the lawsuits.

    (4) Larry Weed's arguments on patient's owning and understanding their record have never been refuted (You might know him differently, as he invented the SOAP note)

    (5)Many patients have a better and more intimate understanding of their condition (and the tests they underwent) than you give them credit for. You might want to learn to properly listen to your patients and credit them for being more than stupid cattle.

    (6) And your MedRec SHOULD be more secret than your FBI file. As a man suffering from condition that routinely cripples him once a year, if that info was known to Tom Dick or Harry Employer I would unemployable even though I only lose a day or two of work a year, they would freak. Just think of the HIV stigma that AIDS *testing* brings to the fore. Never mind I have had to have 3 of those tests for various reasons, NONE having to do with exposure.

  34. Re:Microsoft has done some good work on this so fa by amabbi · · Score: 1

    Who has the most to lose if somebody fucks up a medical record? That's the person who should have the final say about the contents. Authority without responsibility is a major part of what has fucked up our medical system today.

    By that logic, passengers on a flight should be allowed to edit the contents of the flight data recorder.

    Look, I'll re-iterate my point. The electronic medical record is intended to be an objective record of a patient's health assessment. A patient is not qualified to make an objective assessment of their health status. They're able to make subjective reports that are recorded in the medical record. A medical record does not work if it gets to be edited. In fact, many successful lawsuits have hinged on the fact that the medical record had been added to or edited after the fact. At the risk of sounding cocky, I honestly don't think you understand what the medical record is, if you think that a patient should be allowed to edit it.

    To read it, sure. To comment on it to their physician, sure. But to edit it, no f'ing way.

  35. Re:Microsoft has done some good work on this so fa by Jah-Wren+Ryel · · Score: 1

    Who has the most to lose if somebody fucks up a medical record? That's the person who should have the final say about the contents. Authority without responsibility is a major part of what has fucked up our medical system today.

    By that logic, passengers on a flight should be allowed to edit the contents of the flight data recorder.

    Only if you are more interested in making specious arguments.

    Look, I'll re-iterate my point. If a person's medical record gets fucked up, they could end up dying as a result.
    Nothing trumps that. Nothing.

    --
    When information is power, privacy is freedom.
  36. Re:Microsoft has done some good work on this so fa by solder_fox · · Score: 1

    The old information is there, I believe, and you know what the patient did. It is, ultimately, the patient's record, and if he sees something that is obviously incorrect he should be able to note that without the added hassle and expense of a doctor's visit for... correcting the record. The audit trail makes it workable.

    The problem isn't always one of qualification--sometimes it's one of a doctor who didn't listen or who jotted something down quickly which--while accurate--was woefully incomplete.

    As to the records disappearing, it's not BS. At a good hospital, they usually don't. But there are a lot of hospitals that are not good. When the risk of a law suit presents itself, medical records often disappear, become deliberately vague, or flat-out lie. Medical ethics classes notwithstanding. When a patient gets a staph infection from a needle prick at a hospital, the doctor will avoid telling the patient or noting in the record how it happened. When an almost criminal misdiagnosis results in multiple unsucessful surgeries rather than detecting a cancer (which the symptoms suggested), the records disappear.

    I'm not saying it happens everywhere--but it does happen regularly, and more frequently than you think. Medical ethics aren't as strictly adhered to as the ideal would suggest. They should be, for the most part, but they're not. There are still docs people go to for notes to get off work, who practice insurance fraud in exchange for the notes and deal drugs out the back door. There are still hospitals where washing hands before touching a patient, and not touching non-sterile surfaces after washing hands, are not common rules. Yes, in the U.S.

    A patient in the ideal case has immediate access to his records. But a request for records that are obviously about something that was done wrong in the past is a red flag for a lawsuit.

  37. Re:Microsoft has done some good work on this so fa by amabbi · · Score: 1

    Only if you are more interested in making specious arguments.

    Look, I'll re-iterate my point. If a person's medical record gets fucked up, they could end up dying as a result. Nothing trumps that. Nothing.

    And exactly how would letting patients haphazardedly edit their medical record going to do a thing to prevent that?

    Do you even know what a medical record is?

  38. Re:Microsoft has done some good work on this so fa by Jah-Wren+Ryel · · Score: 1

    And exactly how would letting patients haphazardedly edit their medical record going to do a thing to prevent that?

    Gee, I don't see any words to the effect of "haphazrdly edit" anywhere in "MS is taking the position that patients should be able to see their own records, and even correct their own medical records. (But with digital signatures to keep track of who is updating the record.)" Perhaps you can point them out?

    --
    When information is power, privacy is freedom.
  39. Re:Microsoft has done some good work on this so fa by amabbi · · Score: 1

    Gee, I don't see any words to the effect of "haphazrdly edit" anywhere in "MS is taking the position that patients should be able to see their own records, and even correct their own medical records. (But with digital signatures to keep track of who is updating the record.)" Perhaps you can point them out?

    I make the assumption that most patients, without medical training, aren't qualified to make edits to their medical record. I equate that with haphazardly edit.

    Look, legally, even a patient's physician isn't supposed to "edit" a medical record. It's like a file that you only have append privileges to. Why does it make any bit of sense to allow someone with no medical knowledge whatsoever to make edits?

    I'm still waiting for an answer. do you even know what a medical record is?

  40. Re:Microsoft has done some good work on this so fa by Moridin42 · · Score: 1

    Do tell us where you'll be practicing your particular brand of medicine. I'll be sure to avoid that locale like the plague. Just to avoid you. Makes you kinda special doesn't it?

    --
    I don't expect morality, equality, consistency, or justice from the law. I expect only legality.
  41. Re:HL7 CDA document follows... by geonik · · Score: 0

    The parent is right, I already feel much better after this discussion.

  42. A workable open source solution by martalli · · Score: 1

    There are hundreds of various EMR products, which typically cost $30,000 per physician to buy, and $5,000/year/MD for maintenance costs. After paying all that, the EMR products are incompatible with each other, so that records cannot be sent from MD to MD, except to print out the information and scan the pages into the other MD's system. If the digitized information is lost, then the value of the EMR to track information is also lost. A better solution would be to encourage ro require the use of a single backend product, which would be open sourced, such as the VA's system. This system should be capable of handling all patient encounters: hospital, clinic, OT, PT, labs, etc. Separate front-ends could be created for different situations. The variety of these various situations (hospital front ends, ENT clinics, family practice clinics, pediatrician's office, and so on would be a great environment for private investment. A generic open source front end could be maintained for minimal cost (such as the current VA front end. This would lower the cost of projects, while increasing diversity in front ends (all the healthcare workers care about) and create an opportunity to share digitized information between providers who have permission to share this information from the patient.

  43. Re:Microsoft has done some good work on this so fa by Jah-Wren+Ryel · · Score: 1

    I make the assumption that most patients, without medical training, aren't qualified to make edits to their medical record. I equate that with haphazardly edit.

    Doctors who can't accept that the patient is in the driver's seat are obsolete.

    Look, legally, even a patient's physician isn't supposed to "edit" a medical record. It's like a file that you only have append privileges to. Why does it make any bit of sense to allow someone with no medical knowledge whatsoever to make edits?

    You do understand the concept of audit trails, right? ...digital signatures to keep track of who is updating the record is exactly that.

    I'm still waiting for an answer. do you even know what a medical record is?

    It is fundamentally irrelevant whether I can regurgitate a specific definition.
    What matters is that the record is the property of the patient and the patient bears the ultimate responsibility for its contents.

    --
    When information is power, privacy is freedom.
  44. Not at all... by gillbates · · Score: 1

    Apparently, the bank has no problem with lending me a substantial sum in his name.

    But on a more serious note, I think the problem is that our so much of our society relies on a mere secret combination of name and numbers to prove identity. PKI provides a much more secure means of proving one's identity than merely relying on a (presumably) secret combination of numbers known by one's employer, banker, credit card company, and several government agencies as well.

    --
    The society for a thought-free internet welcomes you.
  45. Now I know how to get the SSN of a veteran by Skapare · · Score: 1

    Thanks! I hadn't thought of calling a VA hospital, before.

    --
    now we need to go OSS in diesel cars
  46. Re:Microsoft has done some good work on this so fa by winwar · · Score: 2, Insightful

    "Look, a patient's medical record is supposed to be an OBJECTIVE documentation of a patient's health status and treatment."

    You are kidding, right?!? It's a record. Generally a crappy one. That has lots of errors in the best case. Hell, some things aren't even written down any longer for legal reasons.

    "How, exactly, is a patient qualified to make an objective assessment of their medical problems, diagnostic workups and treatment regimens?"

    Some of us know more than most doctors about their specific issues. I have time to research my problems, keep up to date on advances, etc. Most doctors, even specialists, don't have the time or don't bother.

    "...altering a patient's medical record is illegal and, at the very least, will result in a physician's suspension of privileges from a hospital... and most likely, a revocation of their medical license."

    Yeah, right. I doubt that the complaint would even be looked at by the relevant authorities. Only when litigation is involved does it matter. Doctors routinely (unintentially) kill their patients with no disciplinary actions (medication errors, lack of sanitation, etc)....

  47. Re:Microsoft has done some good work on this so fa by ff1324 · · Score: 1

    Btw, your patient record is completely accessible. You just have to make a request to the medical records office. No, it's not available on the web, but it's not as if your MR is a secret like your FBI file.

    Your record is NOT completely accessible...I guess you never watched much Seinfeld?

  48. Re:HL7 CDA document follows... by Anonymous Coward · · Score: 0

    That is what midlevels are for.

  49. Re:Microsoft has done some good work on this so fa by HiThere · · Score: 1

    It seems to me that you are disagreeing about what "editing" is.

    Would you object if each entry that a doctor made has a space attached to it where the patient could place their comments... and neither could alter the entries of the other? Think of it as a database where each record has a text field that is specifically for the use of the patient.

    Would that satisfy both of you?

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
  50. These laws are BS by Anonymous Coward · · Score: 0

    These laws are pure B.S., as anyone who has experienced the results of similar laws in another area (finance) can attest. For example: a lender can pull your credit report and see everything about you, but by law cannot divulge info about WHY they raised your interest rate or refused to lend to you because of the privacy laws. It turned out to be something mundane (Verizon logged 1 late cell phone payment and one contract termination fee non-payment even though I never used Verizon for cellphones in my life. What the fuck?). I had to pull my report myself to find this out, and had to deal with several different Verizon reps to reverse this report. They were reluctant to rectify it even though they acknowledge the reported services were never agreed to, applied for, or used by me, and only rectified it after threats to report the matter to the attorney general and sic a lawyer on them. It took two months to straighten out, and figuring out what resulted in the lender's jacking up interest by 10% took a month.

    Now, if the lender had simply said "Verizon Wireless reported a late payment on your cellphone?" it could have been resolved in 2-3 days. A phone call to get the address fire off a letter to the reporting agency and to Verizon to inform them I never, ever had Verizon Wireless service, and maybe another day or two to receive a fax back from Verizon to send to the letter and the reporting agency to confirm that the logged report was in error, that I never had a Verizon Wireless account to begin with.

    A headache all to privacy laws. Privacy laws do not protect me from them; they protect them from me, allowing them to get away with murder without recourse, at least without a lot of digging and phone tag on my end.

    Posting AC out of fear of retribution and repeat of same.

  51. Re:Microsoft has done some good work on this so fa by Anonymous Coward · · Score: 0

    Unless your doctor dislikes you personally or thinks you're a "bad patient", in which case a snide little annotation could fuck up your health care for the rest of your life on a universal medical record.

  52. If it is a Fed order but there is no money, by Jane+Q.+Public · · Score: 1

    then by definition it is an "unfunded mandate", which the Federal courts have clearly established cannot be enforced.

  53. Re:Microsoft has done some good work on this so fa by amabbi · · Score: 1

    Doctors who can't accept that the patient is in the driver's seat are obsolete.

    OK, so as a doctor, if a patient is asking for narcotic pain meds, I should accept that the patient is the driver's seat and acquiesce? If a patient is asking for antibiotics and the doctor is sure that the patient's symptoms are due to a virus, I have to accept what the patient is demanding?

    You do understand the concept of audit trails, right? ...digital signatures to keep track of who is updating the record is exactly that.

    So when I'm admitting a patient to the hospital, I have to now second-guess the entries in a patient's medical record to see if the patient mucked around with the records or whether it was genuine?

    It is fundamentally irrelevant whether I can regurgitate a specific definition. What matters is that the record is the property of the patient and the patient bears the ultimate responsibility for its contents.

    I'm asking this because I suspect you don't know what a medical record exactly entails, and why it would be absolute foolishness to allow it to be modified in any way other than by appending to it.

  54. Re:Microsoft has done some good work on this so fa by Anonymous Coward · · Score: 0

    Given that the previous sentence was "They're also a lot more security-conscious than your average hospital." I think that was exactly the point.

  55. Managed care hell.. by Anonymous Coward · · Score: 0

    I think you are incredibly naive about your chosen profession. Open your eyes, managed care have already screwed up the health care system far beyond the wildest dreams of government. What we have now is defacto rationing on a massive scale. Millions of Americans are living with undertreated or untreated chronic illnesses because of the unwillingness of the managed care organizations to live up to their contractual obligations. Look at the mess over chronic Lyme disease. The Attorney General of Connecticut had to bring the IDSA and the insurance companies to court to get them to treat people with Lyme. the same kinds of things are happening elsewhere.

    Ultimately, we all suffer. My European friends think we are barbarians for treating people like this and we are. The stress alone is aging people far beyond their years. Getting sick is hard enough but to have to worry that you will bankrupt your family or make it impossible to find a job on top of that, it is just insane.

    I wish I could say I thought Obama would change things but despite the hype, he seems to be cut from the same cloth as his predecessor.

    Why else would he lie about the impact of adverse selection?

  56. do not send my data overseas by wotevah · · Score: 1

    All the laws about mandating electronic records need a provision that forbids all entities that handle the data from "exporting" it overseas in any way. Whether that is storage or processing or analysis, do not send my data overseas. Period. The same standard should be retroactively applied to bank records, credit data and the like.

  57. No Deadlines for EMRs by Mr.+No+Skills · · Score: 1

    The executive order requires interoperable systems for healthcare data, but does not require EMR applications. It says any system the fed buys must be able to share data with other systems, but not that any particular system is purchased for any purpose.

    Also, does not apply to the private sector, although there are obviously many political movements to provide incentives and mandates in this direction.

    The OP is a little misleading. The standards are being developed by HITSP (www.hitsp.org), the money is coming from the proposed 20-25B$ Obama wants to spend on this little pork project (and other legislation on the fed and state level similarly).

    Your tax dollars at work. Note that the market has largely rejected the current generation of vendor products, since they do little to help the physician in their workflow.

    --
    Sleep is for the Weak
  58. Re:Microsoft has done some good work on this so fa by Anonymous Coward · · Score: 0

    You haven't dealt with many real patients have you. Most are clueless about their medical condition, or they believe they're an expert because they read on the internet about this or that symptom with this or that list of associated diseases and the supposed cures. The average patient lacks the foundation for critical thinking to evaluate "research" papers and the material published in most texts.

    The medical records SHOULD be an objective history and description of problems, tests, treatments and assessments, but it can never be wholly accurate or complete.

  59. Re:Microsoft has done some good work on this so fa by CodeBuster · · Score: 1

    There is a reason that when the Social Security Number was invented, it included laws about it was *NOT* to be used for any other purpose but Social Security. You can see just how effective those laws were.

    That is a good lesson for everyone on how governments really work and one that they generally don't teach in civics or American history class. The government will always say that a new program or power will never be abused or used for the wrong purposes and then break that promise as soon as it is convenient and the masses have moved on and forgotten or are not looking. The lesson is that the government cannot be trusted and it is lesson that our founding fathers tried to pass on, but one that has since been supressed and watered down by those with an interest in squelching liberty and choice in service of some alternative, usually socialist, agenda. The incomming Obama administration, caught up in the spirit of the times, is going to make us less even free, despite their best intentions, with tons of burdensome regulations and massive defecit spending on projects that will invariably be mishandled so that no private entrepreneurs will be able to get anything done (ala the New Deal). The people who swept him into office, and liberal (I should say socialist democrat, but that is whole other issue) young college students especially, will come to regret voting for the greatest expansion of Federal government power in a generation later on in their lives once it is too late to alter course. Ron Paul is right, but as usual nobody, neither Republicans OR Democrats wants to hear it. They say, "LA, LA, LA we're not listening" OR they accuse you of being a reactionary and an obstructionist for having the temerity to raise reasonable and sensible fiscal objections and stand in the way of their grand political plans.

  60. Re:Microsoft has done some good work on this so fa by CodeBuster · · Score: 1

    How, exactly, is a patient qualified to make an objective assessment of their medical problems, diagnostic workups and treatment regimens?

    Not only are they NOT qualified, but depending upon how those records are used, they might even be tempted to fudge them or delete items on purpose. For example, they might remove records of treatments for conditions that could effect future health insurance benefits and premiums. There are all sorts of perverse incentives that could come up when patients start altering their own medical records.

  61. Re:Microsoft has done some good work on this so fa by LM-Els · · Score: 1

    There is a reason that when the Social Security Number was invented, it included laws about it was *NOT* to be used for any other purpose but Social Security. You can see just how effective those laws were.

    In the Netherlands they tricked us by renaming the SoFi (social / fiscal) number to BSN (citizen service number). Now they can do anything they want with the number, as it's not the original number they wrote those laws for. (It is though of course, they just think we're stupid.)

  62. Re:Microsoft has done some good work on this so fa by markdavis · · Score: 1

    I couldn't possibly agree more. This is why I voted Libertarian, even though it is a hopeless cause. The political system is setup for two and only two parties; without runoff voting and abolishment of the electoral college, there will never be any real change.

    Meanwhile, the Federal Government gets more and more and more powerful. Each generation gives up more freedom in the name of safety, not understanding what was already given up.

    The United Federal State of America. Quite depressing. The founding fathers would be horrified.

  63. Re:HL7 CDA document follows... by jam244 · · Score: 1

    Sadly your document was not received because the validator rejected it after not finding a tag.