tPAEnrollment
TPA enrollment graph returns enrollment status of all relevant vendors, along with their associated program details and override rate.
Fields
| Field Name | Data Type | Description |
|---|---|---|
| id | Int |
ID associated to the TPA Enrollment. |
| overrideRate | Decimal |
TPA Fee. |
| enrollmentStatus | EnrollmentStatus |
Current TPA Enrollment status of the subcontractor organization. |
| declineReason | String |
Reason for unenrolling. |
| enrollmentDate | Date |
Date the enrollment action is taken. |
| dateModified | DateTime |
Timestamp of last enrollment edit (US/Central timezone). |
| programName | TpaProgramSubgraph |
The program associated with TPA Enrollment. |
| vendorAgreedToBy | BasicUserExtendedSubgraph |
Contact information of person at the vendor (subcontractor) agreeing to the program terms. |
| gcUpdatedBy | BasicUserExtendedSubgraph |
Contact information of GC user entering agreement into SAP. |
| vendorOrganization | OrganizationSubgraph |
Organization that performed the TPA Enrollment action. |
| enrollmentActionPerformedBy | EnrollmentUserSubgraph |
User who performed the latest enrollment action. |
| pageInfo | PageInfo |
Provides page results and total results. |