Databricks Silver Architecture for PE-Backed Provider Platforms

James Griffin
CEO

Every PE-backed provider platform eventually hits the same wall. The acquisition pipeline is humming, new practices are closing every quarter, but the data infrastructure was never built to keep pace. Nowhere does that mismatch hurt more than in the Silver layer of the Databricks Medallion architecture.

This is not a Medallion primer. Bronze, Silver, and Gold layers are already familiar territory. What matters is a Silver layer design framework built for roll-up environments, where every acquisition brings a different EHR vendor, a different charge description master, and a different definition of "location." In this article, we'll go over Silver schema design, patient identity resolution, revenue cycle conformance, management reporting, and exit readiness.

Why Silver Architecture Is an EBITDA and Exit Problem

Most PE-backed provider platforms treat Silver layer work as a data engineering task. That framing is costing them real money.

Silver Layer Errors Become Reconciliation Burden and Denial Drag

When a Silver schema cannot cleanly normalize data from an acquired practice, the cost shifts to people. Finance teams spend days reconciling management reports before every board meeting. Revenue cycle staff trace denial patterns back to procedure code mismatches that should have been caught at Silver. According to HFMA's revenue leakage analysis, approximately 15% of claims are denied at first submission, nearly two-thirds of those are never resubmitted, and hidden underpayment can erode net collections by as much as 11%. That is not a clearinghouse problem. That is a Silver layer problem.

Why the Roll-Up Model Compounds Silver Layer Debt

A standard enterprise data platform adds one or two new data sources per year. A PE-backed roll-up might close four to eight acquisitions in the same period. A JAMA Health Forum analysis found more than 800 private-equity healthcare transactions completed in 2022 alone. Each acquisition arrives with a different EHR, a different billing vendor, and a different set of encounter codes that need to resolve into the shared data model. A Silver schema designed around the first three acquisitions will start fracturing by the fifth, and entity-specific transformation debt accumulates faster than the team can pay it down.

Reframing Silver Design as a Value Creation Decision

The Silver layer is a value creation lever with a direct line to exit multiple.

A Silver architecture should do the following

●      Produce reliable auditable, cross-entity management reporting compresses the due diligence cycle

●      Demonstrates operational scalability to acquirers

●      Eliminates the data room risk that suppresses offers or introduces retrading risk late in a process

Design decisions made at Silver today are underwriting decisions for the exit being planned three to five years from now.

Entity Normalization at Silver: A Schema That Absorbs Acquisitions

The most common Silver layer failure mode in roll-up environments is building a schema around the anchor EHR. It feels reasonable early on. By the fourth or fifth acquisition, it becomes a structural liability.

Why a Silver Schema Built Around One EHR Breaks

A platform running its first three acquisitions on Cerner will find that its Silver schema maps cleanly. Add a primary care group on athenahealth and a specialty practice on eClinicalWorks, and the transformation layer now carries three different definitions of "encounter" and provider records that cannot be joined without custom logic for each.

Building an Entity-Agnostic Canonical Schema for New Acquisitions

The solution is a canonical data model that is EHR-agnostic from day one. Each new acquisition gets a transformation layer that maps its source data into the canonical schema. The schema itself never changes when a new entity arrives.

Databricks' Medallion architecture documentation defines Silver as the layer handling schema enforcement, deduplication, type casting, data-quality checks, and late-arriving data

It is where a raw ADT message becomes an encounter fact and a raw 835 remittance becomes a normalized payment-adjustment record, not just "cleaner Bronze."

Practice, Location, and Provider Hierarchy as First-Class Silver Elements

The management company needs to report at the practice, location, provider, and portfolio levels. If those hierarchies are not first-class Silver schema elements, every new cross-entity question from the sponsor requires ad hoc joins. Build a dedicated entity registry at Silver that captures the practice-to-location-to-provider hierarchy for every acquired entity, and make every downstream KPI joinable to it so the data can be sliced at any level on demand.

