Data Export - Collaborative Care - Enrollments
Generated by the Bulk Data Export system
The enrollment object contains information on when a patient was enrolled in Collaborative Care, and their current status.
| Column | Name | Format | Nullable | Description | Notes |
|---|---|---|---|---|---|
| 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 |