Columns
| Column | Description | API Field Name |
|---|---|---|
clinic_id | Primary key and clinic unique identifier. | id |
created | The timestamp when the clinic record was created. | |
modified | The timestamp when the clinic record was last modified. | |
is_deleted | Indicates whether the clinic record is deleted. | |
name | The name of the clinic. | name |
client_display_name | The display name of the clinic shown to clients. | client_display_name |
primary_address_id | Unique foreign key to the address table. The identifier of the clinic’s preferred address (1:1 relationship). | primary_address.id |
primary_address_name | The name associated with the primary address. | primary_address.name |
primary_address_address_one | The first line of the primary address (e.g., street address). | primary_address.address_one |
primary_address_address_two | The second line of the primary address (e.g., apartment or suite number). | primary_address.address_two |
primary_address_city | The city of the primary address. | primary_address.city |
primary_address_state | The state of the primary address. | primary_address.state |
primary_address_zipcode | The postal code associated with the primary address. | primary_address.zipcode |
primary_address_country | The country of the primary address. | primary_address.country |
primary_address_county | The county of the primary address. | primary_address.county |
primary_address_phone_number | The phone number associated with the primary address. | primary_address.phone_number |
primary_address | A JSON object containing the full primary address details (name, address_one, address_two, city, state, county, zipcode, country, phone_number, id). | |
phone_number | The primary phone number of the clinic. | phone_number |
website_url | The main website URL of the clinic. | website_url |
group_location_code | The hospital number from the clinic tag, used as a group location code. | group_location_code |
is_pims | Indicates whether the PIMS UI is enabled for the clinic. | is_pims |
email | The primary email address of the clinic. | email |
clinic_timezone | The timezone in which the clinic operates. | clinic_timezone |
clinic_is_hd_launched | Indicates whether the clinic has been launched on the HD platform. | |
hd_launched_at | The timestamp when the clinic was launched on the HD platform. | |
vetcove_buyer_id | The identifier of the Vetcove buyer associated with the clinic. | |
last_updated | The timestamp when the clinic 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. |
SQL Definition
View SQL
View SQL