How Delta Lake MERGE Supports Incremental Entity Onboarding

Bronze ingestion cadences vary by entity and EHR vendor. Some practices feed nightly, some weekly, some on irregular schedules. Delta Lake's MERGE operation supports inserts, updates, and deletes, allowing a new practice to be onboarded into Silver without triggering a full refresh of every other entity's data. In healthcare terms, that means Silver tables can absorb retroactive payer corrections, late coding changes, and adjusted remittances without rebuilding the downstream model.

Patient Identity Resolution Across Acquired EHR Environments

Patient identity fragmentation is one of the most operationally costly problems in multi-entity provider platforms, and it is a Silver layer design problem.

Why Bronze Cannot Hold Patient Identity Across Acquired Practices

Bronze faithfully copies source data. That means Bronze holds three different patient identifiers for the same person seen across three acquired practices, each with slightly different name spellings, dates of birth, or addresses. By 2024, approximately 9 in 10 hospitals enabled patient electronic access through an API, meaning more patient data flows across more systems than ever. Patient identity resolution belongs at Silver, where it requires transformational logic, not just ingestion.

EMPI-Style Deduplication at Silver for Conflicting Demographic Data

The right pattern is an EMPI-style (Enterprise Master Patient Index) deduplication process implemented as a Silver layer transformation. Each resolved patient identity is assigned a global patient identifier that persists across all entities. Every encounter, charge, and quality measure in Silver links to that global ID rather than to a source-system-specific key. This is the same concept payer data teams use when matching members across health plans, HIEs, and EMRs .

Deterministic vs. Probabilistic Matching Tradeoffs in Roll-Up Environments

Deterministic matching uses exact key agreement on fields like date of birth and name. Probabilistic matching scores partial matches above a confidence threshold. Deterministic is precise but produces high missed-match rates when acquired practices have inconsistent data entry. Probabilistic captures more true matches but introduces false merge risk. A false merge collapses two patients' records, commingles their claims, and creates a billing compliance problem. The practical approach for roll-up environments is a hybrid: deterministic as the primary pass and probabilistic as secondary, with a human review queue for records near the confidence threshold.

How Fragmented Patient Records Produce Billing and Attribution Exposure

Unresolved patient identities at Silver produce duplicate claims submissions and coordination of benefits failures on the revenue cycle side, and inaccurate care gap attribution on the quality side. A patient split across two unresolved identities appears to have open gaps in both records when neither gap actually exists. For platforms in value-based contracts, that fragmentation is a direct EBITDA cost in the form of missed shared savings attribution.

Revenue Cycle Conformance at Silver: CDM and Denial Prevention

Revenue cycle is where Silver architecture decisions translate most directly into EBITDA impact. Silver layer data quality problems produce denial rate increases, which compress net collection rate, which reduces EBITDA. The causal chain is that direct.

Charge Master Normalization Belongs at Silver, Not in Finance

Each acquired practice arrives with its own charge description master (CDM) mapping internal charge codes to procedure codes, revenue codes, and fee schedules. Across a portfolio of eight to ten practices, that means eight to ten CDMs that must resolve into a single normalized charge record at Silver before cross-entity revenue cycle analysis is meaningful. Finance teams should not be maintaining spreadsheets that reconcile charge codes across entities before every board meeting. That work belongs in Silver transformation logic, executed systematically.

Pre-Submission 837 Claim Validation at Silver

Before a claim reaches the clearinghouse, Silver can run conformance checks against 837 transaction structures to flag records with missing required fields, invalid code combinations, or payer-specific edit failures. CMS reported that the FY 2024 Medicare fee-for-service improper payment rate was 7.66%, representing $31.70 billion, with 79.11% of Medicaid improper payments attributed to insufficient documentation. Silver is exactly the layer where documentation completeness and claim-assembly rules should be enforced before data reaches Gold dashboards or payers.

Payer Contract Rule Mapping at Silver for Reimbursement Modeling

