Columns
| Column | Description | API Field Name |
|---|---|---|
care_plan_id | Foreign key to the care_plan table. The identifier of the care plan. | 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 |
price | The plan price in dollars for this care plan at this clinic, based on the clinic’s assigned care pricing group. Null if no pricing exists for this clinic’s pricing group. Snowflake displays dollars, API returns cents. | price |
enrollment_fee | The enrollment fee in dollars for this care plan at this clinic, based on the clinic’s assigned care pricing group. Null if no pricing exists for this clinic’s pricing group. Snowflake displays dollars, API returns cents. | enrollment_fee |
clinic_id | Foreign key to the clinic table. The identifier of the clinic for which the pricing applies. | |
last_updated | The timestamp when the record was last updated across all joined tables. This is the most recent timestamp from all related tables. | |
vetcove_corporate_id | The identifier of the corporate group associated with the care plan. |
Relationships
SQL Definition
View SQL
View SQL