Jason Kulatunga
Jason Kulatunga
Got a response from Qualifacts: - Need to confirm if Fasten Health has received patient consent or direction to access electronic health information from providers using Qualifacts software. - Verification...
``` { "custom_definition": true, "platform_type": "meditech", "should_override_redirect": false, "cors_relay_required": false, "override_redirect": "", "authorization_endpoint": "https://greenfield-prod-apis.meditech.com/oauth/authorize", "token_endpoint": "https://greenfield-prod-apis.meditech.com/oauth/token", "url": "https://greenfield-prod-apis.meditech.com/v1/uscore/R4", "client_id": "xxxx", "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/meditech", "grant_types_supported": [ "authorization_code" ], "response_types_supported": [ "code" ],...
Thanks for the link @mtrmac The solution proposed in that PR is basically what I'm looking for, the ability to customize the HTTP Client. From what I'm reading in your...
Hey @ivmartel Yeah, I was able to throw together a working component based on your examples, thanks for that! > Do you still need an angular component? Honestly, I'm not...
This is something we're looking for.
This would definitely be a great idea once we have some International provider support related #42
that's a fair point.
That's strange, I have some records at Anthem myself, and it has worked for me in the past. I'll take a look at this tomorrow
I've opened a ticket with Anthem (Careevolution is their EHR). I'll update this issue once they have resolved the problem.
Apologies for the lack of updates. This is a known issue, Anthem migrated to a new API platform, which broke my integration. I haven't had much time to figure out...