You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments