Clever Care Health Plan · OAuth Scopes

Clever Care Health Plan OAuth Scopes

OAuth 2.0 searched

Clever Care Health Plan publishes 4 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Clever Care Health Plan API on a user’s behalf.

Tokens are issued from https://fhir-portal.clevercarehealthplan.com/oauth2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyHealthcareHealth InsuranceMedicare AdvantageFHIRInteroperabilityPatient AccessProvider DirectoryDrug Formulary
Scopes: 4 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://fhir-portal.clevercarehealthplan.com/oauth2/authorize
Token URL
https://fhir-portal.clevercarehealthplan.com/oauth2/token
Flows
authorizationCodeclientCredentials

Scopes (4)

ScopeDescriptionFlows
launch/patient Launch in patient context authorizationCode
openid OpenID Connect authentication authorizationCode, clientCredentials
patient/*.cruds Patient-scoped access to permitted resources authorizationCode
user/*.cruds User-scoped access to permitted resources authorizationCode, clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/clevercarehealthplan-fhir-openapi.yml
docs: https://fhir.clevercarehealthplan.com/r4/.well-known/smart-configuration
notes: >-
  Scopes confirmed verbatim from the server SMART-on-FHIR discovery document
  (scopes_supported). SMART v2 wildcard scopes; patient/user CRUDS. Patient
  Access resources (Patient, ExplanationOfBenefit, Coverage) require patient/*
  or user/* scope; Provider Directory and Drug Formulary resources are public.
schemes:
- name: smartOnFhir
  source: openapi/clevercarehealthplan-fhir-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://fhir-portal.clevercarehealthplan.com/oauth2/authorize
    tokenUrl: https://fhir-portal.clevercarehealthplan.com/oauth2/token
  - flow: clientCredentials
    tokenUrl: https://fhir-portal.clevercarehealthplan.com/oauth2/token
  description: SMART-on-FHIR OAuth 2.0 (PKCE S256), OpenID Connect enabled.
scopes:
- scope: launch/patient
  description: Launch in patient context
  flows:
  - authorizationCode
  sources:
  - openapi/clevercarehealthplan-fhir-openapi.yml
- scope: openid
  description: OpenID Connect authentication
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/clevercarehealthplan-fhir-openapi.yml
- scope: patient/*.cruds
  description: Patient-scoped access to permitted resources
  flows:
  - authorizationCode
  sources:
  - openapi/clevercarehealthplan-fhir-openapi.yml
- scope: user/*.cruds
  description: User-scoped access to permitted resources
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/clevercarehealthplan-fhir-openapi.yml