Integrations

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
Browse by categoryLab systemsImaging / PACSPharmacy / e-RxPaymentsCommunicationAccountingIdentityAnalyticsEHR interop
The catalog

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.

4 connectors
  • LabCorp
    Lab systems
  • Quest
    Lab systems
  • Roche
    Lab systems
  • Sysmex
    Lab systems

Imaging / PACS

Connect PACS and DICOM endpoints to push studies into patient records.

4 connectors
  • Philips PACS
    Imaging / PACS
  • GE Centricity
    Imaging / PACS
  • DICOMweb
    Imaging / PACS
  • Orthanc
    Imaging / PACS

Pharmacy / e-Rx

Send e-prescriptions to regional and global pharmacy networks.

4 connectors
  • Surescripts
    Pharmacy / e-Rx
  • NewCrop
    Pharmacy / e-Rx
  • Nahdi
    Pharmacy / e-Rx
  • Aster Pharmacy
    Pharmacy / e-Rx

Payments

Accept cards, wallets, and regional rails at the front desk and online.

6 connectors
  • Stripe
    Payments
  • Adyen
    Payments
  • Checkout.com
    Payments
  • Telr
    Payments
  • Apple Pay
    Payments
  • Google Pay
    Payments

Communication

Drive SMS, WhatsApp, and email through certified providers.

4 connectors
  • Twilio
    Communication
  • WhatsApp Business
    Communication
  • SendGrid
    Communication
  • Postmark
    Communication

Accounting

Sync invoices, payments, and reconciliations with your books.

3 connectors
  • QuickBooks
    Accounting
  • Xero
    Accounting
  • Zoho Books
    Accounting

Identity

Single sign-on across your clinic's existing identity provider.

3 connectors
  • Okta
    Identity
  • Azure AD
    Identity
  • Google Workspace
    Identity

Analytics

Stream event data into the BI tool your team already uses.

3 connectors
  • Looker
    Analytics
  • Metabase
    Analytics
  • Tableau
    Analytics

EHR interop

Exchange data with hospital systems using modern and legacy standards.

4 connectors
  • HL7 v2
    EHR interop
  • FHIR R4
    EHR interop
  • CCD / CDA
    EHR interop
  • DICOM
    EHR interop
Standards

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.

Developer platform

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.

TypeScript SDK@theclinic/sdk
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"],
})
Webhook payloadlab.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..."
}
Not on the list?

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.