COGNOSANTE MVH LLC (CAGE 33JP4, UEI XDDKMXTVJSN8) posted $1,297,358,412.37 in obligated federal awards across 234 actions in the last 5 years. Most of the spending is concentrated with the Department of Veterans Affairs and the Centers for Medicare and Medicaid Services, and the largest NAICS categories are computer systems design and custom programming services.
Federal Contractor
COGNOSANTE MVH LLC Federal Contract Obligations (Last 5 Years)
COGNOSANTE MVH LLC has received 234 federal contract actions worth $1.30 billion over the last 5 years, led by the Department of Veterans Affairs and CMS.
Totals reflect the selected 5-year analysis window and may include negative obligations in individual NAICS lines.
About COGNOSANTE MVH LLC federal contract activity
COGNOSANTE MVH LLC, CAGE 33JP4 and UEI XDDKMXTVJSN8, recorded $1.30 billion in obligated federal awards across 234 awards over the last 5 years, for an average award value of $5.54 million. The profile indicates a large, recurring federal supplier footprint rather than isolated activity, with obligations concentrated in health and information technology-related work.
Agency mix and customer concentration
Award activity is heavily concentrated in two agencies. The Department of Veterans Affairs accounts for $916.61 million across 178 awards, or roughly 71% of total obligations, while the Centers for Medicare and Medicaid Services contributes $380.75 million across 56 awards, making up most of the remaining volume.
Industry profile based on NAICS activity
The vendor’s obligations are led by NAICS 541512, Computer Systems Design Services, at $741.86 million across 116 awards, followed by NAICS 541511, Custom Computer Programming Services, at $394.41 million across 70 awards. Medical-sector work is also material through NAICS 339112, Surgical and Medical Instrument Manufacturing, at $152.90 million across 42 awards; the smaller 621999 line and the negative 541611 entry suggest limited adjustment or deobligation activity in otherwise concentrated award categories.
Annual contract trend over the analysis window
Annual obligations were strongest in 2023 at $308.50 million, followed by 2024 at $288.55 million and 2025 at $245.06 million, indicating a recent moderation from peak levels. Even so, yearly totals remained above $202.53 million in every year shown, and award counts were consistently high at 44 to 50 awards per year.
How to interpret this page
This summary uses FPDS obligations for the last 5 years and reflects the provided vendor identifiers, agency totals, NAICS totals, and annual trend data. Totals, counts, and averages are presented as reported; the negative NAICS amount is retained as supplied and may reflect deobligations or other adjustments within the reporting data.
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 = '33JP4'
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 | 916,605,919.63 | 916.61 million | 178 |
| 7530 | CENTERS FOR MEDICARE AND MEDICAID SERVICES | 380,752,492.74 | 380.75 million | 56 |
Insight
Over the last 5 years, COGNOSANTE MVH LLC’s obligations are concentrated in two agencies, with the Department of Veterans Affairs accounting for 916.61 million across 178 awards and CMS accounting for 380.75 million across 56 awards. Together, these agencies represent essentially all reported obligations in this period, indicating a highly concentrated federal customer base. The average award value across the vendor’s 234 awards is 5.54 million, suggesting a mix of moderate-volume, higher-dollar procurement activity concentrated in these two accounts.
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 = '33JP4'
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 |
|---|---|---|---|---|
| 541512 | COMPUTER SYSTEMS DESIGN SERVICES | 741,859,552.01 | 741.86 million | 116 |
| 541511 | CUSTOM COMPUTER PROGRAMMING SERVICES | 394,406,139.82 | 394.41 million | 70 |
| 339112 | SURGICAL AND MEDICAL INSTRUMENT MANUFACTURING | 152,896,391.63 | 152.90 million | 42 |
| 621999 | ALL OTHER MISCELLANEOUS AMBULATORY HEALTH CARE SERVICES | 8,525,985.62 | 8.53 million | 3 |
| 541611 | ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES | -130,097.67 | -130.10 thousand | 1 |
| 541990 | ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES | -199,559.04 | -199.56 thousand | 2 |
Insight
Over the last 5 years, COGNOSANTE MVH LLC’s obligations are highly concentrated in two NAICS codes: 541512 (Computer Systems Design Services) at $741.86 million across 116 awards and 541511 (Custom Computer Programming Services) at $394.41 million across 70 awards. Together, these two codes account for the vast majority of the vendor’s $1.30 billion obligated total and 234 awards, indicating a strong focus on IT systems design and software development work. Secondary activity appears in 339112 (Surgical and Medical Instrument Manufacturing) at $152.90 million across 42 awards, while the remaining NAICS codes represent a small share of obligations, including two codes with net negative obligated amounts.
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 = '33JP4'
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 | 245,063,436.68 | 245.06 million | 44 |
| 2024 | 288,554,378.16 | 288.55 million | 50 |
| 2023 | 308,502,398.53 | 308.50 million | 44 |
| 2022 | 252,707,215.69 | 252.71 million | 48 |
| 2021 | 202,530,983.31 | 202.53 million | 48 |
Insight
COGNOSANTE MVH LLC (CAGE 33JP4) obligated $1.30 billion across 234 awards over the last 5 years, with an average award value of $5.54 million. Annual obligations were relatively stable in the $202.53 million to $308.50 million range, peaking in 2023 at $308.50 million before declining to $288.55 million in 2024 and $245.06 million in 2025. Award volume remained concentrated in a narrow band of 44 to 50 awards per year, indicating consistent annual activity rather than a single-year surge.
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.