This page summarizes federal procurement activity for award HHSM500T0002. The record covers the last 5 years and includes 205 actions totaling $196,821,272.73 in obligations.
Award Number
Award Number 7530 / HHSM500T0002 Federal Contract Action Summary (Last 5 Years)
Award number HHSM500T0002 for agency 7530 shows 205 recorded actions over the last 5 years, with total obligations of $196.82 million.
Amounts shown are based on the provided analysis window and may reflect rounded and exact totals differently.
Overview
The award record for HHSM500T0002 shows $196,821,272.73 in total obligations across 205 actions within the last 5 years. The average action value is $960,103.77, which provides a simple measure of activity size across the period.
How to use this page
Use this page to review award-level obligation history and action volume for HHSM500T0002. It can support procurement analysis, contract tracking, and comparison against other award records in the same agency ID.
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 = 'HHSM500T0002'
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 | 196,821,272.73 | 196.82 million | 205 |
Insight
Over the 5-year window, obligations for PIID HHSM500T0002 are fully concentrated within the Centers for Medicare and Medicaid Services (agency 7530), with $196.82 million across 205 awards. This indicates the award activity is entirely attributable to a single agency, with no distribution across other top agencies in the provided data. The volume of awards suggests repeated obligation activity under the same agency relationship rather than a broad multi-agency footprint.
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 = 'HHSM500T0002'
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 |
|---|---|---|---|---|
| QLARANT INTEGRITY SOLUTIONS, LLC | 4C9S9 | 135,144,876.72 | 135.14 million | 18 |
| SAFEGUARD SERVICES LLC | 4TJT0 | 125,215,764.18 | 125.22 million | 18 |
| GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. | 07MU1 | 46,836,216.88 | 46.84 million | 16 |
| NATIONAL GOVERNMENT SERVICES, INC. | 3NKX7 | 11,190,788.80 | 11.19 million | 13 |
| ABT ASSOCIATES INC. | 1A018 | 2,385,101.39 | 2.39 million | 12 |
| NATIONAL OPINION RESEARCH CENTER | 8A395 | 1,951,619.76 | 1.95 million | 5 |
| TISTA SCIENCE AND TECHNOLOGY CORPORATION | 4A0N5 | 592,964.24 | 592.96 thousand | 2 |
| RAND CORPORATION, THE | 11578 | 397,086.00 | 397.09 thousand | 2 |
| NATIONAL QUALITY FORUM | 1VT54 | 278,177.00 | 278.18 thousand | 3 |
| THE MEDSTAT GROUP INCORPORATED (7923) | 3W7F7 | 0.00 | 0.00 | 1 |
Insight
Over the 5-year window, obligations under PIID HHSM500T0002 are highly concentrated among a small set of vendors. QLARANT INTEGRITY SOLUTIONS, LLC and SAFEGUARD SERVICES LLC together account for about $260.36 million across 36 awards, well ahead of GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. at $46.84 million and 16 awards. The remaining vendors each received less than $12 million, with several at sub-$1 million levels, indicating a steep drop-off after the top two vendors.
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 = 'HHSM500T0002'
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 |
|---|---|---|---|---|
| 541990 | ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES | 242,422,286.13 | 242.42 million | 41 |
| 518210 | DATA PROCESSING, HOSTING, AND RELATED SERVICES | 35,228,021.12 | 35.23 million | 17 |
| 518210 | COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES | 31,249,466.51 | 31.25 million | 12 |
| 541519 | OTHER COMPUTER RELATED SERVICES | 0.00 | 0.00 | 1 |
| 541513 | COMPUTER FACILITIES MANAGEMENT SERVICES | -71,349.79 | -71.35 thousand | 2 |
| 561920 | CONVENTION AND TRADE SHOW ORGANIZERS | -140,495.19 | -140.50 thousand | 1 |
| 541910 | MARKETING RESEARCH AND PUBLIC OPINION POLLING | -449,250.09 | -449.25 thousand | 5 |
| 561421 | TELEPHONE ANSWERING SERVICES | -1,522,157.25 | -1.52 million | 1 |
| 541810 | ADVERTISING AGENCIES | -2,104,159.47 | -2.10 million | 6 |
| 541618 | OTHER MANAGEMENT CONSULTING SERVICES | -3,707,632.06 | -3.71 million | 19 |
Insight
Obligations under PIID HHSM500T0002 are highly concentrated in NAICS 541990, which accounts for $242.42 million across 41 awards and far exceeds every other code listed. The next largest positive obligations are in data-processing-related NAICS 518210 classifications, at $35.23 million across 17 awards and $31.25 million across 12 awards, indicating a secondary emphasis on hosting and related services. Several other NAICS codes show small or negative net obligated amounts, including management consulting, advertising, and telephone answering services, suggesting prior deobligations or downward adjustments in those categories over the 5-year window.
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 = 'HHSM500T0002'
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 | 216,226,741.34 | 216.23 million | 96 |
| D399 | IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS | 29,327,993.44 | 29.33 million | 42 |
| AN72 | R&D- MEDICAL: SPECIALIZED MEDICAL SERVICES (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT) | 1,951,639.07 | 1.95 million | 4 |
| D302 | IT AND TELECOM- SYSTEMS DEVELOPMENT | 0.00 | 0.00 | 1 |
| R703 | SUPPORT- MANAGEMENT: ACCOUNTING | -7,529.37 | -7.53 thousand | 2 |
| R426 | SUPPORT- PROFESSIONAL: COMMUNICATIONS | -8,661.45 | -8.66 thousand | 2 |
| R415 | SUPPORT- PROFESSIONAL: TECHNOLOGY SHARING/UTILIZATION | -81,077.17 | -81.08 thousand | 1 |
| R422 | SUPPORT- PROFESSIONAL: MARKET RESEARCH/PUBLIC OPINION | -193,493.80 | -193.49 thousand | 2 |
| AN41 | HEALTH R&D SERVICES; HEALTH CARE - OTHER; BASIC RESEARCH | -207,448.64 | -207.45 thousand | 1 |
| D325 | IT AND TELECOM- DATA CENTERS AND STORAGE | -332,829.44 | -332.83 thousand | 1 |
Insight
Obligations on PIID HHSM500T0002 are highly concentrated in PSC R499, which accounts for $216.23 million across 96 awards and far exceeds all other categories. D399 is the only other material positive PSC, with $29.33 million across 42 awards; AN72 is a distant third at $1.95 million across 4 awards. The remaining PSCs are immaterial or negative, indicating limited spend outside the two dominant service and IT categories and some prior-period adjustments or deobligations.
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 = 'HHSM500T0002'
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 | 51,877,323.20 | 51.88 million | 54 |
| 2022 | 55,806,621.09 | 55.81 million | 54 |
| 2023 | 2,938,032.61 | 2.94 million | 54 |
| 2024 | 20,408,292.24 | 20.41 million | 32 |
| 2025 | 65,791,003.59 | 65.79 million | 11 |
Insight
Obligations for PIID HHSM500T0002 were relatively stable in 2021 and 2022 at $51.88 million and $55.81 million, both across 54 awards, before dropping sharply to $2.94 million in 2023. Activity then shifted upward to $20.41 million in 2024 with fewer awards (32), and increased further in 2025 to $65.79 million despite only 11 awards. This pattern indicates a highly uneven obligation distribution over time, with recent obligations concentrated in a smaller number of awards.
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.