Overview
Cohorts allow you to configure shared patient settings. For example, you could create one cohort to monitor a group of chronically-ill individuals with all features enabled (e.g., ADTs, pharmacies, laboratory, HIE), and another cohort that monitors a less critical group of individuals with just HIE data enabled.Getting Started
Every cohort has a unique name and a collection of settings which apply to all patients within that cohort. These settings control what data sources are monitored, how frequently queries are run, and what notifications are sent. A patient can be in multiple cohorts, which allows for flexible monitoring configurations. If any cohort enables a particular monitoring feature, that feature will be active for the patient.All of this can be personalized based on your needs,
either during onboarding or self-serve, via our API (See
our API reference for documentation on how to update an
existing
cohort
or add existing patients to a
cohort).
The Cohort Model
In Metriport, a cohort is simply a label that can be given to any number of patients. You can use that label to apply common settings across a group of patients, or retrieve the members of that cohort via API.Monitoring Patients with Cohorts
Metriport allows you to monitor patients and receive notifications about them over time. To do this, ask us to create a cohort for you and specify the settings you wish to have. Then add patients that need to be monitored to the cohort. The settings of the cohort are now applied to the patient (what monitoring is set, schedule, etc.).Adding Patients to Cohorts
Patients can be added to cohorts on creation, or added to and removed from different cohorts as needed. During creation:- In Bulk Patient Create
there is a
cohort-Ncolumn header for specifying the starting cohorts for a patient. See here. - In Create Patient
there is a
cohortsarray parameter to set any number of cohorts on a patient. See here.

