Skip to main content
GET
Retrieve Drug Intolerance

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

Response

200 - application/json
name
string
required

The Drug Intolerance's name; e.g. what drug the patient cannot tolerate.

patient
integer<int64>
required

The id of the patient.

created_date
string<date-time> | null
read-only

When the record was created in Elation's systems.

deleted_date
string<date-time> | null
read-only

When the record was recorded deleted in Elation's systems.

id
integer
read-only
reaction
string | null

The type of reaction the patient experiences when taking the drug

Maximum string length: 200
severity

The severity of the patient's reaction.

  • `` - unknown
  • 255604002 - mild
  • 6736007 - moderate
  • 24484000 - severe
Available options:
255604002,
6736007,
24484000
start_date
string<date> | null

The date of onset for the drug intolerance.

status
enum<integer>

Whether the drug intolerance is active or not.

  • 1 - Active
  • 2 - Inactive
Available options:
1,
2
Required range: 0 <= x <= 65535