Patient Documents

🚧

Supported Integrations

Forms are currently available for the following integrations: Open Dental, Eaglesoft, Dentrix, Dentrix Ascend, Dentrix Enterprise, Curve, eClinicalWorks, Denticon, and athenahealth.

Our Patient Documents endpoints allow you to write any PDF file into a health record systems document center. Using these endpoints you can share rich information with providers to inform clinical decision making, automatically collect patient forms, and light up dozens of other use cases.

The Document Center

Inside many of the health record systems we integrate with, practices store files in what is called the document center. This is a collection of files associated with a specific patient. To insert a new file into a patients document center, make a Post request as shown here.

Patient Documents Response

{
  "code": false,
  "description": "Description",
  "error": [
    "Error"
  ],
  "data": [
    {
      "id": 18,
      "filename": "patient_document.pdf",
      "type": "application/pdf",
      "url": "/documents/18/download",
      "created_at": "2020-06-05T20:16:57.007Z"
    }
  ],
  "count": 2
}