> ## Documentation Index
> Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
> Use this file to discover all available pages before exploring further.

# The Lab Vendor Patient Site Object

```json theme={null}
{
		"id": 67193930132,
		"name": "Advanced Home Care",
		"phone": "4233787330",
		"fax": null,
		"practice_created": null,
		"vendor": {
				"id": 67186393334,
				"name": "Advanced Home Care",
				"display_name": "Advanced Home Care"
		},
		"address": "105 Jack White Dr",
		"suite": "",
		"city": "Kingsport",
		"state": "TN",
		"zip": "37644",
		"created_date": "2017-01-26T21:55:40Z",
		"deleted_date": null
}
```

| Attribute         | Type     | Allowed Values |
| :---------------- | :------- | :------------- |
| vendor            | object   |                |
| name              | string   |                |
| address           | string   |                |
| suite             | string   | string, null   |
| city              | string   |                |
| state             | string   |                |
| zip               | string   |                |
| phone             | string   | string, null   |
| fax               | string   |                |
| id                | integer  |                |
| created\_date     | datetime |                |
| deleted\_date     | datetime |                |
| practice\_created | integer  | integer, null  |
