This page provides a focused view of award number HHSM500201300103C for Agency ID 7530. It reflects 13 award actions with total obligations of $682.36 million and an average action value of $52.49 million over the last 5 years.
Award Number
Award Number 7530 / HHSM500201300103C Federal Contract Action Summary (Last 5 Years)
Federal award page for award number HHSM500201300103C under Agency ID 7530, summarizing obligations and action history over the last 5 years.
Dollar values are shown from the provided total obligated exact amount of 682357719 and may differ from rounded display figures.
Overview
Award number HHSM500201300103C is associated with Agency ID 7530 and shows 13 recorded award actions in the last 5 years. Total obligated funding is $682,357,719, or $682.36 million when rounded, with an average action value of $52,489,055.31. This summary reflects the provided award-level totals only.
How to use this page
Use this page to review the award's obligation history, action count, and average action value in one place. The figures support quick comparison against other awards or agency records within the same analysis window. For exact amounts, rely on the unrounded total obligated value of 682357719.
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 5 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 | 682,357,719.00 | 682.36 million | 13 |
Insight
Within the 5-year window, all reported obligations for PIID HHSM500201300103C are concentrated in one agency: the Centers for Medicare and Medicaid Services (Agency ID 7530). This agency accounts for $682.36 million across 13 awards, indicating a highly concentrated award pattern rather than broad distribution across multiple 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 = '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 5 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 |
|---|---|---|---|---|
| MAXIMUS FEDERAL SERVICES, INC. | 8AMZ8 | 682,357,719.00 | 682.36 million | 13 |
Insight
Over the 5-year window, obligations for this award are fully concentrated with a single vendor, MAXIMUS FEDERAL SERVICES, INC. (CAGE 8AMZ8). The vendor received $682.36 million across 13 awards, indicating a repeated award relationship rather than broad vendor distribution. This pattern suggests high vendor concentration for the PIID and limited diversification in obligated spending.
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 5 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 | 682,357,719.00 | 682.36 million | 13 |
Insight
Over the 5-year window for award HHSM500201300103C, obligations are fully concentrated in NAICS 561422, Telemarketing Bureaus and Other Contact Centers. This category accounts for $682.36 million across 13 awards, indicating a strong reliance on a single service line with no other NAICS codes represented in the provided data. The distribution suggests limited NAICS diversification for this award.
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 5 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 | 682,357,719.00 | 682.36 million | 13 |
Insight
Obligations on this award are fully concentrated in PSC R499, Support- Professional: Other, with $682.36 million across 13 actions over the 5-year window. This indicates a highly focused services profile rather than a diversified product or service mix. The relatively small number of awards supporting a very large obligation total suggests a limited set of high-dollar professional support transactions.
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 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 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 are highly concentrated in 2021, when $593.08 million was obligated across 9 awards, compared with $89.27 million across 3 awards in 2022. This indicates a sharp decline in obligated dollars from 2021 to 2022, with activity remaining limited thereafter. In 2024, one recorded award had no obligations, suggesting minimal recent funding activity under this PIID.
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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.