Award Number

Award Number 7530 / HHSM500T0003 Federal Contract Action Summary (Last 10 Years)

Award-level FPDS analysis for award number HHSM500T0003 under agency ID 7530, covering the last 10 years of obligation activity.

This page summarizes obligation activity for award HHSM500T0003 over the last 10 years. The award shows 574 actions and a total obligated amount of $2.22 billion.

Generated at 03/20/2026

Analysis period: Last 10 years

Total obligated amount is reported as $2,216,259,458.65, with an average action value of $3,861,079.20.

Agency ID
7530
PIID
HHSM500T0003
Type
Award
Total Obligated
2.22 billion
2,216,259,458.65
Actions
574
Average Action Value
3,861,079.20

Overview

The award record for HHSM500T0003 reflects 574 reported actions in the analysis window. Total obligations equal $2,216,259,458.65, with an average action value of $3,861,079.20.

How to use this page

Use this page to review the scale and pace of obligation activity tied to this award number. The figures support award-level comparison, trend review, and basic concentration analysis within the selected 10-year window.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '7530' AND content__award__awardID__awardContractID__PIID = 'HHSM500T0003'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    agency_id,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 2,216,259,458.65 2.22 billion 574

Insight

Over the 10-year window for PIID HHSM500T0003, obligations are fully concentrated in the Centers for Medicare and Medicaid Services (agency ID 7530). CMS accounts for $2.22 billion across 574 awards, indicating a substantial and sustained award relationship within a single agency. This concentration suggests the award’s activity is not broadly distributed across agencies.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__award__awardID__awardContractID__agencyID = '7530' AND content__award__awardID__awardContractID__PIID = 'HHSM500T0003'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
LEIDOS INNOVATIONS CORPORATION 7LQ18 700,310,084.00 700.31 million 67
HP ENTERPRISE SERVICES, LLC 1U305 528,556,735.30 528.56 million 27
BUCCANEER COMPUTER SYSTEMS & SERVICE, INC. 1PKN8 371,868,027.91 371.87 million 43
HP ENTERPRISE SERVICES, LLC 260,894,219.97 260.89 million 12
LOCKHEED MARTIN SERVICES, INC. 69,152,168.00 69.15 million 9
RESEARCH TRIANGLE INSTITUTE 3A730 36,753,450.50 36.75 million 21
BUCCANEER COMPUTER SYSTEMS & SERVICE, INC. 31,920,870.00 31.92 million 17
LOCKHEED MARTIN SERVICES, INC. 77609 29,866,685.00 29.87 million 1
ELECTRONIC DATA SYSTEMS, LLC 05HD8 23,563,250.02 23.56 million 9
NATIONAL OPINION RESEARCH CENTER 16,119,731.00 16.12 million 2

Insight

Obligations under PIID HHSM500T0003 are concentrated among a small set of vendors over the 10-year window. LEIDOS INNOVATIONS CORPORATION leads with $700.31 million across 67 awards, followed by HP ENTERPRISE SERVICES, LLC at $528.56 million across 27 awards; the next highest vendor, BUCCANEER COMPUTER SYSTEMS & SERVICE, INC., received $371.87 million across 43 awards. Several vendors appear multiple times under different CAGE code entries or with blank CAGE codes, indicating the listed obligations are distributed across related vendor records rather than a single fully consolidated profile.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '7530' AND content__award__awardID__awardContractID__PIID = 'HHSM500T0003'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 1,892,773,551.00 1.89 billion 174
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 154,519,565.73 154.52 million 183
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 82,706,149.05 82.71 million 12
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 26,068,070.41 26.07 million 38
541512 COMPUTER SYSTEMS DESIGN SERVICES 25,687,287.81 25.69 million 31
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 17,847,299.25 17.85 million 26
541618 OTHER MANAGEMENT CONSULTING SERVICES 9,034,450.02 9.03 million 70
541810 ADVERTISING AGENCIES 8,809,483.33 8.81 million 12
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 281,738.01 281.74 thousand 10
541910 MARKETING RESEARCH AND PUBLIC OPINION POLLING 27,643.41 27.64 thousand 10

Insight

Over the 10-year window, obligations under PIID HHSM500T0003 are concentrated in NAICS 518210, which appears in two row entries and together accounts for about $1.97 billion across 186 awards, indicating a dominant emphasis on data processing and hosting-related services. The next largest category, NAICS 541720, is materially smaller at $154.52 million across 183 awards, showing that award volume is relatively distributed while dollar value is heavily skewed to a few high-obligation codes. The remaining NAICS codes each represent substantially lower obligation levels, with most below $30 million, suggesting a long tail of supporting service categories.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '7530' AND content__award__awardID__awardContractID__PIID = 'HHSM500T0003'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
D399 IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS 1,975,422,410.45 1.98 billion 198
R499 SUPPORT- PROFESSIONAL: OTHER 190,536,486.30 190.54 million 216
D308 IT AND TELECOM- PROGRAMMING 26,162,594.99 26.16 million 14
AN42 R&D- MEDICAL: HEALTH SERVICES (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT) 15,132,429.51 15.13 million 39
R426 SUPPORT- PROFESSIONAL: COMMUNICATIONS 8,836,416.74 8.84 million 8
R699 SUPPORT- ADMINISTRATIVE: OTHER 5,039,627.75 5.04 million 8
R799 SUPPORT- MANAGEMENT: OTHER 626,144.06 626.14 thousand 5
R703 SUPPORT- MANAGEMENT: ACCOUNTING -265.47 -265.47 1
D306 IT AND TELECOM- SYSTEMS ANALYSIS -2,946.82 -2.95 thousand 1
AN41 R&D- MEDICAL: HEALTH SERVICES (BASIC RESEARCH) -12,604.30 -12.60 thousand 2

Insight

Obligations under PIID HHSM500T0003 are heavily concentrated in PSC D399, IT and Telecom – Other IT and Telecommunications, at 1.98 billion across 198 awards, far exceeding all other categories. R499, Support – Professional: Other, is the next largest by award count at 216 but totals only 190.54 million, indicating a much more distributed, lower-dollar activity profile. The remaining PSCs are comparatively small, with D308 and AN42 the only other categories above 15 million; minor negative obligations in R703, D306, and AN41 suggest limited deobligation adjustments rather than material spending.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '7530' AND content__award__awardID__awardContractID__PIID = 'HHSM500T0003'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2016 521,009,326.12 521.01 million 115
2017 455,165,181.56 455.17 million 101
2018 609,634,897.12 609.63 million 83
2019 246,210,955.50 246.21 million 106
2020 199,985,249.81 199.99 million 44
2021 118,594,134.09 118.59 million 29
2022 69,511,852.11 69.51 million 35
2023 12,228,335.91 12.23 million 31
2024 -15,083,282.56 -15.08 million 23
2025 -997,191.01 -997.19 thousand 7

Insight

Obligations under PIID HHSM500T0003 were concentrated early in the 10-year window, with annual funding above $455 million in 2016–2018, peaking at $609.63 million in 2018. After 2018, obligated dollars declined sharply and remained much lower, falling below $250 million in 2019 and dropping to $12.23 million by 2023. Award counts also contracted over time, from 115 in 2016 to 23 in 2024 and 7 in 2025, indicating a narrower annual activity profile. Negative obligations in 2024 and 2025 suggest deobligations or other downward adjustments in those years.

Use FPDS Query for deeper award and vehicle analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contract action analysis across agencies, vendors, NAICS, PSC, and annual trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.