ChiroTouch is a cloud-based chiropractic EHR and practice management platform used by more than 36,000 providers to run scheduling, AI-assisted SOAP charting, billing, claims, and patient engagement. An unofficial API lets you programmatically pull patients, appointments, SOAP notes, claims, and ledger data—and push updates like new appointments, charting, and claim submissions back into ChiroTouch.

ChiroTouch is a cloud-based EHR and practice management platform built specifically for chiropractic practices, used by more than 36,000 providers. Practices use ChiroTouch to manage scheduling, complete clinical charting and SOAP notes, run billing and claims, process payments, verify insurance eligibility, and engage patients—all from a single cloud system, with AI assistance from the Rheo AI Scribe for documentation.
Core product areas include:
Common data entities:
Chiropractic practices run their entire day inside ChiroTouch, but turning its cloud, portal-driven workflows into API-driven automation is non-trivial:
Supergood reverse-engineers ChiroTouch's authenticated cloud flows to deliver a resilient API layer for your practice—covering scheduling, charting, billing, claims, eligibility, and payments without waiting on a public developer program.
Use ChiroTouch with AI agents: ChiroTouch MCP Server →
Book a 30-minute session to confirm your modules, workflows, and authentication model.
We deliver a production-ready ChiroTouch adapter tailored to your practice configuration and entitlements.
Go live with continuous monitoring and automatic adjustments as ChiroTouch evolves.
Authentication
/authenticateAuthenticate to a ChiroTouch cloud account using username/password and MFA, and obtain a session token for downstream calls.
Patient Operations
/patientsList patients with demographics, insurance plans, and status filters across the practice.
Scheduling
/appointmentsRetrieve appointments and provider schedules with filters for provider, date range, and status.
Scheduling
/create_appointmentBook a new appointment on a provider's calendar with patient, visit type, and time slot.
Charting
/soap_notesPull SOAP notes and encounter documentation, including AI Scribe and macro-generated charting, for a patient.
Billing
/submit_claimSubmit an insurance claim through the CT ProClear clearinghouse and track its scrubbing and ERA status.
- Pull patients, demographics, and insurance plans into a central warehouse - Stream appointment and schedule changes to BI, reminder, and analytics tools - Reconcile patient records across ChiroTouch and other practice systems
- Pull AI Scribe and macro-generated SOAP notes into analytics and reporting tools - Feed encounter and treatment-plan data to downstream EHR and quality systems - Track patient progress and visit history across providers
- Submit claims through CT ProClear and track scrubbing and ERA auto-posting - Run CT Verify eligibility checks before visits and at check-in - Reconcile ledger charges, payments, and statements with accounting systems
- Sync CT Payments card and cash transactions to revenue reporting - Trigger CT Engage reminders and CT InForms intake from external workflows - Surface outstanding balances and intake status to patient portals
Authentication
Username/password and MFA login to the ChiroTouch cloud handled in a managed session
Connectivity
Authenticated cloud application flows reverse-engineered into a stable API surface
Response format
Normalized JSON across patients, appointments, SOAP notes, claims, and ledger objects
Rate limits
Adaptive throttling tuned to your practice account to avoid application-side limits
Session management
Automatic session refresh, MFA replay handling, and credential rotation
Data freshness
Near real-time pulls for scheduling, charting, and billing with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, HIPAA-aligned PHI controls, and audit logging
Webhooks
Event-style callbacks for new appointments, charting updates, claim status, and payment events
Latency
Sub-second reads on cached entities; multi-second writes when posting appointments, notes, and claims
Throughput
Horizontally scaled workers sized to multi-provider practice volume
Reliability
Retry, backoff, and idempotency keys for appointment, charting, and claim transactions
Adaptation
Continuous monitoring of ChiroTouch cloud releases and configuration drift
ChiroTouch does not publish a general-purpose developer API or portal. Supergood works against the authenticated ChiroTouch cloud application to provide a stable, normalized API surface without waiting on a public program.
Yes. Supergood extracts SOAP notes and encounter documentation, including AI Scribe and macro-generated charting, and normalizes them into structured objects you can feed to analytics and downstream EHR tools.
Claims flow through ChiroTouch's CT ProClear clearinghouse powered by TriZetto. Supergood can submit claims, track scrubbing and ERA auto-posting, and reconcile ledger charges, payments, and statements.
Yes. All access runs through an encrypted credential vault with scoped tokens, PHI-aware access controls, audit logging, and HIPAA-aligned handling of patient, clinical, and billing data.
Yes. Supergood surfaces CT Verify eligibility checks so you can confirm coverage from the patient profile, before a visit, or at check-in, and feed results into your own workflows.