...
The SMART on FHIR specification defines how an app can become integrated within the EHR. EHR integration involves the following:
- The app being authorized to be launched from within the EHR.
- Gain context from
- Gain access to data within the EHRregistering with the EHR
- The EHR presenting the app as a link or icon within the EHR that the practitioner can open
- The app receiving a launch request from the EHR containing the location of the EHR FHIR resource server
- The app following the OAuth process for receiving authorization for the EHR FHIR resource server.
- The app querying data from the EHR FHIR resource server.
Most of the tools and sample apps produced by HSPC are SMART on FHIR apps.
...