Vehicle Number

Vehicle Number 7529 / HHSN263201400015C Federal Contract Action Summary (Last 5 Years)

Vehicle number page for agency 7529 and PIID HHSN263201400015C, summarizing award activity over the last 5 years.

This page presents procurement activity for the vehicle number associated with agency 7529 under PIID HHSN263201400015C. Over the last 5 years, the record shows 2 award actions with total obligations of 1.00 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Total obligated exact value is 1002412.14, and the average action value is 501206.07.

Agency ID
7529
PIID
HHSN263201400015C
Type
Vehicle
Total Obligated
1.00 million
1,002,412.14
Actions
2
Average Action Value
501,206.07

Overview

The record for vehicle number under agency 7529 and PIID HHSN263201400015C covers the last 5 years of award activity. It includes 2 award actions with total obligated dollars of 1002412.14, or about 1.00 million in readable form. The average action value is 501206.07.

How to use this page

Use this page to review the concentration of award activity tied to this vehicle number and contract identifier. The small action count and the average action value provide a compact view of obligation level across the analysis window.

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 = '7529' AND content__IDV__contractID__IDVID__PIID = 'HHSN263201400015C'
    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
7529 NATIONAL INSTITUTES OF HEALTH 1,002,412.14 1.00 million 2

Insight

For vehicle HHSN263201400015C over the 5-year window, all reported obligation is concentrated in a single agency: the National Institutes of Health (agency 7529). NIH accounts for $1.00 million across 2 awards, indicating a fully concentrated distribution with no visible agency diversification in the provided data.

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 = '7529' AND content__IDV__contractID__IDVID__PIID = 'HHSN263201400015C'
        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 = '7529' AND content__IDV__contractID__IDVID__PIID = 'HHSN263201400015C'
    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
622110 GENERAL MEDICAL AND SURGICAL HOSPITALS 1,002,412.14 1.00 million 2

Insight

Over the 5-year window, obligations for this vehicle are fully concentrated in NAICS 622110, General Medical and Surgical Hospitals. The vehicle reflects a narrow industrial distribution, with $1.00 million obligated across 2 awards in a single NAICS category. This indicates limited NAICS diversity and suggests the vehicle has been used for hospital-related requirements only in the provided period.

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 = '7529' AND content__IDV__contractID__IDVID__PIID = 'HHSN263201400015C'
    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
R499 SUPPORT- PROFESSIONAL: OTHER 1,002,412.14 1.00 million 2

Insight

Obligations for PIID HHSN263201400015C are fully concentrated in PSC R499, Support- Professional: Other, with $1.00 million obligated across 2 awards over the 5-year window. This indicates a narrow PSC distribution for the vehicle, with all recorded activity tied to a single professional support category. The limited award count suggests a concentrated obligation pattern rather than a broad mix of product or service classifications.

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 = '7529' AND content__IDV__contractID__IDVID__PIID = 'HHSN263201400015C'
    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 1,225,050.00 1.23 million 1
2024 -222,637.86 -222.64 thousand 1

Insight

Obligations under PIID HHSN263201400015C are highly concentrated, with activity recorded in only two years across the 5-year window. In 2021, the vehicle had a positive obligation of $1.23 million from one award, followed by a negative obligation of $222.64 thousand in 2024 from one award. This pattern indicates a sparse and uneven funding profile, with the later-year deobligation partially offsetting prior obligated amounts.

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.