> ## 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.

# The Drug Intolerance Object

## Object Definition

```json theme={null}
{
  "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               |
