Bot MD
WhatsApp for Healthcare

How Healthcare Systems Can Integrate with WhatsApp: EMR, HIS, CRM, and Scheduling

A practical guide for hospital IT teams on integrating EMR, HIS, CRM, scheduling, and quality management systems with WhatsApp — APIs, webhooks, security, and deployment patterns.

Team Bot MD

Team Bot MD

Healthcare AI insights

Updated June 8, 20268 min read

Short answer

Hospitals integrate WhatsApp with their existing systems through an AI Agent platform that sits between WhatsApp and the EMR, HIS, CRM, scheduling, and quality management systems.

The integration uses standard healthcare interfaces — FHIR R4, HL7v2, REST APIs, HMAC-signed webhooks — plus, in many cases, named integrations with specific hospital system vendors such as Plato, Hummingbird, BizBox, and Origin.

The result is two-way sync: patient conversations on WhatsApp create EMR records, and EMR changes drive WhatsApp messages.

Why integration matters

WhatsApp without integration is just messaging. WhatsApp with integration is patient engagement:

  • A patient asking for an appointment can be matched against live EMR availability
  • A scheduled appointment writes back to the HIS automatically
  • A monitoring response triggers a workflow in the care team's dashboard
  • A survey response flows into the quality management system
  • A payment is collected before discharge

Without integration, hospitals end up duplicating data, copy-pasting from chat to EMR, or relying on staff to manually reconcile information. The promise of WhatsApp automation depends on it being connected.

WhatsApp healthcare integration: key points

  • WhatsApp Business API access is provided through an approved BSP.
  • The AI Agent platform sits between WhatsApp and hospital systems.
  • Standard interfaces include FHIR R4, HL7v2, REST APIs, and HMAC-signed webhooks.
  • Named partner integrations (Plato, Hummingbird, BizBox, Origin) accelerate time-to-value.
  • Authentication uses HTTP Basic with long-lived tokens.
  • Webhooks fire on appointment / patient status changes.
  • Standardized statuses (SCHEDULED, CONFIRMED, RESCHEDULED, CANCELED, SHOW, NO_SHOW) make integration predictable.
  • Compliance, encryption, and audit are required for production.

Integration components

The WhatsApp Business API

WhatsApp Business API access is provided by an approved BSP. Most healthcare AI Agent platforms either bundle BSP access or partner with a BSP. The BSP handles WhatsApp's technical and policy requirements; the platform handles the healthcare workflows.

The AI Agent platform

This is the layer that runs the patient-facing logic — FAQ Agent, Scheduling Agent, Pre-Admission Agent, etc. It connects to WhatsApp on one side and to your hospital systems on the other.

Hospital system integrations

Most hospitals run a combination of:

  • EMR / HIS — Epic, Cerner, InterSystems, or a custom HIS
  • Named hospital systems — Plato, Hummingbird, BizBox, Origin
  • CRM — Salesforce Health Cloud, HubSpot, custom
  • Quality Management — JCI/HAS reporting systems
  • Payment gateways — for deposits and consultation fees
  • Care team dashboards — for escalations and follow-ups

Integration patterns

Pattern 1: Read-only mirror

The AI Agent platform reads from your system via FHIR / HL7v2. It uses that data for outreach, education, surveys, and reminders — but does not write back. Fast time-to-value, low IT risk.

Best for: hospitals starting with reminders, surveys, or education.

Pattern 2: Two-way sync

The platform reads availability, books appointments, writes intake forms back to the EMR. Most hospitals land here within 90 days. This is the most common pattern.

Best for: appointment booking, pre-admission, and most clinical workflows.

Pattern 3: Deep clinical integration

Real-time slot booking, structured EMR writes, clinical alerting and escalation. Strategic, multi-quarter rollouts — usually for hospitals running the full agent suite.

Best for: hospitals running the full Bot MD agent suite.

Common integration use cases

  • Appointment booking — live availability check + write-back
  • Pre-admission intake — structured form data straight to EMR
  • Patient education — triggered by EMR events (procedure scheduled, discharge, diagnosis)
  • Remote monitoring — symptom check-ins logged to EMR, alerts to care team
  • Survey collection — PROM/PREM/CSAT data flowing to quality management
  • Marketing conversion — campaign attribution from ad click to confirmed appointment
  • Payment — deposit collection before procedures

Authentication

  • HTTP Basic auth with long-lived tokens (90-day minimum if expiry is mandatory)
  • Webhooks signed with HMAC-SHA256 — so your system can verify Bot MD's identity and vice versa
  • Per-tenant credentials — never shared between hospitals
  • SSO via SAML or OIDC for staff portal access

Webhooks

Whenever your system creates, updates, cancels, or marks an appointment, a webhook fires to the AI Agent platform. The platform reconciles the patient record and triggers the appropriate downstream comms (confirmation, reminder, follow-up, recovery monitoring, etc.).

Standardized appointment statuses include:

  • SCHEDULED
  • CONFIRMED
  • RESCHEDULED
  • CANCELED
  • SHOW
  • NO_SHOW

