PSC Code

PSC G007 Federal Contract Obligations (Last 10 Years)

FPDS procurement analysis for PSC G007, covering Social- Government Health Insurance Programs obligations, awards, agencies, vendors, and annual trends over the last 10 years.

PSC G007 covers Social- Government Health Insurance Programs and reflects 50.94 billion in obligated spending across 8,466 award actions over the last 10 years. Veterans Affairs and the Centers for Medicare and Medicaid Services account for most of the obligations, while TriWest Healthcare Alliance Corp. is the largest vendor by obligated dollars.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual trend figures shown for 2021 through 2025 and totals are based on readable and exact obligated amounts provided in the source dataset.

PSC Code
G007
PSC Description
SOCIAL- GOVERNMENT HEALTH INSURANCE PROGRAMS
Total Obligated
50.94 billion
50,936,733,366.42
Award Actions
8,466
Average Action Value
6,016,623.36

About PSC G007 federal contract activity

PSC G007, SOCIAL- GOVERNMENT HEALTH INSURANCE PROGRAMS, accounts for $50.94 billion in obligations across 8,466 awards over the last 10 years, with an average award value of $6.02 million. The category is dominated by a small number of very large health insurance program awards, indicating high concentration in program administration and claims-related services rather than a broad base of smaller transactions.

Agency demand and leading federal buyers

The Department of Veterans Affairs is the largest obligating agency by a wide margin, with $38.40 billion across 156 awards, followed by the Centers for Medicare and Medicaid Services at $11.78 billion across 2,607 awards. The Department of State, Railroad Retirement Board, and Office of the Comptroller of the Currency each account for materially smaller shares, showing that most obligations are concentrated in two agencies.

Vendor concentration and leading contractors

TRIWEST HEALTHCARE ALLIANCE CORP. is the clear dominant vendor with $38.29 billion across 97 awards, far exceeding all other vendors in this PSC. The remaining top vendors—PALMETTO GBA, LLC; NOVITAS SOLUTIONS, INC; NATIONAL GOVERNMENT SERVICES, INC.; and NORIDIAN HEALTHCARE SOLUTIONS, LLC—each hold billion-dollar obligation totals, reflecting a limited set of major administrators and processors in this market.

Annual contract trend over the analysis window

Annual obligations remain elevated and relatively stable from 2022 through 2025, ranging from $8.26 billion to $10.80 billion, after a much lower 2021 total of $1.47 billion. Award counts do not move in lockstep with dollars, suggesting changes in contract structure, recompetes, or task-order volumes rather than a simple expansion in transaction count.

How to interpret this page

This summary is based on FPDS obligation data for PSC G007 over the last 10 years, using total obligated dollars, award counts, and annual and entity-level rollups. Totals reflect recorded obligations in the selected analysis window and should be interpreted as procurement activity associated with this PSC, not as a measure of program outlays or utilization.

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 10 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 38,395,908,051.88 38.40 billion 156
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 11,778,220,390.57 11.78 billion 2,607
1900 STATE, DEPARTMENT OF 499,398,736.42 499.40 million 5,036
6000 RAILROAD RETIREMENT BOARD 181,336,117.71 181.34 million 83
2046 OFFICE OF THE COMPTROLLER OF THE CURRENCY 36,602,856.76 36.60 million 33
9577 CORPORATION FOR NATIONAL AND COMMUNITY SERVICE 35,024,345.90 35.02 million 37
1700 DEPT OF THE NAVY 7,402,388.68 7.40 million 468
2400 OFFICE OF PERSONNEL MANAGEMENT 1,307,795.00 1.31 million 15
6920 FEDERAL AVIATION ADMINISTRATION 1,163,834.20 1.16 million 6
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 174,880.16 174.88 thousand 4

Insight

Over the last 10 years, PSC G007 obligations totaled $50.94 billion across 8,466 awards, with spending heavily concentrated in the Department of Veterans Affairs, which received $38.40 billion, or about 75 percent of total obligations, across 156 awards. The Centers for Medicare and Medicaid Services was the second-largest obligatee at $11.78 billion across 2,607 awards, while all other agencies were each below $0.50 billion, indicating a steep drop-off after the top two agencies. Award counts are more dispersed than dollars, led by the Department of State with 5,036 awards but only $499.40 million obligated, suggesting many smaller awards outside the dominant high-dollar programs.

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 10 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 38,286,532,258.33 38.29 billion 97
PALMETTO GBA, LLC 3EYS4 2,267,501,839.57 2.27 billion 342
NOVITAS SOLUTIONS, INC 4KGW8 1,752,730,608.10 1.75 billion 260
NATIONAL GOVERNMENT SERVICES, INC. 3NKX7 1,624,426,384.92 1.62 billion 286
NORIDIAN HEALTHCARE SOLUTIONS, LLC 3EN02 1,428,009,127.31 1.43 billion 423
CGS ADMINISTRATORS, LLC 39MA3 1,255,627,923.22 1.26 billion 401
WISCONSIN PHYSICIANS SERVICE INSURANCE CORPORATION 2R921 892,770,220.32 892.77 million 269
FIRST COAST SERVICE OPTIONS, INC. 1M7H5 420,033,251.76 420.03 million 105
NORIDIAN ADMINISTRATIVE SERVICES, LLC 3EN02 353,896,789.82 353.90 million 111
HIGHMARK MEDICARE SERVICES INC. 4KGW8 296,325,114.69 296.33 million 45

Insight

PSC G007 obligations over the last 10 years total $50.94 billion across 8,466 awards, with an average award value of $6.02 million. Obligations are highly concentrated: TRIWEST HEALTHCARE ALLIANCE CORP. accounts for $38.29 billion, or about 75% of total obligated dollars, far exceeding all other vendors. The remaining top vendors each range from $296.33 million to $2.27 billion, indicating a long tail of smaller obligated amounts after the dominant incumbent.

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 10 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
2020 4,849,962,734.74 4.85 billion 777
2019 1,247,740,452.41 1.25 billion 618
2018 1,209,021,318.53 1.21 billion 585
2017 1,162,210,823.77 1.16 billion 584
2016 1,427,412,290.56 1.43 billion 487

Insight

Over the last 10 years, G007 obligations total $50.94 billion across 8,466 awards, with a relatively high average award value of $6.02 million. Funding is heavily concentrated in the most recent four years: 2022 through 2025 account for roughly 82 percent of total obligations, with annual obligations above $8.26 billion in each of those years. Earlier years were materially lower, generally ranging from $1.16 billion to $4.85 billion, indicating a pronounced upward shift in spending volume over the period.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.