Live data from Hacker News

Health insurers just published close to a trillion hospital prices

dolthub.com

71–80 of 549 posts

Re: Health insurers just published close to a trillion hospital prices

#71
post #70

I'm author of Hacking Healthcare for O'Reilly, 20 year health system executive, blah, blah. It's very easy for people to forget the scale of the US "health system", we are talking 1/5, maybe more, of the entire US economy. If US healthcare spending were a country, it would have the third largest GDP in the world. Accidents of history and the massive federal beauracracy created the crazy monster of ICD/CPT codes that…

Do you consider the amount that the US spends per capita on healthcare relative to other countries for the same standard of care a "failure" of the healthcare industry? Or is there some other reason healthcare "just costs more" here?

Also wondering what you think a solution is - single-payer for better and simpler price negotiations, or some other approach?

My main concern is if we're spending 20% of GDP on something other countries accomplish with 10%, then that's a huge waste, especially in a country with a larger total GDP pool.

Re: Health insurers just published close to a trillion hospital prices

#72
post #7

Earlier quoted context omitted.

The article mentioned CSV files, it seems more like a reflection of what a huge bureaucracy the US healthcare system is. I liked their suggestion that the government should have created the database as part of the law, done the processing on the raw data, and made it more accessible.

In their defense, if it was anything but CSV files, they would be accused of making it too complicated/locking into proprietary formats and so on. I can't say CSV would be my first choice, but I don't really want to think what the alternative would be.

NDJSON? Sqlite?

Re: Health insurers just published close to a trillion hospital prices

#73
post #7

Anyone else get the feeling this is malicious compliance on behalf of the insurance companies? "Oh, they're going to force us to publish our prices are they? Well we'll publish so much data it'll take a herculean effort to make it readable to anyone that doesn't work in data engineering"

The article mentioned CSV files, it seems more like a reflection of what a huge bureaucracy the US healthcare system is. I liked their suggestion that the government should have created the database as part of the law, done the processing on the raw data, and made it more accessible.

No post body was provided.

Re: Health insurers just published close to a trillion hospital prices

#74
post #32

I'm the author. A question I have is: how did so many prices ever get negotiated in the first place? What kind of systems are in place to do this kind of micro-negotiation?

My understanding (not an expert by any means) is that we basically have two tiers of negotiation - the fed. govt. has way more leverage but also some amount of corruption that goes into pricing, then afterwards individual hospitals and "networks" of providers will negotiate with the insurer - sometimes after the procedure has already happened - to figure out the final price.

The end result is that you might end up with an individual doctor having to work with the insurance company for pricing, so the same procedure can cost vastly different amounts at hospitals down the road from each other providing the same level of care. To make it worse we also have laws preventing healthcare providers from providing prices upfront, out of a fear that people will forego necessary care they can't afford.

Edit: seems like this changed 01-01-2021, now we do have some price transparency laws - https://www.cms.gov/hospital-price-transparency

Re: Health insurers just published close to a trillion hospital prices

#75
post #32

I'm the author. A question I have is: how did so many prices ever get negotiated in the first place? What kind of systems are in place to do this kind of micro-negotiation?

Are we sure they negotiated unique prices with each provider? I wouldn't be surprised if they have a dozen of templates that get replicated every time a new entity accept preexisting price sheet. Basically they have dumped a denormalized data set.

Re: Health insurers just published close to a trillion hospital prices

#76

Earlier quoted context omitted.

Judging by the US's price/outcome ratio compared to other developed nations, a little over half[1]. [1] https://www.pgpf.org/blog/2022/07/how-does-the-us-healthcare...

Why that article points out the US spends $12k/capita on healthcare the singles out administrative costs at $1k/capita while ignoring all the other relevant factors is beyond me. They then use the misleading infant mortality stat, ignoring that the US considers vastly more babies viable than any other country, meaning we try to save infants that other countries write off, thus they count against the US when it fails,…

> The US pays about twice per nurse or doctor in the system, and part of that is because the US pays nearly twice for most skilled work.

which is in turn because in the US an average GP comes out of medical school with $200k-300k of student debt that has to have interest serviced and paid off within some 10-20 year timespan. That cost ultimately ends up being borne by the patient and their insurance.

unfortunately the US is very resistant to the idea of education reform in general, very very resistant to student debt relief, and very very very resistant to student debt relief for "high earners" like doctors and lawyers, even when a huge chunk of that earn is going to debt service. But there is a shortage of doctors and we're doing everything in our power to make the path unattractive for new students. And this time the problem isn't even the AMA - the AMA agrees there is a problem and is onboard with expanding the pipeline... it's just not all that attractive a profession anymore when you can make equal/higher compensation (after considering the debt) in software or other fields.

doctors are still extremely well-paid professionals in other countries, but if we tackle the cost of education we can get our numbers down much closer to theirs. conversely if you push salaries too low then servicing $200-300k of student debt won't be realistic and the path becomes even less attractive.

medical care is probably the single most complex political problem in the US because it's basically at the nexus of every single social and political problem we have. doctors are too expensive... because they're trucking around a quarter million of student loan debt from our shitty education system. we spend way too much on end-of-life care and not enough on earlier care... because seniors vote. we have way too much overhead due to the multi-payer insurance system and the market-driven pricing system's overheads... and all those insurance companies are huge lobbyists too. Drug and device costs are out of control... because the US doesn't allow conditioning of regulatory approval on price negotiations, or reimportation from other countries, etc. It's just every single political problem in the US in a single field all at once and every hand is dipping into the till as much as they can get away with, and it's politically infeasible to slap the hands that are necessary to slap to actually get costs reduced.

Re: Health insurers just published close to a trillion hospital prices

#77
post #70

I'm author of Hacking Healthcare for O'Reilly, 20 year health system executive, blah, blah. It's very easy for people to forget the scale of the US "health system", we are talking 1/5, maybe more, of the entire US economy. If US healthcare spending were a country, it would have the third largest GDP in the world. Accidents of history and the massive federal beauracracy created the crazy monster of ICD/CPT codes that…

In your opinion, what would be the lowest hanging fruit that could be changed to have the largest positive impact?

Re: Health insurers just published close to a trillion hospital prices

#78
post #43

I work in data at https://www.carrumhealth.com/ , and I've been parsing this data for weeks. The transparency prices allow us to meaningfully negotiate with providers, and make tangible, incremental progress toward cheaper health care. Providers and existing insurance carriers leverage information asymmetry to control the market otherwise. For context, we bundle the 100's of itemized costs into a single, static bill…

Sounds like an application for ML, to determine which codes frequently coincide per-patient at each provider and then assign those groupings to cross-provider "Treatment XYZ" buckets to enable apples-to-apples comparisons.

Re: Health insurers just published close to a trillion hospital prices

#79
post #43

I work in data at https://www.carrumhealth.com/ , and I've been parsing this data for weeks. The transparency prices allow us to meaningfully negotiate with providers, and make tangible, incremental progress toward cheaper health care. Providers and existing insurance carriers leverage information asymmetry to control the market otherwise. For context, we bundle the 100's of itemized costs into a single, static bill…

Is the data unique or has it been duplicated for multiple formats? In other words is there a CSV file right alongside a Json file and an XML file that contains the exact same data, just in different formats?

Is the data partitioned at all (e.g. by state) so that you can just download the data for California without downloading all the data; loading it into a huge database table; and then querying it (e.g. SELECT * from WHERE state = 'California')?

Post reply on HN