Skip to main content
POST
Add freeform risk factor text

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.

Body

application/json
allergies
string
Example:

"Penicillin, latex"

conditions
string
Example:

"Asthma, hypertension"

medications
string
Example:

"vyvanse/metformin"

Response

201

Raw text risk factors added successfully