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_secretorjwtfor SMART backend auth.on_behalf_offor patient or practitioner context.token_passthroughwhen 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.