Running Claim UI/Conversion APIs Locally

You can run our Claim/Payment UI and EDI conversion API locally on your laptop or server using Docker.

Please follow the instructions below to install the product:

  • Install Docker engine
  • Download this docker-compose file and save it locally, preferably to the folder named “clinsight”
  • Create a folder for the Mongo DB volume; it must be named “mongo_data”, e.g., mkdir mongo_data. If you want to use a different location, update the docker-compose.yaml
  • Navigate to the folder where you saved the file
  • If you previously installed our products, run docker compose rm
  • Run docker compose pull
  • Run docker compose up -d

The last command will start two docker containers, one for the UI/API backend and another one for the Mongo database. If you want to use an existing MongoDB cluster, please see the MongoDB configuration guide

For more details, please see the documentation.

You can access the application using the following links:

Once the app runs, navigate to the “Loaded Files” page and upload your 835 and 837 files.

License Key

You will need a license file to upload files or use the EDI conversion API.

You can request your trial license key by submitting this form:

To install the license go to the UI, click on the “Settings” icon and then the “License” button.

You can also copy the license file to the etc subdirectory of the docker-compose project. In this case, ensure the file is named edi-license.bin.

Other helpful commands:

  • Shut down all containers: docker compose down
  • View logs: docker compose logs --no-log-prefix -f app