I'll see if I can incorporate that into my project!
I'd love to see what this map looks like filtered for specific services.
Sure. I did something like that with our insurance data. Did a quick folium visualization. You can start from here:
https://www.dolthub.com/repositories/dolthub/hospital-prices...
A limitation of our dataset is it excludes percentage-based contracts. So those won't show up.
Anyways, if you have the hospital NPI you want, you can look up all of its dollar-amount negotiated rates in this table. You can link that to the `hospital` table, geocode however you want, and make a map of the different rates. Note, however, that the insurance data published here is kind of a mess and, I think, contains many many mistakes (originating in the source data.)
BTW, I'm not sure if this insurance-derived hospital data exists anywhere else. I believe it doesn't.
Along the same lines we're crowdsourcing a database of hospital prices, starting this week. I'm reviewing our first pull request as we speak. You can follow our progress live. The data is here: https://www.dolthub.com/repositories/dolthub/standard-charge...
We talked a little about the problems we're encountering here: https://docs.google.com/document/d/1uMx1sUYwP_uE7ebd3PtGvF0t... and here https://docs.google.com/document/d/1NifwgKHBCeF35ZRZsfpgg4bE...
There should be fine a 1% of annual revenue for every day these companies are in non compliance with prison for the ceo if they are non compliant for over thirty days.
Fine, "you don't know" how much things will cost. We can figure it out for you. No thoughts, head empty, just post and sign every bill you generate as it comes.
At DoltHub, where we build databases like codebases, we're running a data bounty, collecting rates for popular medical procedures for all US hospitals. Then we'll release the data under CC. Find out more here.
When you get an x-ray, you would expect to see 3 claims (again, simplifying).
—— One is the x-ray tech taking the picture. That gets a professional claim with a CPT code and is straightforward.
—- One is the interpretation by a radiologist of the imaging. That is a professional claim with a CPT and a modifier.
—- The last depends on the place of service. If it’s in a hospital, or at an outpatient facility, or at an ASC, then you get a facility claim to go with it.
Next, under what circumstances did the x-ray occur? Was it during an inpatient stay? If so, the payor might pay based on a DRG, which is basically a bundle of all the services that occur during the stay. How do you decide how much of the cost to allocate to the various parts of the x-ray? There are more variations on this.
Next, how are the providers contracted? Are they participating providers? Par vs non-par have different payment rates.
Next, was the service in-network or out-of-network, defined by the patient’s insurance benefits?
Does the patient’s PCP participate in a capitated arrangement (fixed fee to the PCP’s office per month)? If so, what is the allocated cost for the service based on the submitted encounter?
What about fees for network rental? Sorry, this one is esoteric, but it’s another factor.
And so forth and so on. It’s a mess.
Please take a look at the CMS Price Transparency Guide https://github.com/CMSgov/price-transparency-guide and familiarize yourself with the schema. You can also take a look at the federal ruling: https://www.ecfr.gov/current/title-45/subtitle-A/subchapter-...
The metadata you're talking about is specified in the files themselves. I've limited my search to fee-for-service (non-capitated, non-derived, non-bundled) institutional claims.
You can write to me if you have more questions. alec@dolthub.com