Patient Journey as seen by the Browser: Difference between revisions

From IDESG Wiki
Jump to navigation Jump to search
Line 29: Line 29:
|-
|-
|Trusted Wallet || code trusted by one or more Trust Authorities to protect user secrets and perhaps to validate user presence.
|Trusted Wallet || code trusted by one or more Trust Authorities to protect user secrets and perhaps to validate user presence.
|-
| Identity Wallet || An application that is under the control and acts on behalf of the key credential holder. aka identity agent. can be a mobile app, browser extension/ plugin etc.
|-
|-
|JAM session || The period of time from when the user clicks on a link in the RP until the UI for the wallet is accepted by the user.
|JAM session || The period of time from when the user clicks on a link in the RP until the UI for the wallet is accepted by the user.

Revision as of 21:58, 1 April 2021

Full Title

How the Patient journey is seen by the user agent (browser) on a user device.

Context

Patient journey, writing a proposal to present to BlinkDev, browser render engine people.

Term Description
User An organic human being operating a computing device, typically a smartphone or laptop.
OIDC OpenID Connect as per [OIDC.Core]
OAuth client Used synonymously with Relying Party (see RP)
IdP Identifier Provideer (may also include attributes or claim of the subject)
OP OpenID Provider (one form of IdP) as per [OIDC.Core]
SIOP Self-Issued OpenID Provider as per [OIDC.Core] section 7.
RP Relying Party, as used in [OIDC.Core] for any website the relies on claims produced by a CP for example an OP.
CP Claims provider, Certificate Provider, Credential Provider, Credential Service Provider, etc.
Identifier Wallet An application that is under the control and acts on behalf of the key credential holder. aka identity agent. can be a mobile app, browser extension/ plugin etc.
Trust Authority A URL endpoint that contains the references that define, inter alia, the operation of the picker and of the wallets
Trusted Wallet code trusted by one or more Trust Authorities to protect user secrets and perhaps to validate user presence.
JAM session The period of time from when the user clicks on a link in the RP until the UI for the wallet is accepted by the user.

Journey

  1. User navigates to Relying Party Web site, for this journey it is a patient viewing a patient portal. The patient portal may receive a cookie from a prior visit
  2. RP displays one or more sign in options for the user (note that the patient view may be determined by the existence of a valid cookie)
  3. The user clicks on one sign in option . At this point there is a fork in the journey based on the cookie.

Fork one: User is apparently new as there is no existing cookie (A registration journey)

  1. Legacy journey would have the user sign into the portal using a local user name and password. That would be an and to the user journey.
  2. User selects to use a federated sign in process. (Note that this process may be a related hospital group or some other federated idp.)
  3. User browser receives an HTTP 302 redirect message and the dip sign in page is displayed.
  4. The user completes a sign in process at the dip (which may have found its cookie on the user browser, or not)
  5. Port of the IdP message to the user is a list of the attributes (claims) tnat will be passed from the dip to the patient portal.
  6. The IdP issues a redirect to the user browser with shows the patient portal home page customized for that users.
  7. The user may need to locate their patient records on the patient portal which may ask the user for additional attributes (claims).

Fork two the user device is recognized by the appearance of a cookie (A return journey)

  1. A cookie is found which represents a current (unexpired) sign in session (ie the user is "signedin"). The user is immediately redirected to the portal patient page.
  2. A cookie is found which is expired or just has the user ID. The user is directed to a sign in Experience.
  3. The user rejects the ID proffered and skips to item 2 on the above, registration journey.
  4. The user continues onto the authentication steps.

Sharing journey.

  1. The patient is at a patient portal and wishes to share data between to physician groups not on the same EHR community.
  2. The patient picks whether to share out or share into the current EHR.

References