The client_id of the app being launched
Optional
client_Optional
code_The code_challenge used by the app
Optional
code_The code_challenge_method used by the app
Optional
encounterString value with an encounter id, indicating that the app was launched in the context of FHIR Encounter 123.
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.
The scopes requested bu the app
Optional
smart_String URL where the EHR’s style parameters can be retrieved (for apps that support styling)
Optional
userThe selected user ID (if any)
`Patient/123` or `Practitioner/123`
Generated using TypeDoc
The authorization token (for example the one that is represented as
code
parameter in the code flow)