Skip to content

Commit

Permalink
Clarify the data stored alongside the access token in fhirAuthorizati…
Browse files Browse the repository at this point in the history
…on. (#372)

Fixes #318
  • Loading branch information
kpshek authored Aug 1, 2018
1 parent cecb7ce commit 4192c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/specification/1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ With CDS Hooks, if the EHR wants to provide the CDS Service direct access to FHI

#### Passing the Access Token to the CDS Service

The access token is specified in the CDS Service request via the OPTIONAL `fhirAuthorization` request parameter. This parameter is an object that contains both the access token as well as other related information. If the EHR chooses not to pass along an access token, the `fhirAuthorization` parameter is omitted.
The access token is specified in the CDS Service request via the OPTIONAL `fhirAuthorization` request parameter. This parameter is an object that contains both the access token as well as other related information as specified below. If the EHR chooses not to pass along an access token, the `fhirAuthorization` parameter is omitted.

Field | Optionality | Type | Description
----- | ----- | ----- | -----------
Expand Down

0 comments on commit 4192c8c

Please sign in to comment.