Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC
Elation Health website screenshot

Elation Health

Elation Health is a United States clinical-first electronic health record (EHR/EMR) and healthcare technology company, founded in 2010 and headquartered in San Francisco, California, serving independent primary care practices, value-based care organizations, digital health startups, and health-tech partners. Beyond its provider-facing EHR, Elation ships a broad, well-documented public REST API (v2.0) that lets partners read and write clinical and administrative data - patient profiles and demographics, allergies and problems, visit notes, clinical and lab/imaging orders, patient documents, scheduling, billing, insurance and eligibility, messaging, practice and user management, care gaps, and data import - authenticated with OAuth2. The API is documented on a ReadMe developer portal backed by machine-readable OpenAPI definitions, augmented with event subscription webhooks and a Model Context Protocol (MCP) server for agentic access. Elation also operates login-gated HL7 FHIR R4 and SMART-on-FHIR interoperability endpoints for ONC/CMS 21st Century Cures Act information-blocking compliance, exposed to registered applications rather than anonymously. Positioned as an independent challenger to the US EHR duopoly, Elation targets the primary-care and value-based-care segment of the largest, most commercial healthcare-API market.

agent native

Solid contracts, transparent operations, and an easy start — typically complete on four or five facets with one clear soft spot.

Kin Score

API Evangelist profiles Elation Health the way a machine reads it — 22 machine-readable artifacts across 16 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.

Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — Elation Health scores 60.8/100 (strong), with a separate agent-readiness read of 75/100 (agent native). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.

Kin Score

This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance.

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 60.8/100 · strong
Contract Quality 15.1 / 25
Developer Ergonomics 14.8 / 20
Commercial Clarity 10.5 / 20
Operational Transparency 5.8 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Regulatory · Health 13.1 / 15
Agent readiness — 75/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3

How we profile Elation Health

Each block below is one kind of artifact we hold for Elation Health. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.

APIs 16

Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.

Individual APIs this provider publishes, each with its own machine-readable definition.

Elation OAuth API

OAuth2 token endpoint for the Elation API v2.0. Partners exchange client credentials (and legacy password grant) for a bearer access token, optionally scoped with apiv2, act_as_...

Elation Patient Profile API

Read and write patient demographic and clinical profile data - patients, allergies, problems, medications, vitals, and related clinical records - via the Elation API v2.0.

Elation Visit Notes API

Create, retrieve, and manage clinical visit notes and their documentation, including note signing, via the Elation API v2.0.

Elation Patient Document API

Manage patient documents and document-based clinical data - the largest surface of the Elation API v2.0 - including uploads, retrieval, tagging, and document workflows.

Elation Orders API

Create and manage clinical orders - laboratory, imaging, and other diagnostic orders, plus related order workflows - via the Elation API v2.0.

Elation Scheduling API

Manage appointments, appointment types, and provider schedules for a practice via the Elation API v2.0.

Elation Billing API

Manage billing data - bills, billing codes, and outstanding balances - for a practice via the Elation API v2.0.

Elation Insurance API

Manage insurance companies and insurance plans, and related payer reference data, via the Elation API v2.0.

Elation Patient Insurance API (Premium) & Eligibility

Premium patient insurance API for managing patient policies, insurance card images, and running insurance eligibility checks and full eligibility reports via the Elation API v2.0.

Elation Practice API

Manage practice-level entities - practices, physicians/providers, service locations, and related organizational data - via the Elation API v2.0.

Elation User Management API

Manage application users and their access within a practice via the Elation API v2.0.

Elation Messaging API

Manage message threads and thread members for provider and patient messaging workflows via the Elation API v2.0.

Elation Event Subscription API

Subscribe to and manage webhook event subscriptions and published events, enabling near-real-time notifications on clinical and administrative changes via the Elation API v2.0.

Elation Reference Data API

Retrieve shared reference and lookup data used across the Elation platform via the Elation API v2.0.

Elation Care Gaps API

Retrieve care gap definitions and quality-program care-gap data for value-based care workflows. Served from a dedicated care-gaps service host.

Elation Import API

Interact with data imports into a practice - submitting and managing bulk clinical and administrative data imports - via the Elation Import API.

Scroll within the panel for all 16 ·

MCP Servers 1

Model Context Protocol servers expose these APIs directly to AI agents. We profile them because agent-native access is the fastest-growing way this provider's capabilities actually get used.

Model Context Protocol servers that expose these APIs to AI agents.

Event Specifications 1

Not every API is request/response. AsyncAPI describes the event-driven and streaming side — the webhooks and channels — so the asynchronous half of the interface is documented the same way the synchronous half is.

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Elation Health Authentication

http/oauth2 · 4 schemes

SECURITY

Elation Health Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Scopes 1

OAuth scopes are the vocabulary of least-privilege access. Profiling them shows exactly what an integration — or an agent acting on a user's behalf — is allowed to do.

OAuth scopes governing access to this provider's APIs.

Elation Health Scopes

5 scopes · clientCredentials/password

5 scopes

SCOPES

Agentic Access 1

An x-agentic-access contract marks which operations are safe for an agent to run on its own and which need a human in the loop. It is the difference between an API an agent can use and one it can use safely.

Recommended x-agentic-access execution contracts for AI agents.

Elation Health Agentic Access

846 operations · 455 acting

846 operations · 455 acting

AGENTIC

Resources

Every other property we hold for Elation Health — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.

Documentation 2

Reference material describing how the API behaves

Build 3

SDKs, sample code, and the tooling you integrate with

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

← All providers · Data indexed from github.com/api-evangelist/elation-health · machine-readable index on apis.io