EMIS Health · OAuth Scopes

EMIS Health OAuth Scopes

OAuth 2.0 searched

EMIS Health 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 EMIS Health API on a user’s behalf.

Tokens are issued from https://identity.stg.emis-x.uk/b205162c-c95a-4639-8076-bb1fcb152d2b/b2c_1a_clientcredentials/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.

HealthcareUnited KingdomEHREMRInteroperabilityHL7FHIRPrimary CareNHSClinical DataElectronic Patient Record
Scopes: 7 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://identity.stg.emis-x.uk/b205162c-c95a-4639-8076-bb1fcb152d2b/b2c_1a_clientcredentials/oauth2/authorize
Token URL
https://identity.stg.emis-x.uk/b205162c-c95a-4639-8076-bb1fcb152d2b/b2c_1a_clientcredentials/oauth2/token
Flows
authorizationCode

Scopes (7)

ScopeDescriptionFlows
papi-appt.read Read Appointments authorizationCode
papi-appt.write Write Appointments authorizationCode
papi-cr.read Read Clinical Record authorizationCode
papi-cr.write Write Clinical Record authorizationCode
papi-subjects.read Read Subjects (patient demographics, matching, sequence) authorizationCode
papi-config.read Read Config (organisation lookup, user details) authorizationCode
papi-searches.read Read Searches (population/clinical searches) authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-24'
method: searched
source: openapi/emis-health-partner-api-openapi.json
docs: https://docs.partner.emis-x.uk/auth/
notes: >-
  Two scope surfaces exist. (1) The OAuth2 authorizationCode flow declared in the
  PAPI OpenAPI enumerates seven papi-* scopes below. (2) The EMIS-X access token
  additionally carries an "authorizations" JWT claim array of ERN-granted
  clinical/agreement scopes (clinical-cr.*, agmt-agmt.read, doc-app.*,
  term-prep.read) documented on the auth page; these govern EMIS-X clinical
  record access and are granted per partner agreement, not requested in the
  OAuth flow. Both are recorded verbatim from the spec and docs.
schemes:
- name: OAuth2CodeEMIS-X-GP-PAPI
  source: openapi/emis-health-partner-api-openapi.json
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://identity.stg.emis-x.uk/b205162c-c95a-4639-8076-bb1fcb152d2b/b2c_1a_clientcredentials/oauth2/authorize
    tokenUrl: https://identity.stg.emis-x.uk/b205162c-c95a-4639-8076-bb1fcb152d2b/b2c_1a_clientcredentials/oauth2/token
scopes:
- scope: papi-appt.read
  description: Read Appointments
  flows: [authorizationCode]
  sources: [openapi/emis-health-partner-api-openapi.json]
- scope: papi-appt.write
  description: Write Appointments
  flows: [authorizationCode]
  sources: [openapi/emis-health-partner-api-openapi.json]
- scope: papi-cr.read
  description: Read Clinical Record
  flows: [authorizationCode]
  sources: [openapi/emis-health-partner-api-openapi.json]
- scope: papi-cr.write
  description: Write Clinical Record
  flows: [authorizationCode]
  sources: [openapi/emis-health-partner-api-openapi.json]
- scope: papi-subjects.read
  description: Read Subjects (patient demographics, matching, sequence)
  flows: [authorizationCode]
  sources: [openapi/emis-health-partner-api-openapi.json]
- scope: papi-config.read
  description: Read Config (organisation lookup, user details)
  flows: [authorizationCode]
  sources: [openapi/emis-health-partner-api-openapi.json]
- scope: papi-searches.read
  description: Read Searches (population/clinical searches)
  flows: [authorizationCode]
  sources: [openapi/emis-health-partner-api-openapi.json]
authorizations_claim_scopes:
- scope: clinical-cr.read
  description: Read the EMIS-X clinical record (authorizations JWT claim)
  source: https://docs.partner.emis-x.uk/auth/
- scope: clinical-cr.write
  description: Write to the EMIS-X clinical record (authorizations JWT claim)
  source: https://docs.partner.emis-x.uk/auth/
- scope: agmt-agmt.read
  description: Read partner agreement context (authorizations JWT claim)
  source: https://docs.partner.emis-x.uk/auth/
- scope: doc-app.addcode
  description: Add a clinical code via a document/app context (authorizations JWT claim)
  source: https://docs.partner.emis-x.uk/auth/
- scope: doc-app.create
  description: Create a document/app record (authorizations JWT claim)
  source: https://docs.partner.emis-x.uk/auth/
- scope: term-prep.read
  description: Read terminology preparation data (authorizations JWT claim)
  source: https://docs.partner.emis-x.uk/auth/