Skip to main content

Schedule

Schedule

When a clinician submits a request for a shift, it is reviewed by the Facility User. If the Facility User decides to schedule the clinician for the shift, the scheduling endpoint will return a positive response, and the following actions will take place on the application side.

Scheduling Process

  1. Review and Schedule:

    • Facility Users review the shift requests submitted by clinicians, you can check the requests in the Get requested shift endpoint.
    • Upon deciding to schedule a clinician, the scheduling endpoint processes the request and returns a positive response.

    Request Parameters of Scheduling Endpoint:

    ParameterTypeDescription
    shiftId requiredstringId of the shift
    clinicianId requiredstringId of the clinician that you want to schedule to the shift
  2. Notifications to Clinicians:

    • Clinicians are informed that they have been scheduled for the shift.
    • They receive reminders about their upcoming shift before it starts.
    • Clinicians are reminded to mark their arrival time in the app.
  3. Access to Shift Details:

    • From the moment they are scheduled, clinicians have access to all shift details in the schedule section of the app.
    • This includes the start and end times, location, and any specific instructions or job requirements.

By ensuring that clinicians are well-informed and have access to all necessary details, Nursa promotes punctuality and preparedness, leading to smoother operations and better care for patients.