Federal Contractor

SIEMENS MEDICAL SOLUTIONS USA, INC. Federal Contract Obligations (Last Year)

SIEMENS MEDICAL SOLUTIONS USA, INC. recorded $174.44 million in federal obligations across 834 award actions in the last full year.

The company’s federal activity was concentrated with the Department of Veterans Affairs and the Defense Logistics Agency, which together accounted for most of the obligated amount. By NAICS, irradiation apparatus manufacturing dominated the profile, with additional obligations in repair, wholesale, and medical instrument categories.

Generated at 03/21/2026

Analysis period: Last full year

This summary reflects the last full year and uses obligated amounts and award counts from FPDS query data.

CAGE Code
0E2E6
UEI
KFMJVLKNLZ75
Total Obligated
174.44 million
174,437,396.68
Award Actions
834
Average Action Value
209,157.54

About SIEMENS MEDICAL SOLUTIONS USA, INC. federal contract activity

SIEMENS MEDICAL SOLUTIONS USA, INC. recorded $174.44 million in FPDS obligations across 834 awards during the last full year, for an average award value of $209,157.54. The vendor’s activity is concentrated in federal health and defense-related procurement, indicating sustained demand for medical imaging and related equipment support.

Agency mix and customer concentration

The Department of Veterans Affairs accounted for the majority of obligations at $115.84 million across 659 awards, making it the clear anchor customer in the period. The Defense Logistics Agency was the second-largest buyer at $55.71 million over 132 awards, while the National Institutes of Health contributed a smaller but meaningful $2.38 million across 21 awards. The remaining agencies, including the Defense Health Agency and Indian Health Service, represent limited supplemental demand.

Industry profile based on NAICS activity

NAICS 334517, Irradiation Apparatus Manufacturing, dominated the profile with $168.39 million and 696 awards, showing that the vendor’s federal business is overwhelmingly tied to imaging and radiation-based medical systems. Secondary activity appears in repair and maintenance, wholesale distribution, and other medical manufacturing codes, but each is far smaller in both dollars and award volume. This mix suggests a core equipment manufacturing relationship supplemented by sustainment and supply-chain support.

Annual contract trend over the analysis window

The annual trend table shows all recorded obligations in 2025, with $174.44 million across 834 awards. With only one year in the analysis window, the data supports a point-in-time read rather than a multi-year growth assessment. The volume of awards relative to dollars indicates frequent ordering patterns alongside several high-value procurements.

How to interpret this page

This summary is based on FPDS award records for the vendor identified by CAGE 0E2E6 and UEI KFMJVLKNLZ75, using the last full year as the analysis window. Obligations, award counts, agency distribution, NAICS distribution, and annual trend figures are aggregated from the provided dataset and rounded where shown. No assumptions were made beyond the supplied metrics.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0E2E6'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 115,837,946.88 115.84 million 659
97AS DEFENSE LOGISTICS AGENCY 55,713,544.05 55.71 million 132
7529 NATIONAL INSTITUTES OF HEALTH 2,377,921.45 2.38 million 21
97DH DEFENSE HEALTH AGENCY (DHA) 357,954.12 357.95 thousand 7
7527 INDIAN HEALTH SERVICE 154,230.18 154.23 thousand 13
7524 FOOD AND DRUG ADMINISTRATION 0.00 0.00 1
5700 DEPT OF THE AIR FORCE -4,200.00 -4.20 thousand 1

Insight

SIEMENS MEDICAL SOLUTIONS USA, INC. received 174.44 million across 834 awards in the last full year, with obligations heavily concentrated in the Department of Veterans Affairs, which accounted for 115.84 million and 659 awards. The Defense Logistics Agency was the second-largest customer at 55.71 million across 132 awards, bringing VA and DLA together to 98.1% of total obligated dollars. All other listed agencies were marginal by comparison, with NIH at 2.38 million and the remaining agencies each below 0.36 million, including one zero-obligation award and one negative obligation entry.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0E2E6'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
334517 IRRADIATION APPARATUS MANUFACTURING 168,390,564.41 168.39 million 696
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 2,808,023.01 2.81 million 68
423450 MEDICAL, DENTAL, AND HOSPITAL EQUIPMENT AND SUPPLIES MERCHANT WHOLESALERS 1,194,628.08 1.19 million 19
339112 SURGICAL AND MEDICAL INSTRUMENT MANUFACTURING 596,038.60 596.04 thousand 8
334510 ELECTROMEDICAL AND ELECTROTHERAPEUTIC APPARATUS MANUFACTURING 507,666.38 507.67 thousand 14
541519 OTHER COMPUTER RELATED SERVICES 483,293.32 483.29 thousand 4
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 133,037.14 133.04 thousand 9
238290 OTHER BUILDING EQUIPMENT CONTRACTORS 121,682.60 121.68 thousand 3
811310 COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT (EXCEPT AUTOMOTIVE AND ELECTRONIC) REPAIR AND MAINTENANCE 91,346.45 91.35 thousand 3
513210 SOFTWARE PUBLISHERS 79,876.00 79.88 thousand 1

Insight

SIEMENS MEDICAL SOLUTIONS USA, INC. is highly concentrated in NAICS 334517, Irradiation Apparatus Manufacturing, which accounts for $168.39 million of $174.44 million obligated in the last full year and 696 of 834 awards. The remaining obligations are distributed across a limited set of secondary NAICS codes, led by 811210, Electronic and Precision Equipment Repair and Maintenance, at $2.81 million across 68 awards, with all other listed NAICS categories each below $1.20 million. This pattern indicates a predominantly manufacturing-focused award profile with modest follow-on activity in repair, maintenance, and related medical equipment support services.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0E2E6'
        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 174,437,396.68 174.44 million 834

Insight

For the last full year, SIEMENS MEDICAL SOLUTIONS USA, INC. recorded $174.44 million in obligated obligations across 834 awards, yielding an average award value of about $209.2 thousand. The annual total is fully concentrated in 2025 within the 1-year window provided, so no year-over-year trend can be assessed from this view. The combination of a high award count and moderate average value indicates a broad distribution of obligations rather than reliance on a small number of large awards.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, 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.