FHIR Chat · fhir access token · cds hooks

Stream: cds hooks

Topic: fhir access token


view this post on Zulip Kalyani Yerra (Sep 06 2017 at 04:51):

Looks like we have discrepancy in our documentation regarding the access token to access the FHIR resources.

Under Security the access token is described as
The access token is specified in the CDS Service request via the fhirAuthorization request parameter.
{
"fhirAuthorization" : {
"access_token" : "some-opaque-fhir-access-token",
"token_type" : "code",
"expires_in" : 300,
"scope" : "patient/Patient.read patient/Observation.read"
}
}

whereas under the CDSHook request paramters, it is described as oauth.

Which one is correct?


Last updated: Apr 12 2022 at 19:14 UTC