In the last full year, DAVITA INC. recorded 20 award actions with total obligations of 576,696,027.02, for an average action value of 28,834,801.35. The obligations were concentrated in the Department of Veterans Affairs and aligned entirely with NAICS 621492, Kidney Dialysis Centers.
Federal Contractor
DAVITA INC. Federal Contract Obligations (Last Year)
DAVITA INC. (CAGE 45JM2, UEI PCJQZRE36Z73) received 20 federal award actions totaling 576.70 million in the last full year, all from the Department of Veterans Affairs.
Figures reflect the last full year analysis window and are based on total obligated amounts, award counts, and reported agency and NAICS classifications.
About DAVITA INC. federal contract activity
DAVITA INC. (CAGE 45JM2, UEI PCJQZRE36Z73) recorded 576.70 million in obligated value across 20 awards in the last full year, for an average award size of 28.83 million. The obligation profile is concentrated, with all reported activity falling within a single agency and a single NAICS code, indicating a highly focused federal footprint.
Agency mix and customer concentration
All 576.70 million in obligations came from the VETERANS AFFAIRS, DEPARTMENT OF (agency 3600), which accounted for all 20 awards in the period. This indicates complete agency concentration and no observable diversification across other federal buyers in the reported window.
Industry profile based on NAICS activity
All recorded obligations were classified under NAICS 621492, Kidney Dialysis Centers, with 20 awards totaling 576.70 million. The NAICS distribution is fully concentrated in a single healthcare services category, consistent with a specialized service provider profile.
Annual contract trend over the analysis window
The annual trend shows 576.70 million in obligated value in 2025 across 20 awards. With only one year represented in the analysis window, the available data support a point-in-time snapshot rather than a multi-year trajectory.
How to interpret this page
This summary is based on FPDS award records for the last full year and reflects obligated dollars and award counts only. Agency, NAICS, and annual trend views are derived from the provided aggregates; no additional assumptions or extrapolations were applied.
Top Agencies
SELECT
agency_id,
agency_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '45JM2'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 576,696,027.02 | 576.70 million | 20 |
Insight
DAVITA INC.’s obligations in the last full year were fully concentrated in the Department of Veterans Affairs, which accounted for the entire $576.70 million total. The vendor received 20 awards from a single agency, indicating a highly concentrated federal customer base and limited agency diversification. With an average award value of $28.83 million, the obligation profile reflects a small number of relatively large awards rather than broad, distributed contracting activity.
Top NAICS
SELECT
naics_code,
naics_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '45JM2'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 621492 | KIDNEY DIALYSIS CENTERS | 576,696,027.02 | 576.70 million | 20 |
Insight
DAVITA INC. has complete NAICS concentration in 621492, Kidney Dialysis Centers, accounting for 100% of the vendor’s $576.70 million obligated in the last full year. The 20 awards in this category indicate all observed obligation is distributed within a single healthcare services code, with no diversification across other NAICS areas in the period. Average award value was $28.83 million, indicating relatively large transactions within the sole NAICS represented.
Annual Trend
SELECT
year,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '45JM2'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
)
ORDER BY year DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | 576,696,027.02 | 576.70 million | 20 |
Insight
Over the last full year, DAVITA INC. (CAGE 45JM2) recorded $576.70 million in total obligated value across 20 awards, yielding an average award value of about $28.83 million. Obligations are fully concentrated in FY2025 within the 1-year window, indicating no multi-year distribution in the provided period. This pattern reflects a high-dollar, limited-award concentration profile.
Use FPDS Query for deeper contractor analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.
Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.