Skip to content

Commit

Permalink
GITBOOK-3754: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Rost-is-love authored and gitbook-bot committed Dec 12, 2024
1 parent 19368e2 commit 35353b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitbook/assets/svgviewer-output.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ accept: application/json

## Launch App

SMART Launch Interaction Diagram:

<figure><img src="../../../../.gitbook/assets/svgviewer-output.svg" alt=""><figcaption><p>SMART App Launch Ffow</p></figcaption></figure>

## Standalone launch

In SMART’s standalone launch flow, a user selects an app from outside the EHR (for example, by tapping an app icon on a mobile phone home screen).
Expand All @@ -76,12 +80,12 @@ The application should start launch by performing [authorization code grant flow

## EHR launch

The EHR initiates a “launch sequence” by opening a new browser instance (or `iframe`) pointing to the app’s registered launch URL and passing some context.
The EHR initiates a “launch sequence” by opening a new browser instance (or iframe) pointing to the app’s registered launch URL and passing some context.

### Launch URL structure

```
http://smart-app-launch-endpoint?iss=<fhir-endpoint>&launch=<opaque-identifier>
http://smart-app-launch-endpoint?iss=<fhir-endpoint>&launch=<jwt-identifier>
```

Where:
Expand Down

0 comments on commit 35353b0

Please sign in to comment.