Columns
| Column | Description | API Field Name |
|---|---|---|
care_plan_id | Primary key and care plan unique identifier. | id |
created | The timestamp when the care plan record was created. | |
modified | The timestamp when the care plan record was last modified. | |
is_deleted | Indicates whether the care plan record is deleted. | |
name | The name of the care plan. | name |
status | The current status of the care plan (e.g., ACTIVE, INACTIVE). | status |
kind | The type of care plan (e.g., CORE, ADD_ON, SERVICE_PACKAGE), indicating whether it is a base plan or an add-on to another plan. | kind |
species | The species this care plan is designed for (e.g., CANINE, FELINE). | species |
min_age_value | The minimum patient age required to enroll in this care plan. | min_age_value |
min_age_unit | The unit of measure for min_age_value (e.g., DAY, WEEK, MONTH, YEAR). | min_age_unit |
max_age_value | The maximum patient age allowed for enrollment in this care plan. | max_age_value |
max_age_unit | The unit of measure for max_age_value (e.g., DAY, WEEK, MONTH, YEAR). | max_age_unit |
default_duration_value | The default duration value for this care plan. | default_duration_value |
default_duration_unit | The unit of measure for default_duration_value (e.g., DAY, WEEK, MONTH, YEAR). | default_duration_unit |
next_plan_id | Foreign key to the care_plan & care_plan_enriched table. The identifier of the next care plan that a patient is automatically transitioned to after this plan ends. | next_plan_id |
last_updated | The timestamp when the care plan record was last updated. This is the most recent timestamp from all related tables. | |
vetcove_corporate_id | The identifier of the corporate group associated with the care plan. |
SQL Definition
View SQL
View SQL