> ## 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 Internal Note Object

Report Internal Notes are internal notes that can be attached to a report (document) for internal practice use.

## Object Definition

```json theme={null}
{
  "id": 127362,
  "document": 322134,
  "text": "This is an internal note for the report"
}
```

## Attributes

| Attribute  | Type    | Description                                                   |
| ---------- | ------- | ------------------------------------------------------------- |
| `id`       | integer | The unique identifier for the internal note (read-only)       |
| `document` | integer | The report (document) ID this note belongs to (read-only)     |
| `text`     | string  | The internal note text content (max 256 characters, required) |
