Tenet Healthcare · OAuth Scopes

Tenet Healthcare OAuth Scopes

OAuth 2.0 derived

Tenet Healthcare publishes 6 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Tenet Healthcare API on a user’s behalf.

Tokens are issued from https://auth.tenethealth.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.

HealthcareHospitalsAmbulatory Surgery CentersRevenue Cycle ManagementFortune 500
Scopes: 6 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://auth.tenethealth.com/oauth2/authorize
Token URL
https://auth.tenethealth.com/oauth2/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
patient/Appointment.read Read patient appointments authorizationCode
patient/Condition.read Read patient conditions authorizationCode
patient/DocumentReference.read Read document references authorizationCode
patient/MedicationRequest.read Read medication requests authorizationCode
patient/Observation.read Read clinical observations authorizationCode
patient/Patient.read Read patient demographic data authorizationCode

Source

OAuth Scopes

tenet-healthcare-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/tenet-healthcare-fhir-openapi.yml
schemes:
- name: smartOnFhir
  source: openapi/tenet-healthcare-fhir-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.tenethealth.com/oauth2/authorize
    tokenUrl: https://auth.tenethealth.com/oauth2/token
  description: SMART on FHIR OAuth 2.0 authorization
scopes:
- scope: patient/Appointment.read
  description: Read patient appointments
  flows:
  - authorizationCode
  sources:
  - openapi/tenet-healthcare-fhir-openapi.yml
- scope: patient/Condition.read
  description: Read patient conditions
  flows:
  - authorizationCode
  sources:
  - openapi/tenet-healthcare-fhir-openapi.yml
- scope: patient/DocumentReference.read
  description: Read document references
  flows:
  - authorizationCode
  sources:
  - openapi/tenet-healthcare-fhir-openapi.yml
- scope: patient/MedicationRequest.read
  description: Read medication requests
  flows:
  - authorizationCode
  sources:
  - openapi/tenet-healthcare-fhir-openapi.yml
- scope: patient/Observation.read
  description: Read clinical observations
  flows:
  - authorizationCode
  sources:
  - openapi/tenet-healthcare-fhir-openapi.yml
- scope: patient/Patient.read
  description: Read patient demographic data
  flows:
  - authorizationCode
  sources:
  - openapi/tenet-healthcare-fhir-openapi.yml