Enrolled Program Service table
The Enrolled Program Service [sn_hcls_enrolled_program_service] table stores the program services provided to a patient as part of a program enrollment process.
Key features
- Extends the Install base item [sn_install_base_item] table to all supported enrolled program services.
- Stores the enrolled program services 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 service. |
| Date fulfilled | Date | Date when the service was fulfilled for the patient. |
| Date requested | Date | Date when the service was requested by the patient. |
| State | Integer | State of the enrollment program service. State is one of the following types: - Canceled - Enrolled - Fulfilled - Pending fulfillment - Rejected - Requested |
| Number | String | Alpha-numeric profile identifier of the enrolled program service. 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 ENSRV00001001. Note: To customize the number, define the auto-numbering format for the Enrolled Program Service [sn_hcls_enrolled_program_service] table. For more information, see Add auto-numbering records in a table. |
| Patient | Reference | Consumer or account that is enrolled into the program as a patient. |
| Program service | Reference | Name to identify the enrolled program service. |
Parent Topic:Healthcare and Life Sciences data model tables