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) |
Property | Type | Description |
---|
name | String | (optional) Name of the allergen |
codes | Object | (optional) (See codes) |
Property | Type | Description |
---|
name | String | (optional) Name of the reaction |
codes | Object | (optional) (See codes) |
Property | Type | Description |
---|
start | Date | (optional) Start date |
end | Date | (optional) End date |