Columns
| Column | Description | API Field Name |
|---|---|---|
patient_standard_care_reminder_id | Primary key and patient standard care reminder unique identifier. | id |
created | The timestamp when the standard care reminder record was created. | |
modified | The timestamp when the standard care reminder record was last modified. | |
is_deleted | Indicates whether the standard care reminder record is deleted. | |
is_declined | Indicates whether the standard care reminder has been declined. | |
status | The current status of the reminder (e.g., ACTIVE, INACTIVE, NOT_MEDICALLY_NECESSARY, DECLINED). | status |
organization_patient_id | Global identifier that represents a unique patient across all clinics in the system (from patient table). | organization_patient_id |
organization_client_id | Global identifier that represents a unique client across all clinics in the system. | organization_client_id |
clinic_id | Foreign key to the clinic & clinic_enriched table. The identifier of the clinic associated with the reminder. | clinic_id |
patient_standard_care_id | Foreign key to the patient_standard_care table. The identifier of the patient standard care association. | patient_standard_care_id |
standard_care_reminder_id | Foreign key to the standard_care_reminder table. The identifier of the standard care reminder definition. | standard_care_reminder_id |
kind | The type of care reminder. Always ‘STANDARD’ for standard care reminders. | kind |
standard_care_reminder_name | The name of the standard care reminder (from the linked standard_care_reminder table). | name |
last_fulfilled_date | The date the reminder was last fulfilled. | last_fulfilled_date |
due_date | The due date of the reminder. Uses the manually set due date if available, otherwise the automatic due date. | due_date |
is_past_due | Indicates whether the reminder is past due (due date is before the current date). | is_past_due |
last_updated | The timestamp when the standard care reminder record was last updated in the source table. This is the most recent timestamp from all related tables. | |
vetcove_corporate_id | The unique identifier of the corporate group associated with this record. |
Relationships
- Clinic via
clinic_id
SQL Definition
View SQL
View SQL