PSC Code

PSC G007 Federal Contract Obligations (Last 5 Years)

PSC G007 covers social government health insurance programs, with $41.04 billion obligated across 5,415 actions in the last 5 years.

This PSC page summarizes federal obligations for social government health insurance programs over the last 5 years. The Department of Veterans Affairs accounted for most obligated dollars, while CMS and the Department of State led in action volume.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect obligations recorded in FPDS for PSC G007 during the selected 5-year window and may include multiple awards and actions by year, agency, and vendor.

PSC Code
G007
PSC Description
SOCIAL- GOVERNMENT HEALTH INSURANCE PROGRAMS
Total Obligated
41.04 billion
41,040,385,746.41
Award Actions
5,415
Average Action Value
7,579,018.60

About PSC G007 federal contract activity

PSC G007 (SOCIAL- GOVERNMENT HEALTH INSURANCE PROGRAMS) accounts for 41.04 billion in obligations across 5,415 awards over the last 5 years, with an average award value of 7.58 million. The category is highly concentrated, indicating a small number of large health insurance administration vehicles drive most spending.

Agency demand and leading federal buyers

The Department of Veterans Affairs leads PSC G007 by a wide margin, obligating 34.55 billion across 96 awards and representing the dominant buyer in this category. The Centers for Medicare and Medicaid Services is the next-largest agency at 6.02 billion across 1,336 awards, while the Department of State shows high award volume but much lower obligated dollars, suggesting smaller or more numerous transaction-level buys.

Vendor concentration and leading contractors

TriWest Healthcare Alliance Corp. is the primary vendor by dollars, receiving 34.55 billion across 75 awards and accounting for nearly all of the top-end concentration in the market. The remaining major vendors—Palmetto GBA, Novitas Solutions, Noridian Healthcare Solutions, and National Government Services—collectively represent a second tier of Medicare-related administration contractors with obligations ranging from 900.99 million to 1.45 billion.

Annual contract trend over the analysis window

Annual obligations are elevated and relatively stable from 2022 through 2025, staying in a narrow band between 8.26 billion and 10.80 billion per year. The 2021 level of 1.47 billion is materially lower than subsequent years, which suggests a step change in contract activity or scope beginning in 2022.

How to interpret this page

This summary is based on FPDS obligations for PSC G007 over the last 5 years, using total obligated dollars, award counts, and average award values. Agency and vendor rankings reflect the top reported entities in the dataset and are descriptive only; they do not imply exclusivity or full market share beyond the observed records.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = 'G007'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
3600 VETERANS AFFAIRS, DEPARTMENT OF 34,547,948,945.94 34.55 billion 96
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 6,021,069,348.32 6.02 billion 1,336
1900 STATE, DEPARTMENT OF 353,563,439.94 353.56 million 3,484
6000 RAILROAD RETIREMENT BOARD 95,684,644.25 95.68 million 46
2046 OFFICE OF THE COMPTROLLER OF THE CURRENCY 14,259,614.48 14.26 million 10
1700 DEPT OF THE NAVY 6,068,136.24 6.07 million 424
6920 FEDERAL AVIATION ADMINISTRATION 1,163,834.20 1.16 million 6
2400 OFFICE OF PERSONNEL MANAGEMENT 587,795.00 587.79 thousand 5
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 163,568.16 163.57 thousand 1
2100 DEPT OF THE ARMY 130,712.16 130.71 thousand 2

Insight

Over the last 5 years, PSC G007 obligations totaled $41.04 billion across 5,415 awards, but spending is highly concentrated. The Department of Veterans Affairs accounted for $34.55 billion, or roughly 84% of total obligated dollars, despite only 96 awards, while CMS ranked second with $6.02 billion across 1,336 awards. The remaining agencies were comparatively small and fragmented by dollars, led by the Department of State at $353.56 million across 3,484 awards, indicating a long tail of low-dollar activity outside the two dominant obligating agencies.

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(anyHeavy(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
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = 'G007'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
TRIWEST HEALTHCARE ALLIANCE CORP. 07TQ3 34,547,144,909.98 34.55 billion 75
PALMETTO GBA, LLC 3EYS4 1,454,630,456.36 1.45 billion 207
NOVITAS SOLUTIONS, INC 4KGW8 1,208,570,918.10 1.21 billion 181
NORIDIAN HEALTHCARE SOLUTIONS, LLC 3EN02 1,091,515,162.55 1.09 billion 278
NATIONAL GOVERNMENT SERVICES, INC. 3NKX7 900,993,680.92 900.99 million 173
CGS ADMINISTRATORS, LLC 39MA3 728,101,047.04 728.10 million 220
WISCONSIN PHYSICIANS SERVICE INSURANCE CORPORATION 2R921 494,041,395.52 494.04 million 156
FIRST COAST SERVICE OPTIONS INC 1M7H5 254,322,948.00 254.32 million 41
FIRST COAST SERVICE OPTIONS, INC. 1M7H5 116,781,599.79 116.78 million 34
MISCELLANEOUS FOREIGN AWARDEES 35KC0 48,640,855.52 48.64 million 560

Insight

Obligations for PSC G007 are highly concentrated over the last 5 years, with TRIWEST HEALTHCARE ALLIANCE CORP. accounting for $34.55 billion of the $41.04 billion total, or about 84% of obligations, across 75 awards. The remaining vendors each received materially smaller shares, ranging from $1.45 billion to $48.64 million, indicating a steep drop-off after the top vendor. Award counts are more dispersed than dollars, with some vendors recording relatively high volumes of lower-value awards, such as MISCELLANEOUS FOREIGN AWARDEES (560 awards) and NORIDIAN HEALTHCARE SOLUTIONS, LLC (278 awards).

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = 'G007'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 10,797,585,376.78 10.80 billion 1,079
2024 10,323,892,438.37 10.32 billion 1,254
2023 10,183,578,500.70 10.18 billion 1,109
2022 8,260,997,303.85 8.26 billion 971
2021 1,474,332,126.71 1.47 billion 1,002

Insight

G007 obligations totaled $41.04 billion across 5,415 awards over the last 5 years, with an average award value of $7.58 million. Annual obligations are heavily concentrated in 2022-2025, each year ranging from $8.26 billion to $10.80 billion, while 2021 was substantially lower at $1.47 billion. Award counts remained relatively consistent year to year, ranging from 971 to 1,254, indicating that the recent increase in obligated dollars is driven more by higher award values than by a major change in award volume.

Use FPDS Query for deeper PSC analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper PSC analysis across agencies, vendors, 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.