Message Thread is the heart of all messaging-related events inside Elation. Every time a new message is sent in a chart, a Message Thread is created with its respective Thread Members (the sender and receiver(s)) and Thread Messages (beginning with the initial message itself). Every time a reply is sent, a new Thread Message is created inside the Message Thread, and its new receivers (if any) are added as Thread Members as well.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.
Object Definition
| Attribute | Type | Allowed values | Description |
|---|---|---|---|
| created_date | datetime | When the message thread was created | |
| deleted_date | datetime | When the message thread was deleted | |
| document_date | datetime | When the message thread’s document was created | |
| chart_date | datetime | When the message thread’s patient chart was created | |
| patient | int | The patient id | |
| practice | int | The practice id | |
| is_urgent | bool | Is the message thread urgent? | |
| id | int | The message thread id | |
| members | list[Member] | The list of thread member objects | |
| messages | list[Message] | The list of thread message objects | |
| signed_by | int | The id of the physician or office_staff signer | |
| signed_date | datetime | The timestamp when the message thread was signed |