PSC Code

PSC J065 Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations for PSC J065 (MAINT/REPAIR/REBUILD OF EQUIPMENT- MEDICAL, DENTAL, AND VETERINARY EQUIPMENT AND SUPPLIES) for last 5 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC J065 (MAINT/REPAIR/REBUILD OF EQUIPMENT- MEDICAL, DENTAL, AND VETERINARY EQUIPMENT AND SUPPLIES) for last 5 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 5 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 5 years analysis window.

PSC Code
J065
PSC Description
MAINT/REPAIR/REBUILD OF EQUIPMENT- MEDICAL, DENTAL, AND VETERINARY EQUIPMENT AND SUPPLIES
Total Obligated
3.54 billion
3,541,618,861.45
Award Actions
46,978
Average Action Value
75,388.88

About PSC J065 federal contract activity

This page summarizes last 5 years of federal contract activity associated with PSC J065 (MAINT/REPAIR/REBUILD OF EQUIPMENT- MEDICAL, DENTAL, AND VETERINARY EQUIPMENT AND SUPPLIES). Based on the current FPDS Query dataset, this category shows 3.54 billion in visible obligations across 46,978 award actions, with an average action value of 75,388.88. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand for PSC J065 (MAINT/REPAIR/REBUILD OF EQUIPMENT- MEDICAL, DENTAL, AND VETERINARY EQUIPMENT AND SUPPLIES) appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by VETERANS AFFAIRS, DEPARTMENT OF, with 2.60 billion in obligations, followed by ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in PSC J065 (MAINT/REPAIR/REBUILD OF EQUIPMENT- MEDICAL, DENTAL, AND VETERINARY EQUIPMENT AND SUPPLIES) over the last 5 years. The current ranking is led by AGILITI HEALTH INC, with 396.29 million in obligations, followed by SIEMENS MEDICAL SOLUTIONS USA, INC.. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved for PSC J065 (MAINT/REPAIR/REBUILD OF EQUIPMENT- MEDICAL, DENTAL, AND VETERINARY EQUIPMENT AND SUPPLIES) across the last 5 years, from 2021 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market segment.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of category-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 5 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS 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__productOrServiceCode = 'J065'
        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 2,604,932,153.56 2.60 billion 34,436
7505 ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE 333,687,689.42 333.69 million 31
2100 DEPT OF THE ARMY 250,074,192.81 250.07 million 3,293
97DH DEFENSE HEALTH AGENCY (DHA) 190,981,224.60 190.98 million 2,846
7527 INDIAN HEALTH SERVICE 43,791,327.63 43.79 million 1,751
1700 DEPT OF THE NAVY 43,757,443.21 43.76 million 2,438
5700 DEPT OF THE AIR FORCE 36,025,173.96 36.03 million 954
7529 NATIONAL INSTITUTES OF HEALTH 23,212,787.78 23.21 million 331
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 6,630,527.49 6.63 million 523
7524 FOOD AND DRUG ADMINISTRATION 1,622,469.96 1.62 million 39

Insight

PSC J065 (MAINT/REPAIR/REBUILD OF EQUIPMENT- MEDICAL, DENTAL, AND VETERINARY EQUIPMENT AND SUPPLIES) appears to be concentrated among a relatively small group of major buying agencies over the last 5 years. The visible ranking is led by VETERANS AFFAIRS, DEPARTMENT OF, followed by ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE, which suggests that agency demand in this category is not evenly distributed.

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 = 'J065'
        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
AGILITI HEALTH INC 0NVY1 396,290,027.95 396.29 million 286
SIEMENS MEDICAL SOLUTIONS USA, INC. 0E2E6 300,185,503.59 300.19 million 1,529
PHILIPS NORTH AMERICA LLC 8HEG5 239,560,589.50 239.56 million 1,810
GE PRECISION HEALTHCARE LLC 9CB48 160,036,041.83 160.04 million 1,170
GENERAL ELECTRIC COMPANY 1V332 115,728,173.74 115.73 million 1,108
SCRIPTPRO USA INC 1FYZ2 86,506,782.41 86.51 million 1,379
SONOVA USA INC. 4B3G7 83,370,073.60 83.37 million 32
VARIAN MEDICAL SYSTEMS, INC. 0MAZ9 77,988,847.33 77.99 million 325
CANON MEDICAL SYSTEMS USA, INC. 2P432 72,903,599.04 72.90 million 650
SONOVA USA INC 4B3G7 67,540,374.50 67.54 million 24

Insight

Within PSC J065 (MAINT/REPAIR/REBUILD OF EQUIPMENT- MEDICAL, DENTAL, AND VETERINARY EQUIPMENT AND SUPPLIES), visible obligations over the last 5 years appear concentrated among a relatively small set of leading vendors. AGILITI HEALTH INC ranks first, followed by SIEMENS MEDICAL SOLUTIONS USA, INC., which helps define the current competitive landscape in this category.

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 = 'J065'
        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 693,587,968.56 693.59 million 9,291
2024 926,333,778.00 926.33 million 9,457
2023 657,650,669.40 657.65 million 9,250
2022 747,629,431.54 747.63 million 9,148
2021 516,417,013.95 516.42 million 9,832

Insight

The annual trend shows how obligations in PSC J065 (MAINT/REPAIR/REBUILD OF EQUIPMENT- MEDICAL, DENTAL, AND VETERINARY EQUIPMENT AND SUPPLIES) moved across the last 5 years, from 2021 through 2025. This helps users judge whether visible contract activity in this category appears stable, rising, or easing over time.

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.