> ## 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 Facility Identifiers Object

```json theme={null}
{
  "id":140758910173611,
  "vendor":{
    "id":140758909976822,
    "name":"Houston, Bolton and Jackson2022-05-06 14",
    "display_name":"Scott-Morris"
  },
  "practice_facility":"national",
  "practice_secondary_id":null,
  "lab_facility":"indicate",
  "description":"test",
  "user_facing":true,
  "compendium":140758910042555,
  "deleted_date":null,
  "created_date":"2022-05-06T14:22:11.908483Z",
  "active":true,
  "practice":140758905192452
}
```

| Attribute               | Type          | Allowed Values |
| :---------------------- | :------------ | :------------- |
| id                      | int           |                |
| vendor                  | vendor object |                |
| practice\_facility      | str           |                |
| practice\_secondary\_id | int           |                |
| lab\_facility           | str           |                |
| description             | str           |                |
| user\_facing            | boolean       |                |
| compendium              | int           |                |
| deleted\_date           | datetime      |                |
| created\_date           | datetime      |                |
| active                  | boolean       |                |
| practice                | int           |                |
