Your clinic's stack, stitched together.
An API-first platform with 60+ prebuilt integrations across labs, imaging, pharmacy, payments, and messaging — plus the standards your hospital partners expect.
- 60+ prebuilt
- API-first
- HIPAA
- SOC 2
Prebuilt connectors for the systems clinics already run on.
No middleware vendor. No six-month integration project. Connect in a day and keep the data clean.
Lab systems
Order labs and pull structured results back into the chart, automatically.
- LabCorpLab systems
- QuestLab systems
- RocheLab systems
- SysmexLab systems
Imaging / PACS
Connect PACS and DICOM endpoints to push studies into patient records.
- Philips PACSImaging / PACS
- GE CentricityImaging / PACS
- DICOMwebImaging / PACS
- OrthancImaging / PACS
Pharmacy / e-Rx
Send e-prescriptions to regional and global pharmacy networks.
- SurescriptsPharmacy / e-Rx
- NewCropPharmacy / e-Rx
- NahdiPharmacy / e-Rx
- Aster PharmacyPharmacy / e-Rx
Payments
Accept cards, wallets, and regional rails at the front desk and online.
- StripePayments
- AdyenPayments
- Checkout.comPayments
- TelrPayments
- Apple PayPayments
- Google PayPayments
Communication
Drive SMS, WhatsApp, and email through certified providers.
- TwilioCommunication
- WhatsApp BusinessCommunication
- SendGridCommunication
- PostmarkCommunication
Accounting
Sync invoices, payments, and reconciliations with your books.
- QuickBooksAccounting
- XeroAccounting
- Zoho BooksAccounting
Identity
Single sign-on across your clinic's existing identity provider.
- OktaIdentity
- Azure ADIdentity
- Google WorkspaceIdentity
Analytics
Stream event data into the BI tool your team already uses.
- LookerAnalytics
- MetabaseAnalytics
- TableauAnalytics
EHR interop
Exchange data with hospital systems using modern and legacy standards.
- HL7 v2EHR interop
- FHIR R4EHR interop
- CCD / CDAEHR interop
- DICOMEHR interop
The protocols your hospital partners already speak.
Healthcare interop isn't optional. We ship first-class support for the standards that move clinical data.
- FHIR R4
Full resource coverage for patients, encounters, observations, and more.
- HL7 v2
ADT, ORM, ORU, and DFT message handling with acks and replay.
- DICOM
C-STORE, Q/R, and DICOMweb (WADO-RS, STOW-RS, QIDO-RS).
- SMART on FHIR
Embeddable clinical apps with launch context and scoped access.
- OAuth 2.0
Authorization Code with PKCE, refresh rotation, and fine-grained scopes.
- SAML 2.0
Enterprise SSO with your existing IdP — no user re-provisioning needed.
Build anything we didn't.
A typed API, signed webhooks, OAuth apps, a real sandbox, and SDKs for TypeScript and Python. The whole platform is programmable.
REST API
A typed, predictable REST surface for every resource in the platform. Idempotent writes, cursor pagination, and consistent error envelopes.
Webhooks
Subscribe to 40+ event types with signed payloads, at-least-once delivery, replay, and a dead-letter queue you can inspect.
OAuth apps
Build third-party apps that install into a clinic with scoped permissions, per-app rate limits, and a full audit trail.
Sandbox
A free, isolated clinic environment with seeded data for every new developer account. Reset on demand.
SDKs
First-party TypeScript and Python SDKs with generated types, retries, and pagination helpers baked in.
Docs + reference
Runnable examples, guides for common integrations, and a searchable API reference for every endpoint.
import { Clinic } from "@theclinic/sdk"
const clinic = new Clinic({ apiKey: process.env.CLINIC_API_KEY })
// Book an appointment
const appt = await clinic.appointments.create({
patientId: "pat_01J2...",
providerId: "prv_01J2...",
startsAt: "2026-05-12T10:00:00Z",
reason: "Annual physical",
})
// Subscribe to events
await clinic.webhooks.create({
url: "https://yourapp.com/hooks/clinic",
events: ["appointment.created", "lab.result.ready"],
}){
"id": "evt_01J3X9...",
"type": "lab.result.ready",
"createdAt": "2026-05-12T14:22:08Z",
"clinicId": "cln_01HZ...",
"data": {
"labOrderId": "ord_01J2...",
"patientId": "pat_01J2...",
"panel": "CBC",
"status": "final",
"resultUrl": "https://api.the-clinic.net/v1/labs/..."
},
"signature": "t=1715524928,v1=9f8a..."
}Don't see your system? We'll build it.
Tell us the system, the protocol, and the use case. Most custom connectors ship in 2–4 weeks on an enterprise plan, and land in the public catalog for everyone.
- Scoped in one call
- Shipped in 2–4 weeks
- Added to the public catalog

Ready to try The Clinic
See it run your clinic in 30 minutes.
Book a personalized demo. We'll use your clinic's real workflows — not a generic walkthrough.
No credit card. No slides. 30 minutes.