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.
Overview
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.
Example use cases
- Customize document types when inserting patient documents to ensure the files are easily retrievable and classified correctly.
Sample response
{
"code": false,
"description": "Description",
"error": "Error",
"data": [
{
"id": 1,
"name": "Health History and Patient Forms",
"active": true
}
],
"count": 2
}