Inpatient Psychiatric Facility Prospective Payment System (IPF PPS)¶
The Inpatient Psychiatric Facility Prospective Payment System (IPF PPS) is the methodology used by Medicare to pay for inpatient psychiatric services furnished in psychiatric hospitals and psychiatric units of acute care hospitals and critical access hospitals. Our application implements the official CMS logic to simulate these payments.
Methodology Overview¶
Unlike IPPS which pays per discharge, the IPF PPS pays a predetermined per diem (daily) rate for each day of the patient's stay. This federal per diem base rate is adjusted to reflect patient and facility characteristics that are associated with statistically significant cost differences.
Payment Calculation¶
The daily payment is calculated by starting with the standard federal per diem base rate and applying various adjustments: - Geographic Factors: Wage index adjustment to account for area wage differences. - Patient Characteristics: Adjustments for age, MS-DRG, and comorbidities. - Facility Characteristics: Adjustments for rural location, teaching status, and emergency department presence.
Key Components¶
Patient-Level Adjustments¶
Payment rates are adjusted based on specific patient factors that increase the cost of care: - MS-DRGs: Adjustments for specific psychiatric Medicare Severity Diagnosis Related Groups. - Comorbidities: Higher payments for patients with certain complicating conditions (e.g., renal failure, uncontrolled diabetes). - Age: Adjustments for patient age (increased rates for older patients).
Facility-Level Adjustments¶
- Wage Index: Adjusts for local labor market costs.
- Rural Location: Additional payment for facilities located in rural areas.
- Teaching Status: Adjustment based on the ratio of interns and residents to average daily census.
- Emergency Department (ED): Higher per diem for the first day of stay for facilities with a qualifying ED.
- Cost-of-Living (COLA): For facilities in Alaska and Hawaii.
Additional Payments¶
- Outlier Payments: For cases with extraordinarily high costs exceeding the standard payment plus a fixed loss threshold.
- Electroconvulsive Therapy (ECT): Additional payment for each ECT treatment furnished during the stay.
- Interrupted Stay Policy: If a patient is discharged and readmitted to the same IPF within 3 consecutive days, it is treated as a continuous stay.
Implementation Details¶
Our IPF processing engine is a custom implementation based on the CMS Web Pricer software and official PC Pricer logic.
CMS Web Pricer¶
We integrate the logic from the official CMS source code to ensure high fidelity with Medicare payment rules. - Source: CMS Pricer Source Code - Updates: Updated annually (October 1) to match the Federal Fiscal Year requirements.
Data Sources¶
The processor utilizes the following CMS data files: - Provider Specific File (PSF): Hospital-specific rates, wage indexes, and COLA. - IPF PPS Tables: Per diem rates, adjustment factors for DRGs, comorbidities, and age.
Using the IPF Module¶
- Select Module: Ensure "IPF" is checked in the Module Selector.
- Enter Diagnosis: Principal and Secondary diagnoses determine the MS-DRG and Comorbidity adjustments.
- Enter Age: Patient age is a key factor in the per diem calculation.
- Enter Procedures: Indicate if Electroconvulsive Therapy (ECT) was performed.
- Review Results: The output will show the daily rate, total base payment, any outlier or ECT add-ons, and the total reimbursement.
Frequently Asked Questions¶
What is IPF? IPF is the prospective payment system used by Medicare to pay for specific care facilities. Our application integrates the official CMS logic to simulate these payments accurately.
How does the IPF module handle outlier payments? Outlier payments are provided to protect hospitals from large financial losses due to extraordinarily expensive cases. Our engine calculates these based on the CMS Web Pricer thresholds and Cost-to-Charge Ratios.
Are the rates automatically updated? Yes, our system processes the latest fiscal year data from CMS (including the Provider Specific File) to ensure all standardized amounts and relative weights are up to date.