addPatients
Add patients to a project. Data requestors can add patients using direct patient data (patients array). Healthcare organizations can add patients using MRNs (mrns array) with notification type selection.
| Path Parameters |
|---|
projectId string — REQUIREDProject Id |
| Request Body — REQUIRED Patient data to add. Use 'patients' array for direct patient data or 'mrns' array for MRN-based addition (healthcare organizations only) | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
patients object[]Array of patients to add to the project
| |||||||||||
mrns object[]Array of MRNs to add to the project
|
| Responses | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
200Results of adding patients including success count, errors, and duplicates. For MRN-based additions, patient details are fetched automatically from the healthcare organization's system.
|