Skip to main content
GET
Get a patient's risk factors

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

patient_id
string<uuid>
required

Unique identifier for the patient, either UUID or external ID (e.g. my-patients-128318AA2) if you have provided one during patient creation or update.

Example:

"98cae3a3-996c-4bf5-9143-0ab6d98bc1d0"

Query Parameters

type
string

Type of risk factor to retrieve, either 'allergy', 'condition', or 'medication'

Example:

"allergy"

Response

200 - application/json

Successful response with all risk factors, or specific type of risk factors.

allergies
object[]
conditions
object[]
medications
object[]