Vehicle Number

Vehicle Number 7527 / 75H71121D00001 Federal Contract Action Summary (Last 10 Years)

Procurement analysis page for vehicle number 75H71121D00001 under agency ID 7527, summarizing award activity over the last 10 years.

This page presents award history for vehicle number 75H71121D00001 across the last 10 years. The record shows 11 award actions totaling $116.55 million in obligated value.

Generated at 03/21/2026

Analysis period: Last 10 years

Dollar figures are shown using the provided readable total and exact obligated amount for the same analysis window.

Agency ID
7527
PIID
75H71121D00001
Type
Vehicle
Total Obligated
116.55 million
116,554,297.12
Actions
11
Average Action Value
10,595,845.19

Overview

For the last 10 years, vehicle number 75H71121D00001 has 11 award actions recorded under agency ID 7527. The total obligated amount is $116,554,297.12, with an average action value of $10,595,845.19. This page summarizes the procurement activity associated with that vehicle identifier.

How to use this page

Use this page to review the scale and frequency of award activity tied to vehicle number 75H71121D00001. The action count and obligated totals provide a compact view of procurement volume over 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 = '7527' AND content__IDV__contractID__IDVID__PIID = '75H71121D00001'
    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
7527 INDIAN HEALTH SERVICE 116,554,297.12 116.55 million 11

Insight

Within the 10-year window, all reported obligations for PIID 75H71121D00001 are concentrated in a single top agency: Indian Health Service (agency 7527). This agency accounts for $116.55 million across 11 awards, indicating that vehicle use is fully concentrated within one agency rather than distributed across multiple agencies. The award count suggests repeated use of the vehicle by the same agency over time.

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 = '7527' AND content__IDV__contractID__IDVID__PIID = '75H71121D00001'
        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 = '7527' AND content__IDV__contractID__IDVID__PIID = '75H71121D00001'
    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
325413 IN-VITRO DIAGNOSTIC SUBSTANCE MANUFACTURING 116,554,297.12 116.55 million 11

Insight

All obligations under PIID 75H71121D00001 over the 10-year window are concentrated in NAICS 325413, In-Vitro Diagnostic Substance Manufacturing. This category accounts for $116.55 million across 11 awards, indicating a complete concentration of obligations in a single NAICS code. The distribution suggests the vehicle was used exclusively for this line of procurement activity during the 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 = '7527' AND content__IDV__contractID__IDVID__PIID = '75H71121D00001'
    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
6550 IN VITRO DIAGNOSTIC SUBSTANCES, REAGENTS, TEST KITS AND SETS 116,554,297.12 116.55 million 11

Insight

Obligations under PIID 75H71121D00001 are fully concentrated in PSC 6550, In Vitro Diagnostic Substances, Reagents, Test Kits and Sets, with $116.55 million across 11 awards over the 10-year window. This indicates a highly focused product mix for the vehicle, with no evidence in the provided rows of diversification across other PSCs. The average obligation per award is approximately $10.6 million, suggesting repeated use of this PSC at meaningful dollar volume.

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 = '7527' AND content__IDV__contractID__IDVID__PIID = '75H71121D00001'
    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
2021 58,277,194.00 58.28 million 5
2022 58,277,103.12 58.28 million 6

Insight

Obligations under vehicle 75H71121D00001 were essentially flat across the two reported years, at about $58.28 million in both 2021 and 2022. Award activity increased slightly from 5 awards to 6 awards, indicating a modestly broader distribution of obligations in 2022 without a meaningful change in total spend. This pattern suggests stable funding concentration over the period rather than a significant upward or downward 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.