NextGen Healthcare OAuth Scopes
NextGen Healthcare publishes 12 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 NextGen Healthcare API on a user’s behalf.
Tokens are issued from https://fhir.nextgen.com/nge/prod/patient-oauth/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.
OAuth endpoints
https://fhir.nextgen.com/nge/prod/patient-oauth/authorize https://idp-prod.prod.ngo.nextgenaws.net/auth/realms/nextgen/protocol/openid-connect/auth
https://fhir.nextgen.com/nge/prod/patient-oauth/token https://idp-prod.prod.ngo.nextgenaws.net/auth/realms/nextgen/protocol/openid-connect/token
authorizationCodeclientCredentials
Scopes (12)
| Scope | Description | Flows |
|---|---|---|
| openid | OpenID Connect authentication scope | |
| offline_access | Request a refresh_token usable while the end-user remains offline | |
| fhirUser | Return the fhirUser claim identifying the authorized user's FHIR resource | |
| launch | SMART EHR launch context | |
| launch/patient | Request a patient-scoped access token (standalone launch) | |
| launch/encounter | Request an encounter-scoped access token | |
| patient/*.* | Full access to all FHIR resources in the patient compartment (Enterprise) | |
| user/*.* | Full access to all FHIR resources the user can see (Enterprise) | |
| patient/[Resource].rs | SMART v2 granular read+search on a US Core resource in the patient compartment (Office; e.g. patient/Observation.rs) | |
| user/[Resource].rs | SMART v2 granular read+search on a US Core resource for the user (Office) | |
| system/[Resource].rs | SMART Backend Services granular read+search on a US Core resource (Office; client_credentials) | |
| patient/Observation.rs?category=laboratory | Category-filtered granular scope (Office advertises vital-signs, laboratory, social-history, survey, imaging, exam, procedure, activity, therapy, functional-status, cognitive-status, disability-status, sdoh variants) |
📄 Provider scope reference: https://fhir.nextgen.com/nge/prod/fhir-api-r4/fhir/r4/.well-known/smart-configurationhttps://fhir.meditouchehr.com/api/fhir/r4/.well-known/smart-configuration
Source
OAuth Scopes
Work with this as data
Every scope set here is available over the APIs.io API and to AI agents over MCP.