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

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.

FieldData typeDescription
Date EnrolledDateDate when the patient was enrolled into the program.
Date RequestedDateDate when the patient requested to be enrolled into the program.
StateIntegerState of the enrollment program. State is one of the following types: - Canceled - Enrolled - Fulfilled - Pending fulfillment - Rejected - Requested
NumberString

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.

PatientReferenceConsumer that is enrolled into the program as a patient.
Program NameReferenceName to identify the enrolled program.

Parent Topic:Healthcare and Life Sciences data model tables