HL7 FHIR · OAuth Scopes
HL7 FHIR OAuth Scopes
OAuth 2.0
derived
HL7 FHIR publishes 7 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the HL7 FHIR API on a user’s behalf.
Tokens are issued from https://auth.example.com/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.
ClinicalFHIRHealthcareHL7Interoperability
Scopes: 7
Flows: authorizationCode
Method: derived
OAuth endpoints
Authorization URL
https://auth.example.com/authorize
https://auth.example.com/authorize
Token URL
https://auth.example.com/token
https://auth.example.com/token
Flows
authorizationCode
authorizationCode
Scopes (7)
| Scope | Description | Flows |
|---|---|---|
| launch/patient | Patient context launch | authorizationCode |
| openid | OpenID Connect identity | authorizationCode |
| patient/Condition.read | Read conditions | authorizationCode |
| patient/Encounter.read | Read encounters | authorizationCode |
| patient/MedicationRequest.read | Read medication requests | authorizationCode |
| patient/Observation.read | Read observations | authorizationCode |
| patient/Patient.read | Read patient data | authorizationCode |