Platform · Connectors

Integration with everything — or make your own.

196 production-grade connectors across EHRs, labs, payers, devices, and interoperability networks — all FHIR-native, HIPAA-compliant, and production-tested. Or build your own connector with the HealthCloud SDK and publish it to the marketplace.

HIPAAFHIR R4HL7 v2/v3

196

Pre-built Connectors

8

Healthcare Categories

99.9%

Uptime SLA

<50ms

Avg Latency

196 Connectors · 8 Categories

Every healthcare system. Connected.

From the nation's largest EHRs to specialty lab networks and wearable devices — every connector is FHIR-native, maintained by the HealthCloud team, and ready to deploy in minutes.

EHR Integrations

31 connectors

  • Epic Hyperspace / Epic on FHIR
  • Cerner PowerChart / Millennium
  • athenahealth athenaClinicals
  • Allscripts TouchWorks EHR
View all EHR Integrations
FHIR APIs

24 connectors

  • Google Cloud Healthcare API
  • Azure Health Data Services
  • AWS HealthLake
  • Smile CDR
View all FHIR APIs
HL7 Interfaces

18 connectors

  • Mirth Connect
  • Rhapsody Integration Engine
  • Infor Cloverleaf Integration Suite
  • Iguana Integration Engine
View all HL7 Interfaces
Lab Systems

28 connectors

  • Quest Diagnostics
  • Labcorp
  • Mayo Clinic Laboratories
  • ARUP Laboratories
View all Lab Systems
Payer APIs

24 connectors

  • UnitedHealth Group / Optum
  • Anthem / Elevance Health
  • Aetna / CVS Health
  • Cigna Healthcare
View all Payer APIs
Pharmacy Systems

26 connectors

  • Surescripts National Network
  • DrFirst Rcopia
  • CoverMyMeds Prior Auth
  • Express Scripts / Evernorth PBM
View all Pharmacy Systems
Device Integrations

26 connectors

  • Dexcom CGM API
  • Abbott FreeStyle Libre API
  • Fitbit Health API
  • Apple HealthKit / Health Records
View all Device Integrations
HIE Connectors

19 connectors

  • CommonWell Health Alliance
  • Carequality Framework
  • eHealth Exchange (Sequoia Project)
  • TEFCA QHIN Network
View all HIE Connectors
Live Network Status

Connector Network Health

Average latency and uptime across all 196 connectors, aggregated from telemetry data. Per-category p50 round-trip from HealthCloud edge nodes.

99.64%

Overall Uptime

101 ms

Avg Latency

Latency is avg ms across sampled connectors per category. Uptime is a 30-day rolling average derived from telemetry data.

Connector SDK

Build your own connector.
Ship it to production in a day.

The HealthCloud Connector SDK gives you a typed framework for auth, schema mapping, event streaming, and FHIR transformation — so you can connect any proprietary system without writing boilerplate.

🔐

Custom Auth

Bring any auth scheme — OAuth 2.0, API Key, mTLS, SAML — with built-in token refresh and credential vault.

🗺

Schema Mapping

Visual field mapper auto-translates proprietary payloads to FHIR R4 resources with terminology normalization.

🚀

Publish to Marketplace

Submit your connector for review and reach 10,000+ healthcare developers building on HealthCloud.

connector.ts
import { ConnectorSDK } from '@healthcloud/connector-sdk';

const connector = new ConnectorSDK({
  name: 'my-lab-connector',
  version: '1.0.0',
  auth: { type: 'oauth2', scopes: ['lab.read', 'lab.write'] },
});

connector.onPatientQuery(async ({ patientId }) => {
  const results = await myLabAPI.getResults(patientId);
  return connector.toFHIR('DiagnosticReport', results);
});

connector.onWebhook('result.ready', async (event) => {
  await connector.emit('observation.created', event.data);
});

export default connector.build();

Supported Authentication

OAuth 2.0

Standard delegated auth with refresh

SMART on FHIR

EHR-launch & patient-context flows

API Key

Simple header-based authentication

mTLS

Mutual TLS for high-assurance endpoints

SAML 2.0

Enterprise federation and SSO

IAM / SigV4

Cloud-native IAM credential signing

Compliance Standards

HIPAASOC 2 Type IIFHIR R4HL7 v2/v321 CFR Part 11TEFCACMS Interoperability

Every connector ships with built-in HIPAA-compliant data handling, end-to-end encryption in transit and at rest, immutable audit logs, and automatic key rotation. Enterprise connectors include mTLS mutual authentication and IP allowlisting.

Start integrating today.

Connect to any EHR, lab, payer, or device in minutes — or build your own connector and ship it to 10,000+ developers.