Supported integrations
For now, document types are only supported for Athena, Curve, Cloud9, Denticon, Dentrix, Dentrix Ascend, Dentrix Enterprise, Eaglesoft, eClinicalWorks, ModMed, NextGen Office, Open Dental, and Orthotrac.
The document types endpoint provides a list of document categories used in a practice’s health record system. These categories help organize and classify documents, such as patient consent forms, treatment plans, X-rays, and insurance claims.
Document types response
{
"code": false,
"description": "Description",
"error": "Error",
"data": [
{
"id": 1,
"name": "Health History and Patient Forms",
"active": true
}
],
"count": 2
}