Vehicle Number

Vehicle Number 7523 / HHSD200201562100I Federal Contract Action Summary (Last 10 Years)

Federal procurement record for vehicle number HHSD200201562100I under Agency ID 7523, showing obligations over the last 10 years.

This page summarizes award activity for vehicle number HHSD200201562100I for Agency ID 7523 across the last 10 years. The record shows 11 award actions with total obligated funding of $127,368,952.84.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the provided analysis window and may differ from rounded readable figures.

Agency ID
7523
PIID
HHSD200201562100I
Type
Vehicle
Total Obligated
127.37 million
127,368,952.84
Actions
11
Average Action Value
11,578,995.71

Overview

Over the last 10 years, vehicle number HHSD200201562100I has 11 recorded award actions with total obligated funding of $127,368,952.84. The average action value is $11,578,995.71, based on the provided action total. This page presents the record as a compact procurement summary for Agency ID 7523.

How to use this page

Use this page to review obligation history tied to the listed vehicle number and PIID without searching across multiple records. The figures are limited to the provided analysis window and should be read as a summary of award actions, not a statement about contract scope or performance.

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 = 'HHSD200201562100I'
    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 127,368,952.84 127.37 million 11

Insight

Over the 10-year window, obligations under PIID HHSD200201562100I are fully concentrated within the Centers for Disease Control and Prevention, with no other agencies represented in the provided data. CDC accounts for $127.37 million across 11 awards, indicating a relatively narrow distribution of obligated activity within this vehicle. This pattern suggests the vehicle has been used consistently but within a single-agency portfolio rather than broadly 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__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 = 'HHSD200201562100I'
        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 = 'HHSD200201562100I'
    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 127,368,952.84 127.37 million 11

Insight

Obligations under PIID HHSD200201562100I in the 10-year window are fully concentrated in NAICS 325412, Pharmaceutical Preparation Manufacturing, with $127.37 million across 11 awards. This indicates a narrow industry concentration for this vehicle, with no other NAICS codes represented in the provided data. The award pattern suggests repeated use of the vehicle within a single product-service category rather than a diversified procurement mix.

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 = 'HHSD200201562100I'
    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 127,368,952.84 127.37 million 11

Insight

Obligations under PIID HHSD200201562100I are fully concentrated in PSC 6505, Drugs and Biologicals, with $127.37 million across 11 awards over the 10-year window. This indicates a highly focused vehicle scope with no observable distribution across other PSCs in the provided data. The award pattern suggests repeated use for pharmaceutical or biologics-related requirements rather than a diversified procurement mix.

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 = 'HHSD200201562100I'
    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 127,368,952.84 127.37 million 8
2017 0.00 0.00 1
2019 0.00 0.00 1
2023 0.00 0.00 1

Insight

Obligations under PIID HHSD200201562100I are highly concentrated in 2016, when 8 awards accounted for $127.37 million in obligations. In the remaining observed years in the 10-year window—2017, 2019, and 2023—there was one award in each year with no obligated dollars recorded. This pattern indicates a sharp one-year funding concentration rather than a sustained obligation trend.

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.