athenahealth website screenshot

athenahealth

athenahealth is a cloud-based electronic health record (EHR), revenue cycle management, and practice management platform serving ambulatory practices, hospitals, and health systems across the United States. The athenaOne platform spans patient engagement, scheduling, clinical documentation, ordering, e-prescribing, population health, and billing/claims. The athenahealth API surface exposes both a proprietary REST API and a Cures Act-certified FHIR R4 server with US Core / USCDI conformance, FHIR Subscriptions for event-driven webhooks, FHIR Bulk Data ($export) for population-scale data sharing, and CDS Hooks for embedded clinical decision support. The company is privately held by Veritas Capital and Hellman & Friedman following the 2022 take-private acquisition.

5 APIs 0 Features
EHRElectronic Health RecordsHealthcareHL7FHIRInteroperabilityPractice ManagementRevenue Cycle ManagementUSCDICures ActSMART on FHIRCDS HooksCloud EHR

APIs

athenahealth athenaOne REST API

The athenaOne proprietary REST API exposes the complete provider, patient, and biller workflow surface of athenahealth's cloud-based EHR and practice management platform. Resour...

athenahealth FHIR R4 API

The athenahealth FHIR R4 server is certified to the ONC Cures Act Final Rule and serves US Core and USCDI profiles. Preview base URL https://api.preview.platform.athenahealth.co...

athenahealth FHIR Subscriptions API

The athenahealth Event Subscription Platform delivers near real-time healthcare-domain event notifications via FHIR Subscriptions. Conforms to FHIR Subscriptions R5 Backport STU...

athenahealth FHIR Bulk Data Access API

FHIR Bulk Data Access ($export) for athenahealth — Group-level export operation that returns NDJSON files containing FHIR resources for all patients in a specified Group. Implem...

athenahealth CDS Hooks API

CDS Hooks integration for athenaOne — invoke remote clinical decision support services at well-defined points in the EHR workflow (patient-view, order-select, order-sign, appoin...

Collections

GraphQL

Athenahealth GraphQL Schema

This conceptual GraphQL schema models the athenahealth athenaOne REST API and FHIR R4 API surface. The athenaOne platform is a cloud-based EHR, revenue cycle management, and pra...

GRAPHQL

Pricing Plans

Rate Limits

Athena Health Rate Limits

0 limits

RATE LIMITS

FinOps

Event Specifications

athenahealth FHIR Subscriptions Events

Event-driven notifications from the athenahealth Event Subscription Platform. Delivered as FHIR Bundle notifications (R5 Backport) over rest-hook channel with id-only payloads. ...

ASYNCAPI

Semantic Vocabularies

Athena Health Context

23 classes · 2 properties

JSON-LD

API Governance Rules

athenahealth API Rules

8 rules · 4 errors 4 warnings

SPECTRAL

Example Payloads

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🌐
Portal
Portal
🔗
Sandbox
Sandbox
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🔗
Documentation
Documentation
💬
Support
Support
🔗
Marketplace
Marketplace
📰
Blog
Blog
🔗
Source
Source
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
Vocabulary
Vocabulary
🔗
Spectral
Spectral
🔗
Samples
Samples
🔗
Samples
Samples
🔗
Samples
Samples
🔧
Tools
Tools
📦
SDKs
SDKs

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: athenahealth FHIR Subscriptions API
  version: 1.0.0
request:
  auth:
    type: oauth2
    flow: client_credentials
    accessTokenUrl: https://api.platform.athenahealth.com/oauth2/v1/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Subscription
    type: folder
  items:
  - info:
      name: Search Subscriptions
      type: http
    http:
      method: GET
      url: https://api.platform.athenahealth.com/fhir/r4/Subscription
    docs: Search Subscriptions
  - info:
      name: Create Subscription
      type: http
    http:
      method: POST
      url: https://api.platform.athenahealth.com/fhir/r4/Subscription
      body:
        type: json
        data: '{}'
    docs: Create Subscription
  - info:
      name: Read Subscription
      type: http
    http:
      method: GET
      url: https://api.platform.athenahealth.com/fhir/r4/Subscription/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Read Subscription
  - info:
      name: Delete Subscription
      type: http
    http:
      method: DELETE
      url: https://api.platform.athenahealth.com/fhir/r4/Subscription/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Delete Subscription
  - info:
      name: Get Subscription Status
      type: http
    http:
      method: GET
      url: https://api.platform.athenahealth.com/fhir/r4/Subscription/:id/$status
      params:
      - name: id
        value: ''
        type: path
    docs: Get Subscription Status
bundled: true