This page summarizes federal procurement activity for vehicle number tied to PIID HHSO100201700022C within agency ID 7505. The record shows 10 award actions with total obligations of $38.09 million and an average action value of $3,809,031.
Vehicle Number
Vehicle Number 7505 / HHSO100201700022C Federal Contract Action Summary (Last 5 Years)
Procurement summary page for vehicle number under agency ID 7505, showing award activity for PIID HHSO100201700022C over the last 5 years.
Financial values reflect the last 5 years and are reported as both readable and exact totals where provided.
Overview
The page presents a compact view of procurement activity for vehicle number associated with agency ID 7505 and PIID HHSO100201700022C. Over the last 5 years, the record includes 10 award actions and total obligations of $38,090,310, with an average action value of $3,809,031.
How to use this page
Use this page to review the basic award profile for the vehicle record and compare obligation levels across the analysis window. The figures provide a quick reference for the scale and frequency of action activity tied to this PIID.
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 = 'HHSO100201700022C'
AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 | 32,190,365.00 | 32.19 million | 8 |
| 7505 | ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE | 5,899,945.00 | 5.90 million | 2 |
Insight
Obligations under PIID HHSO100201700022C are highly concentrated in agency 7505, with the OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE accounting for $32.19 million across 8 awards. The ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE represents a smaller share at $5.90 million across 2 awards. Together, the two entries indicate that most obligated value in the 5-year window is associated with the parent office, with comparatively limited distribution to the successor agency name.
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 = 'HHSO100201700022C'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 = 'HHSO100201700022C'
AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 |
|---|---|---|---|---|
| 541690 | OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES | 38,090,310.00 | 38.09 million | 10 |
Insight
Over the 5-year window, obligations for this vehicle are fully concentrated in NAICS 541690, Other Scientific and Technical Consulting Services. The reported activity totals $38.09 million across 10 awards, indicating a narrow and consistent procurement focus within a single industry category. No additional NAICS distributions are provided for this vehicle in the supplied data, so concentration beyond this code cannot be assessed here.
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 = 'HHSO100201700022C'
AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 |
|---|---|---|---|---|
| AN13 | HEALTH R&D SERVICES; HEALTH CARE SERVICES; EXPERIMENTAL DEVELOPMENT | 38,090,310.00 | 38.09 million | 10 |
Insight
Over the 5-year window, obligations for this vehicle are entirely concentrated in PSC AN13, which accounts for $38.09 million across 10 awards. This indicates a narrow service profile centered on health R&D and related health care services, with no diversification across other PSCs in the provided data. The award count suggests repeated use of the same PSC rather than a broad mix of procurement categories.
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 = 'HHSO100201700022C'
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2021 | 4,695,664.00 | 4.70 million | 3 |
| 2022 | 27,494,701.00 | 27.49 million | 3 |
| 2023 | 0.00 | 0.00 | 3 |
| 2024 | 5,899,945.00 | 5.90 million | 1 |
Insight
Obligations for PIID HHSO100201700022C were highly uneven across the five-year window, with a pronounced peak in 2022 at $27.49 million across 3 awards. Funding fell sharply to $0 in 2023 despite 3 awards, indicating a temporary lapse in obligated dollars rather than in award activity. Obligations resumed in 2024 at $5.90 million on a single award, remaining well below the 2022 high and below the 2021 level of $4.70 million only by modest margin.
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.