Generated by the Bulk Data Export system
The order of columns is subject to change. When parsing files, please ensure to use headers rather than positional parsing to ensure you are reading the data correctly.
The enrollment object contains information on when a patient was enrolled in Collaborative Care, and their current status.
Column | Name | Format | Nullable | Description | Notes |
|---|---|---|---|---|---|
instituteid | Institute Id | identifier | false | The institute ID affiliated with the enrollments | |
instituteShortcode | Institute Shortcode | String | false | The shortcode of the institute tied to enrollments | |
id | ID | uuid | false | The mirah internal identifier of the enrollment | |
status | Status | enrolled, discharged, unenrolled | false | Discharged - patient was discharged from care Unenrolled - patient was never enrolled. | |
enrolledAt | Enrollment Date | DateTime | true | When this enrollment was started | |
careEpisodeId | Care Episode Id | uuid | false | The episode of care associated with the enrollment | All enrollments have an episode of care which is the βboxβ in which care is provided. Measurement information is associated with the episode of care |
patientId | Patient Id | uuid | false | The patientβs internal Mirah id | |
dischargedAt | Discharge Date | DateTime | true | When the patient was discharged | Null if the patient has not been discharged |
dischargeReason | Discharge Reason | other | completed | dropped_out | lost_contact |
dischargeText | Discharge Free Text | string | true | Free text for discharge reason | Extra free text information about discharge |