Server Endpoints

Configure endpoints for the upstream FHIR server and view available SMART endpoints.

Relative path to the FHIR server metadata endpoint (e.g., /metadata).
Relative path to the FHIR server capability statement (e.g., /metadata).
Base path for FHIR resources (e.g., /baseR4).

Available SMART Endpoints
  • Configuration: /oauth2/.well-known/smart-configuration - SMART on FHIR discovery
  • Authorization: /oauth2/authorize - Initiate OAuth2 flow
  • Token: /oauth2/token - Exchange code for token
  • Revoke: /oauth2/revoke - Revoke tokens
  • Introspect: /oauth2/introspect - Verify token status
  • FHIR Proxy: /oauth2/proxy/ - Proxy FHIR requests