An evidence-backed directory of public API paths, FHIR and HL7 capabilities, partner requirements, sandbox access, documented write operations, and EHR workflows that still end at the user interface.
Each row is a source-linked census of one public integration path. A write-back that is partner-gated, site-specific, not found, or unknown names a remaining screen. It does not mean OpenAdapt ships an agent for that vendor.
Published by OpenAdapt. The live directory is available at ehrintegrationdirectory.com. The GitHub repository homepage uses the same origin.
- Searchable profiles for major EHR and practice-management products
- Operation-specific evidence states instead of platform-wide yes/no claims
- Direct links to official vendor documentation
- Workflow guides for scheduling, demographics, documents, claims, referrals, and work queues
- A machine-readable JSON endpoint at
/api/directory - Sitemap, canonical metadata, robots directives, and Dataset structured data
The directory uses five evidence states: documented, partner-gated,
site-specific, not-found, and unknown.
not-found means that the reviewed public sources did not establish the path.
It does not mean the vendor does not support it.
Requirements: Node.js 22.13 or newer and npm.
npm ci
npm run devCreate a production build with:
npm run buildThe production site is deployed from the main branch with Vercel. Pull
requests receive preview deployments, while a successful merge to main
updates the production deployment. GitHub Actions runs lint, tests, and a
production build before changes are merged.
The canonical production origin is ehrintegrationdirectory.com.
app/- pages, metadata, sitemap, robots, and JSON APIcomponents/- directory interface and UI primitiveslib/ehrs.ts- source-linked directory records and workflow definitionslib/links.ts- canonical origin and OpenAdapt Execute / Partners URLstests/- rendered output and component checks
Corrections and new profiles are welcome. A useful evidence contribution names:
- the exact EHR product and version, when known;
- the exact operation or state change;
- the access context, such as public, partner-gated, or customer-approved; and
- an official source URL that directly supports the claim.
Please do not infer “unsupported” from an absent public document. See
CONTRIBUTING.md for the review standard.
The application code is available under the MIT License. The curated
directory dataset in lib/ehrs.ts is available under
CC BY 4.0. Vendor names and linked documentation remain the
property of their respective owners.