CharmHealth · Authentication Profile

Charmhealth Authentication

Authentication

CharmHealth secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and clientCredentials flow(s).

EHREMRFHIRHealthcareHL7Patient EngagementPatientsSMART on FHIRUS Core
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

smartOnFhir oauth2
· flows: authorizationCode, clientCredentials

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/charmhealth-fhir-api-openapi.yml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
schemes:
- name: smartOnFhir
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://ehr2.charmtracker.com/oauth/v2/auth
    tokenUrl: https://ehr2.charmtracker.com/oauth/v2/token
    scopes: 6
  - flow: clientCredentials
    tokenUrl: https://ehr2.charmtracker.com/oauth/v2/token
    scopes: 1
  description: SMART on FHIR authorization with patient/, user/, and system/ scopes.
  sources:
  - openapi/charmhealth-fhir-api-openapi.yml