FHIR Chat · pdex-plan-net-sample-data tool and use · Da Vinci/plan-net-connectathon

Stream: Da Vinci/plan-net-connectathon

Topic: pdex-plan-net-sample-data tool and use


view this post on Zulip Alan Viars (Nov 11 2020 at 16:01):

What parts of the pdex-plan-net-sample-data tool are faking data v/s pulling from CSV? I see the endpoints are generated as expected because plans aren't going to have that info at this juncture. Is there a good way to produce real FHIR data from CSVs using this tool or another?

view this post on Zulip Saul Kravitz (Nov 11 2020 at 16:09):

There are kernels of real data from NPPES and a listing of pharmacies that drive the sample data generation. Anything identifying is then faked.
The product is DEFINITELY not based on a real provider directory. (Contrast with the sample data generation for the Drug Formulary IG that is based on actual QHP formulary data). It does follow the patterns defined in the IG.

view this post on Zulip Alan Viars (Nov 11 2020 at 16:27):

okay so in short this tool cannot be used "as-is" to generate files from real data...this is true even if we replace the NPPES seed files and other files with real data from a payer. Do I understand correectly?

view this post on Zulip Alan Viars (Nov 11 2020 at 16:28):

And for endpoint at least, we would have to add something to pull in real endpoints from CSV.

view this post on Zulip Alan Viars (Nov 11 2020 at 16:30):

What funding source paid for this work? ONC? It would be cool to convince the ONC/CMS to expand on this to handle real data.

view this post on Zulip Alan Viars (Nov 11 2020 at 16:30):

@Saul Kravitz ^^

view this post on Zulip Saul Kravitz (Nov 11 2020 at 16:42):

You could replace the NPPES and Pharmacy data with similarly formatted data, but that wouldn't really make the data that was produced more realistic. For example, the current software doesn't model Practitioner's relationship with their provider organization(s), hospital admitting privileges, Practitioner/organization/location's association with Networks, etc, etc, etc.

Is there a "standard" or standard format for provider data? If we had possessed real provider data we would have built on that, but we didn't, so we built on what we had. The current code base was inspired by a similar, python-based, codebase developed for VhDir by Eric Haas et al.

This software was developed by MITRE with CMS funding.

view this post on Zulip Alan Viars (Nov 12 2020 at 13:19):

@Saul Kravitz Thanks so much for the background and context. We would essentially need to build out CSV formats specific to the other resource Types. Just curious, are you working on this now? Is there ongoing funding?

view this post on Zulip Alan Viars (Nov 12 2020 at 13:24):

Also @Saul Kravitz You might have stumbled upon my provider data project which doesn't build all of these resources since it is relying on NPPES. https://github.com/TransparentHealth/provider-data-tools

view this post on Zulip Alan Viars (Nov 12 2020 at 13:28):

The other related tool is https://github.com/videntity/json-data-tools This handles NDJSON and importing FHIR/JSON/CSV via FHIR, MongoDB, and SFTP. I just used it to load your tools output into my MongoDB-based FHIR server.

view this post on Zulip Alan Viars (Nov 12 2020 at 13:34):

I'm open to any sort of collaboration. The PDT was initially funded by CMS, but now maintained by me. "Duke Margolis Center for Healthcare Policy" indirectly funded some work on it more recently.


Last updated: Apr 12 2022 at 19:14 UTC