H

HealthEx FHIR Server

REST discovered

Details
URL
https://api.healthex.io/FHIR/R4
Docs
https://docs.healthex.io/fhir-server
Authentication
Organization API key and secret compound discovered Get key ↗
Authorization: Bearer <credential>

Log in to the HealthEx app with an administrator account, open the Admin tab, then Manage API Keys, click Create New, and save the generated API key and API secret. HealthEx notes the secret is shown only once. The docs say these credentials are used to call POST https://api.healthex.io/v1/auth/token to mint a JWT for API use.

Test patient email and password basic discovered Get credentials ↗
Authorization: Bearer <credential>

Create a test patient through the HealthEx Test Patients workflow using organization admin access. The docs show organization admins creating test patients via the API after first minting an admin token; each created test patient gets an auto-generated email and password, and the password is only returned once. Use that email/password pair with POST https://api.healthex.io/v1/auth/token to obtain a patient JWT for testing, optionally including projectId for MCP project context.