Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
United States Government Medicine Open Source The Almighty Buck

DoD Ditches Open Source Medical Records System In $4.3B Contract 186

dmr001 writes: The US Department of Defense opted not to use the Department of Veterans Affairs' open source VistA electronic health record system in its project to overhaul its legacy systems, instead opting for a consortium of Cerner, Leidos and Accenture. The initial $4.3 billion implementation is expected to be the first part of a $9 billion dollar project. The Under Secretary for Acquisition stated they wanted a system with minimum modifications and interoperability with private sector systems, though much of what passes for inter-vendor operability in the marketplace is more aspirational than operable. The DoD aims to start implementation at 8 sites in the Pacific Northwest by the end of 2016, noting that "legacy systems are eating us alive in terms of support and maintenance," consuming 95% of the Military Health Systems IT budget.
This discussion has been archived. No new comments can be posted.

DoD Ditches Open Source Medical Records System In $4.3B Contract

Comments Filter:
  • by Anonymous Coward on Sunday August 02, 2015 @04:14PM (#50235917)

    Jesus Christ what a waste of money and to the worst possible people.

    • by invictusvoyd ( 3546069 ) on Sunday August 02, 2015 @05:05PM (#50236183)

      We are deeply grateful to Source Forge for providing us with our place in cyberspace for this web site.

      http://worldvista.org/AboutVis... [worldvista.org]
      Agreed, but this sounds kinda weird too

    • Re: (Score:1, Insightful)

      by Anonymous Coward

      Their only noncommercial option was the VA's VistA, requiring constant redevelopment to meet federal HITECH and ONC mandates and built entirely around a 1960s-era "key-value" database language called MUMPS. If you're a migraine enthusiast, enjoy night terrors, or otherwise are in the market for a drinking problem I recommend learning MUMPS.

      Here's a high-level summary of MUMPS:
      There is no database. Everything is stored in a multidimensional array. There are no ints or floats. Everything is stored and ret

      • There are no tables, tablespaces, or schemas. Everything in the global array is persistent and is saved directly to a disk.

        So the bloody thing is NoSQL and ready for the biggest revolution in computing soon hitting the market - persistent memory such as Memristor and 3D XPoint.

        • So...you're saying it's webscale? Thank god, because we were just about to do it the old-fashioned way so we would end up with a working product before the end of the century.
      • Re: (Score:3, Informative)

        by Anonymous Coward

        You obviously don't know anything about MUMPS.

        I'll just discuss these specific points:
        - It *is* a database.
        - The "multidimensional array" is some sort of b-tree, the same kind of approach that is used by an RDBMS.
        - The language is dynamically typed ("no ints or floats"), which in practice means it's like working in Python or Perl. Internally, numerical data is stored in a numerical format for efficiency.
        - There's no need for reserved names, that's correct. Nonetheless, coding practices dictate that you don'

        • You obviously don't know anything about MUMPS.

          - There's no need for reserved names, that's correct. Nonetheless, coding practices dictate that you don't name a variable "if" or something silly like that.

          A variable of NULL would have no problems? As time goes on people are not aware.

          I've nothing against MUMPS and your write up informative but that one line caught me.

          • That a pointless question since if you have a brain, you're trying to avoid NULL in any form like the plague, so the variable name is free. ;)
    • by arglebargle_xiv ( 2212710 ) on Sunday August 02, 2015 @08:14PM (#50237051)
      A large-scale medical records system, a multibillion-dollar IT project, and companies like Accenture doing it, it's like combining herpes, syphillis, and gonorrhea and hoping you'll get a cure for cancer. Any of of those in isolation is pretty much pre-ordained to fail, and they're combing them all into one massive clusterfsck... why don't they just declare failure in advance and save the years of effort (and money).
    • by Anonymous Coward

      It guarantees that the DoD managers of this project are guaranteed private sector jobs for life after they leave governmental "service"... Ain't the revolving door nice?

    • Jesus Christ what a waste of money and to the worst possible people.

      Think of the money you can earn, working to fix the consortium's system and then a contract to convert their systemto the open source version.

      Wow, A cast of hundreds with salaries to three times the norm.

  • 4 billion leftover for all the people in charge.

  • by grilled-cheese ( 889107 ) on Sunday August 02, 2015 @04:23PM (#50235963)
    It's interesting how they see integrating legacy systems any differently integrating just as many differently implemented commercial record systems. The data integrators will make the same money either way. By abandoning the open-source solution, you're just losing the possibility others might benefit from the work. Likewise, I'm curious how much those 3 vendors have lobbied in Washington DC.
    • by Anonymous Coward

      I know people working on the veterans affairs stuff... if they made this choice, they didn't make it lightly...

      In particular their legacy system was a crap ton of post-it notes stuck to computer screens.

      The Obama administration has gotten a lot of help from Google's SRE groups moving in to help fix the government with everything they learned at Google. These are not bureaucratic choices being made, they're Google SRE choices...

    • I have no knowledge of the particulars in this case, but lobbying isn't even really necessary. It's often just the revolving door: The procurement people on the government side now have very lucrative careers in the private sector to look forward to, and that is something you can never get by going with the open source solution. But who knows, maybe this time they did make the call purely on its technical merits.

      • It's not necessarily even corrupt, for that matter. It's about having the personal relationships, and moreover, knowing how the labyrinthine mess that is the DoD Acquisition process works. The rules are intended to keep it fair, but at the same time, also wind up pricing a lot of the inexperienced sorts out of the process simply because you have to know what language to use, how to structure it, etc.
    • Re: (Score:2, Insightful)

      by Anonymous Coward

      The open source solution was not a good one in this case. You can have religious wars all you want about which language is best, but when striving for worst, MUMPS is a real contender. Please don't copy the database structure of VISTA. It's utterly useless for data integrity -- imagine a database where every field is a string. There are no numeric fields...and what happens? Oh.

      The biggest problem is that the DoD lacks the organizational and technical skills at higher levels to use anything other than a

      • by gtall ( 79522 )

        And if DoD decided to do it inhouse, the libertards would be hanging from the lampposts crying the blues about big government.

      • It's utterly useless for data integrity -- imagine a database where every field is a string. There are no numeric fields...and what happens? Oh.

        Somehow I don't think a computer system should have a problem with this. Ultimately, in every computer system, every field in a database is an 8-bit string. On some kind of disk. ;) Actual lack of checks is what would give you problems.

    • by phantomfive ( 622387 ) on Sunday August 02, 2015 @05:35PM (#50236293) Journal
      Regardless of whether they are starting with open source software, or closed source software........if I ever paid $4.3 billion for some software, I guarantee I would be getting the source for it. If the government pays that much for a system, one of the requirements should be that it ends up open source.
      • by j-beda ( 85386 )

        Regardless of whether they are starting with open source software, or closed source software........if I ever paid $4.3 billion for some software, I guarantee I would be getting the source for it. If the government pays that much for a system, one of the requirements should be that it ends up open source.

        At least.

      • Why? The government is buying a service, not a software package.

        Imagine if the government contracted Gmail to provide unclassified email for the entire DoD for 10 years for 4.3 billion. (2 million active and civilian accounts x 10 years = $215 a year per account.) Why would DoD want the source code for Gmail just because they are paying for the service? DoD isn't going to turn it into open source and they certainly aren't going to try to maintain a separate Gmail system. Google isn't going to bid $215
        • When things go right, you don't need the source code, but when things go wrong, you'll wish you had it.

          Also, as to your gmail example, if the DoD plans on storing medical records in someone's crappy 'cloud,' they are giving themselves even more problems. You want to be able to control that data.
          • When things go right, you don't need the source code, but when things go wrong, you'll wish you had it.

            Again, Why?

            Do you think DoD is going to tell the company how to rewrite the code to fix it? When you write the contract you put in performance specifications (remember five 9s?) and penalties for non-compliance. You don't spend months reviewing the vendor's software code to find edge cases that cause problems. DoD is paying them for their expertise, manpower, and infrastructure that DoD doesn't have to maintain.

            --

            • In their case, it will allow them to switch vendors more easily.
              Also, programmers write better code when they know people will be looking at it. The open source method for motivating better programming.
              • Also, programmers write better code when they know people will be looking at it. The open source method for motivating better programming.

                citation required

                • Do you think it's not true? Prima Facie it seems obvious, based on my own experience, and watching others.
        • In this fictitious example, DoD is paying Gmail for a proven email system and the personnel to keep it running, up to date, and secure.

          The other huge difference in your example is that DoD would merely be paying for something already built and functional.

          TFA is about three companies building a system from scratch. Even if they use something that mostly already exists, it will be highly customized for DoD, to the point that it will be different from anything they have already done, and nowhere near "proven" or "tested". Since the history of those three companies shows they want nothing more than keeping their clients locked in as long as

  • by Anonymous Coward

    Try paper, it still works.

    • Paper doesn't scale to the level required. Trust me, I've attended presentations from ex-Googlers on the topic.

      Especially, when the paper weighs so much that it started deforming a building...

    • In NC, the "storage floor" for all the backlogged records is sagging, threatening to collapse. Paper is not going to work.
  • by serviscope_minor ( 664417 ) on Sunday August 02, 2015 @04:31PM (#50236015) Journal

    As far as I can tell, any IT project costing a billion or more is 100% guaranteed to fail.

    Also, it sounds like they decided to source IT from Lufier, Mephistopheles and Satan, which incidentally also guarantees it to fail.

    • by wonkavader ( 605434 ) on Sunday August 02, 2015 @04:41PM (#50236077)

      Tom DeMarco talks about the air traffic control software project in one of his books. The description of the hopeless situation in that case supports your idea.

      I think when you have a lot of people's butts on the line and so failure is not an option but stagnation IS, what we would perceive as failure is almost certainly coming. You can retire without any fallout so long as you make sure nothing happens for 15 years. It's easy to do: Just make the specs vague, self-contradictory, and long. Very, very, long.

      The project won't fail, but it won't succeed either. And you're safe, which is all that matters.

      They would do much better to set up a few small teams and have them compete to build something with enough in common so one can be replaced by the other. And starting with the open source base would make sense there.

      • by Rich0 ( 548339 )

        Just make the specs vague, self-contradictory, and long. Very, very, long.

        When you get to software on this scale just writing the specs is an insanely difficult problem. Most big systems fail due to poor requirements, and I think that is because good requirements are a LOT harder to get right than people appreciate, especially for waterfall-style projects that are always the favorites of big RFP projects like these.

    • by dinfinity ( 2300094 ) on Sunday August 02, 2015 @04:58PM (#50236153)

      As far as I can tell, any IT project costing a billion or more is 100% guaranteed to fail.

      No kidding.

      If you pay everybody $200 000 per year, that equates to 21 500 man-years (!) of work. I don't know what kind of problems in record keeping they're going to solve, but for that kind of money it'd better involve employees doing that in gold plated jets flown by an artificially engineered unicorn that continually snorts prime-grade cocaine.

      • Good luck finding lawyers competent with the government's requisition procedure who work for as little as 200k a year.
        • Screw your implicit apologistic bullshit.
          You could hire 100 lawyers and pay them $1 000 000 yearly for 10 years and still have 3.3 billion dollars left.

          This is the industry suckering the government out of their cash and you know it.

          • Good luck getting lawyers who could get a top government contract for $1000,000 a year. This is what top divorce lawyers will bill nowadays. Top Fed-contract requisition lawyers are probably asking at least 10x as much. But they could be asking 100x or a 1000x as much. Because they'd still be worth it if they return this much on their effort.
            • You are veritably ridiculous.
              You are arguing that there are lawyers that could ask 1 billion dollars yearly. 'Because they'd still be worth it'.

              • Yes, I am definitely arguing that someone who can bring in a $4.5 billion contract which takes less than a billion to fulfill is, in fact, someone who deserves their 30% billion dollar paycheck. If someone threw $3.5 billion in free money my way, yeah, I'd say they deserve their $1 billion finder's fee.
                • That is not how that works. At all.
                  You have at best a primary school level understanding of capitalism and economics in general.

                  • oh. you are one of those. ok. i guess i should have known better than to argue with a millennial.
      • These days, you could almost fly to the Moon for that kind of money.
  • Accenture? (Score:3, Insightful)

    by Anonymous Coward on Sunday August 02, 2015 @04:31PM (#50236019)

    Project already failed.

  • UK NHS (Score:4, Informative)

    by martin ( 1336 ) <maxsec.gmail@com> on Sunday August 02, 2015 @04:36PM (#50236045) Journal

    Sounds alot like the disasterous Nhs epr systems. After 20 years weve had progress but the number suppliers is down 1 and a major cash sinkhole

    • by dmr001 ( 103373 )

      I thought about the NHS program when posting this, described as "the biggest IT failure ever seen" [theguardian.com]. After £10 billion+ was spent, Her Majesty's government largely abandoned the effort, though the linked article notes Computer Sciences Corporation declaring victory as 3 of 220 NHS trusts managed to use portions of the system. I first heard this story a couple of years ago on a shuttle bus to the headquarters of a large privately held EMR vendor in Wisconsin, when I noticed the accents around me weren't

      • We do have interoperability standards : I used to work for the department that specifies them.

        They just don't follow them. Case in point : the meta-standard (HL7 v3) that we used for our messaging had a mechanism for not just sending NULL values, but also sending a reason why they were null. (e.g. - the value wasn't measured, etc). The vendor had no truck with that, and was using magic numbers instead (e.g. baby weights of 9999g which is outside the realms of sanity for a newborn). I was tasked with revampi

    • Sounds like EPR needs CPR.
  • The hardest part of legacy is that sometimes the software just does what it does, and no one has all the official rules to recode it. So sometimes they task unwitting coders with learning some random programming language people don't use anymore, and most people didn't even use back in the day. They task them to do that to find out what rules they're operating under by reading the spaghettiest of spaghetti code. That is by no means a fun job especially when you're talking about governmental designed r
    • "Space is hard" and this is harder, because it's about ourselves.
      This has no chance until someone like Pres. Kennedy chooses to do it "because it is hard" to do.

      I think this, updating legacy system (something I do), is close to the second problem, which is that no one person or team has a grasp on how it works now, and what ever is put in place will be in the exact the same situation: no person knows it all. The only way I've seen this addressed is that after the Big Problem is cut into the Smaller Problem

  • by Anonymous Coward

    As an Accenture stock holder I think this is definitely a step in the right direction.

  • $4.3 billion (Score:5, Insightful)

    by lkcl ( 517947 ) <lkcl@lkcl.net> on Sunday August 02, 2015 @04:42PM (#50236085) Homepage

    wow fuck. imagine how much advancement in software libre could be had for $4.3 billion if the contract had been awared. hell, even 1% of that would make a big fucking difference. someone - such as the gnumed developers to take even one random example - could, with help, have developed a medical records system for ohhh i dunno... the U.S. Dept of Defense, with that kind of money. just to take a random example, y'ken.

    • by Anonymous Coward on Sunday August 02, 2015 @05:51PM (#50236369)

      And who, in the gnu community, is going to take on the responsibility for all the enterprise scale stuff that needs to be done. I can see lots of folks wanting to scratch their particular itch by coding up some piece, but who's going to do the architecture design, ride herd on the developers, etc.; make sure that the documentation gets done and is usable and readable (because, ya know, all those packages out on github and sourceforge are ever so well documented)..

      I mean responsibility as in "be willing to stand up in front of Congress and explain your progress or lack thereof". I don't see a Linus or Theo or Eric or, gods forbid, Richard, filling that role.

    • by gtall ( 79522 )

      You have no idea of scale.

    • Really? Put that much money into open source and you'll have one fork for each $20 put in. Then the project is going to be complete in the mythical Year of the Linux Desktop (TM)

  • They use MUMPS. I know its all supported by some people and I know the flames are coming, but really? MUMPS. I'd say integration could very well be considered a pain point in the language. In my cursory investigation, the recommended integration for other languages / technology chains is a Node.js based web services adapter... oh well.

  • by satsuke ( 263225 ) on Sunday August 02, 2015 @05:03PM (#50236179)

    That is part of the problem .. trying to design a drop in replacement that replicates the current functionality and interoperability with other systems.

    With government especially, you have lists of exceptions and custom one-off code to get something working, that it becomes impracticable to replace it without an equal or additional number of exceptions.

    It's the kind of system that benefits from a "flush it all away" mentality of defining new standards and sticking to them.

  • Well, it'll solve the problem of the system eating them alive in terms of maintenance and support. Now it'll be eating them alive in terms of development costs instead.

    No, wait, they'll need to keep the legacy systems running until the new ones are running, so it'll still be eating them alive in terms of maintenance and support too.

  • Accenture? (Score:4, Informative)

    by msobkow ( 48369 ) on Sunday August 02, 2015 @05:08PM (#50236197) Homepage Journal

    Accenture? Better double that initial estimate to $18 billion, and count on it rising further. :(

  • by dltaylor ( 7510 ) on Sunday August 02, 2015 @05:47PM (#50236345)

    US Government purchasing "works" by the payment of bribes. Usually, these are not simply cash payments, but the opportunity for lucrative "consulting contracts" at the providing companies for senior Penagon and Civil Service officials after leaving government "service". I've seen it enough to know that saving money, at equal or better performance, will not get a government contract. Maybe, if enough congresscritters and/or senaturds are bribed with campaign contributions and/or honorariums, they'll push a deal one way or the other, but that rarely has anything to do with saving purchasing costs.

    • Exactly !

      In fact, people signing large contracts always expect large kickbacks in return, at least 15% of it.
      This will probably finance the next presidential campaign.

  • by Anonymous Coward

    ... part of a $9 billion dollar project ...

    We all know the US department of defense demands a fixed-cost project then signs an open-cost contract. The usual excuse being the contractor must build the software from scratch. Since this project copies the contractor's existing system, the government can easily demand a fixed-cost contract. Like that's going to happen!

    ... a system with minimum modifications ...

    So they're paying $9 billion for something that's already been built. It sounds overpriced already.

    ... interoperability with private sector systems ...

    The US DOD is always saying they need a do-everything system that prevents data fiefd

  • VistA is a nightmare (Score:5, Interesting)

    by Gravis Zero ( 934156 ) on Sunday August 02, 2015 @06:19PM (#50236523)

    i was interested in VistA and what all the fuss was about, so i decided to check it out. turns out the backend is nightmare code that would would swear was machine generated. after some investigation i found out it's MUMPS (Massachusetts General Hospital Utility Multi-Programming System) [wikipedia.org] code. a lot of useful stuff started way back in the 1970s... but MUMPS is a 1960s nightmare come to life.

    think i'm exagerating? here's a module from VistA's code [github.com] which was apparently updated in 1989.

    DENTA1 ;ISC2/SAW,HAG-DENTAL TREATMENT DATA SERVICE REPORTS ; 1/10/89 11:08 AM ; ;;1.2;DENTAL;**24**;JAN 26, 1989
      D:'$D(DT) DT^DICRW S %O="OPT",U="^",S=";",O=$T(@(%O)),DENTV=$$VERSION^XPDUTL("DENT") I $D(^DOPT($P(O,S,5),"VERSION")),(DENTV=^DOPT($P(O,S,5),"VERSION")) G IN
      K ^DOPT($P(O,S,5))
      F I=1:1 Q:$T(@(%O)+I)="" S ^DOPT($P(O,S,5),I,0)=$P($T(@(%O)+I),S,3),^DOPT($P(O,S,5),"B",$P($P($T(@(%O)+I),S,3),"^",1),I)=""
      S K=I-1,^DOPT($P(O,S,5),0)=$P(O,S,4)_U_1_U_K_U_K K I,K,X S ^DOPT($P(O,S,5),"VERSION")=DENTV
    IN I $P(O,S,6)'="" D @($P(O,S,6))
    PR S O=$T(@(%O)),S=";" S IOP=$I D ^%ZIS W:IOST'["PK-" @IOF K IOP
      I $P(O,S,7)'="" D @($P(O,S,7))
      E W !!,$P(O,S,3),":",!,$$VERSION^XPDUTL("DENT")," ",$P($T(+1),S,1),!!,$P(O,S,4),"S:",!
      F J=1:1 Q:'$D(^DOPT($P(O,S,5),J,0)) S K=$S(J0 S Z2=Z1
      G:Z3=0 W I Z3>1 S DIC="^DENT(225,",DIC(0)="AEMNQ",DIC("A")="Select STATION.DIVISION: " S:$D(DENTSTA) DIC("B")=$S(DENTSTA[" ":+DENTSTA,1:DENTSTA) D ^DIC Q:Y

    • Wow... I mean... wow. This is the definition of a "write-only" language. I'm pretty sure you'd need external documentation just describing what these routines do, because it sure as hell looks like you're not going to derive it from this encryption disguised as source code. I thought perhaps you had chosen some particularly horrible section, like maybe it was a data definition of some sort. Nope, after sifting through a bunch of code, it pretty much all looked like that. My brain hurts just trying to p

      • If you expand the crazy one-letter commands into their full length and color them, maybe it's a bit less terrible.

        • Perhaps, but that's not what they're working with, since this is the original source. This language and it's horrible style was obviously invented in a day when the size of your variables and source files was actually a real consideration, and machine efficiency was prioritized over programmer efficiency. It looks like assembly language for distributed databases.

          That's precisely the opposite of what most large-scale enterprise systems need nowadays. Computers are incredibly powerful and cheap and program

      • by Anonymous Coward

        Anyone able to use a touring complete language in a productive way can learn basic M in a day or two.

        Expand the commands from their one-letter form and a programmer most likely can read the code within the time it takes to read up on the language: what the 26 commands do, how to apply conditionals to individual statements and the format to chain commands (use of syntactic whitespace) together inside a routine.

        Using it to the fullest will take longer because one needs to grasp the elegance of the design to r

        • Anyone able to use a touring complete language in a productive way can learn basic M in a day or two.

          Yeah, the hospital I used to work at would take tech school kids and teach them M in six months, and then have a competent programmer. It's not work I wanted to do, but it's a real job. Jesus, hasn't anybody here done assembly?

          Using it to the fullest will take longer because one needs to grasp the elegance of the design to realize why constructs commonly seen in other languages seem to be missing in M.

          The

    • OK, so build a new system, a superset of MUMPS that adds the needed functionality but continues to support the legacy code as well as some newer, better syntax.

      That way you can transfer in all the old crap and replace it bit by bit over some time. I'm sure I've even seen technology that analyzes executables and re-factors them - perhaps similar techniques could be applied to the old MUMPS source. Sure it's hard, but with $9B and several years I'm sure a handful of CS guys at a university department could ac

    • That code is written like every byte costed $500. Don't let this reflect badly on M. The problem is they used one character variables and no formatting. You can wrote worse code in C. M is perfectly readable if you use good variable names and formatting.

    • That code gave me brain cancer.
    • You can write MUMPS like that, sure, but then you can either write a good kernel in C or win the IOCCC. If one sticks to modern conventions such as using full length keywords, not refedining keywords and actually indenting (pretty much all things you can also do in C, even if redefining keywords is technically illegal, I've never seen it not work), then the code as far as I can tell looks fine.

      But even if all the code looks like that, for $9,000,000,000, you could reformat then refactor the entire lot, then

    • E W !!

      Couldn't have put it better myself.

    • That is beautiful. I haven't seen code like that for a long time.

      Of course, if you look at the individual page of code for a while, you'll decipher it easily enough. Whether it's manageable or not depends on whether the overall structure is reasonable or not.
  • Of course it's costing 95% for support and maintenance, there are no licensing or purchase costs. Would that last 5% be hardware costs, management costs, biscuits for morning tea ?

    When is a commercial EHR system not proprietary and when is an open source electronic health record system proprietary ?

    Governments all over the world are busting to give OUR money away to big corporations !!!

    Projections of $11B over 18 years, who's a betting man ? will it double or triple over the 18 years ???

    The health departmen

  • Here [opensourcevista.net] Jeez, it seems they use the GT.M [fisglobal.com] embedded database and a GUI that connects directly to this database... kind of like PGAdmin3. They use the MUMPS scripting language to build logic into the database (kind of like stored procedures). the deployment doc on Linux is a mess. Wow!
  • VistA is a shit legacy system, so it seems DoD made Half a right choice. However given the companies they got involved they will just end up with something almost as bad, if not worse.
    • VistA is a shit legacy system,

      From Stroustrup's FAQ:

      What is "legacy code"?

      "Legacy code" is a term often used derogatorily to characterize code that is written in a language or style that (1) the speaker/writer consider outdated and/or (2) is competing with something sold/promoted by the speaker/writer. "Legacy code" often differs from its suggested alternative by actually working and scaling.

      The VA system probably works. 50 bucks says the $9,000,000,000 system will never work.

      • by dmr001 ( 103373 )

        Guess which large-scale EMR physicians prefer above all others? That would be VistA [hitconsultant.net]. I've heard the same from colleagues, and found it reasonably sensible back when I rotated through the local VA as a family medicine resident. It was fast and fairly benign on the infuriation scale. Of course, the VA is apparently working with Accenture [healthcareitnews.com] to update VistA, and are eventually looking to replace it with a commercial system. I have a feeling many VA docs will offer this to be prized from their cold, dead hands.

        And

  • As an outsider, who writes software for a living (proper, highly available transactional systems [finance industry but I do know some general stuff]). This amount of money is simply staggering. Even if we assume the published number (4.3B), 3% inflation, a relatively aggressive annualised ROI and 10 years over which to apply the costs, that turns into between 80 and 160 [20% ROI to 10% _annual_ ROI] million dollars per year in costs. IN COSTS. Even if you margin those costs at 33% (profit is already accoun

  • Seriously, why not have paid for licences (if required) and make the OS software interoperable with commercial systems?

    With the added benefit that the result would mean the DOD and VA systems would be compatible !

  • If they were only planning to support legacy systems, of course that money is designated to support legacy systems. The only way to drop it from 95% is to increase the budget and add other line items, such as new systems.

THEGODDESSOFTHENETHASTWISTINGFINGERSANDHERVOICEISLIKEAJAVELININTHENIGHTDUDE

Working...