Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Need help? Contact us:

 

 

The AthenaHealth adapter is designed to provide a template for getting started with Epic FHIR integrations, including:

  1. Authenticating with the Epic FHIR Server via OAuth2.0 using the OAUTH Library.

  2. Generating FHIR Resources using the FHIR Library.

  3. Performing various interactions against the Epic FHIR Server including create, read, search, and extended $operations.

This component can be customized and adapted according to your workflow needs.

How to use it:

 STEP 1: Login or sign up for Epic On FHIR to access the Testing Sandbox and create a Client App called "Iguana"

Refer to Set up your Epic FHIR Sandbox for the sign up process, creating and client and gathering the authentication details needed for the Epic FHIR Adapter.

 STEP 2: Import the Epic FHIR Adapter component in Iguana

See Create a Component if this is your first time!

 STEP 3: Configure the ClientId and PrivateKey custom fields and click Edit to open the Translator

Enter the ClientId and PrivateKey certificate path.

Using the information provided, the component will run through the authentication workflow and set the Key and KeyExpiry value of the obtained access token automatically.

  • No labels