FHIR Chat · April 14-15 c'thon - 1upHealth server · CARIN IG for Blue Button®

Stream: CARIN IG for Blue Button®

Topic: April 14-15 c'thon - 1upHealth server


view this post on Zulip Michele Mottini (Apr 14 2021 at 18:19):

I can connect but it does not appear to support launch/patient: the token response does not contain the patient id:

When :  4/14/2021 2:17:26 PM -04:00
Request :  POST https://auth.1uphealthdev.com/oauth2/token
 Request headers
Request :  grant_type=authorization_code&redirect_uri=https%3A%2F%2Fmyfhr.careevolution.com%2Fcfhrprovideraccounts%2Fredirecttarget&code=7c73667559c1f947b2d9d8318d6a4d756c52e655&client_id=2ce69c7993f1df7944cabe1878f3d5db&client_secret=38f5822df53446388c5d5fd71acc0db8
Response status code :  200
 Response headers
Response :
{
    "access_token": "0264af3aa4a8a1137e9be84a78e5f002c9b7abac",
    "token_type": "Bearer",
    "expires_in": 7199,
    "refresh_token": "bafa5dac2b894137815b575173c0083440943b73",
    "scope": "patient/*.read launch/patient patient=undefined"
}

view this post on Zulip Kyle Brew (Apr 14 2021 at 19:43):

@Michele Mottini - can you send the full authorize URL you were using to get the code?

view this post on Zulip Michele Mottini (Apr 14 2021 at 20:02):

Here it is: https://auth.1uphealthdev.com/auth/app/authorize?response_type=code&state=oauth-redirect%7CMyFHR-QA%7Cb6f4b67f40ff48cdb087d744cde1d267&client_id=2ce69c7993f1df7944cabe1878f3d5db&redirect_uri=https%3A%2F%2Fmyfhr.careevolution.com%2Fcfhrprovideraccounts%2Fredirecttarget&aud=https%3A%2F%2Fapi.1uphealthdev.com%2Fr4&scope=patient%2F*.read%20launch%2Fpatient

view this post on Zulip Kyle Brew (Apr 14 2021 at 21:29):

@Michele Mottini - Your URL should be

https://authv2.1uphealthdev.com/oauth2/authorize/1uptest?state=oauth-redirect%7CMyFHR-QA%7Cb6f4b67f40ff48cdb087d744cde1d267&client_id=2ce69c7993f1df7944cabe1878f3d5db&redirect_uri=https%3A%2F%2Fmyfhr.careevolution.com%2Fcfhrprovideraccounts%2Fredirecttarget&scope=patient%2F*.read%20launch%2Fpatient

info here - https://1up.health/docs/start/cms-patient-access-rule-for-developers/connectathon-testing

Our metadata statement hasn't been updated if that's what you were going based off of

view this post on Zulip Michele Mottini (Apr 14 2021 at 21:38):

Our metadata statement hasn't been updated if that's what you were going based off of

Yes, that's what we are using - as per SMART specs


Last updated: Apr 12 2022 at 19:14 UTC