Net collection rate is among the KPIs sponsors scrutinize most closely. When Silver holds allowed amounts, contractual adjustment rules, and effective date ranges for each payer-entity combination, the Gold layer can model expected reimbursement per claim rather than relying on post-payment actuals. That makes it possible to identify entities where actual collections underperform expected reimbursement and investigate whether the gap is driven by denials, underpayments, or contract terms that need renegotiating.

How Charge Capture Gaps and Code Mismatches Erode EBITDA

Charge capture gaps are encounters that occurred but never produced a charge record. Across a portfolio with heterogeneous EHR environments, they become systematic EBITDA leakage. CAQH's 2025 Index identified a remaining $21 billion savings opportunity in U.S. healthcare through full automation of manual and partially manual transactions. That automation only works when charge, eligibility, and remittance records are already normalized at Silver. Procedure code mismatches, where a charge is posted at a lower-value code than the documented service supports, represent revenue that was earned and not collected.

Management Reporting at Silver: Consistent KPIs Across the Portfolio

Inconsistent Silver schemas across acquired entities mean someone is spending days reconciling management reports before every sponsor review. That is a design problem, and it has a design solution.

Why PE Sponsors Cannot Trust Cross-Entity Dashboards

When each acquisition produces Silver transformation logic with its own field naming conventions and metric definitions, cross-entity dashboards cannot be trusted without manual verification. The finance team becomes the reconciliation layer. Sponsors notice when the numbers in the board deck cannot be tied to a consistent data model, and they adjust their confidence in the reporting accordingly.

Standardizing Days in AR and Denial Rate at Silver

Days in AR is not whatever each entity's billing system reports. It is a calculated field at Silver, derived from charge date, post date, and payment date fields that have been normalized into the canonical schema. The same applies to net collection rate, denial rate by payer, and charge capture efficiency. When those definitions live at Silver and are applied consistently across every entity, Gold layer dashboards are trustworthy by construction rather than by manual audit.

Supporting Same-Store vs. Acquisition Growth Reporting Mid-Period

PE sponsors need to distinguish same-store growth from acquisition-driven growth. The entity registry at Silver must track acquisition and onboarding dates as structured attributes so revenue cycle records can be filtered to same-store populations for any reporting period. When a new entity is onboarded mid-quarter, the reporting should automatically segment it out of same-store comparisons without requiring a manual adjustment from the analytics team.

How a Consistent Silver Model Eliminates Manual Reconciliation

Two analysts spending fifteen hours each before every monthly board package equals thirty hours per month and three hundred sixty hours per year on work that adds no analytical value. A Silver layer that produces consistent numbers by design reclaims that capacity for analysis that actually informs decisions and positions the platform for its next growth phase.

Value-Based Contract Performance at Silver: Shared Savings and EBITDA

For platforms participating in value-based contracts, Silver layer data quality is not just a reporting concern. It is a direct EBITDA driver.

Why Quality Measure Calculation Fails on Fragmented Patient Identity

HEDIS measures require complete patient histories. A patient split across two unresolved identities in the Silver layer will appear to have care gaps in both records when neither gap actually exists. At scale, that fragmentation depresses quality scores across value-based contracts. CMS reported that the Medicare Shared Savings Program produced more than $2.1 billion in net savings in 2023, with ACOs earning $3.1 billion in shared-savings payments. Those distributions go to platforms whose Silver data is clean enough to support accurate attribution.

Structuring Care Gap Data at Silver for HEDIS Logic

HEDIS denominators define the eligible population for each measure. Numerators capture qualifying events that close the measure. Both require a complete, resolved patient record joined to encounter history, lab results, and prescription data across all entities where the patient has been seen. When that is correctly normalized at Silver, HEDIS logic can be applied once across the full population rather than rebuilt for each acquired entity.

ADT-Driven Care Transition Records for Readmission Exposure Tracking

