Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

Excerpt

Sometimes it is desired to use a SMART on FHIR session on different web pages. This requires saving the FHIR Client's JavaScript state and instantiating a new FHIR Client on the subsequent pageThis sample will show using a FHIR Client in a multi-state architecture.

Saving the FHIR Client's State

After the FHIR Client has completed the authorization flow (after redirect), save the state in the windows session.

...