Implications & Operations

The Corporate Practice of Medicine Doctrine: A Guide for Practice Owners

SOVDOC · June 16, 2025

h2 { padding-top: 0.75em; padding-bottom: 0.25em; } blockquote { margin-top: 1em; } table { margin-top: 0.75em; margin-bottom: 0.75em; } .callout { border-radius: 0; padding: 1.5rem 2rem; margin: 2rem 0; position: relative; font-size: 16px; line-height: 1.6; } /* Yellow Callout - Warning/Important */ .callout-yellow { background-color: #fffbf0; border-left: 4px solid #f4a261; } .callout-yellow::before { content: "Important"; font-weight: 600; font-size: 14px; color: #e76f51; text-transform: uppercase; letter-spacing: 0.5px; display: block; margin-bottom: 0.5rem; } .callout-yellow .callout-content { color: #8b4513; } /* Green Callout - Success/Key Point */ .callout-green { background-color: #f8fffe; border-left: 4px solid #2a9d8f; } .callout-green::before { content: "Key Insight"; font-weight: 600; font-size: 14px; color: #264653; text-transform: uppercase; letter-spacing: 0.5px; display: block; margin-bottom: 0.5rem; } .callout-green .callout-content { color: #264653; } .callout-content { margin: 0; font-weight: 400; } /* Alternative titles via CSS */ .callout-yellow.tip::before { content: "Pro Tip"; } .callout-yellow.consideration::before { content: "Consider This"; } .callout-yellow.more::before { content: "Learn More"; } .callout-green.takeaway::before { content: "Key Takeaway"; } .callout-green.best-practice::before { content: "Best Practice"; } .wp-block-details.is-layout-flow { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; margin: 2rem 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; } /* Summary (clickable header) styling */ .wp-block-details.is-layout-flow summary { padding: 1rem 1.5rem; cursor: pointer; user-select: none; font-weight: 600; color: #374151; border-radius: 8px; transition: all 0.2s ease; position: relative; list-style: none; } .wp-block-details.is-layout-flow summary:hover { background: #f9fafb; color: #2563eb; } /* Hide default marker and add custom icon */ .wp-block-details.is-layout-flow summary::marker { content: ''; } .wp-block-details.is-layout-flow summary::-webkit-details-marker { display: none; } .wp-block-details.is-layout-flow summary::before { content: ''; margin-right: 0.5rem; font-size: 0.9em; } /* Add dropdown arrow */ .wp-block-details.is-layout-flow summary::after { content: '▼'; position: absolute; right: 1.5rem; transition: transform 0.2s ease; font-size: 0.8em; color: #6b7280; } /* Rotate arrow when open */ .wp-block-details.is-layout-flow summary::after { transform: rotate(180deg); } /* Content area styling */ .wp-block-aioseo-table-of-contents { padding: 0 1.5rem 1.5rem 1.5rem; border-top: 1px solid #f3f4f6; margin-top: 0; } /* Main list styling */ .wp-block-aioseo-table-of-contents ul { list-style: none; margin: 0; padding: 0; } /* List item styling */ .wp-block-aioseo-table-of-contents li { margin: 0; padding: 0; } /* Link styling */ .wp-block-aioseo-table-of-contents a { display: block; padding: 0.5rem 0; color: #4b5563; text-decoration: none; border-bottom: 1px solid transparent; transition: all 0.2s ease; position: relative; padding-left: 1rem; } /* Hover effects */ .wp-block-aioseo-table-of-contents a:hover { color: #2563eb; padding-left: 1.2rem; } .wp-block-aioseo-table-of-contents a:hover::before { color: #2563eb; } /* Nested list styling (if AIOSEO creates nested structures) */ .wp-block-aioseo-table-of-contents ul ul { margin-left: 1rem; } .wp-block-aioseo-table-of-contents ul ul a { padding-left: 2rem; font-size: 0.9em; } .wp-block-aioseo-table-of-contents ul ul a::before { content: '◦'; } .wp-block-aioseo-table-of-contents ul ul ul a { padding-left: 3rem; font-size: 0.85em; color: #6b7280; } .wp-block-aioseo-table-of-contents ul ul ul a::before { content: '‣'; } .faq-section h2 { padding-bottom: 1.25em; } .faq-section { max-width: 1024px; margin: 0 auto; } .faq-category { margin-bottom: 40px; } .faq-section .category-title { font-size: 1.5rem; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #9bcc50; } .faq-section details { background: white; border: 1px solid #e1e8ed; border-radius: 8px; margin-bottom: 16px; overflow: hidden; transition: all 0.3s ease; } .faq-section details:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); } .faq-section details { border-color: #9bcc50; box-shadow: 0 4px 20px rgba(155, 204, 80, 0.15); } .faq-section summary { padding: 24px; padding-right:30px; cursor: pointer; font-weight: 600; font-size: 1.1rem; color: #2c3e50; background: white; border: none; outline: none; transition: all 0.3s ease; position: relative; list-style: none; } .faq-section summary::-webkit-details-marker { display: none; } .faq-section summary::after { content: "+"; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; font-weight: 300; color: #9bcc50; transition: transform 0.3s ease; } .faq-section details summary::after { transform: translateY(-50%) rotate(45deg); } .faq-section summary:hover { background-color: #f8f9fa; } .faq-section details summary { background-color: #f8f9fa; border-bottom: 1px solid #e1e8ed; } .faq-content { padding: 24px; color: #555; line-height: 1.7; background: white; } .faq-content p { margin-bottom: 16px; } .faq-content p:last-child { margin-bottom: 0; } .faq-content ul { margin: 16px 0; padding-left: 20px; } .faq-content li { margin-bottom: 8px; } .faq-section .highlight { background-color: #f0f8e7; padding: 2px 6px; border-radius: 4px; color: #5a7c32; font-weight: 500; } @media (max-width: 768px) { .faq-section summary { padding: 20px; padding-right:30px; font-size: 1rem; } .faq-section summary::after { right: 20px; } .faq-content { padding: 20px; } }

Alt text:

You’ve built a successful practice, and a private equity firm or strategic acquirer has made an attractive offer. But before you proceed, there’s a critical state-level rule that can shape—or even stop—your deal: the Corporate Practice of Medicine (CPOM) doctrine.

This isn’t just legal trivia; it’s a fundamental principle that dictates who can own a medical practice and employ physicians. For owners in states like California, Texas, and New York, ignoring CPOM can put the entire transaction and your medical license at risk. Understanding this doctrine is a crucial step in preparing for the post-acquisition changes that follow a sale.

What is the Corporate Practice of Medicine (CPOM) Doctrine?

The Corporate Practice of Medicine doctrine is a legal principle, established at the state level, that prohibits non-physician entities—like standard corporations, private equity funds, or laypersons—from practicing medicine. This generally includes directly owning a clinical practice or employing physicians to provide medical services.

The primary goal of CPOM is to protect the integrity of the physician-patient relationship. The doctrine operates on a simple premise: clinical decisions should be made by licensed medical professionals, free from the influence of corporate shareholders focused on profits. It aims to prevent situations where a business executive could dictate patient care protocols to maximize revenue.

Because CPOM is not a federal law, its interpretation and enforcement are left to individual states, creating a complex patchwork of regulations across the country.

State-by-State Enforcement: Why Your Location is Critical

The single most important factor in CPOM compliance is your practice’s location. Approximately 33 states have CPOM laws on the books, but the level of enforcement varies dramatically. What is standard practice in one state could be illegal in another.

This is why you can’t apply a one-size-fits-all approach to deal structuring. The transaction must be tailored to the specific rules of your state.

Even in low-enforcement states, it’s wise to structure deals carefully, as a state can choose to increase its enforcement activity at any time.

How CPOM Impacts Your Practice Sale

For a physician-owner, the CPOM doctrine directly impacts the mechanics of a sale to any non-physician buyer. In states with strong enforcement, these rules create two major roadblocks:

  1. Ownership Restrictions: A private equity firm or a typical LLC cannot directly purchase and own the assets of your clinical practice. The legal entity that holds the right to practice medicine must be owned by licensed physicians.
  2. Employment Restrictions: The buyer cannot directly employ you or your associate physicians to perform clinical services. This means a standard employment agreement between the buyer and the physician is often not compliant.

Failure to adhere to these rules carries significant risks, including financial penalties, physicians losing their licenses, and, in the worst-case scenario, the entire M&A transaction being declared null and void.

The Solution: Compliant Deal Structures in CPOM States

So, how do multi-million dollar deals happen in states like California? The answer lies in separating the clinical functions of a practice from its administrative and management functions. The most common and accepted method for this is the Management Services Organization (MSO) model.

Here’s how it works:
* The Professional Corporation (PC): Your clinical practice is owned by a new legal entity, typically a Professional Corporation (PC), which must be 100% owned by a licensed physician in that state. This PC employs all physicians and clinical staff and holds all clinical assets. This is sometimes called a “Friendly PC” because its physician-owner is friendly to the goals of the investor.
* The Management Services Organization (MSO): The buyer (the PE firm or larger company) owns a separate company called a Management Services Organization. This MSO provides all non-clinical, administrative services to the PC.

The MSO enters into a long-term Management Services Agreement (MSA) with the PC. Under this agreement, the MSO handles:
* Billing and revenue cycle management
* Marketing and advertising
* Human resources and payroll for non-clinical staff
* IT support and EMR systems
* Real estate and equipment leasing
* Financial reporting and accounting

In exchange for these services, the MSO charges the PC a management fee. This fee is structured to capture the majority of the practice’s profits, effectively transferring the economic value of the practice to the investors without violating CPOM. A well-structured transaction using this model is a key component of a successful deal, and you can learn more about the MSO structure here.

Successfully handling CPOM requirements comes down to proactive planning and expert guidance. You cannot afford to treat this as an afterthought.

First, conduct your due diligence early. Understanding your state’s specific CPOM stance should be one of the first steps you take when considering a sale.

Second, assemble the right advisory team. The importance of specialized legal counsel cannot be overstated. You need a healthcare attorney who has extensive experience structuring deals in CPOM states, not a general business lawyer. They will ensure the MSA and other legal documents are crafted to keep clinical and business decisions appropriately separate.

Finally, recognize that CPOM is just one part of a larger regulatory framework. Your deal structure must also be compliant with federal rules like the Stark Law and Anti-Kickback Statute, which govern referrals and financial relationships.

How SovDoc Helps You Address CPOM Head-On

At SovDoc, our M&A process is built to confront CPOM from day one. We don’t wait for legal diligence to uncover a potential deal-killer. Our valuation models and proposed deal structures are designed with your state’s regulatory environment in mind. We work alongside your legal team and connect you with experienced healthcare attorneys to ensure the transaction is not only profitable but legally sound and defensible long after the deal closes.

Your practice’s legacy and your financial future depend on getting this right. With careful planning and the right partners, you can achieve a successful sale while fully complying with the law.

Frequently Asked Questions

What is the Corporate Practice of Medicine (CPOM) doctrine?

The Corporate Practice of Medicine (CPOM) doctrine is a legal rule at the state level that prohibits non-physician entities from owning medical practices or employing physicians to provide clinical services. Its main purpose is to protect the physician-patient relationship by ensuring that clinical decisions are made by licensed medical professionals, free from corporate influence focused on profit.

Why does the CPOM doctrine matter when selling a medical practice?

CPOM matters because it dictates who can legally own your medical practice. In states with strong CPOM enforcement (like California and Texas), non-physician entities such as private equity firms or corporations cannot directly own or employ physicians in a clinical practice. Violating these rules risks fines, loss of medical licenses, and can nullify the entire transaction.

Which states have strict CPOM laws and how does this affect selling a practice?

About 33 states have CPOM laws, with varying levels of enforcement. High enforcement states include California, Texas, New York, and North Carolina. In these states, strict rules prevent non-physician ownership and employment, requiring specialized deal structures like the Management Services Organization (MSO) model to comply with the law during a sale.

How does the MSO structure help in complying with CPOM rules when selling a practice?

The MSO model separates clinical functions from administrative ones. A physician-owned Professional Corporation (PC) holds all clinical assets and employs doctors. A separate MSO, owned by the non-physician investors, provides non-clinical services (billing, HR, marketing) to the PC for a management fee. This keeps clinical decisions with physicians and allows the investors to receive economic benefits legally.

What should I do to ensure CPOM compliance during the sale of my practice?

Start with early due diligence to understand your state’s CPOM laws. Assemble a team including healthcare-specific legal counsel experienced in CPOM-compliant deal structures. Ensure all agreements, especially the Management Services Agreement (MSA) between the PC and MSO, are carefully crafted so that business decisions do not influence clinical care. Also, consider other federal laws like the Stark Law and Anti-Kickback Statute in your planning.

Considering a transition?

A 30-minute partner call, under NDA. We'll walk through what cash flow management looks like inside a transaction.

Book a call