For AI agents: visit https://docs.elationhealth.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
{
"created_date": "2021-09-27T23:09:01Z",
"deleted_date": null,
"id": 140756523679786,
"name": "tylenol",
"patient": 140756523220993,
"reaction": "Hives",
"severity": "",
"start_date": "2016-06-24",
"status": 1
}
| Attribute | Type | Allowed Values | Description |
|---|
| id | int | | The Drug Intolerance's internal id |
| name | string | | The Drug Intolerance's name; e.g. what drug the patient cannot tolerate |
| severity | string | | The severity of the patient's reaction |
| reaction | string | | The type of reaction the patient experiences when taking the drug |
| patient | int | | The id of the patient |
| start_date | date | | The date of onset for the drug intolerance |
| status | boolean | | Whether the drug intolerance is active or not |
| created_date | datetime | | When the record was created in Elation's systems |
| deleted_date | datetime | | When the record was recorded deleted in Elation's systems |