> ## 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 Imaging Center Object

```json theme={null}
{
  "address_line1": "123 Elation St",
  "address_line2": "Suite 4",
  "city": "San Francisco",
  "company_name": "Test Ancillary Company",
  "company": 140755855605768,
  "created_date": "2016-10-10T23:31:49Z",
  "deleted_date": null,
  "fax": "444-444-4444",
  "id": 140755855671306,
  "location_name": "Test Imaging Center",
  "phone": "555-555-5555",
  "practice": 65540,
  "state": "CA",
  "zip": "94103"
}
```

| Attribute      | Type     | Notes                                                                                  |
| :------------- | :------- | :------------------------------------------------------------------------------------- |
| address\_line1 | string   | Can be up to 200 characters long.                                                      |
| address\_line2 | string   | nullable. Can be up to 40 characters long.                                             |
| city           | string   | Can be up to 50 characters long.                                                       |
| company\_name  | string   | Can be up to 200 characters long. Maps to the Ancillary Company object name attribute. |
| company        | integer  | Maps to the Ancillary Company object ID attribute.                                     |
| created\_date  | datetime | ISO 8601 format.                                                                       |
| deleted\_date  | datetime | nullable                                                                               |
| fax            | string   |                                                                                        |
| id             | integer  |                                                                                        |
| location\_name | string   | Can be up to 100 characters long.                                                      |
| phone          | string   |                                                                                        |
| practice       | integer  | nullable. Required for creating                                                        |
| state          | string   | Can be up to 2 characters long.                                                        |
| zip            | string   | Can be up to 10 characters long.                                                       |
