Skip to main content
POST
Add Patient to Cohorts
For more information, see the guide about Cohorts

Path Params

string
required
The ID of the patient to add to cohorts.

Body

string[]
required
Array of cohort IDs to add the patient to.

Response

Cohort[]
required
Array of cohorts the patient is currently associated with.

Notes

  • If the patient is already in some of the specified cohorts, those will be skipped (no error thrown)
  • Patients with treatmentRelationship: false cannot be added to treatment cohorts. Use the Treatment Relationship endpoint to update consent before assigning the patient to treatment cohorts.