1. Updates to the appointment booking page:
    1. Added an error message when the patient enters an invalid email address (e.g. "invalidemail@.").
    2. Added the Diagnostic System feature. This allows clinics to configure a series of multiple choice questions that will replace the freeform Reason for Visit text field during online booking. These questions are tied to a specific workflow.
    3. Updated some error message styling so that error messages appear next to the form element, and the form element has a red outline.
    4. The COVID-19 screening form for in-clinic appointments now highlights individual questions that were not answered in red.
  2. Updates to the New Patient page ("Let's set you up with [clinic]"):
    1. Moved Personal Health Number field to be the first field.
    2. Changed the Date of Birth field to use three input fields for day, month, and year instead of a datepicker.
    3. The PHN and DOB fields will no longer be cleared if the page returns an error (e.g. if the entered email address was invalid).
    4. This page will now timeout after 30 seconds of inactivity.
  3. Added the option for clinics to add a custom background for clinic branding that will be applied to all pages in Cortico.
  4. Minor update to the wording of the appointment confirmation email and reminder email sent to patients for phone appointments: "The clinic will call you at [phone number]." instead of "The clinic will call you at [phone number] at this time."
  5. The Video Appointments list page (for MOAs) lists the doctor's job title (configurable on a per-doctor basis) instead of the hardcoded title "Dr".
  6. Updates to the video appointment preview page:
    1. We now use the doctor's job title (configurable on a per-doctor basis) in all places that previously had the title "Doctor" hardcoded.
    2. Updated the branding of the page to use the new Cortico navigation bar and footer.
    3. Updated the "Microphone test" and "Visit doctor" buttons so that "Microphone test" uses the secondary (white) colour and "Visit doctor" uses the primary (dark blue) colour for more visual emphasis. In addition, we updated the text of the "Visit doctor" button to "Click here to visit your doctor" (or applicable job title).
    4. Moved these two buttons ("Microphone test" and "Click here to visit your doctor") to the top of the page on mobile so that users can find the buttons without scrolling.
  7. The appointment medium ("Resources") field for appointments created in Oscar is now case-insensitive (i.e. appointments that have "Phone" or "PHONE" in the Resources field will be recognized as valid phone appointments, where previously they had to be entered exactly as "phone").
  8. Updates to the Clinic Settings page:
    1. Added an error message when a doctor is added with a provider number that is already associated with another doctor. (Provider numbers must be unique.)
  9. (Backend) Bugfix: Added the "OT" ("Other") option to the Province and Health Card Type fields in the patient form and removed the "NONE" option.