Skip to content

Commit 4192c8c

Browse files
authored
Clarify the data stored alongside the access token in fhirAuthorization. (#372)
Fixes #318
1 parent cecb7ce commit 4192c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ With CDS Hooks, if the EHR wants to provide the CDS Service direct access to FHI
300300

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

303-
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.
303+
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.
304304

305305
Field | Optionality | Type | Description
306306
----- | ----- | ----- | -----------

0 commit comments

Comments
 (0)