Award Number

Award Number 7530 / 75FCMC18F0001 Federal Contract Action Summary (Last 5 Years)

Award number 75FCMC18F0001 for agency ID 7530 shows $936.59 million obligated across 331 actions over the last 5 years.

This page summarizes procurement activity for award 75FCMC18F0001 under agency ID 7530. The record covers the last 5 years, with total obligated funding of $936,590,548.25 and an average action value of $2,829,578.7.

Generated at 03/20/2026

Analysis period: Last 5 years

Obligation totals and action counts reflect the provided analysis window and may include multiple award modifications or adjustments.

Agency ID
7530
PIID
75FCMC18F0001
Type
Award
Total Obligated
936.59 million
936,590,548.25
Actions
331
Average Action Value
2,829,578.70

Overview

Award 75FCMC18F0001 has 331 recorded actions in the last 5 years, with total obligated funding of $936,590,548.25. The average action value is $2,829,578.7, which indicates a high-volume award history with substantial obligation changes over time. Agency ID 7530 is the only agency identifier provided for this page.

How to use this page

Use this page to review the scale and frequency of obligation activity tied to award number 75FCMC18F0001. The action count and obligation totals provide a concise basis for comparing this award against other federal procurement records in the same analysis window.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '7530' AND content__award__awardID__awardContractID__PIID = '75FCMC18F0001'
    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,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 936,590,548.25 936.59 million 331

Insight

Within the 5-year window, this award is wholly concentrated under Agency ID 7530, the Centers for Medicare and Medicaid Services. The award is associated with 331 obligations totaling $936.59 million, indicating sustained funding activity within a single agency. This concentration suggests the award’s financial profile is dominated by one awarding organization rather than being distributed across multiple agencies.

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(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
        content__award__awardID__awardContractID__agencyID = '7530' AND content__award__awardID__awardContractID__PIID = '75FCMC18F0001'
        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,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
NORIDIAN HEALTHCARE SOLUTIONS, LLC 3EN02 234,280,487.46 234.28 million 24
COMPANION DATA SERVICES, LLC 8ADG0 139,632,174.00 139.63 million 24
QLARANT INTEGRITY SOLUTIONS, LLC 4C9S9 115,463,242.00 115.46 million 8
PERSPECTA ENTERPRISE SOLUTIONS LLC 1U305 63,649,818.80 63.65 million 17
NEXT PHASE SOLUTIONS AND SERVICES, INC. 6JQJ6 56,815,052.75 56.82 million 10
NEWWAVE TELECOM AND TECHNOLOGIES, INC. 447Z6 44,128,402.51 44.13 million 11
HP ENTERPRISE SERVICES, LLC 1U305 41,025,767.49 41.03 million 12
CHAGS HEALTH INFORMATION TECHNOLOGY LLC 7BUJ8 37,817,835.46 37.82 million 10
VENTERA CORP. 1RPG4 33,204,682.38 33.20 million 6
APPRIO, INC. 3NHF8 27,123,690.36 27.12 million 11

Insight

Obligations under PIID 75FCMC18F0001 are concentrated among a small set of vendors, with NORIDIAN HEALTHCARE SOLUTIONS, LLC and COMPANION DATA SERVICES, LLC leading at $234.28 million and $139.63 million across 24 awards each. The remaining top vendors are materially lower, ranging from $115.46 million to $27.12 million, indicating a stepped distribution rather than an even spread of obligations. Award counts are also relatively dispersed, suggesting recurring obligation activity across multiple vendors rather than reliance on a single transaction pattern.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '7530' AND content__award__awardID__awardContractID__PIID = '75FCMC18F0001'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 349,633,751.01 349.63 million 34
541512 COMPUTER SYSTEMS DESIGN SERVICES 276,379,492.25 276.38 million 117
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 181,576,838.62 181.58 million 31
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 42,351,479.98 42.35 million 65
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 37,559,933.48 37.56 million 12
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 29,467,490.25 29.47 million 19
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 16,549,974.96 16.55 million 19
541519 OTHER COMPUTER RELATED SERVICES 4,332,371.00 4.33 million 3
541910 MARKETING RESEARCH AND PUBLIC OPINION POLLING 2,371,587.98 2.37 million 12
541618 OTHER MANAGEMENT CONSULTING SERVICES 0.00 0.00 3

Insight

Obligations for PIID 75FCMC18F0001 under Agency 7530 are concentrated in a small set of services-oriented NAICS codes over the past 5 years, led by 541990 at $349.63 million across 34 awards and 541512 at $276.38 million across 117 awards. Additional significant obligations are in 518210 at $181.58 million across 31 awards, with the remaining NAICS codes each accounting for materially smaller amounts, mostly below $43 million. The distribution indicates a strong emphasis on professional, technical, and IT-related services, with award counts not always tracking dollar volume proportionally.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '7530' AND content__award__awardID__awardContractID__PIID = '75FCMC18F0001'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
D399 IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS 525,047,319.82 525.05 million 165
Q403 MEDICAL- EVALUATION/SCREENING 234,280,487.46 234.28 million 24
R499 SUPPORT- PROFESSIONAL: OTHER 136,652,147.84 136.65 million 81
AN42 HEALTH R&D SERVICES; HEALTH CARE - OTHER; APPLIED RESEARCH 26,119,935.10 26.12 million 16
B506 SPECIAL STUDIES/ANALYSIS- DATA (OTHER THAN SCIENTIFIC) 6,306,252.00 6.31 million 7
D306 IT AND TELECOM- SYSTEMS ANALYSIS 2,789,230.68 2.79 million 11
R422 SUPPORT- PROFESSIONAL: MARKET RESEARCH/PUBLIC OPINION 2,371,587.98 2.37 million 12
R410 SUPPORT- PROFESSIONAL: PROGRAM EVALUATION/REVIEW/DEVELOPMENT 1,763,588.00 1.76 million 4
D318 IT AND TELECOM- INTEGRATED HARDWARE/SOFTWARE/SERVICES SOLUTIONS, PREDOMINANTLY SERVICES 1,540,843.96 1.54 million 3
D302 IT AND TELECOM- SYSTEMS DEVELOPMENT -61,268.86 -61.27 thousand 3

Insight

Obligations for award 75FCMC18F0001 over the 5-year window are highly concentrated in IT and telecom services, led by PSC D399 at $525.05 million across 165 actions. Medical evaluation/screening (Q403) is the next largest category at $234.28 million but with far fewer awards, indicating a smaller number of higher-dollar actions. Professional support and health-related research categories make up a secondary tier, while the remaining PSCs are comparatively immaterial; D302 is slightly negative, suggesting a minor deobligation within systems development.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '7530' AND content__award__awardID__awardContractID__PIID = '75FCMC18F0001'
    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 ASC
Year Total Obligated Readable Actions
2021 419,421,392.93 419.42 million 128
2022 328,578,009.55 328.58 million 98
2023 110,056,331.36 110.06 million 47
2024 29,737,225.27 29.74 million 41
2025 48,797,589.14 48.80 million 17

Insight

Obligations for PIID 75FCMC18F0001 declined sharply over the 5-year window, from 419.42 million across 128 awards in 2021 to 48.80 million across 17 awards in 2025. The largest annual activity occurred in 2021 and 2022, which together account for the majority of obligations in the period, indicating a strong concentration early in the window. Both obligation value and award count fell markedly in 2023 and 2024, with only a modest rebound in 2025 that did not return to prior levels.

Use FPDS Query for deeper award and vehicle analysis

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