Award Number

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

FPDS award page for award number 75FCMC18F0001 under agency ID 7530, showing obligations and action history over the last 10 years.

This page summarizes federal procurement activity for award 75FCMC18F0001 for agency ID 7530 across the last 10 years. The award shows 782 actions and total obligated dollars of $2.12 billion.

Generated at 03/20/2026

Analysis period: Last 10 years

Obligation totals and action counts reflect the selected 10-year analysis window and use the provided readable and exact values.

Agency ID
7530
PIID
75FCMC18F0001
Type
Award
Total Obligated
2.12 billion
2,118,803,247.79
Actions
782
Average Action Value
2,709,467.07

Overview

This award record covers PIID 75FCMC18F0001 and its federal obligation history for agency ID 7530 during the last 10 years. Total obligated dollars are $2,118,803,247.79 across 782 award actions, for an average action value of $2,709,467.07.

How to use this page

Use this page to review the award’s obligation volume and action frequency within the selected time window. The exact totals support FPDS analysis, historical review, and comparison with other awards or agency activity.

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 10 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 2,118,803,247.79 2.12 billion 782

Insight

For PIID 75FCMC18F0001 over the 10-year window, all reported obligations are concentrated with the Centers for Medicare and Medicaid Services (agency ID 7530). The award is associated with 782 actions totaling $2.12 billion, indicating a highly concentrated funding profile within a single agency. This suggests the award’s obligations are not distributed across multiple agencies in the provided data.

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 10 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 370,528,425.46 370.53 million 37
COMPANION DATA SERVICES, LLC 8ADG0 286,407,807.00 286.41 million 45
HP ENTERPRISE SERVICES, LLC 1U305 190,782,666.49 190.78 million 35
QLARANT INTEGRITY SOLUTIONS, LLC 4C9S9 165,425,952.00 165.43 million 18
CHAGS HEALTH INFORMATION TECHNOLOGY LLC 7BUJ8 105,035,354.71 105.04 million 23
NEXT PHASE SOLUTIONS AND SERVICES, INC. 6JQJ6 104,299,470.65 104.30 million 29
NEWWAVE TELECOM AND TECHNOLOGIES, INC. 447Z6 92,231,011.48 92.23 million 22
RESEARCH TRIANGLE INSTITUTE 3A730 74,782,305.45 74.78 million 15
PERSPECTA ENTERPRISE SOLUTIONS LLC 1U305 63,649,818.80 63.65 million 17
COLLABRALINK TECHNOLOGIES, INCORPORATED 4ZYF6 62,823,180.97 62.82 million 11

Insight

Obligations for award PIID 75FCMC18F0001 are concentrated among a small set of vendors over the 10-year window, with NORIDIAN HEALTHCARE SOLUTIONS, LLC leading at $370.53 million across 37 awards. The next four vendors each received material but lower totals—ranging from $286.41 million to $105.04 million—indicating a layered distribution rather than a single-vendor monopoly. Award counts are also relatively dispersed, with several vendors receiving 15 to 45 awards, suggesting sustained multi-award reliance across the period.

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 10 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
541512 COMPUTER SYSTEMS DESIGN SERVICES 738,956,368.45 738.96 million 311
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 537,874,410.01 537.87 million 63
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 433,066,341.76 433.07 million 73
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 162,921,907.70 162.92 million 131
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 94,396,174.91 94.40 million 52
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 46,229,301.53 46.23 million 44
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 31,684,192.29 31.68 million 26
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 29,467,490.25 29.47 million 19
541910 MARKETING RESEARCH AND PUBLIC OPINION POLLING 16,911,510.60 16.91 million 30
541519 OTHER COMPUTER RELATED SERVICES 14,561,991.40 14.56 million 13

Insight

Obligations under PIID 75FCMC18F0001 are concentrated in information technology and related professional services, led by NAICS 541512 (Computer Systems Design Services) at $738.96 million across 311 awards. The next largest categories are 541990 ($537.87 million) and 518210 ($433.07 million), indicating a strong emphasis on technical, hosting, and broader professional support services. Outside the top three, obligations decline materially, with remaining NAICS codes each below $163 million, suggesting a steep drop-off after the core service areas.

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 10 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 1,288,570,885.08 1.29 billion 423
Q403 MEDICAL- EVALUATION/SCREENING 370,528,425.46 370.53 million 37
R499 SUPPORT- PROFESSIONAL: OTHER 356,418,031.89 356.42 million 184
AN42 HEALTH R&D SERVICES; HEALTH CARE - OTHER; APPLIED RESEARCH 26,119,935.10 26.12 million 16
R422 SUPPORT- PROFESSIONAL: MARKET RESEARCH/PUBLIC OPINION 16,911,510.60 16.91 million 30
B506 SPECIAL STUDIES/ANALYSIS- DATA (OTHER THAN SCIENTIFIC) 14,513,053.00 14.51 million 12
D306 IT AND TELECOM- SYSTEMS ANALYSIS 11,564,240.98 11.56 million 27
R426 SUPPORT- PROFESSIONAL: COMMUNICATIONS 9,919,725.42 9.92 million 12
D318 IT AND TELECOM- INTEGRATED HARDWARE/SOFTWARE/SERVICES SOLUTIONS, PREDOMINANTLY SERVICES 8,037,358.32 8.04 million 11
AN42 R&D- MEDICAL: HEALTH SERVICES (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT) 7,803,985.00 7.80 million 6

Insight

Obligations for PIID 75FCMC18F0001 over the 10-year window are concentrated in IT and telecom and health-related services. PSC D399 accounts for the largest share at $1.29 billion across 423 awards, followed by Q403 at $370.53 million and R499 at $356.42 million; together, these three PSCs represent the clear majority of obligated dollars in the provided rows. The remaining PSCs are materially smaller, generally under $30 million each, indicating a steep drop-off after the top categories and a mix of recurring IT, professional support, and medical research activities.

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 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2017 13,762,610.79 13.76 million 2
2018 391,980,119.12 391.98 million 153
2019 374,335,757.23 374.34 million 150
2020 402,134,212.40 402.13 million 146
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 were highly concentrated in 2018–2022, when annual obligations ranged from $328.6 million to $419.4 million and award counts remained elevated at 98 to 153. Activity peaked in 2021 at $419.4 million across 128 awards, then declined sharply in 2023 to $110.1 million and further to $29.7 million in 2024. The 2025 total increased to $48.8 million but remained well below the 2018–2022 levels, indicating a pronounced contraction in both dollars and award volume over the most recent years.

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