Recall Types

A recall type defines the different types of patient recalls a practice has set up. If you haven't already read our doc on Patient Recalls, check that out first.

For most EHRs (except Dentrix and Dolphin), recall types will read an interval_unit (like months denoted "M") and interval_num which together specify the amount of time before a patient should return for care. In the example below you can see this recall type has a patient returning after 8 months. Other EHR integrations with interval unit and num are forthcoming.

Recall Types Response

{
  "code": false,
  "description": [
    [
      "Description"
    ]
  ],
  "error": [
    [
      "Error"
    ]
  ],
  "data": [
    {
      "id": 1,
      "name": "PROPHY",
      "description": "A recall description",
      "foreign_id": "1",
      "foreign_id_type": "msg-mdland-Institution-3",
      "interval_num": 8,
      "interval_unit": "M",
      "location_id": 1,
      "created_at": "2019-09-13T15:11:282Z",
      "updated_at": "2019-09-13T15:11:282Z"
    }
  ],
  "count": 2
}