Optional
encounterString value with an encounter id, indicating that the app was launched in the context of FHIR Encounter 123.
Optional
expires_Lifetime in seconds of the access token, after which the token SHALL NOT be accepted by the resource server
Optional
id_Authenticated user identity and user details, if requested
Optional
need_Boolean value indicating whether the app was launched in a UX context where a patient banner is required (when true) or not required (when false). An app receiving a value of false should not take up screen real estate displaying a patient banner.
Optional
patientString value with a patient id, indicating that the app was launched in the context of FHIR Patient 123. If the app has any patient-level scopes, they will be scoped to Patient 123.
Optional
refresh_Token that can be used to obtain a new access token, using the same or a subset of the original authorization grants. If present, the app should discard any previous refresh_token associated with this launch and replace it with this new value.
Scope of access authorized. Note that this can be different from the scopes requested by the app.
Optional
smart_String URL where the EHR’s style parameters can be retrieved (for apps that support styling)
Generated using TypeDoc
The shape of the response of the token endpoint.