Vehicle Number

Vehicle Number 7505 / HHSO100201500014C Federal Contract Action Summary (Last 10 Years)

Vehicle number page for PIID HHSO100201500014C under Agency ID 7505 summarizes award activity over the last 10 years.

This page presents obligation and action data for vehicle number tied to PIID HHSO100201500014C. The record shows 11 award actions with total obligated dollars of 72.98 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the last 10 years, with exact obligated amount of 72,976,121 and an average action value of 6,634,192.82.

Agency ID
7505
PIID
HHSO100201500014C
Type
Vehicle
Total Obligated
72.98 million
72,976,121.00
Actions
11
Average Action Value
6,634,192.82

Overview

The vehicle number record for PIID HHSO100201500014C is associated with Agency ID 7505 and includes 11 award actions in the analysis window. Total obligated funding is 72,976,121, with an average action value of 6,634,192.82.

How to use this page

Use this page to review obligation totals and action frequency for the vehicle number tied to PIID HHSO100201500014C. The figures support a basic read of award scale and timing across the last 10 years.

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 = '7505' AND content__IDV__contractID__IDVID__PIID = 'HHSO100201500014C'
    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
7505 OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE 70,915,715.00 70.92 million 9
7505 OFFICE OF ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 2,060,406.00 2.06 million 2

Insight

Obligations under PIID HHSO100201500014C are highly concentrated in the Office of Assistant Secretary for Preparedness and Response, which received $70.92 million across 9 awards over the 10-year window. The Office of Assistant Secretary for Administration and Management accounted for a much smaller share, with $2.06 million across 2 awards. This distribution indicates that the vehicle’s obligated activity is heavily centered in a single HHS operating division, with limited secondary activity elsewhere.

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 = '7505' AND content__IDV__contractID__IDVID__PIID = 'HHSO100201500014C'
        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 = '7505' AND content__IDV__contractID__IDVID__PIID = 'HHSO100201500014C'
    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
541711 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY 72,976,121.00 72.98 million 11

Insight

Obligations for PIID HHSO100201500014C are fully concentrated in NAICS 541711, Research and Development in Biotechnology. Over the 10-year window, this category accounts for $72.98 million across 11 awards, indicating a narrow and highly specialized procurement profile. No other NAICS codes are provided in this section, so distribution across industries cannot be assessed beyond this concentration.

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 = '7505' AND content__IDV__contractID__IDVID__PIID = 'HHSO100201500014C'
    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
AN11 R&D- MEDICAL: BIOMEDICAL (BASIC RESEARCH) 72,976,121.00 72.98 million 10
AN11 HEALTH R&D SERVICES; HEALTH CARE SERVICES; BASIC RESEARCH 0.00 0.00 1

Insight

Obligations under PIID HHSO100201500014C are highly concentrated in PSC AN11, with $72.98 million across 10 awards for R&D in biomedical basic research. A second AN11 line item is present with 1 award but no obligated dollars, indicating a negligible non-obligated entry rather than material spending diversification. Over the 10-year window, the vehicle’s funding profile is therefore dominated by a single PSC category with limited distribution beyond that core activity.

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 = '7505' AND content__IDV__contractID__IDVID__PIID = 'HHSO100201500014C'
    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 3,938,487.00 3.94 million 3
2017 9,914,498.00 9.91 million 3
2018 24,323,136.00 24.32 million 2
2019 0.00 0.00 1
2020 34,800,000.00 34.80 million 1
2021 0.00 0.00 1

Insight

Annual obligations for PIID HHSO100201500014C are unevenly distributed across the period, with activity concentrated in 2020 at $34.80 million and a secondary peak in 2018 at $24.32 million. Obligations increased from $3.94 million in 2016 to $9.91 million in 2017, then rose sharply in 2018 before dropping to zero in 2019, rebounding in 2020, and returning to zero in 2021. Award counts remain low throughout the window, ranging from 1 to 3 per year, indicating limited annual transaction volume relative to obligated dollars.

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.