NAICS Industry

NAICS 622110 Federal Contract Obligations (Last 10 Years)

FPDS contract data for NAICS 622110 covers federal obligations to general medical and surgical hospitals over the last 10 years.

Across the last 10 years, this NAICS code shows $13.96 billion in obligated awards across 140,417 actions, with an average action value of $99,394.34. The largest obligations came from the Federal Prison System/Bureau of Prisons, the Defense Health Agency, and the military departments, while top vendors included NaphCare, Inc. and Seven Corners, Inc.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations in the most recent five years ranged from $1.27 billion in 2025 to $1.72 billion in 2023, based on readable FPDS data.

NAICS Code
622110
Industry
GENERAL MEDICAL AND SURGICAL HOSPITALS
Total Obligated
13.96 billion
13,956,655,627.58
Award Actions
140,417
Average Action Value
99,394.34

About NAICS 622110 federal contract activity

FPDS activity for NAICS 622110, General Medical and Surgical Hospitals, totals $13.96 billion across 140,417 awards over the last 10 years, with an average award value of $99,394.34. The data shows a large volume of relatively small obligations, indicating sustained use of hospital services across federal health, correctional, and defense missions.

Agency demand and leading federal buyers

The Federal Prison System / Bureau of Prisons is the largest contracting agency in this NAICS, with $4.38 billion across 83,038 awards, reflecting extensive inpatient and clinical care needs for detainee populations. The Defense Health Agency follows with $2.89 billion, while the Department of the Air Force, Department of the Navy, and Department of the Army together account for another $5.49 billion, showing that military health demand is a major driver of obligations in this category.

Vendor concentration and leading contractors

NaphCare, Inc. leads vendors with $936.59 million across 18,529 awards, followed by Enterprise Resource Planning International, LLC at $608.74 million and Seven Corners, Inc. at $568.14 million. The vendor profile is concentrated among firms supporting correctional health, healthcare administration, and related service delivery, with award counts suggesting repeated tasking under ongoing service arrangements.

Annual contract trend over the analysis window

Annual obligations remain elevated and relatively stable in the recent period, ranging from $1.27 billion in 2025 to a high of $1.72 billion in 2023. After the 2023 peak, obligations declined to $1.31 billion in 2024 and $1.27 billion in 2025, while award counts stayed consistently above 11,000 per year, indicating durable demand even as total dollars moderated.

How to interpret this page

This summary uses FPDS obligations data filtered to NAICS 622110 over the last 10 years and aggregates awarded obligations, award counts, and average award values. Agency, vendor, and annual trend rankings are based on total obligated dollars in the specified analysis window; values are reported as provided and rounded where shown in readable form.

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 = '622110'
        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
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 4,383,124,552.07 4.38 billion 83,038
97DH DEFENSE HEALTH AGENCY (DHA) 2,885,938,274.66 2.89 billion 9,694
5700 DEPT OF THE AIR FORCE 2,473,520,159.30 2.47 billion 23,652
1700 DEPT OF THE NAVY 1,524,272,778.69 1.52 billion 10,801
2100 DEPT OF THE ARMY 1,497,334,797.14 1.50 billion 8,149
1900 STATE, DEPARTMENT OF 373,765,212.70 373.77 million 335
7527 INDIAN HEALTH SERVICE 310,756,345.51 310.76 million 995
3600 VETERANS AFFAIRS, DEPARTMENT OF 193,868,520.34 193.87 million 1,964
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 121,898,443.51 121.90 million 228
7529 NATIONAL INSTITUTES OF HEALTH 78,860,259.27 78.86 million 466

Insight

Over the last 10 years, NAICS 622110 obligations totaled $13.96 billion across 140,417 awards, with spending highly concentrated among a small set of agencies. The Federal Prison System/Bureau of Prisons led by obligated dollars at $4.38 billion and also accounted for the highest award volume (83,038), followed by the Defense Health Agency at $2.89 billion; the Department of the Air Force, Navy, and Army each obligated roughly $1.50 billion to $2.47 billion. Outside the top five, obligations drop sharply to the low hundreds of millions, indicating a steep concentration of hospital-related procurement among correctional and defense health buyers.

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 = '622110'
        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
NAPHCARE, INC. 3PKZ3 936,589,225.13 936.59 million 18,529
ENTERPRISE RESOURCE PLANNING INTERNATIONAL, LLC 4LQU6 608,739,789.19 608.74 million 2,305
SEVEN CORNERS, INC 1YRN8 568,136,869.17 568.14 million 14,876
LUKE & ASSOCIATES, INC. 31ZE2 537,979,419.26 537.98 million 3,035
DISTINCTIVE HEALTH SPECTRUM CARE JV, LLC 7QTY2 522,828,040.82 522.83 million 3,203
ARORA GROUP, INC., THE 0Y4G6 500,748,970.54 500.75 million 2,413
MATRIX PROVIDERS INC. 60YZ9 485,621,435.69 485.62 million 2,342
UNIVERSITY OF MASSACHUSETTS 6R004 477,198,380.28 477.20 million 2,576
DONALD L MOONEY ENTERPRISES, LLC 1WGR6 395,171,681.47 395.17 million 2,653
MAGNIFICUS CORPORATION 1TPE6 381,072,543.90 381.07 million 2,073

Insight

Over the last 10 years, NAICS 622110 obligated $13.96 billion across 140,417 awards, with an average award value of $99,394.34, indicating a high-volume, low-dollar award environment. Top vendors account for substantial obligations individually, but the leading ten are distributed relatively evenly, ranging from $381.07 million to $936.59 million, which suggests moderate vendor concentration rather than dominance by a single contractor. NAPHCARE, INC. leads both in total obligated and award volume, with 18,529 awards totaling $936.59 million, while several other vendors show similarly large but lower-breadth portfolios.

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 = '622110'
        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 1,273,954,212.33 1.27 billion 11,771
2024 1,314,238,867.34 1.31 billion 13,901
2023 1,715,215,492.69 1.72 billion 13,225
2022 1,590,635,618.06 1.59 billion 12,795
2021 1,388,064,422.91 1.39 billion 12,473
2020 1,506,971,027.89 1.51 billion 14,025
2019 1,423,302,730.84 1.42 billion 13,568
2018 1,380,669,876.54 1.38 billion 15,406
2017 1,177,210,045.17 1.18 billion 17,143
2016 1,186,393,333.81 1.19 billion 16,110

Insight

Over the last 10 years, NAICS 622110 (General Medical and Surgical Hospitals) recorded $13.96 billion across 140,417 awards, averaging $99,394 per award. Annual obligations were relatively stable at roughly $1.18 billion to $1.72 billion, with a low in 2017 ($1.18 billion) and a peak in 2023 ($1.72 billion). Award volume was highest in 2017–2018 and then generally declined to 11,771 awards in 2025, while obligated dollars remained elevated, indicating larger average award values in the later years.

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.