This award record covers PIID HT940216C0002 for agency ID 9700 across the last 10 years. It reflects 723 award actions and $23.49 billion in total obligated value.
Award Number
Award Number 9700 / HT940216C0002 Federal Contract Action Summary (Last 10 Years)
Federal procurement summary for award number HT940216C0002 under agency ID 9700, showing obligations and actions over the last 10 years.
Total obligated exact value is 23493303927.12, and the average action value is 32494196.3.
Overview
The award number HT940216C0002 page summarizes federal procurement activity for agency ID 9700 within the last 10 years. Total obligated value is $23.49 billion, with 723 recorded actions and an average action value of $32,494,196.3.
How to use this page
Use this page to review obligation totals and action volume associated with PIID HT940216C0002. The figures support basic trend review and comparison against other awards or agency records in the same analysis window.
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 = 'HT940216C0002'
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) | 23,493,303,927.12 | 23.49 billion | 723 |
Insight
Within the 10-year window for award HT940216C0002, obligations are fully concentrated in the Defense Health Agency (DHA), which accounts for $23.49 billion across 723 awards. This indicates a highly concentrated funding profile with no evidence of agency diversification in the provided data. The volume of awards alongside the obligation level suggests sustained, repeated award activity within a single agency relationship.
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 = 'HT940216C0002'
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 |
|---|---|---|---|---|
| HEALTH NET FEDERAL SERVICES, LLC | 3TJW0 | 23,444,008,438.12 | 23.44 billion | 721 |
| HEALTH NET FEDERAL SERVICES, LLC | 49,295,489.00 | 49.30 million | 2 |
Insight
Obligations for this award are highly concentrated with HEALTH NET FEDERAL SERVICES, LLC, which accounts for $23.44 billion across 721 awards under CAGE 3TJW0. A much smaller additional set of obligations is also attributed to the same vendor name without a CAGE code, totaling $49.30 million across 2 awards. Overall, the award history is dominated by a single vendor, with only a marginal amount recorded outside the coded vendor entry.
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 = 'HT940216C0002'
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 | 23,493,303,927.12 | 23.49 billion | 723 |
Insight
Over the 10-year window, obligations for award HT940216C0002 are entirely concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers. This NAICS accounts for $23.49 billion across 723 actions, indicating a highly focused award profile with no diversification across other NAICS codes in the provided data.
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 = 'HT940216C0002'
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 | 20,488,677,440.91 | 20.49 billion | 642 |
| Q201 | MEDICAL- MANAGED HEALTHCARE | 3,004,626,486.21 | 3.00 billion | 81 |
Insight
The award is highly concentrated in PSC Q201, with MEDICAL- GENERAL HEALTH CARE accounting for $20.49 billion across 642 awards over the 10-year window. MEDICAL- MANAGED HEALTHCARE is a secondary but still significant category at $3.00 billion across 81 awards. Together, these two PSCs indicate that the award’s obligations are overwhelmingly concentrated in medical health care services, with the general health care category dominating both dollars and award count.
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 = 'HT940216C0002'
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 |
|---|---|---|---|
| 2016 | 49,295,489.00 | 49.30 million | 1 |
| 2017 | 72,567,349.44 | 72.57 million | 60 |
| 2018 | 3,884,476,561.69 | 3.88 billion | 117 |
| 2019 | 2,114,643,938.85 | 2.11 billion | 93 |
| 2020 | 3,058,787,442.35 | 3.06 billion | 104 |
| 2021 | 3,558,330,612.25 | 3.56 billion | 97 |
| 2022 | 3,301,466,162.18 | 3.30 billion | 72 |
| 2023 | 4,006,215,707.84 | 4.01 billion | 78 |
| 2024 | 2,992,749,165.36 | 2.99 billion | 78 |
| 2025 | 454,771,498.16 | 454.77 million | 23 |
Insight
Obligations for PIID HT940216C0002 were minimal in 2016 and 2017, then increased sharply in 2018 to 3.88 billion across 117 awards. Funding remained at multibillion-dollar levels from 2019 through 2024, peaking in 2023 at 4.01 billion, before declining to 454.77 million in 2025; award counts were highest in 2018 and generally ranged from 72 to 104 in subsequent years. The pattern indicates a concentration of obligation activity in the 2018–2024 period, with 2025 reflecting a partial-year or reduced-obligation profile relative to prior years.
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.