> ## 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 Report Type Object

## Object Definition

```json theme={null}
{
  "id": 1,
	"report_type": "Lab",
  "display_value": "Laboratory",
  "rank": 0
}
```

| Field          | Type   | Description                                                                    |
| :------------- | :----- | :----------------------------------------------------------------------------- |
| id             | int    | The ID of the report type object                                               |
| report\_type   | string | Report type                                                                    |
| display\_value | string | Display value of report type                                                   |
| rank           | int    | Number that indicates the report type rank in the overall list of report types |
