This page summarizes award number HHSM500T0003 for agency ID 7530 using the last full year of FPDS activity. The award shows 7 actions and total obligated amount of -$997,191.01, with an average action value of -$142,455.86.
Award Number
Award Number 7530 / HHSM500T0003 Federal Contract Action Summary (Last Year)
Federal procurement analysis for award number HHSM500T0003 at agency 7530 over the last full year.
Total obligated values are shown in both readable and exact form; negative amounts reflect the provided FPDS obligation data.
Overview
Award number HHSM500T0003 is associated with agency ID 7530 and shows activity in the last full year across 7 award actions. The total obligated amount for the period is -$997,191.01, or -$997.19 thousand in readable form. The average action value is -$142,455.86, which reflects the overall negative obligation total in the source data.
How to use this page
Use this page to review the award-level obligation pattern for HHSM500T0003 within the selected analysis window. The figures support basic comparison of action volume and obligation magnitude, while the negative total should be read as provided in the underlying FPDS record set.
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 1 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 | -997,191.01 | -997.19 thousand | 7 |
Insight
Within the 1-year window, all reported obligation activity for PIID HHSM500T0003 is concentrated in a single agency: the Centers for Medicare and Medicaid Services (Agency ID 7530). CMS accounts for 7 awards and a net total obligated amount of -$997,191.01, indicating a negative obligation position over the period. This suggests that the contract’s recent funding activity is fully concentrated and reflects deobligation or downward adjustment rather than net new funding.
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 1 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 |
|---|---|---|---|---|
| NATIONAL OPINION RESEARCH CENTER | 8A395 | 0.00 | 0.00 | 1 |
| ABT ASSOCIATES INC. | 1A018 | 0.00 | 0.00 | 2 |
| RESEARCH TRIANGLE INSTITUTE | 3A730 | 0.00 | 0.00 | 1 |
| COMAGINE HEALTH | 3LRG6 | -162,969.00 | -162.97 thousand | 2 |
| LEWIN GROUP, INC., THE | 09UQ3 | -834,222.01 | -834.22 thousand | 1 |
Insight
For PIID HHSM500T0003 over the last year, obligated amounts among the listed vendors are concentrated in two negative-value entries: LEWIN GROUP, INC., THE at -$834.22 thousand and COMAGINE HEALTH at -$162.97 thousand. The remaining vendors—NATIONAL OPINION RESEARCH CENTER, ABT ASSOCIATES INC., and RESEARCH TRIANGLE INSTITUTE—each show zero total obligated dollars despite multiple awards in some cases. This pattern indicates award activity across five vendors, but net funding is driven by deobligations rather than positive obligations in this 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 1 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 |
|---|---|---|---|---|
| 541618 | OTHER MANAGEMENT CONSULTING SERVICES | -162,969.00 | -162.97 thousand | 2 |
| 541720 | RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES | -834,222.01 | -834.22 thousand | 5 |
Insight
Obligations under PIID HHSM500T0003 in the past year are concentrated in NAICS 541720, which accounts for most of the recorded deobligation activity at -$834.22 thousand across 5 awards. NAICS 541618 represents a smaller share of the negative obligated total, with -$162.97 thousand across 2 awards. Overall, the distribution indicates that the majority of the net downward obligation movement is driven by research and development in the social sciences and humanities.
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 1 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 |
|---|---|---|---|---|
| Q101 | MEDICAL- DEPENDENT MEDICARE | -162,969.00 | -162.97 thousand | 2 |
| R499 | SUPPORT- PROFESSIONAL: OTHER | -834,222.01 | -834.22 thousand | 5 |
Insight
Obligations under PIID HHSM500T0003 over the past year are concentrated in PSC R499, which accounts for the larger share of the negative obligated amount at -$834.22 thousand across 5 awards. PSC Q101 is smaller in both value and count, with -$162.97 thousand across 2 awards. Overall, the award activity is narrowly distributed across these two PSCs, with R499 driving most of the reported deobligation.
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 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2025 | -997,191.01 | -997.19 thousand | 7 |
Insight
For PIID HHSM500T0003 within agency 7530, the 1-year annual trend reflects all reported obligation activity in 2025. Seven awards recorded a combined net obligation of -$997,191.01, indicating an overall downward adjustment across the period rather than positive funding growth. The activity is concentrated in a single year, so no multi-year trend can be assessed from the provided data.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.