Columns
| Column | Description | API Field Name |
|---|---|---|
patient_one_off_reminder_id | Primary key and patient one-off reminder unique identifier. | id |
created | The timestamp when the custom care reminder record was created. | |
modified | The timestamp when the custom care reminder record was last modified. | |
is_deleted | Indicates whether the custom care reminder record is deleted. | |
status | The current status of the reminder (e.g., ACTIVE, INACTIVE, NOT_MEDICALLY_NECESSARY, DECLINED). | status |
kind | The type of care reminder. Always ‘CUSTOM’ for one-off reminders created directly on a patient. | kind |
name | The name of the custom care reminder, set directly on the reminder. | name |
organization_patient_id | Global identifier that represents a unique patient across all clinics in the system (from patient table). | organization_patient_id |
last_fulfilled_date | The date the reminder was last fulfilled, derived from the fulfilled_at timestamp. | last_fulfilled_date |
due_date | The due date of the reminder. | due_date |
is_past_due | Indicates whether the reminder is past due (due date is before the current date). | is_past_due |
patient_standard_care_id | Foreign key to the patient_standard_care & patient_standard_care_enriched table. The identifier of the patient standard care association. | patient_standard_care_id |
last_updated | The timestamp when the custom care reminder record was last updated in the source table. This is the most recent timestamp from all related tables (patient_one_off_reminder, patient). | |
vetcove_corporate_id | The unique identifier of the corporate group associated with this record. |
SQL Definition
View SQL
View SQL