Enabling SMART on FHIR on the Application Server - Integration for Epic - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Essential - Premier - Standard

Integration for Epic

Platform
OnBase
Product
Integration for Epic
Release
Foundation 23.1
License
Essential
Premier
Standard

The following Integration for Epic components or complementary modules require SMART on FHIR in order to launch when using Hyperdrive within an Epic environment:

  • Scan Acquisition Server
  • Front Office Scanning
  • OnBase Web Viewer
  • DeficiencyPop
Note: For more information on configuring SMART on FHIR for DeficiencyPop, see the DeficiencyPop documentation.

If your system environment contains any of these OnBase Integration for Epic components and SMART on FHIR is fully configured, you must also configure your OnBase Application Server to enable SMART on FHIR launches.

Note: For more information on configuring SMART on FHIR for your environment, see the SMART on FHIR documentation.
  1. Locate the web.config file of the OnBase Application Server. The default file location is C:\inetpub\wwwroot\AppServer64.
  2. Open the web.config file in a plain-text editor.
    Note:

    The *.config file should only be edited in a plain-text editor, such as Notepad, or a utility specifically designed to edit XML files. It should not be edited in a binary editor, such as Microsoft Word. Using a binary editor can introduce invalid characters to the file and make it unreadable by the software.

  3. Locate the SMARTonFHIRApplicationID setting within the <appSettings> element.
  4. For the value, enter the Application Unique ID for SMART on FHIR.
    Note:

    The Application Unique ID can be found in OnBase Configuration in the Epic Hyperdrive Settings dialog box under Medical | FHIR | SMART on FHIR. For more information on the settings within the Epic Hyperdrive Settings dialog box, see the SMART on FHIR documentation.

    For example: <add key="SMARTonFHIRApplicationID" value="e443c053-26b2-404e-9f46-c3861244a053"

  5. Save and close the web.config file.
  6. Recycle the application pool for these changes to take effect.