1. Lifecycle Overview & State Diagram

A treatment plan represents a pre-authorized request for ongoing treatment — typically mental health counseling, physical therapy, or other session-based services. Unlike an expense bill (which reimburses a past expense), a treatment plan is forward-looking: the victim requests approval for a series of sessions before the services are fully delivered.

Each treatment plan follows a defined lifecycle defined by the RequestedBenefitState enum — 12 states shared across all requested-benefit types (Treatment Plan, Expense Bill, Income Loss).

Treatment Plan State Diagram

Draft Intake Pending Review Under Review Pending Determination Approved Determined Processed
Any non-terminal state Denied / Rescinded / Withdrawn
State Code Description Portal
Draft0Treatment plan is being created. Can be edited and submitted.VCPOnline / VCPOffice
Intake10Submitted and queued for initial intake review.VCPOffice
Pending Review15Awaiting analyst assignment or prerequisite information.VCPOffice
Under Review25Analyst actively reviewing the treatment plan and provider documentation.VCPOffice
Pending Determination30Review complete; awaiting director / supervisor determination.VCPOffice
Pending Board Determination40Referred to board (when program requires board review at the requested amount).VCPOffice
Approved100Treatment plan approved. Award items may be created for sessions and amounts.VCPOffice
Determined110Final approved session count / amount determined. Service bills are processed as providers bill the sessions.VCPOffice
Processed120All approved sessions serviced and paid. Terminal success state.VCPOffice
Denied200Treatment plan denied. Reason code required. Terminal state.VCPOffice
Rescinded210Previously-approved plan rescinded (e.g., after ineligibility discovered).VCPOffice
Withdrawn300Treatment plan withdrawn. Can be reopened if needed.VCPOffice
Relationship to Claims A treatment plan is always linked to a parent VcClaim (victim compensation claim). A single claim can have multiple treatment plans — one per benefit category or treatment provider. The claim must be in Intake state or later.

2. Treatment Plan vs. Expense Bill

Both treatment plans and expense bills are "requested benefits" that share the same base entity and state machine. However, they serve fundamentally different purposes and have different processing workflows.

Feature Treatment Plan Expense Bill
PurposePre-authorize ongoing treatment (future services)Reimburse a past expense (already incurred)
Session TrackingTracks number of sessions (requested, approved, serviced, paid)No session tracking
Estimate ModeEnabled by default — amounts are projections until final bills arriveDisabled by default — amounts represent actual costs
Service BillsFirst service bill created automatically; multiple bills expected over timeUsually a single bill for the expense
Typical CategoriesMental Health, Medical (therapy), Physical TherapyFuneral, Relocation, Crime Scene Cleanup, Medical (one-time)
DurationSpans weeks/months (ongoing treatment period)Single event or short period
ShortName FormatTP-2026-0001EB-2026-0001
Financial TrackingFour stages: Requested → Approved → Serviced → Paid (with sessions at each stage)Three stages: Considered → Approved → Paid
When to Use Which? Use a Treatment Plan when the victim needs approval for a series of sessions (e.g., 20 counseling sessions over 6 months). Use an Expense Bill when the victim is requesting reimbursement for a specific cost already incurred (e.g., a $2,000 ER visit).

3. The Four-Stage Financial Flow

Treatment plans track finances and sessions through four distinct stages. Understanding this flow is essential for both victims and staff.

1
Requested Treatment Plan

The victim requests a number of sessions and estimated cost.
Example: 50 sessions, $5,000 total cost, $500 insurance = $4,500 requested.

2
Approved Award Items

Staff creates award items to formally approve sessions and amounts. Auto-approval may apply if a pre-authorization exists.
Example: 45 sessions approved for $4,050.

3
Serviced Service Bills

As the provider delivers sessions, service bills are created to record actual services rendered and costs billed.
Example: 20 sessions completed, $1,800 billed.

4
Paid Payment Items

