Get a list of medical allergies the user has had so far

Response Properties

PropertyTypeDescription
idStringThe id of the resource
sourceStringThe name of the originating service
updatedAtDateThe time the record was updated on the Human API server
createdAtDateThe time the record was created on the Human API server
nameString(optional) The name of the allergy (e.g. ‘Etomidate’, 'Fluconazole’, 'Metaxalone’)
patientObject(optional) Patient information (“name” and other optional attributes)
reactionsFullArray[Object](optional) (See reactions object)
allergenObject(optional) (See allergen object)
statusString(optional) The status of the allergy
severityString(optional) The severity of the allergy
dateRangeObject(optional) (See date range object)
codesArray[Object](optional) (See codes)

Allergen Object

PropertyTypeDescription
nameString(optional) Name of the allergen
codesObject(optional) (See codes)

Reaction Object

PropertyTypeDescription
nameString(optional) Name of the allergen
codesObject(optional) (See codes)
reactionTypeObject(optional) [See reaction type object]

Reaction Type Object

PropertyTypeDescription
nameString(optional) Name of the reaction
codesObject(optional) (See codes)

Date Range Object

PropertyTypeDescription
startDate(optional) Start date
endDate(optional) End date
Language