ADT (Admit, Discharge, Transfer) feeds from HIE connections provide near real-time visibility into when attributed patients are admitted or discharged. At Silver, normalized ADT events combined with encounter and claim records support readmission rate calculations by entity and by provider. CMS's Hospital Readmissions Reduction Program caps payment reductions at 3% of base operating DRG payments, a payment exposure that can only be tracked and managed when the Silver layer is current and trusted.

How Attribution Accuracy at Silver Affects Shared Savings EBITDA

As of January 2025, 53.4% of people with Traditional Medicare were in an accountable-care relationship, representing more than 14.8 million people. Attribution accuracy depends on complete, current eligibility and encounter data at Silver. When Silver data is fragmented or stale, attribution errors reduce the attributed population size and suppress shared savings distributions below what clinical performance earned.

PHI Access Control and Unity Catalog Governance Across Entities

Governance at Silver is not a compliance checkbox. It is the architectural prerequisite for using the Silver layer as a cross-entity analytics foundation without creating PHI exposure across entities operating under different regulatory environments.

Column-Level Encryption and Dynamic Masking in Unity Catalog

A multi-state platform may have acquired entities subject to California's CMIA, New York's SHIELD Act, and Texas medical privacy statutes simultaneously. Databricks Unity Catalog supports column-level security and dynamic data masking configurable by entity, user role, and column data classification. A management company analyst can access aggregated, de-identified revenue cycle data across all entities without accessing the PHI fields that are masked at the row level for their role.

Structuring Unity Catalog Permissions for HIPAA Minimum Necessary

HIPAA's Security Rule  requires administrative, physical, and technical safeguards for electronic PHI, and the minimum necessary standard limits access to what is required for the stated purpose. Databricks requires customers to enable the compliance security profile and maintain an active Business Associate Agreement before processing PHI. Unity Catalog's permission hierarchy enforces minimum necessary without requiring a separate technical architecture for management company versus entity-level access.

Audit Logging at Silver That Supports HITRUST Evidence Collection

HITRUST certification requires evidence of audit controls across the data environment. Databricks audit activity is available in system.access.audit, with low-latency delivery as JSON to Amazon S3. The Silver layer architecture should capture data lineage, access events, and transformation provenance in a format that supports HITRUST evidence collection regardless of where each acquired entity sits in its compliance maturity journey.

Data Residency Controls for Multi-State PE Provider Platforms

Some states impose data residency requirements that restrict where PHI can be stored or processed. Silver layer architecture must address those requirements through storage configuration, table partitioning by entity jurisdiction, and Unity Catalog policies that prevent cross-jurisdiction data access where it is not permitted. This is not an edge case for large platforms. It is a design constraint that must be resolved before practices in California and Texas attempt to share a single storage account.

What a Production-Ready Silver Layer Looks Like in Diligence

When a sponsor initiates a sale process, the data room will include more than financial statements. Sophisticated acquirers now evaluate the data infrastructure behind the numbers. The Silver layer either supports that scrutiny or creates diligence risk that affects the timeline and the valuation.

Lineage Requirements: Tracing Every Metric to Its Source Feed

Every number in the board deck should be traceable through the Silver transformation back to its source Bronze record, and from there to the original EHR or billing system extract. That lineage is a due diligence asset. When an acquirer's data team asks how net collection rate was calculated for a specific entity in a specific period, the answer should be a lineage query that returns in minutes, not a request for manual reconstruction. 

Modern platforms can automate this through Unity Catalog, which provides automatic column-level lineage across workspaces, ensuring that metrics like those in a board deck can be traced back through transformations to their source Bronze records, and even to external systems, providing the audit trails necessary for compliance frameworks like HITRUST.

Schema Consistency and Data Quality History as Diligence Assets

A well-structured data room includes Silver schema documentation showing consistent canonical model application across all entities, entity onboarding runbooks for each acquisition, and a data quality history that shows how the Silver layer has performed over time. Demonstrating that the canonical schema has not required structural changes to absorb the last three acquisitions materially differentiates the platform from peers whose data infrastructure is a question mark.

