Enabling SMART on FHIR on the Application Server - DeficiencyPop - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - external - Standard - Premier - Standard - OnBase/DeficiencyPop/Foundation-23.1/DeficiencyPop/Installation/Preparing-the-Servers/Enabling-SMART-on-FHIR-on-the-Application-Server - 2025-04-01

DeficiencyPop

Platform
OnBase
Product
DeficiencyPop
Release
Foundation 23.1
License
Premier
Standard
ft:locale
en-US

If you are using Hyperdrive within an Epic environment 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.

To enable SMART on FHIR application launches:

  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.