Connect an EHR

A FHIR provider is a stored connection to a FHIR server. Register one and every Phenoml product can read and write through it; your app does not need to reimplement each EHR's OAuth flow.

Auth methods

  • client_secret or jwt for SMART backend auth.
  • on_behalf_of for patient or practitioner context.
  • token_passthrough when you already hold a bearer token.

Scopes

Set a role such as read, write, or admin, and Phenoml resolves it to the scope format the EHR expects.

Rotation

Add a new auth configuration, set it active, and remove the old one to rotate credentials without downtime.

See the FHIR reference.

Was this page helpful?

Need exact parameters? Open the API reference.