Bot MD's REST API and webhook documentation lives at api.botmd.com.

What patients experience

Integration is invisible to patients. From their perspective:

  • They ask a question and get an answer that's actually accurate
  • They see live appointment slots, not stale ones
  • Their intake data carries through to their visit
  • Their follow-up matches what actually happened in the clinic

Integration is what makes patient engagement feel coordinated rather than scripted.

What hospital IT teams should plan for

Sandbox first

Provision sandbox credentials, run integration tests, validate webhooks, and only then move to production. A good AI Agent platform will provide a clean sandbox tenant.

Data residency

Confirm where patient data is stored. For Asia-Pacific hospitals, regional data residency is usually required. Bot MD supports local cloud (AWS, Google Cloud) and on-prem deployments.

Audit and access

Every API call should be logged. Access should be RBAC-controlled. The platform should support SSO via SAML or OIDC.

Compliance documentation

ISO 27001, ISO 27017, ISO 27018, SOC 2, and local data privacy compliance documentation should be available under NDA.

Change management

When your EMR or scheduling system changes, integration testing should be part of the change process — collaborative between Bot MD and your IT team.

Safety and human handover

Integration also enables clean escalation:

  • A clinical red flag triggers a notification to the care team
  • A failed EMR writeback creates a follow-up task for IT
  • A patient asking for a human creates a conversation in the staff inbox
  • An unresolved billing question routes to the billing team

Every escalation is logged and auditable.

What to look for in a WhatsApp integration partner

| Capability | Why it matters | |---|---| | FHIR R4 support | Modern EMR standard for clinical data | | HL7v2 support | For legacy hospital systems | | REST API | For custom integrations | | HMAC-signed webhooks | Verify identity, prevent tampering | | Named partner integrations | Plato, Hummingbird, BizBox, Origin — fastest deployment | | Standardized statuses | Predictable workflows | | Sandbox tenant | Safe testing environment | | Audit logs | Every API call recorded | | RBAC + SSO | Access governance | | Documentation | Public, current, and clear (see api.botmd.com) | | Compliance | ISO 27001 / 27017 / 27018 / SOC 2 | | Deployment options | Cloud, on-prem, hospital server |

How Bot MD helps with healthcare integration

Bot MD provides a clean REST API documented at api.botmd.com for custom integrations, plus native integrations with Plato, Hummingbird, BizBox, and Origin. Webhooks are HMAC-signed, statuses are standardized, and the API is designed specifically for healthcare workflows.

See our integrations page for the full list of supported hospital systems and our Security & Compliance page for IT compliance documentation.

Example result: Named partner integration in days

For hospitals running Plato, Hummingbird, BizBox, or Origin, integration is days — not months. Custom HIS / EMR integration typically takes 2–6 weeks.

Need help scoping a hospital integration?

Bot MD’s integrations team will walk through your EMR, HIS, scheduling, and CRM stack and map out the fastest path to a live workflow.

See integrations

FAQ

How long does integration take?

Named partner integrations (Plato, Hummingbird, BizBox, Origin) take days. Custom EMR / HIS integrations typically take 2–6 weeks of work.

What if our HIS is custom-built?

Most hospital HIS systems are custom. Bot MD's REST API is designed specifically for this case — your IT team can integrate without vendor lock-in.

Do you support FHIR?

Yes — FHIR R4 endpoints are supported. HL7v2 feeds are also supported for hospitals that still rely on legacy interfaces.

Can we run on-prem?

Yes. Bot MD supports cloud (AWS, Google Cloud, regional), on-prem, and hospital-server deployments.

How is patient data secured?

AES-256 encryption at rest. TLS 1.3 in transit. Per-tenant encryption keys. Annual third-party penetration testing. ISO 27001, 27017, 27018, and SOC 2 certified.

What does maintenance look like?

Bot MD handles platform updates. Integration maintenance — if your EMR changes — is collaborative between Bot MD and your IT team.

What authentication does the API use?

HTTP Basic auth with long-lived tokens (90-day minimum if expiry is mandatory) and HMAC-SHA256 signed webhooks.

Are there standardized appointment statuses?

Yes. The API uses SCHEDULED, CONFIRMED, RESCHEDULED, CANCELED, SHOW, NO_SHOW — so integrations are predictable across vendors.

Is there public API documentation?

Yes — api.botmd.com has the full developer documentation, including endpoints, schemas, mock responses, and integration playbooks.

Does Bot MD provide a sandbox tenant?

Yes. Integration testing happens in a clean sandbox tenant before any production data is involved.

What's the right starting workflow for integration?

For most hospitals, appointment booking and reminders is the right first workflow. It's high-volume, has clear ROI, and exercises the most-used integration patterns.

See it in action

See how Bot MD can automate one of your patient workflows.

Bring us a workflow — patient inquiries, appointment booking, pre-admission, patient education, remote monitoring, surveys, or campaign conversion. We’ll show how Bot MD can automate it safely across chat.

Humans for care. AI for everything else.