Dashboard

SMA Endpoint Directory

Track which state Medicaid agencies have implemented FHIR-based patient access and provider directory APIs.

Overview

The SMA Endpoint Directory API provides access to the CMS State Medicaid Agency Endpoint Directory — a dataset that tracks FHIR endpoint implementations across all 50 U.S. states, the District of Columbia, and 5 territories (56 entities total).

Under the CMS Interoperability and Patient Access rule, state Medicaid agencies must implement FHIR-based APIs for patient access to claims, formulary, and provider directory data. This API lets you programmatically check which states have implemented these APIs, what vendors they use, and where the endpoints are.

Use Cases

  • Interoperability monitoring — Track state-by-state Medicaid FHIR implementation progress
  • App development — Discover production FHIR endpoint URLs for Medicaid patient access APIs
  • Vendor analysis — Understand which EHR vendors power state Medicaid FHIR implementations
  • Compliance reporting — Generate reports on CMS mandate compliance across states

Endpoints

MethodPathDescription
GET/v1/sma/statesList all states with implementation status
GET/v1/sma/states/:stateGet full endpoint details for a specific state
GET/v1/sma/statsGet aggregate statistics across all states

Data Source

DatasetSourceUpdate Frequency
SMA Endpoint DirectoryCMS / GitHubMonthly (survey-based)

All data is public domain — no licensing restrictions on use.

Required Scopes

Pages in This Section

  • API Reference — Detailed request/response examples for all 3 endpoints

See Also