The Diagnostic Question Every PE-Backed Provider CIO Should Answer

Here is the question worth asking before the exit process starts: if a sponsor asked for a consistent, entity-level EBITDA bridge for every acquisition made in the last two years, broken down by net collection rate, denial rate, and charge capture efficiency, how long would it take? If the honest answer is weeks with manual reconciliation, the Silver layer needs work before that conversation. If the answer is hours, it gets a premium.

How Invene Approaches Silver Architecture for PE-Backed Provider Platforms

Invene is a US-based healthcare engineering and AI solutions firm working exclusively in the healthcare sector, providing services for payers, providers, and health tech companies. When Invene engages PE-backed provider platforms on Silver architecture, the engagement starts with the management reporting and diligence requirements that matter to the sponsor, works backward to the Silver schema design that supports them, and builds entity onboarding processes that make each subsequent acquisition faster to integrate than the last. The goal is a Silver layer the platform does not have to apologize for when the data room opens.

Final Thoughts

Databricks Silver architecture for PE-backed provider platforms is a business design problem that lives in the P&L and in the exit process, not a data engineering backlog item. Every decision, from entity hierarchy normalization to patient identity resolution to payer contract rule mapping, either builds toward a reliable, auditable, exit-ready platform or accumulates debt that surfaces at the worst possible moment.

Start with what the management company needs to report. Work backward to the canonical schema that supports it. Build the transformation logic that maps every future acquisition into that schema without rebuilding it. That is the Silver architecture framework that protects EBITDA today and supports the exit multiple the sponsor is building toward.

Frequently Asked Questions

How can Invene help a PE-backed provider platform design a Silver layer that survives repeated acquisitions?

Invene is a healthcare-exclusive data engineering and AI implementation firm. On Silver architecture work, Invene starts with the management reporting and diligence requirements the sponsor actually cares about, then works backward to the canonical schema and entity onboarding process that support them. Engagements typically open with a 360 Analysis of the current data environment, which identifies where entity-specific transformation debt is accumulating before any build work begins.

What is the primary difference between Silver layer design for a single-entity provider and a PE-backed roll-up platform?

A single-entity provider designs its Silver schema around its own EHR without worrying about portability. A PE-backed roll-up needs a Silver schema that is entity-agnostic from the start, capable of absorbing acquired practices with different EHR vendors and billing systems without structural changes each time a new entity is onboarded.

How does patient identity fragmentation at Silver create billing compliance risk?

When two records for the same patient are not resolved into a single identity at Silver, claims submitted under each unresolved identity can produce duplicate billing situations. If claims for the same service are submitted under two identifiers that resolve to the same person, the resulting overpayment creates a compliance liability that payers will pursue through audit and recoupment.

Why is Delta Lake MERGE particularly important for roll-up Silver architecture?

Delta Lake MERGE allows incremental upserts into Silver tables keyed on business identifiers, enabling a new practice to be integrated into Silver without triggering a full refresh of every other entity's data. In healthcare, it also supports retroactive payer corrections, late coding changes, and claim reversals without rebuilding the downstream model.

How do value-based contract shared savings distributions connect to Silver layer data quality?

Shared savings calculations depend on accurate patient attribution and complete quality measure records. When patient identity is fragmented or care gap records are incomplete at Silver, attributed population counts and quality measure numerators are understated, meaning the platform receives smaller shared savings distributions than clinical performance earned.

James Griffin

CEO
LinkedIn logo

James founded Invene with a 20-year plan to build the world's leading partner for healthcare innovation. A Forbes Next 1000 honoree, James specializes in helping mid-market and enterprise healthcare companies build AI-driven solutions with measurable PnL impact. Under his leadership, Invene has worked with 20 of the Fortune 100, achieved 22 FDA clearances, and launched over 400 products for their clients. James is known for driving results at the intersection of technology, healthcare, and business.

Ready to Tackle Your Hardest Data and Product Challenges?

We can accelerate your goals and drive measurable results.