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": "3000-01-01",
      "foreign_id": "1",
      "foreign_id_type": "msg-mdland-Institution-3",
      "recall_id": 1,
      "recall_type": "string",
      "patient_id": 1,
      "created_at": "2019-09-13T15:11:282Z",
      "updated_at": "2019-09-13T15:11:282Z"
    }
  ],
  "count": 2
}