Inpatient Rehabilitation Facility Prospective Payment System (IRF PPS)¶
The Inpatient Rehabilitation Facility Prospective Payment System (IRF PPS) is the Medicare reimbursement model that governs payments to inpatient rehabilitation facilities (IRFs) for treating beneficiaries recovering from illness, injury, or surgery. Our application implements the official CMS logic to simulate these payments accurately.
Methodology Overview¶
The IRF PPS is a case-based prospective payment system designed to reflect resource use across patient categories. Payments are established in advance using prospective, per-discharge payment bundles based on patient classification rather than actual costs or charges.
Payment Calculation¶
The basic payment calculation formula is:
Key components include: - Base Rate: A standard payment conversion factor (e.g., hypothetically $18,680 for FY 2025). - Case-Mix Group (CMG): Categorizes patients based on clinical characteristics and anticipated resource use. - Adjustments: Various facility and patient-level adjustments are applied to the base payment.
Key Components¶
Case-Mix Groups (CMGs)¶
At the heart of IRF PPS is the CMG, which is determined by: - Impairment Group Code (IGC): The primary reason for rehabilitation. - Functional Status Scores: From Section GG of the IRF-PAI (ranging from 1 to 6), reflecting independence in self-care and mobility. - Age: Patient age. - Comorbidities: Presence of specific conditions.
Each CMG has a relative weight that directly influences the payment amount.
Comorbidity Tiers¶
CMGs can be further adjusted by comorbidity tiers (Tier 1, Tier 2, Tier 3, or non-tiered), which reflect increased expected resource use and provide add-on payments.
Facility-Level Adjustments¶
- Wage Index: Aligns labor costs with geographic differences.
- Teaching Status: Adjustment for facilities with approved residency programs.
- Rural Adjustment: A 14.9% adjustment for rural IRFs.
- Low-Income Percentage (LIP): Adjustment for facilities serving a high share of low-income patients.
Outlier Payments¶
To protect IRFs from financial loss when treating exceptionally high-cost cases, outlier payments are triggered when the estimated cost of a case exceeds an outlier threshold established by CMS. This is calculated using covered charges and a facility-specific cost-to-charge ratio (CCR).
Implementation Details¶
Our IRF processing engine is a custom implementation based on the CMS Web Pricer software and official legislation.
Section 1886(j) Compliance¶
The system adheres to the legislative provisions under Section 1886(j) of the Social Security Act, which authorizes the per-discharge prospective payment system.
Data Sources¶
The processor utilizes the following data: - IRF-PAI Data: Patient assessment data fed directly into the calculation. - Provider Specific File (PSF): Hospital-specific rates, wage indexes, and LIP. - CMG Table: Relative weights and average lengths of stay.
Using the IRF Module¶
- Select Module: Ensure "IRF" is checked in the Module Selector.
- Enter IRF-PAI Data: Complete Section GG functional status scores and other required assessment fields.
- Enter Diagnosis & IGC: Accurate impairment group codes and comorbidities are essential for correct CMG assignment.
- Review Results: The output will detail the assigned CMG, comorbidity tier, applicable adjustments, and final payment amount.