Clinical Notes

🚧

Supported integrations

For now, clinical notes are only supported for Dentrix, Dentrix Enterprise, Eaglesoft, and Open Dental.

Overview

Clinical notes document a patient’s visit, including diagnoses, treatments, and observations made by the provider. These notes are critical for tracking patient history, ensuring continuity of care, and supporting clinical decision-making.

Example use cases

  • Retrieve clinical notes to provide a detailed visit history in a patient portal.
  • Use clinical notes to better understand a patient's care situation and create detailed insurance claims.

Sample response

{
  "code": false,
  "description": "Description",
  "error": "Error",
  "data": [
    {
      "id": 113,
      "patient_id": 115,
      "procedure_id": 116,
      "entered_at": "2021-01-01T00:00:00Z",
      "content": "Patient has a fever",
      "signed": true,
      "completed": true
    }
  ],
  "page_info": {
    "has_previous_page": false,
    "has_next_page": false,
    "start_cursor": "AAAAA",
    "end_cursor": "BBBBBB"
  }
}