This page summarizes the award-level activity tied to PIID HHSM500201300103C for Agency ID 7530. Over the analysis window, the award shows 60 actions and total obligated dollars of 3.71 billion.
Award Number
Award Number 7530 / HHSM500201300103C Federal Contract Action Summary (Last 10 Years)
Federal procurement profile for award number HHSM500201300103C under Agency ID 7530, showing obligations and action history over the last 10 years.
Totals reflect the provided 10-year analysis window and the exact obligated amount of 3712585789.
Overview
The award record for HHSM500201300103C shows 60 actions across the last 10 years, with total obligated dollars of 3.71 billion. The average action value is 61,876,429.82, indicating a high-dollar award with repeated activity over time.
How to use this page
Use this page to review obligation volume and action frequency for award HHSM500201300103C under Agency ID 7530. It is suitable for quick screening, trend review, and comparing this award against other procurement records in the same period.
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 = 'HHSM500201300103C'
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 | 3,712,585,789.00 | 3.71 billion | 60 |
Insight
For award PIID HHSM500201300103C over the 10-year window, all reported obligations are concentrated in a single agency: the Centers for Medicare and Medicaid Services. CMS accounts for $3.71 billion across 60 awards, indicating exclusive agency-level concentration within the provided results.
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 = 'HHSM500201300103C'
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 |
|---|---|---|---|---|
| GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. | 07MU1 | 1,804,232,267.00 | 1.80 billion | 27 |
| MAXIMUS FEDERAL SERVICES, INC. | 8AMZ8 | 1,237,338,782.00 | 1.24 billion | 21 |
| GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. | 671,014,740.00 | 671.01 million | 12 |
Insight
Top obligations under PIID HHSM500201300103C are concentrated among a small set of vendors over the 10-year window. GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. accounts for the largest share with 1.80 billion across 27 awards, followed by MAXIMUS FEDERAL SERVICES, INC. with 1.24 billion across 21 awards. A second GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. entry, shown without a CAGE code, adds 671.01 million across 12 awards, indicating additional obligated activity associated with the same vendor name but separate identifier record.
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 = 'HHSM500201300103C'
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 |
|---|---|---|---|---|
| 561422 | TELEMARKETING BUREAUS AND OTHER CONTACT CENTERS | 3,712,585,789.00 | 3.71 billion | 60 |
Insight
Obligations are fully concentrated in NAICS 561422, Telemarketing Bureaus and Other Contact Centers, with $3.71 billion across 60 awards over the 10-year window. This indicates a highly concentrated procurement profile for PIID HHSM500201300103C, with all reported obligated amounts in the provided rows tied to a single NAICS category. The award activity suggests recurring procurement under one service classification rather than a diversified NAICS mix.
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 = 'HHSM500201300103C'
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 |
|---|---|---|---|---|
| R499 | SUPPORT- PROFESSIONAL: OTHER | 3,712,585,789.00 | 3.71 billion | 60 |
Insight
Within the 10-year window, obligations for this award are fully concentrated in PSC R499, Support- Professional: Other. The award totals $3.71 billion across 60 actions, indicating sustained use of this service category rather than a broad distribution across multiple PSCs. This concentration suggests the award is primarily associated with professional support requirements classified under R499.
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 = 'HHSM500201300103C'
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 | 671,014,740.00 | 671.01 million | 12 |
| 2017 | 620,951,762.00 | 620.95 million | 8 |
| 2018 | 608,373,031.00 | 608.37 million | 11 |
| 2019 | 574,907,474.00 | 574.91 million | 8 |
| 2020 | 554,981,063.00 | 554.98 million | 8 |
| 2021 | 593,084,161.00 | 593.08 million | 9 |
| 2022 | 89,273,558.00 | 89.27 million | 3 |
| 2024 | 0.00 | 0.00 | 1 |
Insight
Obligations for PIID HHSM500201300103C were highly concentrated in 2016–2021, ranging from $554.98 million to $671.01 million annually across 8–12 awards per year, with a gradual decline from 2016 through 2020 followed by a modest increase in 2021. Funding then dropped sharply in 2022 to $89.27 million across 3 awards, indicating a material change in annual activity. A single award is reported in 2024 with no obligated amount, suggesting minimal recorded obligation in the latest year of the 10-year window.
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.