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.
| Attribute | Type | Allowed Values | Description |
|---|---|---|---|
| id | bigint(20) | ID | |
| send_to_contact | object | ||
| send_to_contact.id | int(11) | ||
| send_to_contact.first_name | string | ||
| send_to_contact.middle_name | string | ||
| send_to_contact.last_name | string | ||
| send_to_contact.org_name | string | ||
| send_to_contact.npi | string | ||
| send_to_contact.specialties | list | ||
| send_to_contact.specialties[].id | int(11) | ||
| send_to_contact.specialties[].name | string | ||
| send_to_elation_user | int(11) | If a letter is sent to another elation user, this will be that user’s id. | |
| send_to_name | string | ||
| fax_to | string | ||
| display_to | string | ||
| to_number | string | ||
| subject | string(200) | ||
| body | longtext | ||
| fax_status | string | ”pending”, “success”, “failed” | |
| fax_attachments | bool | ||
| delivery_method | string | ”emr”, “passport”, “fax”, “email”, “printed”, “direct” | |
| failure_unacknowledge | bool | ||
| direct_message_to | string(200) | ||
| email_to | string(200) | ||
| viewed_at | datetime | ||
| send_to_access_user_id | int(11) | ||
| delivery_date | datetime | ||
| with_archive | bool | ||
| is_processed | bool | ||
| letter_type | string | ”patient_initiated”, “patient”, “referral”, “provider” | |
| attachments.id | int | ||
| attachments.document_type | string | ”Entity”, “RefPanel”, “PatientDemog”, “ImmHistory”, “MedsList”, “WhoHeightChart”, “WhoWeightChart”, “WhoHcChart”, “CdcHeightChart”, “CdcWeightChart”, “CdcBmiChart”, “CompMedsList”, “CdcHcChart”, | |
| sign_date | datetime | ||
| signed_by | int(11) | The user who signed the letter. | |
| tags | list[Document Tag] | A list of Document Tags associated with the letter. | |
| document_date | datetime | ||
| patient | int | ||
| practice | int |