MEDITECH · Authentication Profile

Meditech Authentication

Authentication

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

CompanyEHRHealthcareFHIRHL7Interoperability
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

SMART_OAuth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-08-14'
method: derived
source: openapi/meditech-allergy-api-openapi.yml, openapi/meditech-capability-api-openapi.yml,
  openapi/meditech-condition-api-openapi.yml, openapi/meditech-diagnostic-api-openapi.yml, openapi/meditech-encounter-api-openapi.yml,
  openapi/meditech-medication-api-openapi.yml, openapi/meditech-observation-api-openapi.yml,
  openapi/meditech-patient-api-openapi.yml
x-provenance:
  reviewed: '2026-08-14'
  origin: api-evangelist-derived
  note: >-
    Derived from an API Evangelist model of US Core FHIR R4, NOT from MEDITECH-published
    material. The authorizationUrl/tokenUrl below use the `yourhospital` placeholder from that
    model; real SMART on FHIR endpoints are issued per customer facility. For MEDITECH's actual
    live Greenfield sandbox endpoints (verified first-hand, not a placeholder), see
    authentication/meditech-greenfield-oauth.yml -- that file supersedes this one wherever they
    disagree. Do not treat the URLs below as callable.
  reconcile_against: https://greenfield.meditech.com/explorer/authorization
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
schemes:
- name: SMART_OAuth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://yourhospital.meditech.com/oauth/authorize
    tokenUrl: https://yourhospital.meditech.com/oauth/token
    scopes: 5
  description: SMART on FHIR OAuth 2.0 authorization
  sources:
  - openapi/meditech-allergy-api-openapi.yml
  - openapi/meditech-capability-api-openapi.yml
  - openapi/meditech-condition-api-openapi.yml
  - openapi/meditech-diagnostic-api-openapi.yml
  - openapi/meditech-encounter-api-openapi.yml
  - openapi/meditech-medication-api-openapi.yml
  - openapi/meditech-observation-api-openapi.yml
  - openapi/meditech-patient-api-openapi.yml