Multi-vaccine appointment bookings configuration
Summarize
Summary of Multi-vaccine appointment bookings configuration
This configuration enables ServiceNow customers to administer multi-vaccine appointment bookings by either auto-selecting or manually selecting vaccine methods. It supports eligibility-based vaccine assignment, including age-based criteria and inventory availability, ensuring customers receive appropriate vaccine scheduling according to defined program rules.
Show less
The system allows changes to the vaccine method only while rescheduling the first dose, and any method change during rescheduling automatically applies to the second dose.
Key Features
- Auto-selection of vaccine method: When inventory management is enabled (via the
snvaccinesm.enableinventorymanagementsystem property set to true), the system automatically assigns the vaccine method based on the lowest order of preference that has inventory availability. This ensures appointments are booked with available vaccines efficiently. - Manual selection of vaccine method: Users can manually select their preferred vaccine method during booking, whether or not inventory management is enabled. If appointment slot choice is disabled (
snvaccinesm.enableappointmentslotchoiceset to false), the selected vaccine method is retained as a preference. If the second dose is unavailable at the chosen site, the system books the closest location offering the same vaccine method. - Eligibility criteria: Vaccine assignment respects eligibility rules such as age groups, ensuring customers are only offered vaccines for which they qualify.
- System properties: Proper operation requires enabling both the inventory management (
snvaccinesm.enableinventorymanagement) and multi-vaccine (snvaccinesm.enablemultivaccine) system properties.
Practical Implications
For ServiceNow customers managing vaccination programs, this configuration promotes streamlined scheduling by automating vaccine method assignments while providing flexibility for manual selections. It helps ensure inventory is optimally used and that vaccine administration aligns with eligibility rules. Additionally, it facilitates appointment rescheduling with consistent vaccine method application across doses.
Administer multi-vaccine appointment bookings based on auto-selection and manual selection of the vaccine method. You can select your preferred vaccine method based on the eligibility criteria, order of method selection, and inventory availability.
You can manage multi-vaccine appointment bookings after making configuration changes to the Vaccine Administration Management system properties. Multi-vaccine functionality can be broadly categorized into auto-selection of the vaccine method and manual selection of the vaccine method.
Among other criteria, the multi-vaccine method also supports age-based eligibility and assignment by specifying the age groups in the eligibility criteria for the method. The list of methods is visible only if you are eligible for more than one vaccine method.
For example, say that only age groups over 60 are eligible to receive the Pfizer vaccine. If you are not in this age group, you will not be assigned the Pfizer vaccine despite availability. Instead, the system evaluates other methods that meet the eligibility criteria defined for the program and the method.
Auto-selection of method
When you try to book an appointment, the system auto-assigns the method of vaccine based on the order of method selection and inventory availability. In other words, if the inventory management system property (sn_vaccine_sm.enable_inventory_management) is true, the vaccination request auto-assigns the method with the lowest order that has inventory availability.
For example, if a vaccination center has the Moderna vaccine in the inventory, the request is created using Moderna instead of Pfizer, even when Pfizer is the method with the lowest order.
Manual selection of method
You can manually select the preferred vaccination method while booking an appointment. Manual selection of the method works with or without vaccine inventory management.