| Column | Description |
| ID | Unique identifier for the claim line item, used to reference specific billing entries. |
| Client Name | Name of the individual receiving Support at Home services. |
| Care Recipient | Unique ID of the care recipient. |
| Delivery Date | Date the service was delivered. |
| CV Service Name | Service name as recorded in CareVision. |
| Line Item Description | Description entered in the manual line item template. |
| Budget Type | Indicates which budget the service is drawn from. |
| Allocation Category Code | Code representing the funding category. Expand to view breakdown:
ON (Home Support Ongoing) AT (Assistive Technology) CM (Care Management) EL (End of Life) HM (Home Modifications) RC (Restorative Care) AS (Assistive Technology - Specified Needs) |
| Breakdown of Budget Allocations | Shows how funding is distributed across categories, including participant contribution amounts. |
| Service Identifier | Unique service code (format: SERV-XXXX). |
| Service Type Identifier | Unique service type code (format: SERT-XXXX). |
| Service Group | Groups related services (Example: Home Support, Assistive Technology). |
| Service Type | Service type aligned with Services Australia (Ref 33). |
| Service Name | Official service name matching Services Australia and CareVision billing. |
| Item Code | Unique item identifier (Ref 30), aligned with SAH Business Service ID. |
| Item Description | Descripton from the manual line item template. |
| Wrap Around Code | Code for additional or wraparound services. |
| Wraparound Description | Description of wraparound support provided. |
| Entitlement Type | A classification that identifies the status of a claim. |
| Current | The entitlement that is currently active and being claimed |
| Previous | An entitlement that was claimed or applied in the past. |
| Amendment | A change or update made to an existing entitlement (Example: correcting or adjusting a prior claim). |
| Rate | Rate applied per unit of service. |
| Quantity | Number of units delivered. |
| Unit | Unit of measure (Example: hours, visits). |
| Invoice Amount | Total amount invoiced for the claim line.
Calculation: Invoice Amount = Rate × Quantity |
| Compensation Reduction | Displays final value or variance for compensation adjustments. |
| Compensation Reduction – Govt Calculated | Value from payment file (CSV PaymentItems column 25). |
| Compensation Reduction – CV Calculated | Currently set to 0 (not calculated). |
| Compensation Reduction – Variance | Difference between government and CV values.
Calculation: Compensation Reduction Variance = (Compensation Reduction Govt Calculated) − (Compensation Reduction CV Calculated) |
| Compensation Reduction – Final | Final value based on reconciliation outcome. |
| Individual Contribution | Displays the final value where available; otherwise, displays the variance between calculated values. |
| Individual Contribution - Govt Calculated | Value sourced from payment file [CSV - PaymentItems], column 26 ($fields[25]). |
| Individual Contribution - CV Calculated | Calculated individual contribution amount based on defined rules using expected_remaining_co_contribution, previous_remaining_co_contribution, and allocated_co_contribution_amount. |
| Individual Contribution - Variance | Calculation: Individual Contribution Variance = (Individual Contribution Govt Calculated) − (Individual Contribution CV Calculated) |
| Individual Contribution Final | This value displays either the CV-calculated or government-calculated amount, depending on the reconciliation status:
If reconciliation status is disputed, then the CV-calculated value is used If reconciliation status is accepted or no variance, then the Government-calculated value is used |
| Fee Reduction | Displays the final value where available; otherwise, displays the variance between calculated values. |
| Fee Reduction - Govt Calculated | Value sourced from payment file [CSV - PaymentItems], column 30 ($fields[29]). |
| Fee Reduction - CV Calculated | Value currently set to 0 (not computed). |
| Fee Reduction Variance | Difference between government and CV calculated values.
Calculation: Fee Reduction Variance = (Fee Reduction Govt Calculated) − (Fee Reduction CV Calculated). |
| Fee Reduction Final | This value displays either the CV-calculated or government-calculated amount, depending on the reconciliation status:
If reconciliation status is disputed, then the CV-calculated value is used
If reconciliation status is accepted or no variance, then the Government-calculated value is used |
| Reduction Type | Displays the final value where available; otherwise, displays the variance between calculated values. |
| Reduction Type - Govt Calculated | Value currently null (not available). |
| Reduction Type - CV Calculated | Value currently null (not available). |
| Reduction Type Variance | Difference between government and CV calculated values.
Calculation: Reduction Type Variance = (Reduction Type Govt Calculated) − (Reduction Type CV Calculated). |
| Reduction Type Final | This value displays either the CV-calculated or government-calculated amount, depending on the reconciliation status:
If reconciliation status is disputed, then the CV-calculated value is used
If reconciliation status is accepted or no variance, then the Government-calculated value is used |
| Payment Determination | Displays the final value where available; otherwise, displays the variance between calculated values. |
| Payment Determination - Govt Calculated | Value sourced from payment file [CSV - PaymentItems], column 27 ($fields[26]). |
| Payment Determination - CV Calculated | Calculated payable amount after co-contribution.
Calculation: ($claimDetail['quantity'] * $claimDetail['rate']) - $claimDetail['actual_co_contribution'] |
| Payment Determination Variance | Difference between government and CV calculated values.
Calculation: Payment Determination Variance = (Payment Determination Govt Calculated) − (Payment Determination CV Calculated). |
| Payment Determination Final | This value displays either the CV-calculated or government-calculated amount, depending on the reconciliation status:
If reconciliation status is disputed, then the CV-calculated value is used.
If reconciliation status is accepted or no variance, then the Government-calculated value is used. |
| Budget Drawn Down | Displays the final value where available; otherwise, displays the variance between calculated values. |
| Budget Drawn Down - Govt Calculated | Value sourced from payment file [CSV - PaymentItemBudget], column 4 ($fields[3]). |
| Budget Drawn Down - CV Calculated | Calculated budget usage based on service delivery.
Calculation: $claimDetail['rate'] * $claimDetail['quantity'] |
| Budget Drawn Down Variance | Difference between government and CV calculated values.
Calculation: Budget Drawn Down Variance = (Budget Drawn Down Govt Calculated) − (Budget Drawn Down CV Calculated). |
| Budget Drawn Down Final | This value displays either the CV-calculated or government-calculated amount, depending on the reconciliation status:
If reconciliation status is disputed, then the CV-calculated value is used.
If reconciliation status is accepted or no variance, then the Government-calculated value is used. |
| Final Determination | Displays the final value where available; otherwise, displays the variance between calculated values. |
| Final Determination - Govt Calculated | Value sourced from payment file [CSV - PaymentItems], column 28 ($fields[27]). |
| Final Determination - CV Calculated | Calculated final payable amount after co-contribution.
Calculation: ($claimDetail['quantity'] * $claimDetail['rate']) - $claimDetail['actual_co_contribution'] |
| Final Determination Variance | Difference between government and CV calculated values.
Calculation: Final Determination Variance = (Final Determination Govt Calculated) − (Final Determination CV Calculated). |
| Final Determination Final | This value displays either the CV-calculated or government-calculated amount, depending on the reconciliation status:
If reconciliation status is disputed, then the CV-calculated value is used.
If reconciliation status is accepted or no variance, then the Government-calculated value is used. |
| Reconciliation Status | Indicates the reconciliation outcome and determines which calculated value is used. |