Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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.

FieldData typeDescription
Date EnrolledDateDate when the patient was enrolled into the program service.
Date fulfilledDateDate when the service was fulfilled for the patient.
Date requestedDateDate when the service was requested by the patient.
StateIntegerState of the enrollment program service. State is one of the following types: - Canceled - Enrolled - Fulfilled - Pending fulfillment - Rejected - Requested
NumberString

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.

PatientReferenceConsumer or account that is enrolled into the program as a patient.
Program serviceReferenceName to identify the enrolled program service.

Parent Topic:Healthcare and Life Sciences data model tables