Federal Contractor

NORIDIAN HEALTHCARE SOLUTIONS, LLC Federal Contract Obligations (Last Year)

NORIDIAN HEALTHCARE SOLUTIONS, LLC recorded 57 federal award actions in the last full year, with $271.13 million obligated.

Most of NORIDIAN HEALTHCARE SOLUTIONS, LLC's federal activity was concentrated at the Centers for Medicare and Medicaid Services, which accounted for 56 awards and the full $271.13 million obligated. The vendor's work was primarily classified under NAICS 524114, Direct Health and Medical Insurance Carriers, with a smaller share in NAICS 541990.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and use obligated dollars as reported in federal procurement records.

CAGE Code
3EN02
UEI
S9LBFM3QCED8
Total Obligated
271.13 million
271,126,221.59
Award Actions
57
Average Action Value
4,756,600.37

About NORIDIAN HEALTHCARE SOLUTIONS, LLC federal contract activity

NORIDIAN HEALTHCARE SOLUTIONS, LLC (CAGE 3EN02, UEI S9LBFM3QCED8) obligated $271.13 million across 57 FPDS-recorded awards in the last full year, for an average award value of $4.76 million. The profile is highly concentrated, with one agency and one primary NAICS code accounting for the overwhelming share of obligated dollars.

Agency mix and customer concentration

The Centers for Medicare and Medicaid Services accounted for 56 of 57 awards and the full $271.13 million in obligated value. The only other recorded agency was the Centers for Disease Control and Prevention, with one award and no obligated dollars reported in the provided data.

Industry profile based on NAICS activity

NAICS 524114, Direct Health and Medical Insurance Carriers, dominated the contractor’s work mix with $231.45 million across 53 awards. NAICS 541990 added $39.68 million across three awards, while NAICS 541512 appeared once with no obligated dollars, indicating limited diversification beyond health insurance-related activity.

Annual contract trend over the analysis window

All recorded obligated value in the analysis window fell in 2025, totaling $271.13 million across 57 awards. With only one year in scope, the data support a point-in-time view rather than a multi-year trend assessment.

How to interpret this page

This summary is based on FPDS award data for the last full year and reflects obligated dollars, award counts, and reported agency and NAICS classifications associated with the vendor identifiers provided. Percentages and qualitative concentration statements are derived only from the supplied totals; no external sources or unprovided record details were used.

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 = '3EN02'
        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
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 271,126,221.59 271.13 million 56
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 0.00 0.00 1

Insight

NORIDIAN HEALTHCARE SOLUTIONS, LLC’s obligations in the last full year were highly concentrated in the Centers for Medicare and Medicaid Services, which accounted for 56 of 57 awards and the full $271.13 million obligated. The Centers for Disease Control and Prevention registered one award with no obligated value, indicating no material diversification across agencies. This pattern suggests the vendor’s federal activity is overwhelmingly dependent on a single agency relationship.

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 = '3EN02'
        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
524114 DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS 231,446,975.00 231.45 million 53
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 39,679,246.59 39.68 million 3
541512 COMPUTER SYSTEMS DESIGN SERVICES 0.00 0.00 1

Insight

NORIDIAN HEALTHCARE SOLUTIONS, LLC’s obligations in the last full year were highly concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers, which accounted for 53 of 57 awards and $231.45 million of the $271.13 million obligated. A much smaller share was placed under NAICS 541990, All Other Professional, Scientific, and Technical Services, at $39.68 million across 3 awards. NAICS 541512, Computer Systems Design Services, appears as a single award with no obligated dollars, indicating limited diversification beyond the primary healthcare insurance carrier 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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3EN02'
        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 271,126,221.59 271.13 million 57

Insight

In the last full year, NORIDIAN HEALTHCARE SOLUTIONS, LLC (CAGE 3EN02) recorded $271.13 million in obligated value across 57 awards, for an average award value of approximately $4.76 million. With only one year reflected in the 1-year window, the annual trend cannot be assessed for growth or decline. The data indicate a moderately distributed award profile, with obligations spread across multiple awards rather than concentrated in a single action.

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.