Configure the submission flow of the enrollment request form
Use scripted extension points to decide what records are created or updated after an enrollment request form is submitted.
Before you begin
Starting with the Yokohama release, Patient Support Services is being prepared for future deprecation. It will be hidden and no longer activated on new instances but will continue to be supported.
For details, see the Deprecation Process [KB0867184] article in the Now Support knowledge base.
Role required: admin
About this task
The Patient Support Services application installs the sn_patientservice.EnrollmentCaseUtilService script, the EnrollmentCaseUtilService script include, and the EnrollmentCaseServiceExtPoint extension point.
- Create a patient record if one doesn't exist.
- Create a consumer record if one doesn't exist.
- Create a practitioner record if one doesn't exist.
- Create a member plan if one doesn't exist.
Using extension points makes it easier to integrate customizations without actually altering the base code. You can extend standard base functionality using customized scripts. For more information, see Using extension points to extend application functionality.
An implementation is available in the base system for scripted extension points. You can modify the data and add additional fields.