Awell and Healthie
What connecting Awell to Healthie's EMR makes possible, and how a care flow automates actions in Healthie through its GraphQL API.
Healthie is an electronic medical record (EMR) system used by digital healthcare providers. It exposes a GraphQL API, which is what a care flow connects to.
Awell holds the process, Healthie holds the record
Connecting the two means a care flow can act in Healthie automatically: onboarding, care pathways and triage create and update records rather than asking someone to do it twice.
Without that connection, a care flow drawn in Miro or Lucidchart and written up in a document stays a document that people follow inconsistently. The alternative, hard-coding the process into an app, makes every change a development cycle.
The connection runs through the API call action
Configure an API call action against Healthie's GraphQL API.
Healthie can also send events back to Awell, so something happening in the EMR advances the care flow. See Automate with events.
Next steps
Next: Set up a GraphQL API call to Healthie, which covers the endpoint, the API key, and where to store both.
Integrate with extensions
Install a prebuilt connector for an EHR, messaging provider or e-signature service, and get custom actions and webhooks without configuring API calls.
Set up a GraphQL API call to Healthie
Configure a GraphQL API call action against Healthie, including which environment to point at and how to handle authentication.