Denticode replaces neither your PMS nor your EHR - it sits in front of them, doing the human-judgement work and feeding the systems of record.
Patient demographics flow in. Procedures, codes, and claims write back. No copy-paste.
Real-time patient demographics, appointments, procedures, and ledger entries. Full read & write.
Workstation-installed bridge syncs schedules and writes procedure codes back to the local Eaglesoft DB.
FHIR endpoint for cloud installs; direct DB connector for self-hosted Open Dental servers.
Curve's official REST API. Bidirectional sync for patients, schedule, and the procedure ledger.
DSO-scale rollout with site-by-site enablement and granular role mapping.
If your system has an API or DB connector, we can sync to it. We staff custom builds for enterprise customers.
Request a connectorSign in with your existing identity provider. SAML for the enterprise crowd. MFA, IP allowlists, and session timeouts on every plan.
Enterprise infrastructure under the hood - the same systems running the largest healthcare workloads in the world.
Build what you need on top of Denticode. Pull notes into your data lake, push templates programmatically, subscribe to claim events.
GET /v1/visits/:id
Authorization: Bearer $token
# returns the finalized note, codes,
# attachments, and audit metadata
# subscribe to claim lifecycle
POST /v1/webhooks
{
"events": ["claim.submitted",
"claim.paid",
"claim.denied"],
"url": "https://you.com/hook"
}
$ denticode templates push \
perio-srp.tmpl --location all
# 12 locations updated · v3.2
# audit log: pushed by admin@…