Hey @untoldone ,
I am working on integrating the BloomAPI with one of our applications. I have the secret key and it also has the beta access. What I really need to do is fetch the patient records. We are currently targeting ‘Palo Alto medical Foundation’ and ‘UCSF Medical Center'.
I am able to fetch the NPI numbers using the call :
curl -X GET "https://www.bloomapi.com/api/search/usgov.hhs.npi"
I am also able to get the my chart locations (To get the org_id) using
/serach/bloomapi.epic.mychart_locations?secret=<>
However, I am not able to make the above search by NPI.
please help me in this regard.