Records not yet connected
Follow the steps below to link your medical records via HealthEx.
๐ŸงฌLab Results
๐Ÿ’ŠMedications
๐Ÿ“‹Visit Notes
๐ŸฉบDiagnoses
๐Ÿ“ธImaging Reports
๐ŸฅHospital Records
๐Ÿ’‰Immunizations
๐ŸงชProcedures
๐Ÿ“Allergies
1
Getting Started
Create Your HealthEx Account

HealthEx is the secure medical record platform that Salus AI uses to access your health data. Creating an account is free and takes under two minutes. Your records are encrypted end-to-end and you control exactly what is shared.

๐Ÿ”’ HealthEx is a HIPAA-compliant medical records platform. Salus AI has a signed Business Associate Agreement (BAA) with HealthEx โ€” your health information is protected under federal law.
2
Connect Your Providers
Link Your Medical Providers & Insurers

Inside your HealthEx account, search for your doctors, hospitals, labs, and insurance carriers. HealthEx connects to over 21,000 providers nationwide โ€” including Epic, Cerner, athenahealth, Kaiser, and most major health systems. Once linked, your records sync automatically.

๐Ÿ’ก You can link multiple providers โ€” primary care, specialists, hospitals, and labs. The more records connected, the more complete the picture Salus AI can provide.
3
Authorize Access
Grant Salus AI Access to Your Records

Once your providers are linked in HealthEx, authorize Salus AI to read your health data. You choose exactly what Salus AI can see โ€” and you can revoke access at any time. This one-time authorization activates your Precision Medicine tier.

Developer Implementation Note
HealthEx OAuth 2.0 + PKCE Flow โ€” this button requires a dynamic server-side authorization request.

STEP A โ€” Register Salus AI as OAuth client (one-time):
  POST https://api.healthex.io/oauth/register
  { "client_name": "Salus AI", "redirect_uris": ["https://salusai.health/auth/healthex/callback"],
    "scope": "patient/*.read offline_access" }

STEP B โ€” Backend route /auth/healthex:
  1. Generate code_verifier = base64url(32 random bytes)
  2. code_challenge = base64url(SHA256(code_verifier))
  3. Redirect โ†’ https://api.healthex.io/oauth/authorize?...

STEP C โ€” Callback /auth/healthex/callback:
  Exchange code for tokens, store encrypted (HIPAA).

Docs: https://docs.healthex.io/mcp-server/oauth-flow
๐Ÿ›ก๏ธ Salus AI reads your records to provide personalized guidance. We never sell, share, or use your health data for any purpose other than powering your health coach. Full details in our Privacy Policy.
4
Confirm Connection
Mark Your Records as Connected

Once you have authorized HealthEx and your records are linked, click below to activate the personalized features across Salus AI. This tells Salus AI to use your records when generating recommendations on Health Decisions, Determine Diagnosis, and Manage My Health.

โ„น๏ธ You can also disconnect at any time using the status banner at the top of this page.
๐Ÿ”’ Your Privacy & Security
๐Ÿฅ
HIPAA-compliant. All data handling meets federal health privacy law requirements.
๐Ÿ”
End-to-end encrypted. Your records are encrypted in transit and at rest.
๐Ÿšซ
Never sold. Your health data is never sold, shared, or used for advertising.
โœ‹
You're in control. Revoke access at any time from your HealthEx account.
โ† Return to Precision Medicine