NAICS Industry

NAICS 621111 Federal Contract Obligations (Last 10 Years)

Federal procurement activity for NAICS 621111 covers physician office services excluding mental health specialists over the last 10 years.

This page summarizes 53,480 award actions with 60.97 billion in total obligations and an average action value of 1.14 million. Department of Veterans Affairs accounts for most obligations, while Defense Health Agency, the Army, Indian Health Service, and Social Security Administration are also major buyers.

Generated at 03/21/2026

Analysis period: Last 10 years

Vendor names may appear in more than one entry when reported with different records or formatting, as shown by QTC Medical Services, Inc.

NAICS Code
621111
Industry
OFFICES OF PHYSICIANS (EXCEPT MENTAL HEALTH SPECIALISTS)
Total Obligated
60.97 billion
60,973,740,236.28
Award Actions
53,480
Average Action Value
1,140,122.29

About NAICS 621111 federal contract activity

FPDS records show 62.0 billion in obligated dollars across 53,480 awards for NAICS 621111 over the last 10 years, with an average award value of 1.14 million. The category is heavily concentrated in federal health-service procurement, particularly physician office and evaluation services tied to federal healthcare programs.

Agency demand and leading federal buyers

The Department of Veterans Affairs dominates spending in this NAICS, accounting for 57.01 billion across 7,874 awards, or the clear majority of total obligations. The next largest buyers are the Defense Health Agency, Department of the Army, Indian Health Service, and Social Security Administration, each contributing substantially smaller but still material volumes.

Vendor concentration and leading contractors

TRIWEST HEALTHCARE ALLIANCE CORP. is the largest vendor by obligated value at 21.00 billion, followed by QTC MEDICAL SERVICES, INC. at 8.72 billion and VETERANS EVALUATION SERVICES, INC. at 5.16 billion. LOGISTICS HEALTH, INC. is also a major recipient, and the repeated appearance of QTC MEDICAL SERVICES, INC. reflects vendor-name variation under the same CAGE code rather than a separate supplier.

Annual contract trend over the analysis window

Annual obligations in the recent years shown increased sharply in 2025 to 13.75 billion after 6.09 billion in 2024 and 3.34 billion in 2023. The data also show a prior peak in the early part of the window, with 5.98 billion in 2021 and 3.11 billion in 2022, indicating pronounced year-to-year volatility rather than a smooth trend.

How to interpret this page

This page summarizes FPDS award records for NAICS 621111 over the last 10 years and aggregates obligated dollars and award counts by agency, vendor, and fiscal year. Vendor listings are based on reported award data and may reflect naming differences across records, while annual trend figures represent obligations booked in each reported year.

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__principalNAICSCode = '621111'
        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 57,007,138,539.24 57.01 billion 7,874
97DH DEFENSE HEALTH AGENCY (DHA) 1,220,724,700.33 1.22 billion 1,015
2100 DEPT OF THE ARMY 811,761,177.52 811.76 million 4,227
7527 INDIAN HEALTH SERVICE 551,257,339.50 551.26 million 6,496
2800 SOCIAL SECURITY ADMINISTRATION 371,085,844.99 371.09 million 11,255
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 179,504,244.56 179.50 million 65
5700 DEPT OF THE AIR FORCE 173,293,821.46 173.29 million 1,161
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 158,380,612.14 158.38 million 117
1700 DEPT OF THE NAVY 105,075,461.95 105.08 million 907
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 81,827,802.38 81.83 million 3,925

Insight

Obligations for NAICS 621111 are highly concentrated in the Department of Veterans Affairs, which accounts for $57.01 billion of the $60.97 billion obligated over the last 10 years, or roughly 94% of total spending. The remaining obligations are distributed across a small set of health and defense-related agencies, led by the Defense Health Agency, Department of the Army, and Indian Health Service, each at well below $1.3 billion. Award volume is more dispersed than obligation dollars, with the Social Security Administration and Indian Health Service posting relatively high award counts but comparatively modest dollars, indicating smaller average award values outside VA.

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,
        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__principalNAICSCode = '621111'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
TRIWEST HEALTHCARE ALLIANCE CORP. 07TQ3 20,998,990,037.12 21.00 billion 329
QTC MEDICAL SERVICES, INC. 5AR96 8,716,054,862.79 8.72 billion 406
VETERANS EVALUATION SERVICES, INC. 69U26 5,156,448,750.99 5.16 billion 270
LOGISTICS HEALTH, INC. 1RTW6 5,069,113,887.63 5.07 billion 774
QTC MEDICAL SERVICES INC 5AR96 3,504,721,751.54 3.50 billion 34
OPTUMSERVE HEALTH SERVICES INC 1RTW6 3,379,013,836.72 3.38 billion 35
VETERANS EVALUATION SERVICES, INC 69U26 3,019,389,629.68 3.02 billion 25
LOYAL SOURCE GOVERNMENT SERVICES LLC 5JN54 2,945,405,643.72 2.95 billion 237
HEALTH NET FEDERAL SERVICES, LLC 3TJW0 2,802,395,006.45 2.80 billion 104
OPTUMSERVE HEALTH SERVICES, INC. 1RTW6 1,218,378,895.87 1.22 billion 55

Insight

Over the last 10 years, NAICS 621111 obligated $60.97 billion across 53,480 awards, with activity concentrated among a small set of vendors. TRIWEST HEALTHCARE ALLIANCE CORP. led with $21.00 billion, followed by QTC MEDICAL SERVICES, INC. at $8.72 billion and VETERANS EVALUATION SERVICES, INC. at $5.16 billion. Several vendors appear under multiple name variations or punctuation formats with the same CAGE code, indicating that obligations may be distributed across related records rather than a single normalized vendor entry.

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__principalNAICSCode = '621111'
        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 13,754,983,703.06 13.75 billion 3,005
2024 6,088,234,135.46 6.09 billion 3,538
2023 3,335,008,726.41 3.34 billion 3,362
2022 3,113,989,969.08 3.11 billion 3,944
2021 5,984,763,498.61 5.98 billion 4,443
2020 9,293,820,263.29 9.29 billion 7,127
2019 5,421,144,179.06 5.42 billion 6,218
2018 4,537,030,245.78 4.54 billion 6,676
2017 5,726,973,721.21 5.73 billion 7,324
2016 3,717,791,794.32 3.72 billion 7,843

Insight

Over the last 10 years, NAICS 621111 obligations totaled $60.97 billion across 53,480 awards, with an average award value of $1.14 million. Funding is highly concentrated in the most recent years: FY 2025 alone accounts for $13.75 billion, followed by FY 2020 at $9.29 billion and FY 2024 at $6.09 billion. Award volume is more distributed, peaking in FY 2016–FY 2020 before declining from 7,843 awards in FY 2016 to 3,005 in FY 2025, indicating larger obligation volumes per award in the latest period.

Use FPDS Query for deeper industry analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper industry 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.