Patient Recalls

A patient recall is a way to encourage patients who need recurring treatment for a particular issue to book their next appointment. Practices can set up different types of recalls that specify different amount of time before a patient should return for care. A well known example would be 6 month check ups with your dentist.

Patient Recalls Response

{
  "code": false,
  "description": [
    [
      "Description"
    ]
  ],
  "error": [
    [
      "Error"
    ]
  ],
  "data": [
    {
      "id": 1,
      "appointment_id": 1,
      "date_due": "2024-01-01",
      "foreign_id": "a1b2c3d4-12xy-34za-56st-09jk87lmn654",
      "foreign_id_type": "msg-dentrix-Institution-3",
      "recall_id": 123987,
      "recall_type": {
                “id”: 123987,
                “name”: “name”,
                “description”: “description”,
                “interval_num”: null,
                “interval_unit”: null
            },
      "patient_id": 54321,
      "created_at": "2023-09-13T15:11:282Z",
      "updated_at": "2023-09-13T15:11:282Z"
    }
  ],
  "count": 1
}