Skip to main content
PUT
Update Allergy

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer<int64>
required

Body

application/json
name
string
required

The name of the allergy drug.

patient
integer<int64>
required

The id of the patient.

reaction
string | null

The reaction to the drug.

Maximum string length: 200
severity
enum<string>

How severe the reaction is.

Available options:
mild,
moderate,
severe,
unknown
start_date
string<date> | null

The date the allergy started.

status
enum<string>
Available options:
Active,
Inactive

Response

200 - application/json
name
string
required

The name of the allergy drug.

patient
integer<int64>
required

The id of the patient.

created_date
string<date-time> | null
read-only
deleted_date
string<date-time> | null
read-only
id
integer
read-only
medispandnid
string
read-only
medispanid
string
read-only
reaction
string | null

The reaction to the drug.

Maximum string length: 200
severity
enum<string>

How severe the reaction is.

Available options:
mild,
moderate,
severe,
unknown
start_date
string<date> | null

The date the allergy started.

status
enum<string>
Available options:
Active,
Inactive