Replies: 1 comment 6 replies
-
I haven't encountered any files with this format, do you have a link to some examples? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to sift through the In Network files for UHC. It seems that they have broken their json file into ~10 files (there seems to be some variance to this across different json files). List of sub files within each json below.
Besides the three files I have notes by above, the other 7 seem to be a relational structure. It seems as though you can connect In_Network to Provider_References to Negotiated_Rates_Provider_Refe to Negotiated_Rates_Negotiated_Pr to Negotiated_Prices_Service_Code
But this leaves out the two files for Provider_Groups_NPI and Provider_Groups_TIN. While Provider_References contains a column called provider_group_id and ordinal_provider_references, neither of these seem to be able to connect to the TIN and NPI tables (Provider_Group_Id in Provider_References goes up to ~25k, ordinal_provider_groups in either Provider_Groups_TIN or Provider_Groups_NPI goes up to ~60k). Is there a schema laying out how these connect for UHC specifically? Or one laying it out for all providers that gets at these questions I have? After looking under the schema folder it seemed like UHC was somewhat breaking from the variable and file name structures listed in there, but if I've missed something please let me know.
Edit: I guess I should mention I have been using SAS to read data out of the json files with their json functionality.
Edit 2: One note on above that isn't critical to my question, the ALLDATA table that is created from parsing the json seems to be an artifact of SAS's specific technique for doing that, so that piece can be ignored.
Beta Was this translation helpful? Give feedback.
All reactions