Enrolled Program table
The Enrolled Program [sn_hcls_enrolled_program] table stores the programs that a patient has been enrolled into.
Key features
- Extends the Install base item [sn_install_base_item] table to all supported enrolled programs.
- Stores the enrolled programs sold to a patient.
Role required to configure the table: sn_hcls.admin.
For more information, see Healthcare and Life Sciences data model.
| Field | Data type | Description |
|---|---|---|
| Date Enrolled | Date | Date when the patient was enrolled into the program. |
| Date Requested | Date | Date when the patient requested to be enrolled into the program. |
| State | Integer | State of the enrollment program. State is one of the following types: - Canceled - Enrolled - Fulfilled - Pending fulfillment - Rejected - Requested |
| Number | String | Alpha-numeric profile identifier of the enrolled program. The value is auto-generated and is incremented every time you add a new observation to your ServiceNow instance. The initial value for the Number field is ENPG00001001. Note: To customize the number, define the auto-numbering format for the Enrolled Program [sn_hcls_enrolled_program] table. For more information, see Add auto-numbering records in a table. |
| Patient | Reference | Consumer that is enrolled into the program as a patient. |
| Program Name | Reference | Name to identify the enrolled program. |
Parent Topic:Healthcare and Life Sciences data model tables