Set up your ECW Sandbox

Set up your ECW Sandbox

eCW offers a testing sandbox to interact and develop against their FHIR Server. If you want to try out the eCW Adapter in Iguana X, you’ll first need to login or signup for an eCW developer account and create an App:

eCW offers a public testing sandbox to build integrations with their FHIR APIs. They also provide various sample patient data to use during development.

Go to eClinicalWorks Connect and login or sign up!

image-20250606-202057.png

 

  1. App Name: IguanaX backend API.

  2. Does your App Support?: Backend.

  3. Select Scopes: Select the scopes that are applicable to your application.

image-20250606-202425.png

 

eCW requires you to set up an endpoint that responds with a JWKS signing public key. See Set up a JWKS Signing Key for an example for how to set this up. The server should respond with the key, formatted like the example below.

image-20250606-202711.png

You will need to provide the link to this endpoint in the final step of the app creation.

eCW must approve your app and whitelist your JWKS endpoint, as well as add sample data to your sandbox.

To start this process, contact eCW support with your app name, and JWKS signing URL.

Copy your Client ID from the Sandbox Configuration Information page of your registered app, as well as the Kid value of your JWKS. These values will be required to use the eCW Adapter.

image-20250606-202249.png

 

eCW also provides documentation on configuring your sandbox environment, which can be found here: eClinicalWorks Connect