Earlier quoted context omitted.
If there is no ROI, investing further resources would be charity work. I don’t think it’s accurate to call a company not doing so malicious.
Not actively malicious perhaps, but prioritising profits over lives is evil. Either you take care to make sure the systems you sell lead to the best possible outcomes, or you get out of the sector.
Why are cancer guidelines stuck in PDFs?
101–110 of 163 posts
Re: Why are cancer guidelines stuck in PDFs?
#102Earlier quoted context omitted.
> The medical information systems vendors are right up there with health insurance companies in terms of their investment in ensuring patient deaths. Ensuring. With an E. Can you expand on this?
Medical information system vendors only care about making a profit, not implementing actual solutions. The discrepancies between systems can lead to bad information which can cost people their life.
That's basically medical information system vendors.
The fact that the US hasn't pushed open source EMRs through CMS is insane. It's literally the perfect problem for an open solution.
Re: Why are cancer guidelines stuck in PDFs?
#103Earlier quoted context omitted.
How about fixing the format? Something that is obviously broken and resulting in patient deaths should really be considered a top priority. It's either malice or masskve incompetence. If these protocols were open there would definitely be volunteers willing to help fix it.
I think there are more options than malice or incompetence. My theory is difficulty. There’s multiple countries with socialized medicine and no profit motive and it’s still not solved. I think it’s just really complex with high negative consequences from a mistake. It takes lots of investment with good coordination to solve and there’s an “easy workaround” with pdfs that distributes liability to practitioners.
Layering any sort of data standard into that environment (and evolving it in a timely manner!) is nigh impossible without an external impetus forcing action (read: government payer mandate).
Re: Why are cancer guidelines stuck in PDFs?
#104Earlier quoted context omitted.
Medical information system vendors only care about making a profit, not implementing actual solutions. The discrepancies between systems can lead to bad information which can cost people their life.
As an analogy, imagine if the consequence of Oracle doing Oracle-as-usual things was worse medical outcomes. But they did them anyway for profit. That's basically medical information system vendors. The fact that the US hasn't pushed open source EMRs through CMS is insane. It's literally the perfect problem for an open solution.
Re: Why are cancer guidelines stuck in PDFs?
#105Earlier quoted context omitted.
People could potentially properly implement them if they were open and available: "Contact the CAP for more information about licensing and using the CAP electronic Cancer Protocols for cancer reporting at your institution." This stinks of the same gate-keeping that places like NIST and ISO do, charging you for access to their "standards".
For liability reasons alone, you cannot just have random people working on health/lab stuff and the requisite vendors have access to these standards.
Re: Why are cancer guidelines stuck in PDFs?
#106Earlier quoted context omitted.
By smuggling and bias I meant in an ML model. Smuggling was a bit informal, but referring to models overfit on unintended features or artifacts.
but we have well established ways to deal with those... test/validation sets, n-fold validation, etc. Even if there was some overfitting or data contamination that was undetected, the result would most probably still be better than a hand-made decision tree over the same data...
Re: Why are cancer guidelines stuck in PDFs?
#107I’d rather have the pdf than a custom tool. Especially considering the tool will be unique to the practice or emr. And likely expensive to maintain. PDFs suck in many ways but are durable and portable. If I work with two oncologists, I use the same pdf. The author means well but his solution will likely be worse because only he will understand it. And there’s a million edge cases.
I agree. However, since the PDF format supports structured data, one could in principle have it both ways, within a single file.
Re: Why are cancer guidelines stuck in PDFs?
#108Re: Why are cancer guidelines stuck in PDFs?
#109The real question is: why is everything stuck in PDFs, and the more important meta-question is: why don't PDFs support meta-data (they do, somewhat). So much of what we do is essentially machine-to-machine, but trapped in a format designed entirely for human-to-human (also lump in a bit of machine-to-human). Adobe has had literally a third of a century to recognize this need and address it. I don't think they're payi…