NAICS Industry

NAICS 622110 Federal Contract Obligations (Last Year)

FPDS procurement activity for NAICS 622110 covers general medical and surgical hospital services across federal agencies and vendors.

In the last full year, federal spending under NAICS 622110 totaled $1.27 billion across 11,771 award actions, with an average action value of $108,228.20. The largest obligations came from the Federal Prison System / Bureau of Prisons and the Defense Health Agency, with NAPHCARE INC, Enterprise Resource Planning International, LLC, and Wellpath LLC among the leading vendors.

Generated at 03/21/2026

Analysis period: Last full year

Annual totals and rankings reflect the provided analysis window and may differ slightly from raw-year sums due to data normalization and rounding.

NAICS Code
622110
Industry
GENERAL MEDICAL AND SURGICAL HOSPITALS
Total Obligated
1.27 billion
1,273,954,212.33
Award Actions
11,771
Average Action Value
108,228.20

About NAICS 622110 federal contract activity

During the last full year, FPDS records show $1.27 billion obligated across 11,771 awards under NAICS 622110, GENERAL MEDICAL AND SURGICAL HOSPITALS. The average award value was $108,228.20, indicating a high-volume procurement profile with many comparatively small obligations and a smaller number of larger service awards.

Agency demand and leading federal buyers

The Federal Prison System / Bureau of Prisons was the dominant buying agency, accounting for $567.84 million across 8,243 awards. The Defense Health Agency followed with $479.63 million and 1,831 awards, while the Department of the Army added $165.73 million across 735 awards; Indian Health Service and the National Institutes of Health were materially smaller buyers at $16.82 million and $15.72 million, respectively.

Vendor concentration and leading contractors

NaphCare Inc was the leading vendor by obligations at $146.65 million across 1,637 awards, reflecting the largest share of activity in this NAICS. Enterprise Resource Planning International, LLC, Wellpath LLC, Decypher Technologies, Ltd., and Seven Corners, Inc. also ranked among the top vendors, with obligations ranging from $51.63 million to $89.99 million and award counts from 176 to 1,282.

Annual contract trend over the analysis window

The annual trend is effectively flat against the overview period, with 2025 showing $1.27 billion obligated and 11,749 awards, very close to the last full-year totals. The small differences in counts and obligations suggest the reporting window captures essentially the same procurement volume with minor record timing or update effects.

How to interpret this page

This page summarizes FPDS obligation data filtered to NAICS 622110 over the last full year. Agency, vendor, and trend figures are based on obligated dollars and award counts reported in FPDS, and the analysis reflects only the values provided for this query.

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 1 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 567,842,844.89 567.84 million 8,243
97DH DEFENSE HEALTH AGENCY (DHA) 479,628,955.00 479.63 million 1,831
2100 DEPT OF THE ARMY 165,734,093.81 165.73 million 735
7527 INDIAN HEALTH SERVICE 16,816,968.37 16.82 million 130
7529 NATIONAL INSTITUTES OF HEALTH 15,723,946.47 15.72 million 45
5700 DEPT OF THE AIR FORCE 12,645,993.82 12.65 million 598
3600 VETERANS AFFAIRS, DEPARTMENT OF 7,149,405.94 7.15 million 116
1544 U.S. MARSHALS SERVICE 3,261,848.00 3.26 million 6
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 2,435,918.54 2.44 million 8
1900 STATE, DEPARTMENT OF 1,161,046.86 1.16 million 17

Insight

Obligations under NAICS 622110 totaled 1.27 billion across 11,771 awards in the last full year, with an average award value of about 108.2 thousand. Spending is highly concentrated: the Federal Prison System/Bureau of Prisons accounted for 567.84 million and 8,243 awards, while the Defense Health Agency accounted for 479.63 million and 1,831 awards; together they represented most of the obligated dollars in this NAICS. The Department of the Army was a distant third at 165.73 million, and all other agencies were each below 17 million, indicating a steep drop-off beyond the top three 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 1 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 146,649,537.94 146.65 million 1,637
ENTERPRISE RESOURCE PLANNING INTERNATIONAL, LLC 4LQU6 89,989,844.48 89.99 million 344
WELLPATH LLC 509T5 81,959,184.22 81.96 million 957
DECYPHER TECHNOLOGIES, LTD. 3CGR6 60,886,135.03 60.89 million 176
SEVEN CORNERS, INC 1YRN8 51,630,504.25 51.63 million 1,282
MAGNIFICUS CORPORATION 1TPE6 46,779,966.86 46.78 million 202
UNIVERSITY OF MASSACHUSETTS 6R004 45,844,908.81 45.84 million 183
SEVEN CORNERS INC 1YRN8 39,698,804.64 39.70 million 774
READIFORCE GOVERNMENT SOLUTIONS, LLC 7Q9Y4 39,086,214.66 39.09 million 123
SPECTRUM SERVICES GROUP, INC 4QDG3 38,271,627.96 38.27 million 137

Insight

NAICS 622110 obligated spending totaled $1.27 billion across 11,771 awards in the last full year, with an average award value of about $108.2 thousand, indicating a high-volume, relatively fragmented award pattern. Top vendor obligations are concentrated among a small set of firms, led by NAPHCARE INC at $146.65 million across 1,637 awards, followed by ENTERPRISE RESOURCE PLANNING INTERNATIONAL, LLC and WELLPATH LLC at $89.99 million and $81.96 million, respectively. SEVEN CORNERS appears twice in the top vendor list under two entries with the same CAGE code, suggesting the reported obligations are split across separate records. Overall, no single vendor accounts for a majority of obligations, but the leading vendors represent a material share of total activity.

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 1 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,962,920.87 1.27 billion 11,749

Insight

During the last full year, NAICS 622110 recorded $1.27 billion in total obligated spending across 11,749 awards, yielding an average award value of about $108.2K. Obligations are highly distributed across a large number of awards, indicating a broad transaction base rather than reliance on a small number of large procurements. The annual total is effectively flat at $1.27 billion for the period reported, suggesting no material year-over-year change within the 1-year window.

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