# DRG economics and cost-per-case profitability analysis
A hospital gets paid the same fixed amount for a hip replacement whether the patient goes home in two days or lingers for eight. That single fact is the engine behind almost every financial decision a hospital makes.
That fixed amount is called a DRG payment. DRG stands for Diagnosis Related Group, a system used by Medicare (and copied by many private insurers) that bundles a patient's entire inpatient stay into one lump sum based on their diagnosis and procedure. The hospital keeps the difference if it treats the patient for less than the payment. It eats the loss if the case costs more.
This lesson shows you how to build a cost-per-case model against that fixed payment, and why some service lines quietly subsidize others.
When a patient is admitted, they are assigned to one DRG at discharge. Each DRG carries a "relative weight," a number that reflects how resource-intensive that type of case is on average. A routine case might carry a weight below 1.0. A complex cardiac surgery might carry a weight of 5.0 or more.
The payment formula is simple:
Payment = DRG relative weight x hospital base rate
The base rate is a dollar figure specific to each hospital, adjusted by Medicare for local wages, teaching status, and whether the hospital serves many low-income patients. So the same DRG pays different hospitals different amounts.
The key point: the payment is fixed the moment the DRG is assigned. It does not move if the patient stays longer or needs more supplies. That is the entire design. It pushes hospitals to control cost per case.
You can browse the actual DRG weights and definitions in the CMS MS-DRG documentation, which is free and updated annually.
To know if a case earns or loses money, you compare the fixed payment against what it actually cost you to deliver. Cost per case breaks into a few big buckets.
1. Length of stay (LOS) costs. Every day a patient occupies a bed carries a "per diem" cost: nursing, room, meals, monitoring, basic pharmacy. This is often the single largest variable. A patient who stays 6 days instead of 3 roughly doubles this bucket.
2. Supply and implant costs. The physical items used: implants, devices, drugs, disposables. In orthopedics and cardiology, a single implant can cost several thousand dollars and dominate the case.
3. Procedure and OR time. Operating room minutes are expensive because they consume staff, equipment, and anesthesia. A procedure that runs long burns margin fast.
4. Ancillary services. Imaging, labs, physical therapy. Individually small, collectively meaningful.
Let us model two knee replacement patients paid under the same DRG. Assume a fixed DRG payment of $16,000 for both (illustrative numbers, not a quoted rate).
| Cost item | Patient A | Patient B |
|---|---|---|
| Implant | $5,000 | $5,000 |
| OR time | $3,500 | $3,500 |
| Room per diem | $1,800/day x 2 = $3,600 | $1,800/day x 5 = $9,000 |
| Ancillaries | $1,200 | $2,500 |
| Total cost | $13,300 | $20,000 |
| Payment | $16,000 | $16,000 |
| Margin | +$2,700 | -$4,000 |
Same procedure. Same payment. One earns money, one loses money. The only difference is length of stay and a few extra ancillaries.
This is why hospitals obsess over LOS. Every avoidable day pushes a profitable case toward a loss.
Notice how the per diem line moved the result. LOS is usually the biggest lever a hospital can actually control, because implant prices and DRG payments are largely set by contracts and regulation.
This is the logic behind discharge planning, case management, and "care pathways" (standardized step-by-step plans for a given condition). Getting a patient safely home one day sooner is not just clinically good. It converts a losing case into a winning one.
There is a limit. Discharging too early risks readmission. Medicare's Hospital Readmissions Reduction Program penalizes hospitals with excess readmissions for certain conditions. So the goal is not the shortest stay. It is the right stay: fast enough to protect margin, safe enough to avoid a penalty.
In some service lines, the implant is the story. Spine surgery, joint replacement, and cardiac rhythm devices can carry supply costs so high that the payment barely covers the hardware plus a normal stay.
This creates two financial responses:
The finance takeaway: on high-supply DRGs, the margin lives or dies on supply cost, not LOS.
Once you build cost-per-case models across a hospital, a pattern appears: some service lines run consistently positive, others consistently negative.
Commonly, procedural and surgical lines (cardiology, orthopedics, certain surgeries) tend to generate positive margins under commercial payers. Meanwhile, service lines heavy in Medicaid, uninsured, or medically complex patients (behavioral health, some general medicine) often run at a loss or near breakeven.
The profitable lines effectively subsidize the unprofitable ones. This is not an accounting trick. It is how most full-service hospitals stay open while providing services that lose money but the community needs.
This is also why payer mix matters so much. The same DRG can be profitable for a commercially insured patient and unprofitable for a Medicaid patient, because Medicaid often pays below the DRG-equivalent rate. A hospital with a heavy Medicaid population faces structurally thinner margins on identical clinical work.
Knowledge check
1. Under the DRG payment system, what happens to a hospital's reimbursement when a patient's length of stay is longer than expected for their assigned DRG?
2. Why can the same DRG pay two different hospitals different dollar amounts?
3. What does a DRG's 'relative weight' primarily reflect?
4. Select ALL correct answers about how the DRG system shapes hospital financial behavior.
Select all the correct answers.
5. Select ALL correct answers about the DRG payment formula and its inputs.
Select all the correct answers.
A good cost-per-case model is not a one-time exercise. Finance and operations teams use it to:
Target outlier cases. Flag cases where cost exceeded payment and ask why. Was it LOS? A costly implant? A complication? Patterns point to fixable process problems.
Support service line decisions. Should the hospital expand the profitable ortho program? Can it afford to keep a money-losing but essential service? The model quantifies the tradeoff instead of guessing.
Improve documentation. Sometimes a case loses money on paper because the patient's true complexity was not fully documented, so they were assigned a lower-weight DRG than their care justified. Accurate clinical documentation (capturing complications and comorbidities) ensures the case lands in the correct DRG. This is legitimate accuracy, not gaming. It matters because a more complex documented case maps to a higher-weight DRG and a payment that reflects the real resources used.
Benchmark against peers. Comparing your LOS and cost per case for a given DRG against national averages reveals whether you are efficient or bleeding.
Under fee-for-service billing, more tests and more days meant more revenue. Under DRG payment, more days and more supplies mean more cost against a fixed payment. The financial incentive flips completely. Every clinical decision becomes a margin decision, and the finance team's job is to make that visible without compromising care.