Over the last 5 years, DAVITA INC. recorded $1.52 billion in obligated federal awards across 76 actions, averaging $20.03 million per action. Most obligations came from the Veterans Affairs, Department of, with a smaller share from the Department of the Air Force, and all recorded activity fell under NAICS 621492, Kidney Dialysis Centers.
Federal Contractor
DAVITA INC. Federal Contract Obligations (Last 5 Years)
Federal procurement profile for DAVITA INC. (CAGE 45JM2, UEI PCJQZRE36Z73) showing last-5-year obligations, awards, agencies, and NAICS detail.
Totals reflect obligations in the selected 5-year analysis window and may differ from other FPDS views depending on filters and update timing.
About DAVITA INC. federal contract activity
DAVITA INC. recorded $1.52 billion in obligated federal awards across 76 actions during the last 5 years, with an average award value of $20.03 million. The vendor is identified under CAGE 45JM2 and UEI PCJQZRE36Z73, and its federal activity is highly concentrated in a small number of large awards.
Agency mix and customer concentration
The VETERANS AFFAIRS, DEPARTMENT OF accounted for nearly all obligations at $1.52 billion across 66 awards, making it the clear primary customer. The DEPT OF THE AIR FORCE contributed a marginal $419.11 thousand across 10 awards, indicating only limited activity outside VA.
Industry profile based on NAICS activity
All reported obligations fall under NAICS 621492, KIDNEY DIALYSIS CENTERS, which aligns directly with the vendor’s dialysis-service profile. The full 76-award record and the entire $1.52 billion obligation base are concentrated in this single NAICS code, showing a very narrow contract mix.
Annual contract trend over the analysis window
Annual obligations peaked in 2025 at $576.70 million across 20 awards, after a dip to $131.98 million in 2024. Prior years were comparatively steady in the $250 million to $281 million range, with 2021 and 2022 each above $281 million and 2023 at $250.98 million.
How to interpret this page
This summary uses FPDS award records for the last 5 years tied to CAGE 45JM2 and UEI PCJQZRE36Z73. Obligations, award counts, agency distribution, NAICS concentration, and annual trend figures are based only on the data provided and reflect obligated amounts, not potential ceiling value or out-year forecast.
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 5 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 | 1,521,689,089.64 | 1.52 billion | 66 |
| 5700 | DEPT OF THE AIR FORCE | 419,107.00 | 419.11 thousand | 10 |
Insight
Over the last 5 years, DAVITA INC. received 1.52 billion in obligated funding across 76 awards, with an average award value of about 20.0 million. Obligations are highly concentrated in the Department of Veterans Affairs, which accounts for 1.52 billion and 66 of the 76 awards. The only other identified awarding agency is the Department of the Air Force, at 419.1 thousand across 10 awards, indicating a very limited multi-agency footprint.
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 5 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 | 1,522,108,196.64 | 1.52 billion | 76 |
Insight
Over the last 5 years, DAVITA INC. has received $1.52 billion in obligations across 76 awards, with an average award value of $20.0 million. Procurement activity is fully concentrated in NAICS 621492, Kidney Dialysis Centers, indicating a single-line-of-business award profile for this vendor in the observed period. The award distribution is not diversified across NAICS codes, so spending is highly concentrated in one service category.
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 5 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 |
| 2024 | 131,979,963.85 | 131.98 million | 10 |
| 2023 | 250,975,398.71 | 250.98 million | 9 |
| 2022 | 281,277,488.63 | 281.28 million | 16 |
| 2021 | 281,179,318.43 | 281.18 million | 21 |
Insight
DAVITA INC. recorded $1.52 billion in obligations across 76 awards over the last 5 years, with an average award value of about $20.0 million. Obligations are highly concentrated in 2025, which accounts for $576.70 million, or roughly 38% of the 5-year total, despite only 20 awards. The remaining years are materially lower and relatively clustered, with annual obligations ranging from $131.98 million to $281.28 million, indicating a notable step-up in 2025 after a multi-year period of more moderate funding levels.
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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.