Skip to content

Commit 02f1bbc

Browse files
committed
add link to SMART App v2 scopes spec.
1 parent 9d4db53 commit 02f1bbc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,12 @@ There are three ways to configure the SDK when instantiating a `BlueButton` clas
167167

168168
## Sample Usage: Obtain Access Grant, Probe Scope, and Access Data<a id="usage"></a>
169169

170-
Below are code snippets showing the SDK used with Python server and Flask.
170+
Below are code snippets showing the SDK used with Python server and Flask. This code walks through:
171+
172+
- Obtaining an access token with scope ([SMART App Launch: Scopes](https://build.fhir.org/ig/HL7/smart-app-launch/scopes-and-launch-context.html#scopes-for-requesting-fhir-resources)) chosen by a user
173+
- Passing the token to query for FHIR data
174+
- Using URL links from the response to page through data
175+
- Using the SDK paging support to return all data in one call
171176

172177
```python
173178
from flask import Flask

0 commit comments

Comments
 (0)