Links

August 2020

We've got some exciting things released this month! *queue the 🎉 please*

FHIR API Platform

Fix Deleting a resource returns status code 201 instead of 200

In R4, deleting a resource returns a status code of 201. This status code was fixed to be 200.

Patient Authorized API

Feature SMART on FHIR Launch Support 🌟

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}

CMS Rule API

Feature Member Revoke Application Access

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.