EVENT: enrollment.status

ENDPOINT: POST /v1/patients/{patientId}/event

TheΒ enrollment.statusΒ event allows you to update the patient’s enrollment status, letting RxWare know that the enrollment is complete or if more information is needed from the patient.

Possible values in theΒ textΒ field:

Example code to mark patient’s enrollment as completed:

Text Field ValueDescription
enrollCompleteEnrollment has been completed by patient
needInfoNeed more information from the patient for the enrollment
approvedPatient's enrollment has been approved by the hub.
deniedPatient's enrollment has been rejected by the hub.
pendingThe hub is validating the patient's enrollment data. Once complete, the hub will update the patient's enrollment status to either approved or denied.
				
					{
  "status": {
    "name": "enrollment.status",
    "text": "enrollComplete"
  },
  "phoneNumber": "{{test-user-phone-number}}",
  "externalId": "{{test-user-external-user-id}}",
  "supportProgramId": "{{partners-support-program-id}}"
}
				
			
EVENT: enrollment.status
Skip to content