Payments are issued for completed service bills. Payment items link to a Payment and a Payment Batch for disbursement.
Example: 15 sessions paid, $1,350 disbursed.

Balances Update in Real Time At each stage, the system calculates remaining balances. For example: 45 approved sessions − 15 paid sessions = 30 sessions still payable. These balances are visible on the treatment plan's financial summary.
Screenshot: VCPOffice — Treatment plan financial summary showing all four stages with session counts and amounts at each level

Part 1: Creating the Treatment Plan (VCPOnline)

Victims or claimants use the VCPOnline portal to request treatment plan approval. The treatment plan captures the type of treatment, provider, estimated number of sessions, and projected cost.

Prerequisites & Navigation

Before creating a treatment plan, the following prerequisites must be met:

Active Claim

The victim must have an existing VcClaim in an active state (Intake or later). Treatment plans cannot be created for Draft claims.

Logged In to VCPOnline

The victim must be authenticated in the VCPOnline portal with their account linked to the claim.

How to Navigate

1
Log in to VCPOnline

Navigate to the VCPOnline portal and log in with your account credentials.

2
Open Your Claim

From the dashboard, click on your active compensation claim to open the claim detail view.

3
Navigate to Treatment Plans Tab

Click the Treatment Plans tab on the claim management page. This shows all existing treatment plans and provides the option to create a new one.

4
Click "New Treatment Plan"

Click the New Treatment Plan button to open the treatment plan creation form.

Screenshot: VCPOnline — Claim detail page showing the Treatment Plans tab with existing plans and "New Treatment Plan" button

Treatment Plan Form Fields

The treatment plan creation form collects core information about the requested treatment. The form is a single-page form (not a multi-step wizard).

Field Type Required Notes
Benefit CategoryDropdownYesSelect the type of treatment (Mental Health, Medical, etc.). Categories are configured by program administrators.
Service ProviderLookupYesThe provider who will perform the treatment (therapist, clinic, hospital). Can search existing registered providers.
Counselor NameTextNoName of the individual counselor or therapist. Commonly used for Mental Health benefit category.
Service Date FromDateYesStart date of the proposed treatment period.
Service Date ToDateYesProjected end date of the treatment period. Can span weeks or months.
Number of SessionsNumericNoTotal number of treatment sessions being requested (e.g., 20, 50). This is a key tracking field for session-based treatment.
Service DetailsTextareaNoDescription of the treatment being requested. Provide enough detail for staff to evaluate the request.
Service Provider is Required Unlike expense bills where the provider is optional, treatment plans require a service provider. This is because treatment plans are forward-looking authorizations — the program needs to know which provider will deliver the sessions.
Screenshot: VCPOnline — Treatment plan creation form showing benefit category, service provider, counselor name, dates, number of sessions, and service details

Financial & Session Fields

The financial section captures the estimated cost of the full treatment plan and any third-party coverage.

Field Type Required Notes
Total Cost AmountCurrencyYesEstimated total cost of all requested sessions. For example, 50 sessions at $100/session = $5,000.
Insurance AmountCurrencyNoAmount expected to be covered by insurance. Defaults to 0.
Percent to PayPercentageNoPercentage of the remaining amount (after insurance) the program should cover. Defaults to 100%. Shown conditionally based on benefit category configuration.
Patient PrepaidCurrencyNoAmount the victim has already paid or will pay out-of-pocket. Defaults to 0.

Automatic Calculations

Requested Amount

Total Cost − Insurance

The net amount being requested from the program.

Amount to Cover

(Total Cost − Insurance) × Percent to Pay / 100

Maximum amount the program may pay.

Amount Billed

(Total Cost − Insurance) − Patient Prepaid

Net billing to the program after all deductions.

Example: Mental Health Counseling Plan
50 sessions requested | Total Cost: $5,000 | Insurance: $500 | Percent to Pay: 100% | Patient Prepaid: $0
Requested Amount = $5,000 − $500 = $4,500
Amount to Cover = $4,500 × 100% = $4,500
Cost per Session = $5,000 / 50 = $100/session
Screenshot: VCPOnline — Treatment plan financial fields showing total cost, insurance, percent to pay, and calculated amounts with session count

Validation & Submission

Validation Rules

Rule Description
Required FieldsBenefit Category, Service Provider, Service Date From, Service Date To, and Total Cost Amount must be provided.
Date ValidationService Date From must not be after Service Date To. Treatment period dates must be reasonable.
Financial ValidationTotal Cost must be greater than zero. Insurance Amount cannot exceed Total Cost.
Duplicate DetectionThe system checks for potential duplicates based on provider, date range, benefit category, counselor name, and number of sessions. Matching is warn-only (does not block submission).
Claim State CheckThe parent claim must be in an active state that allows treatment plan submission.

Submission Flow

1
Click "Submit"

After completing the form, click the Submit button.

2
Validation Check

All required fields, dates, and financial data are validated. Duplicate detection runs and displays warnings if potential matches are found.

3
ShortName Generation

A unique identifier (e.g., TP-2026-0001) is automatically generated using the program's configured number sequence.

4
Automatic Service Bill Creation

The system automatically creates an initial Service Bill linked to the treatment plan. This service bill is set to Intake state and mirrors the treatment plan's financial data.

5
State Transition: Draft → Intake

The treatment plan moves to Intake state and appears in the VCPOffice queue for staff review, then advances through Pending Review / Under Review / Pending Determination as analysts work on it.

6
Notifications Sent

Configured notifications are triggered. The assigned claims examiner receives an alert, and the victim may receive a confirmation message.

Automatic Service Bill Every treatment plan gets at least one service bill created automatically on submission. This is different from expense bills, where the service bill is created during staff processing. The automatic service bill captures the initial estimate and is updated as actual services are delivered.
Screenshot: VCPOnline — Treatment plan submission confirmation showing generated TP number and status change notification

Post-Submission — Tracking Status

After submission, the victim can track the treatment plan's progress through VCPOnline with read-only access.

Status Visibility

The treatment plan's current state (Intake, Under Review, Approved, Determined, Processed, Denied, Rescinded, Withdrawn, etc.) is displayed on the claim's Treatment Plans tab. The victim sees a simplified, read-only view of their treatment plan.

Limited View

VCPOnline shows only safe, victim-appropriate data. Internal processing details (staff notes, approval routing, financial balances) are not visible to the victim.

Notification Updates

The victim receives notifications when approvals are completed or payments issued through the program's configured channels (email, SecMail).

Payment Tracking

When payments are issued for the treatment plan, the victim can see payment dates, amounts, and payment methods in VCPOnline.

Screenshot: VCPOnline — Treatment plan read-only view showing status, approved sessions, and payment history

Part 2: Processing the Treatment Plan (VCPOffice)

When a treatment plan is submitted from VCPOnline (or created directly by staff), it enters the VCPOffice workflow. Staff uses the Treatment Plan management interface to review the request, create approval decisions (award items), track service delivery through service bills, and issue payments.

Receipt & Queue Assignment

When a treatment plan transitions out of Draft into Intake, it is automatically routed based on the program's workflow configuration.

1
Treatment Plan Received

The system detects the new submission and creates the work item in VCPOffice. The parent claim's assigned examiner is typically notified.

2
Auto-Assignment Rules

Based on WorkItemManagerConfig rules, the treatment plan may be auto-assigned to the same examiner handling the parent claim, or routed to a specialized treatment plan review queue.

3
Queue Visibility

The treatment plan appears in the staff member's work queue and on search screens. It can also be found through the parent claim's Treatment Plans tab.

Screenshot: VCPOffice — Treatment plan queue showing list of submitted plans with status, claim number, provider, sessions, and assignment columns

Treatment Plan Management Interface

The VCPOffice Treatment Plan management screen uses the ManageWorkItemBase layout pattern with a summary panel and a split edit/about area.

Summary Panel (Left)

Displays the treatment plan's ShortName (TP-YYYY-####), current state badge, benefit category, service provider, total cost, amount to cover, service date range, and action buttons (Submit, Change State).

Edit Panel (Center)

Contains 4 major sections arranged vertically: Treatment Plan Details, Approvals & Adjustments, Completed Services (Service Bills), and Payment Items. Staff works through these sections top-to-bottom as they process the plan.

About Panel (Right)

Shows claim financial summary, related documents, activity history, and the parent claim's ownership chain. Provides context for processing decisions.

Screenshot: VCPOffice — Treatment plan management interface showing summary panel, 4-section edit area, and about panel

Section 1: Treatment Plan Details

The first section displays and allows editing of the core treatment plan information.

Field Staff Access Description
Service DetailsView / EditDescription of the treatment being provided. Staff can add notes or clarifications.
Counselor NameView / EditIndividual counselor or therapist name.
Service Date From / ToView / EditTreatment period dates. Staff can adjust based on provider documentation.
Number of SessionsView / EditTotal sessions requested. Staff can adjust based on clinical recommendations.
Total Cost AmountView / EditTotal estimated cost. Updates per-session cost calculation.
Insurance AmountView / EditInsurance coverage amount.
Percent to PayView / EditProgram payment percentage. Shown conditionally based on benefit category.
Calculated Values Update Automatically When staff modify any financial field, the Requested Amount, Amount to Cover, and per-session calculations recalculate automatically. The financial summary in the About Panel also updates in real time.
Screenshot: VCPOffice — Treatment Plan Details section showing editable fields for counselor, dates, sessions, and financial amounts

Section 2: Approvals & Adjustments (Award Items)

The Approvals & Adjustments section is the core of treatment plan processing. Staff creates award items to formally approve sessions and amounts for the treatment plan.

Three Types of Award Items

Award Item (Approval)

The standard approval decision. Specifies the number of sessions and dollar amount being approved for payment.

  • Links to a parent Award on the claim
  • Sets sessions for approval
  • Sets amount for approval
  • Routes through approval workflow

Approval Adjustment

Reduces previously approved amounts or sessions. Used when circumstances change (e.g., victim discontinues treatment early).

  • References the original award item
  • Negative amount/sessions
  • Includes a reason for adjustment
  • Subject to its own approval routing

Quick Approval

An expedited approval path for straightforward requests that meet pre-authorization criteria.

  • Simplified approval flow
  • Auto-approved if within limits
  • Same financial tracking
  • Faster turnaround

Award Item Grid

All award items are displayed in a grid within this section:

Column Description
Requested DateDate the award item was created.
TypeAwardItem, ApprovalAdjustment, or QuickApproval.
StateCurrent state of the award item (Draft, Waiting for Approval, Completed, Voided).
Considered (Amount / Sessions)Amount and sessions being considered for this approval.
For Approval (Amount / Sessions)Amount and sessions submitted for approval decision.
Approved (Amount / Sessions)Final approved amount and sessions (populated when Completed).

The section footer displays the Total Approved Amount and Total Approved Sessions across all completed award items.

Screenshot: VCPOffice — Approvals & Adjustments section showing award item grid with amounts, sessions, states, and Add Approval/Adjustment buttons

Auto-Approval & Pre-Authorization

VCPMS supports automatic approval of award items when a pre-authorization (pre-approval) exists for the claim and benefit category combination.

How Auto-Approval Works

1
Pre-Authorization Exists

An administrator or supervisor has created an AwardPreapproval record for the claim's benefit category with a pre-approved dollar amount.

2
Award Item Submitted

Staff creates an award item and submits it to Waiting for Approval state.

3
Balance Check

The system checks if the requested amount fits within the remaining pre-authorization balance:
Remaining Balance = Pre-Approved Amount − Sum of Previously Approved Items

4
Auto-Approve or Manual Review

If the amount is within the remaining balance, the award item is automatically approvedAmountApproved is set, and the state transitions directly to Completed with a comment noting auto-approval. If the amount exceeds the balance, manual approval is required.

Example Pre-approval: $10,000 for Mental Health. Previously approved: $4,000. New request: $3,000.
Remaining balance: $10,000 − $4,000 = $6,000. Since $3,000 ≤ $6,000, the award item is auto-approved.
Screenshot: VCPOffice — Award item showing auto-approval comment with remaining pre-authorization balance

Award Item State Machine

Each award item follows its own state machine within the treatment plan:

Draft Waiting for Award Waiting for Approval Completed
Any State Voided
State Code Description
Draft0Award item created but not yet submitted. Staff can edit amount and session counts.
Waiting for Award10Linked to a parent award that is being processed.
Waiting for Approval15Submitted for approval. Auto-approval check runs. If not auto-approved, waits for manual approval.
Completed20Approved. AmountApproved and NumberOfSessionsApproved are set. Funds can be disbursed.
Voided30Award item cancelled. Does not count toward approved totals.
Screenshot: VCPOffice — Award item detail showing state transitions and approval fields

Section 3: Completed Services (Service Bills)

Service bills track the actual delivery of treatment sessions. As the provider delivers sessions and submits bills, staff records the completed services.

Single vs. Multiple Service Bill Mode

Single Service Bill (Default)

For treatment plans with a single billing period. The automatically-created service bill is displayed inline with an embedded edit form. Staff updates the financial details directly.

Multiple Service Bills

For treatment plans spanning multiple billing periods. Staff can add additional service bills using the "Add ServiceBill" button. Each bill tracks a separate set of sessions and costs.

Service Bill Fields

Field Description
Service Date From / ToActual dates the sessions were delivered.
Number of SessionsActual number of sessions delivered in this billing period.
Total Cost AmountActual cost billed by the provider for these sessions.
Insurance AmountInsurance coverage for these sessions.
Percent to PayProgram payment percentage.
Service DetailsDescription of services actually rendered.
StateService bill state (Draft, Intake, Approved, Determined, Processed, Denied, Rescinded, Withdrawn).

The section footer displays the Total Serviced Amount and Total Serviced Sessions across all service bills.

Service Bills Drive Payments Payment items can only be created for service bills in Completed state. The service bill must be completed before funds can be disbursed. This ensures payments are only made for services actually delivered.
Screenshot: VCPOffice — Completed Services section showing service bill list with dates, sessions, costs, and Add ServiceBill button

Service Bill State Machine

Each service bill follows its own state machine:

Draft Intake Approved Determined Processed
State Code Description Transition Conditions
Draft0Service bill created but not yet submitted.Submit to move to Intake.
Intake10Service bill submitted; staff is reviewing. Can be edited and deleted. This is the initial state for auto-created service bills.Can advance to Approved only if the treatment plan has at least one approved award item (AmountApproved > 0).
Approved100Service bill approved against an award item on the parent treatment plan.Continues toward Determined once the final amount is set.
Determined110Final billed amount determined. Payment items can be created against this service bill.Advances to Processed when payments are processed.
Processed120Payments disbursed. Terminal success state.
Denied200Service bill denied.Terminal.
Rescinded210Previously-approved service bill rescinded.Terminal.
Withdrawn300Service bill withdrawn without processing.Terminal.
Approval Required First A service bill cannot advance to Approved until the parent treatment plan has at least one approved award item. This enforces the rule that services must be pre-approved before they can be billed and paid.
Screenshot: VCPOffice — Service bill detail showing state, financial fields, and transition button to Completed

Section 4: Payment Items

The Payment Items section manages the actual disbursement of funds. Payment items are created after service bills are completed and award items are approved.

Payment Header

At the top of this section, the Payable Balance is prominently displayed:

Payable Balance = Total Approved Amount − Total Paid Amount

This tells staff exactly how much can still be paid out for this treatment plan.

Payment Creation Flow

1
Prerequisites Met

