837P vs 837I: Understanding Professional and Institutional Healthcare Claims
Whether your platform needs to generate 837P or 837I claims - or both - depends on the kind of care being billed, not the technology. Getting this wrong early usually means a data model rebuild later.
Who submits which
837P (Professional) is used by physicians, individual practitioners, and most non-facility-based providers billing for professional services - an office visit, a procedure performed by a specific provider. 837I (Institutional) is used by facilities - hospitals, skilled nursing facilities, home health agencies, and similar institutional providers - billing for facility-based services, often alongside a separate professional claim from the individual provider who delivered care within that facility.
A single episode of care can generate both: a hospital submits an 837I for the facility stay, while the attending physician's practice separately submits an 837P for their professional services during that same stay. Your platform needs to know which side of that split it's on (or both) before its claims data model is designed.
Structural differences that matter for your data model
837I claims use revenue codes (identifying the type of hospital service - room and board, pharmacy, lab) alongside or instead of the CPT/HCPCS procedure codes that dominate 837P service lines, and include facility-specific fields like type of bill and patient discharge status that have no 837P equivalent. 837I claims are also more likely to involve DRG (Diagnosis-Related Group) based reimbursement logic rather than the fee-for-service, per-procedure model more common in 837P billing.
If your platform's data model was designed around 837P's provider-centric, per-procedure shape and you later need to support institutional billing, expect real rework - revenue codes, bill type, and facility-level claim structure don't map cleanly onto a professional-claims-shaped schema.
Deciding which you need before you build
This should be one of the first questions answered in a claims-integration project, not discovered mid-build: is the platform billing for individual provider services (837P), facility-based services (837I), or both? A platform serving individual practices or telehealth providers almost always only needs 837P. A platform serving hospitals, home health agencies, or facility-based care needs 837I, often alongside 837P support for any affiliated professional billing.
FAQ