Award Number

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

FPDS award page for award number HHSM500T0003 associated with agency ID 7530, showing obligations and action activity over the last 5 years.

This page summarizes award number HHSM500T0003 for agency ID 7530 across the last 5 years. Total obligated amounts to $184.25 million across 125 actions, with an average action value of $1.47 million.

Generated at 03/20/2026

Analysis period: Last 5 years

Obligation totals and action counts reflect the provided 5-year analysis window and may include multiple action types within the award record.

Agency ID
7530
PIID
HHSM500T0003
Type
Award
Total Obligated
184.25 million
184,253,848.54
Actions
125
Average Action Value
1,474,030.79

Overview

Award number HHSM500T0003 is tied to agency ID 7530 and shows sustained action activity over the last 5 years. The record reports $184,253,848.54 in total obligated amount across 125 actions, for an average action value of $1,474,030.79. These figures provide a compact view of the award’s size and transaction frequency within the analysis window.

How to use this page

Use this page to review the award’s obligation level and action count without leaving the FPDS query context. The totals can support basic procurement analysis, record validation, and comparison against other awards or time periods. Because the figures are limited to the provided 5-year window, they should be interpreted as a windowed summary rather than a complete lifecycle total.

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 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 184,253,848.54 184.25 million 125

Insight

Over the 5-year window, all reported obligation for PIID HHSM500T0003 is concentrated within the Centers for Medicare and Medicaid Services (Agency ID 7530). CMS accounts for $184.25 million across 125 awards, indicating a fully concentrated obligation pattern under this award record.

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 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
LEIDOS INNOVATIONS CORPORATION 7LQ18 223,921,154.00 223.92 million 25
ABT ASSOCIATES INC. 1A018 7,931,930.00 7.93 million 13
RESEARCH TRIANGLE INSTITUTE 3A730 6,337,054.50 6.34 million 8
NATIONAL QUALITY FORUM 1VT54 5,414,969.00 5.41 million 3
SOCIAL & SCIENTIFIC SYSTEMS, INC. 8S542 410,021.00 410.02 thousand 2
TMF HEALTH QUALITY INSTITUTE 0X2G4 0.00 0.00 1
ELECTRONIC DATA SYSTEMS, LLC 05HD8 0.00 0.00 1
ECONOMETRICA, INC 1PZY5 0.00 0.00 1
ARCSOURCE GROUP, INC 52RK7 0.00 0.00 2
LOGICON INCORPORATED 1VXZ9 0.00 0.00 1

Insight

Obligations under PIID HHSM500T0003 over the past 5 years are highly concentrated: LEIDOS INNOVATIONS CORPORATION accounts for $223.92 million across 25 awards, far exceeding all other vendors listed. The next highest obligated vendors are ABT ASSOCIATES INC. ($7.93 million, 13 awards), RESEARCH TRIANGLE INSTITUTE ($6.34 million, 8 awards), and NATIONAL QUALITY FORUM ($5.41 million, 3 awards), indicating a steep drop-off after the primary vendor. Several additional vendors appear with one or more awards but no recorded obligations, suggesting either zero-dollar awards or no obligations captured in the period.

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 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
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 117,413,553.22 117.41 million 20
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 82,706,149.05 82.71 million 12
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 12,442,176.84 12.44 million 43
541618 OTHER MANAGEMENT CONSULTING SERVICES 1,715,422.02 1.72 million 18
541519 OTHER COMPUTER RELATED SERVICES -2,946.82 -2.95 thousand 1
561421 TELEPHONE ANSWERING SERVICES -3,834.27 -3.83 thousand 1
541810 ADVERTISING AGENCIES -26,933.41 -26.93 thousand 2
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS -37,040.49 -37.04 thousand 1
541910 MARKETING RESEARCH AND PUBLIC OPINION POLLING -345,169.59 -345.17 thousand 3
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES -995,395.35 -995.40 thousand 1

Insight

Over the past 5 years, obligations under PIID HHSM500T0003 are highly concentrated in NAICS 518210, which appears twice in the top rows and accounts for $200.12 million across 32 awards. The next largest positive category, 541720, is materially smaller at $12.44 million across 43 awards, indicating a broad award count but far lower dollar concentration. Several smaller categories are negative in net obligation, including 541990 and 541910, suggesting deobligations or downward adjustments offsetting some prior funding.

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 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
D399 IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS 198,064,586.53 198.06 million 38
D308 IT AND TELECOM- PROGRAMMING 0.00 0.00 1
R703 SUPPORT- MANAGEMENT: ACCOUNTING -265.47 -265.47 1
D306 IT AND TELECOM- SYSTEMS ANALYSIS -2,946.82 -2.95 thousand 1
R608 SUPPORT- ADMINISTRATIVE: TRANSLATION AND INTERPRETING -3,834.27 -3.83 thousand 1
R409 PROGRAM REVIEW/DEVELOPMENT SERVICES -11,897.38 -11.90 thousand 1
R701 SUPPORT- MANAGEMENT: ADVERTISING -26,933.41 -26.93 thousand 2
R799 SUPPORT- MANAGEMENT: OTHER -147,634.94 -147.63 thousand 1
AD25 R&D- DEFENSE OTHER: SERVICES (OPERATIONAL SYSTEMS DEVELOPMENT) -995,395.35 -995.40 thousand 1
R499 SUPPORT- PROFESSIONAL: OTHER -1,349,750.54 -1.35 million 52

Insight

Obligations under PIID HHSM500T0003 over the past 5 years are highly concentrated in PSC D399, which accounts for $198.06 million across 38 awards and overwhelmingly drives the profile. The remaining PSCs are comparatively small and, in several cases, net negative due to deobligations, including R499 at -$1.35 million across 52 awards and AD25 at -$995.40 thousand. This pattern suggests one dominant IT/telecommunications category with smaller, offsetting adjustments across support and R&D classifications.

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 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
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

For PIID HHSM500T0003, obligations declined sharply over the 5-year window, falling from $118.59 million in 2021 to $69.51 million in 2022 and $12.23 million in 2023, before turning negative in 2024 (-$15.08 million) and remaining slightly negative in 2025 (-$997.19 thousand). Award activity was highest in 2022 at 35 awards, then eased to 31 in 2023, 23 in 2024, and 7 in 2025, indicating both lower volume and reduced obligation levels over time. The pattern suggests the award is concentrated in earlier years, with later-period deobligations outweighing new obligations.

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.