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 |
|---|---|---|---|
| ancillary_company | integer | ||
| ccs | array of Physician IDs | ||
| chart_date | datetime | ||
| clinical_reason | string | ||
| confidential | boolean | True False | |
| created_date | datetime | ||
| deleted_date | datetime | nullable | |
| document_date | datetime | ||
| follow_up_method | string | ||
| icd10_codes | array of ICD10 codes | ||
| id | integer | ||
| patient | integer | ||
| practice | integer | ||
| prescribing_user | integer | ||
| signed_date | datetime | ||
| signed_by | integer | ||
| resolution.id | integer | Internal id to represent the resolution state. | |
| resolution.document | integer | Will be the same as the id of the lab order. | |
| resolution.resolving_document | integer | If the order is fulfilled will indicate the document referenced. For lab orders will usually be a report. | |
| resolution.state | string | outstanding, fulfilled, cancelled | The resolution state of the order. |
| resolution.note | string | Any note that was added to represent why an order was cancelled. | |
| resolution.created_date | datetime | The datetime when this resolution state was created. | |
| resolution.deleted_date | datetime | The datetime when this resolution was deleted. Should never be null because we’re providing the most updated resolution. | |
| imaging_center | integer | nullable | |
| statmethod | string | ’wet_reading_phone’ ‘wet_reading_fax’ | |
| test_date | date | nullable | The date on which the tests should be performed, or were performed. Can be different than document_date, create_date |
| tests | array of Tests objects |