For AI agents: visit https://docs.elationhealth.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
JSON
{
"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 Cardiac 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. Required for creating 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.