This page summarizes award activity tied to vehicle number in contract HHSD200201689086I for Agency ID 7523. The record shows 11 award actions with total obligated amounts of 1.63 billion.
Vehicle Number
Vehicle Number 7523 / HHSD200201689086I Federal Contract Action Summary (Last 10 Years)
FPDS procurement history for vehicle number under PIID HHSD200201689086I for Agency ID 7523 over the last 10 years.
Totals reflect the last 10 years and use the provided exact obligated amount of 1627497435.3.
Overview
This page presents the procurement record associated with vehicle number for PIID HHSD200201689086I. Over the last 10 years, the contract shows 11 award actions and an average action value of 147954312.3. The total obligated amount is 1627497435.3, reported here as 1.63 billion for readability. The page is intended to support contract-level review by summarizing the available FPDS action history tied to this identifier.
How to use this page
Use this page to review the scale and frequency of award activity for vehicle number under the specified PIID. It provides a compact view of total obligations, action count, and average action value for quick comparison or filtering. The figures should be read as summary indicators for the selected 10-year window. They do not add detail beyond the values supplied in the source inputs.
Top Agencies
SELECT
content__IDV__purchaserInformation__contractingOfficeAgencyID AS agency_id,
content__IDV__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__IDV__contractID__IDVID__agencyID = '7523' AND content__IDV__contractID__IDVID__PIID = 'HHSD200201689086I'
AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__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 |
|---|---|---|---|---|
| 7523 | CENTERS FOR DISEASE CONTROL AND PREVENTION | 1,627,497,435.30 | 1.63 billion | 11 |
Insight
Within the 10-year window, all reported obligations for PIID HHSD200201689086I are concentrated in a single agency: the Centers for Disease Control and Prevention. CDC accounts for $1.63 billion across 11 awards, indicating a highly concentrated obligation pattern within this vehicle. No other agencies are represented in the provided rows, so this view reflects exclusive agency activity for the period covered.
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__IDV__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
content__IDV__contractID__IDVID__agencyID = '7523' AND content__IDV__contractID__IDVID__PIID = 'HHSD200201689086I'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
vendor_name,
cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | CAGE Code | Total Obligated | Readable | Actions |
|---|
Insight
No vendor concentration was available for this analysis window.
Top NAICS
SELECT
content__IDV__productOrServiceInformation__principalNAICSCode AS naics_code,
content__IDV__productOrServiceInformation__principalNAICSCode__description AS naics_name,
sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__IDV__contractID__IDVID__agencyID = '7523' AND content__IDV__contractID__IDVID__PIID = 'HHSD200201689086I'
AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
naics_code,
naics_name
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 325412 | PHARMACEUTICAL PREPARATION MANUFACTURING | 1,627,497,435.30 | 1.63 billion | 11 |
Insight
Over the 10-year window, the vehicle’s obligations are fully concentrated in NAICS 325412, Pharmaceutical Preparation Manufacturing, with $1.63 billion obligated across 11 awards. This indicates a highly focused procurement profile with no visible diversification across other NAICS codes in the provided data. The award volume suggests repeated use of the vehicle within a single industry category, consistent with sustained demand in pharmaceutical preparation activities.
Top PSC Codes
SELECT
content__IDV__productOrServiceInformation__productOrServiceCode AS psc_code,
content__IDV__productOrServiceInformation__productOrServiceCode__description AS psc_name,
sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__IDV__contractID__IDVID__agencyID = '7523' AND content__IDV__contractID__IDVID__PIID = 'HHSD200201689086I'
AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
psc_code,
psc_name
ORDER BY total_obligated DESC
LIMIT 10
| PSC Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 6505 | DRUGS AND BIOLOGICALS | 1,627,497,435.30 | 1.63 billion | 11 |
Insight
Obligations under PIID HHSD200201689086I are fully concentrated in PSC 6505, Drugs and Biologicals, with $1.63 billion obligated across 11 awards over the 10-year window. This indicates a highly concentrated vehicle profile with no evidence of PSC diversification in the provided data. The award count suggests repeated use of the same PSC category rather than broad distribution across product types.
Annual Trend
SELECT
toYear(parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate)) AS year,
sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable,
count() AS award_count
FROM fpds.data
WHERE
content__IDV__contractID__IDVID__agencyID = '7523' AND content__IDV__contractID__IDVID__PIID = 'HHSD200201689086I'
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2016 | 1,436,097,802.00 | 1.44 billion | 6 |
| 2017 | 191,400,355.97 | 191.40 million | 3 |
| 2018 | -722.67 | -722.67 | 1 |
| 2022 | 0.00 | 0.00 | 1 |
Insight
Obligations under PIID HHSD200201689086I are highly concentrated in 2016, when 6 awards totaled 1.44 billion, accounting for the dominant share of activity in the 10-year window. Activity drops sharply in 2017 to 191.40 million across 3 awards, then is minimal in 2018 with a negligible negative obligation of -722.67 on 1 award and in 2022 with 0 obligations on 1 award. Overall, the pattern indicates a one-year spike followed by limited and non-material subsequent funding activity.
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.