Award Number

Award Number 9700 / HT940221C0007 Federal Contract Action Summary (Last 10 Years)

Federal procurement record for award number HT940221C0007 under agency 9700, showing obligated value and action history over the last 10 years.

This page summarizes the award history for PIID HT940221C0007 for agency 9700 across the last 10 years. The record includes 94 award actions and total obligated funding of 1,832,188,050.37.

Generated at 03/20/2026

Analysis period: Last 10 years

Values reflect the provided analysis window and may differ from rounded display figures.

Agency ID
9700
PIID
HT940221C0007
Type
Award
Total Obligated
1.83 billion
1,832,188,050.37
Actions
94
Average Action Value
19,491,362.24

Overview

Award HT940221C0007 shows 94 recorded actions in the last 10 years, with total obligated funding of 1,832,188,050.37. The average action value is 19,491,362.24, which provides a simple measure of the scale of activity across the award history.

How to use this page

Use this page to review the award’s obligation total, action count, and average action value over the selected period. It supports quick comparison against other awards or deeper review of the underlying action record for agency 9700.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HT940221C0007'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__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
97DH DEFENSE HEALTH AGENCY (DHA) 1,832,188,050.37 1.83 billion 94

Insight

Obligations for PIID HT940221C0007 are fully concentrated in DEFENSE HEALTH AGENCY (DHA), which accounts for $1.83 billion across 94 awards over the 10-year window. This indicates a highly concentrated award profile with no visible distribution across other agencies in the provided data. The award record suggests sustained engagement with a single agency rather than a broad federal customer base.

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__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HT940221C0007'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
EXPRESS SCRIPTS, INC. 1WPW1 1,687,096,177.99 1.69 billion 85
EVERNORTH FEDERAL SERVICES INC 0Q6S3 145,091,872.38 145.09 million 9

Insight

Obligations under PIID HT940221C0007 over the 10-year window are highly concentrated with EXPRESS SCRIPTS, INC. (CAGE 1WPW1), which accounts for 1.69 billion across 85 awards. EVERNORTH FEDERAL SERVICES INC (CAGE 0Q6S3) is a distant second at 145.09 million across 9 awards, indicating a steep drop-off after the top vendor. This pattern suggests the award is dominated by a single vendor relationship, with limited spend distributed to other firms in the provided rows.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HT940221C0007'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
524114 DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS 1,832,188,050.37 1.83 billion 94

Insight

Over the 10-year window, obligations under PIID HT940221C0007 are fully concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers, with $1.83 billion obligated across 94 awards. This indicates a highly focused procurement profile with no evidence of NAICS diversification in the provided data. The volume of awards suggests repeated procurement activity within a single industry classification.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HT940221C0007'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
Q201 MEDICAL- GENERAL HEALTH CARE 1,039,380,089.32 1.04 billion 36
Q201 MEDICAL- MANAGED HEALTHCARE 792,807,961.05 792.81 million 58

Insight

Obligations for this award are concentrated in PSC Q201, with two Q201 descriptions accounting for the reported spending over the 10-year window. “Medical- General Health Care” represents the larger share at $1.04 billion across 36 awards, while “Medical- Managed Healthcare” totals $792.81 million across 58 awards. The distribution suggests substantial recurring spending across a limited PSC category, with dollars concentrated more heavily in the general health care line and a higher award count in managed healthcare.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HT940221C0007'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 23,596,175.00 23.60 million 1
2022 82,423,926.26 82.42 million 8
2023 598,725,181.36 598.73 million 18
2024 577,236,490.78 577.24 million 35
2025 550,206,276.97 550.21 million 32

Insight

Obligations for PIID HT940221C0007 are highly concentrated in the most recent three years, rising from $23.60 million in 2021 to $82.42 million in 2022 and then increasing sharply to $598.73 million in 2023. Funding remains elevated in 2024 and 2025 at $577.24 million and $550.21 million, respectively, while award counts also expand from 1 in 2021 to 35 in 2024 before easing to 32 in 2025. Overall, the pattern indicates a step-change in both dollar value and award activity beginning in 2022, followed by sustained high-level obligations.

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.