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 | int | The id of the discontinue medication | |
| last_medication_order | int | The id of the last medication ordered before we discontinued this thread of med orders | |
| med_order | int | This id of the medication which we discontinued | |
| thread.dc_date | datetime | The datetime at which the medication order thread was discontinued, should usually be the same as discontinue date | |
| thread.is_permanent | boolean | If the medication was a permanent prescription, not intended to be temporary | |
| discontinue_date | date | The date when the medication was discontinued | |
| reason | string | The discontinue reason | |
| prescribing_physician | int | The physician who prescribed the medication | |
| supervising_physician | int | If the prescribing physician requires supervision, this will reference the physician who is in that role | |
| is_documented | boolean | if documented | |
| medication | object | The medication that was discontinued | |
| documenting_personnel | int | The user who documented this discontinue | |
| document_date | datetime | The timestamp at which we’ve documented this discontinue occurred | |
| chart_date | datetime | The timestamp at which this discontinue was available in the patient’s chart. | |
| created_date | datetime | The timestamp at which this discontinue was created in our database | |
| deleted_date | datetime | The timestamp at which the discontinue was marked as deleted, usually occurs when a user wants to “undiscontinue” the medication. | |
| signed_date | datetime | The timestamp at which a user signed off on the discontinune | |
| patient | int | The id of the patient chart | |
| practice | int | The id of the practice |