codeforamerica / vocatus

An automated advocate for patient rights
Apache License 2.0
13 stars 4 forks source link

Provider -> fax numbers? #3

Open eraye1 opened 9 years ago

eraye1 commented 9 years ago

Is there a list of this that is being worked on?

unclenate commented 9 years ago

We have had a couple folks willing to provide what they have from NPI-based data, but I have yet to hear or see anything... Is this soemthign you're willing/able to spearhead?

RebeccaCoelius commented 9 years ago

@ftrotter has a good existing mockup using his existing API: http://vocatus.ft1.us/
Another suggestion he had was https://www.bloomapi.com/

Or Noga of Picnic Health mentioned we could use her data. They basically started with the NPI list and have been making it better with each records request.

untoldone commented 9 years ago

I might consider a non-NPI based approach (or not wholy rely on NPI). While the NPI is a starting point to bootstrap such a database, you'll find the quality is pretty low.

If no one has manually collected fax numbers (e.g. Noga + Picnic Health), I have a number of different datasources in www.bloomapi.com that have fax numbers and I could give a quick tool that returns the 'most accurate' fax number from 4 different datasources.

A handful of issues with just the NPI:

On Sun, May 31, 2015 at 3:57 PM, Rebecca Coelius notifications@github.com wrote:

@ftrotter https://github.com/ftrotter has a good existing mockup using his existing API: http://vocatus.ft1.us/

Another suggestion he had was https://www.bloomapi.com/

Or Noga of Picnic Health mentioned we could use her data. They basically started with the NPI list and have been making it better with each records request.

— Reply to this email directly or view it on GitHub https://github.com/codeforamerica/vocatus/issues/3#issuecomment-107255260 .

loranstefani commented 9 years ago

You could use Physician Compare to see some physicians' Group PAC ID, then someone with access to PECOS (not yet open despite standing FOIA request from August 14) could match that to the Group NPI to prioritize higher probability of accurate fax numbers. It has been our experience that groups tend to have more static/better maintained NPPES data than individual physicians.

untoldone commented 9 years ago

@loranstefani Do you know anyone that's had luck getting access to PECOS beyond the PECOS Ordering/ Referring data?

You can also use the claims based CCNs + other public data using CCNs in Physician Compare and map that to NPIs through a few different techniques with relatively high matching rates if your goal is to get facility NPIs tied to providers.

There's also pretty sparse but decent fax data in the Provider of Service PUF (CCN keyed) ... but my experience has been this isn't nearly enough as frequently the fax number for a facility is not the same as the fax for records release.

loranstefani commented 9 years ago

Nope; my FOIA request for it is still pending and I dont know of anyone else that's requested it. Know who I should bug to get it pushed through? :D

We've matched CCN/NPI from Physician Compare/NPPES for hospital-physician affiliations, but rely on name/address fuzzy matching to build out affiliations between individuals and practices/groups. Not perfect, but may get you a more current fax number than the one listed for an individual.

Our product (billianshealthdata.com) does verify a large sample of phone numbers for larger groups/practices, but not fax numbers. I see how they're needed for this campaign, but loathe that they are even relevant in 2015 at all.

untoldone commented 9 years ago

I've never successfully gotten a FOIA fulfilled faster by pushing on higher up contacts myself (may have at the State level though ;-) )

I've been toying with writing a crawler for fax information -- today I manually lookup fax information/ records release departments to accumulate the data. I would love to connect outside of github -- I've sent you a Linkedin request if you're interested. (sorry for polluting the bug request with this!)