August 2020
We've got some exciting things released this month! *queue the 🎉 please*
In R4, deleting a resource returns a status code of 201. This status code was fixed to be 200.
Ability to connect via SMART on FHIR connection to 1upHealth FHIR server.
Here is a sample request with variables that you need to fill in:
https://auth.1up.health/auth/heart.com/authorize?response_type=code&aud=https://api.1up.health/r4&client_id={client_id}&state=${state}&redirect_uri=${app_redirect_uri}
Added ability for members to revoke access to applications they previously authorized to share their data with. They can view apps they've shared data with, and revoke access to individual apps as needed.
Last modified 2yr ago