đ˛ Build a SMART on FHIR app on top of the Epic Orchard or Epic App Store.
đ Access a wide range of FHIR resources through Epic's EMRs.
đ§ Create a new app in the Epic App Store, specifying the desired resources and OAuth specifications.
đą Building an application on EPIC Orchard using the SMART on FHIR framework.
đģ Preparing the application for production and using a non-production client ID.
đ§ Exploring the structure and logic of the application.
đ Generating the authorized link is a crucial step in building applications on EPIC Orchard.
đ OAuth endpoints, including the authorized and token endpoints, are used for authentication.
đ The redirect URI and scope are important parameters for requesting and allowing specific actions in the app.
⨠Building Applications on EPIC Orchard using SMART on FHIR.
đ The sign-in button calls the authorized link function and takes us to the desired domain.
đ The video demonstrates filling in test username and password and using sandbox test data.
đ The app uses an access code, which is a JWT, to grant access to specific subjects and their related information.
đ The app checks if an access token is present and retrieves a new access token through a post request to the token parameter.
đ§ The app follows the OAuth process by redirecting to authorize and then requesting a new access token.
đ The video explains how to obtain an access token to make requests to the patient resource in SMART on FHIR.
đ The presenter demonstrates the flow of the application, showing the process of signing in and the requests being made.
âšī¸ To better understand the implementation, it is recommended to review the code and network calls.
đ The SMART app launch framework provides documentation on building applications on EPIC Orchard.
đĄ OAuth supported client libraries can be used to automate the process of setting parameters.
â Any questions can be asked in the comments or through email.