At least one award item is in Completed state, and at least one service bill is in Completed state. The payable balance is greater than zero.

2
Click "Add Payment Item"

Staff clicks the Add Payment Item button. The form pre-fills with the payable balance amount and the configured payee.

3
Set Payment Details

Enter or confirm the payment amount, payee, number of sessions being paid for, and date of service. The payment is linked to a specific service bill.

4
Payment Authorization

The payment item is linked to a Payment work item which goes through two-level authorization (preparer creates, authorizer approves).

5
Payment Batch Processing

Authorized payments are added to a Payment Batch for bulk processing. The batch produces paper checks and Excel/CSV exports for upload to the state financial system. (NACHA/ACH direct export is on the roadmap.)

6
Payment Completed

Once the batch is processed, the payment is marked as completed. The treatment plan's financial summary updates — Total Paid and Payable Balance reflect the disbursement.

Payment Items Grid

Column Description
Requested OnDate the payment item was created.
PayeeWho receives the payment (provider, victim, or other).
Date of ServiceService date range for the sessions being paid.
ReferencePayment reference number.
PaymentLink to the parent Payment work item (clickable to view payment details).
AmountDollar amount of this payment item.
SessionsNumber of sessions this payment covers.

The section footer displays the Total Paid Amount and Total Paid Sessions.

Screenshot: VCPOffice — Payment Items section showing payable balance header, payment grid with amounts and sessions, and Add Payment Item button

About Panel & Financial Summary

The right-side About Panel provides reference information and the claim-level financial context.

Tab / Section Description
Claim Financial SummaryShows the parent VcClaim's overall financial picture — total across all expense bills and treatment plans. Helps staff understand the claim-level budget context.
Originated DocumentIf the treatment plan originated from a document intake, shows a preview of the source document.
ActivitiesTimeline of all activities performed on this treatment plan — state changes, edits, approvals, assignments.
Out DocumentsSystem-generated documents (approval letters, authorization notices).
LogComplete audit log with field-level change tracking.
Screenshot: VCPOffice — Treatment plan About Panel showing claim financial summary and activity timeline

Session & Financial Balance Calculations

The system tracks both dollar amounts and session counts at every stage. These calculations appear in the financial summary and guide staff through the processing workflow.

Calculation Amount Formula Sessions Formula Purpose
Requested Total Cost − Insurance Number of Sessions (from treatment plan) What the victim originally requested.
Considered Sum of AwardItems.AmountConsidered Sum of AwardItems.SessionsConsidered Total amount/sessions in award items (including pending).
Available to Consider Requested − Considered Requested Sessions − Considered Sessions Remaining amount/sessions that can still have award items created.
Approved Sum of Completed AwardItems.AmountApproved Sum of Completed AwardItems.SessionsApproved Formally approved for payment (including adjustments).
Approved Balance Approved − Paid Approved Sessions − Paid Sessions Approved but not yet paid. This is the payable balance.
Serviced Sum of ServiceBills.TotalCostAmount Sum of ServiceBills.NumberOfSessions Services actually delivered and billed by the provider.
Paid Sum of Completed PaymentItems.Amount Sum of Completed PaymentItems.Sessions Funds actually disbursed.
Example: Mental Health Treatment Plan in Progress
StageSessionsAmount
Requested50$4,500
Approved45$4,050
Serviced20$1,800
Paid15$1,350
Payable Balance30$2,700
Screenshot: VCPOffice — Complete financial balance showing all stages with session counts and dollar amounts side-by-side

Resolution: Processed or Withdrawn

A treatment plan reaches its final state when all treatment has been delivered and paid (Processed), or when the plan is denied or withdrawn.

Processed

The treatment plan reaches Processed (the terminal success state) when:

  • All approved award items have been disbursed
  • All service bills have been serviced and paid
  • All payments have been issued
  • No further treatment sessions are expected

Before advancing to Processed, service bills must reach their own Determined/Processed state so payment items can finalize.

