Nerve
EHR

Integrate into Epic

An overview of FHIR (Fast Healthcare Interoperability Resources)

Set up Epic integration

Follow these steps to set up your Epic integration:

1. Create a FHIR on Epic account

At the moment, we are abstracting over the FHIR on Epic APIs. Go to FHIR on Epic and make an account.

2. Create a new application

  1. Navigate to the "Build Apps" tab
  2. Click the "+Create" button
Create new Epic application

3. Configure your application

  1. Enter your application name
  2. For Application Audience, select 'Clinicians or Administrative Users'
  3. Select the APIs you want to use
    We recommend selecting all APIs initially for development purposes. Note that this may take a minute to complete.
Configure Epic application

4. Set up redirect URIs

Add your redirect URIs for both:

  • Development domain (e.g., http://localhost:3000)
  • Production URL
Set up redirect URIs
You do not need to fill out any of these
Set up redirect URIs

5. Complete application setup

  1. Fill out the remaining information
  2. Click "Save & Ready for Production"
Set up redirect URIs

6. Get your Client ID

After setup is complete, locate and copy your Client ID. You'll need this to initialize the integration:

//ADD CODE

On this page