get
https://api.humanapi.co/v1/human/medical/allergies
Get a list of medical allergies the user has had so far
Response Properties
| Property | Type | Description |
|---|---|---|
| id | String | The id of the resource |
| source | String | The name of the originating service |
| updatedAt | Date | The time the record was updated on the Human API server |
| createdAt | Date | The time the record was created on the Human API server |
| name | String | (optional) The name of the allergy (e.g. ‘Etomidate’, 'Fluconazole’, 'Metaxalone’) |
| patient | Object | (optional) Patient information (“name” and other optional attributes) |
| reactionsFull | Array[Object] | (optional) (See reactions object) |
| allergen | Object | (optional) (See allergen object) |
| status | String | (optional) The status of the allergy |
| severity | String | (optional) The severity of the allergy |
| dateRange | Object | (optional) (See date range object) |
| codes | Array[Object] | (optional) (See codes) |
Allergen Object
| Property | Type | Description |
|---|---|---|
| name | String | (optional) Name of the allergen |
| codes | Object | (optional) (See codes) |
Reaction Object
| Property | Type | Description |
|---|---|---|
| name | String | (optional) Name of the allergen |
| codes | Object | (optional) (See codes) |
| reactionType | Object | (optional) [See reaction type object] |
Reaction Type Object
| Property | Type | Description |
|---|---|---|
| name | String | (optional) Name of the reaction |
| codes | Object | (optional) (See codes) |
Date Range Object
| Property | Type | Description |
|---|---|---|
| start | Date | (optional) Start date |
| end | Date | (optional) End date |