Withdrawn

The treatment plan is Withdrawn when:

  • The victim discontinues treatment
  • Submitted in error or duplicated
  • Parent claim is withdrawn or denied

Withdrawal conditions: the treatment plan must have an originated document and no non-draft award items. If award items have been issued, they must be voided first.

Reopening A Withdrawn treatment plan can be reopened back to an active state (Intake / Under Review) if additional treatment is needed or corrections must be made.

End-to-End Summary

Submit Plan Create Approvals Service Bills Determined Issue Payments Processed
Screenshot: VCPOffice — Treatment plan in Processed state showing final financial summary with all sessions delivered and paid

Estimate Tracking & Renewal

Treatment plans have estimate tracking enabled by default. This recognizes that treatment plan costs are projections — the actual cost depends on how many sessions are ultimately delivered.

Estimate Mode

When estimate tracking is active, the treatment plan records:

  • Estimate Date — when the estimate was submitted
  • Estimate Expiration Date — when the estimate expires and must be renewed
  • Financial amounts are treated as projected until finalized

Renewal / Extension

When a treatment plan's estimate expires or additional sessions are needed:

  • Staff can update the treatment plan with new dates and session counts
  • Additional award items can be created for the new sessions
  • Additional service bills track the new billing period
  • Alternatively, a new treatment plan can be created for the same claim
Estimate vs. Actual As service bills are completed with actual costs, the treatment plan's financial picture shifts from projected to actual. The financial summary always shows the most current data, making it clear which amounts are still estimates and which are confirmed.
Screenshot: VCPOffice — Treatment plan with estimate tracking showing estimate date, expiration date, and projected vs. actual amounts

Cross-Portal Visibility

Treatment plan data flows across VCPMS portals with appropriate access controls.

Portal Access Level What Users See
VCPOnlineRead-only (safe fields only)Treatment plan status, approved sessions, payment status. No internal processing details. Cannot edit after submission.
VCPOfficeFull AccessComplete management interface with all 4 edit sections, financial tracking, service bills, and payment processing.
VCPProviderRead (linked plans)Service providers can see treatment plans linked to their services, payment status, and approved session counts.
VCPAdvocateRead (assigned claims)Advocates can view treatment plans for claims they are assigned to, including status and session tracking.
Screenshot: Side-by-side showing treatment plan in VCPOnline (simplified victim view) and VCPOffice (full staff management view)

Key Features & Capabilities

Session-Based Tracking

Track sessions through every stage: requested, approved, serviced, and paid. Session counts appear alongside dollar amounts throughout the interface.

Pre-Authorization & Auto-Approval

Set up pre-authorization amounts per claim and benefit category. Award items within the pre-approved balance are automatically approved, reducing manual processing.

Estimate-to-Actual Conversion

Treatment plans start as estimates and transition to actual costs as service bills are completed. The system tracks both projected and confirmed amounts.

Multiple Service Bills

Support for multiple billing periods within a single treatment plan. Providers submit bills as sessions are delivered over weeks or months.

Approval Adjustments

Reduce or adjust previously approved amounts without creating negative payments. Approval adjustments maintain a clear audit trail of all changes.

Duplicate Detection

Warn-mode detection based on provider, dates, category, counselor name, and session count. Prevents accidental duplicate treatment plan submissions.

Integrated Payment Pipeline

Payments flow from approved award items through service bill completion to payment batches with two-level authorization and multiple disbursement methods.

Complete Audit Trail

Every action is logged — from initial submission through final payment. Field-level change tracking records who changed what and when, across all child entities.

Related Documentation

Claim Lifecycle

Understand the full claim lifecycle from application through resolution. Treatment plans are created within the context of an active claim.

Expense Bill Lifecycle

Compare with expense bills — the other requested benefit type. Expense bills handle one-time past expenses rather than ongoing treatment.

VCPOffice Guide

Comprehensive guide to the staff back-office, including all claim processing workflows and financial management capabilities.