This page summarizes procurement activity for award number 75FCMC18F0001 under agency ID 7530 during the last full year. It reflects $48,797,589.14 in total obligated dollars across 17 award actions.
Award Number
Award Number 7530 / 75FCMC18F0001 Federal Contract Action Summary (Last Year)
Analysis of award number 75FCMC18F0001 for agency 7530 over the last full year, showing 17 award actions and $48.80 million obligated.
Dollar values are reported from the provided obligation total and readable rounded total for the selected analysis window.
Overview
The award record for PIID 75FCMC18F0001 shows activity concentrated in the last full year, with 17 actions captured in the analysis window. Total obligated dollars for that period were $48,797,589.14, or $48.80 million when rounded for readability. The average action value was $2,870,446.42.
How to use this page
Use this page to review the award-level procurement footprint for agency ID 7530 without moving into broader contract or program detail. The action count and obligation totals provide a compact view of how much activity occurred and how funding was distributed across the recorded actions.
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 1 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 | 48,797,589.14 | 48.80 million | 17 |
Insight
For PIID 75FCMC18F0001 over the last 1 year, obligations are fully concentrated in a single agency, the Centers for Medicare and Medicaid Services, with $48.80 million across 17 awards. This indicates the award activity is entirely within agency 7530 and is not distributed across multiple agencies in the provided data. The pattern suggests sustained award volume and material funding concentration within CMS.
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 1 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 | 39,679,246.59 | 39.68 million | 3 |
| QLARANT INTEGRITY SOLUTIONS, LLC | 4C9S9 | 24,604,861.00 | 24.60 million | 1 |
| ECONOMETRICA, INC | 1PZY5 | 4,341,122.35 | 4.34 million | 4 |
| NATIONAL OPINION RESEARCH CENTER | 8A395 | 297,845.95 | 297.85 thousand | 2 |
| L & M POLICY RESEARCH LLC | 3QEU5 | 0.00 | 0.00 | 1 |
| THE MITRE CORPORATION | 7L030 | -109,978.45 | -109.98 thousand | 1 |
| VENTERA CORP. | 1RPG4 | -138,520.40 | -138.52 thousand | 1 |
| ACTUARIAL RESEARCH CORPORATION | 1N869 | -307,774.81 | -307.77 thousand | 1 |
| LANTANA CONSULTING GROUP, INC. | 4N8M9 | -2,117,005.54 | -2.12 million | 1 |
| RESEARCH TRIANGLE INSTITUTE | 3A730 | -17,452,207.55 | -17.45 million | 2 |
Insight
Obligations under PIID 75FCMC18F0001 are concentrated among a small number of vendors, led by NORIDIAN HEALTHCARE SOLUTIONS, LLC ($39.68 million across 3 awards) and QLARANT INTEGRITY SOLUTIONS, LLC ($24.60 million in 1 award). ECONOMETRICA, INC is a distant third at $4.34 million across 4 awards, while the remaining positive-obligation vendors each account for less than $0.30 million. Several vendors show negative obligated amounts, most notably RESEARCH TRIANGLE INSTITUTE (-$17.45 million) and LANTANA CONSULTING GROUP, INC. (-$2.12 million), indicating significant downward adjustments or deobligations within the 1-year window.
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 1 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 | 64,174,129.14 | 64.17 million | 5 |
| 541910 | MARKETING RESEARCH AND PUBLIC OPINION POLLING | 0.00 | 0.00 | 1 |
| 541511 | CUSTOM COMPUTER PROGRAMMING SERVICES | -138,520.40 | -138.52 thousand | 1 |
| 541690 | OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES | -2,117,005.54 | -2.12 million | 1 |
| 541720 | RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES | -13,121,014.06 | -13.12 million | 9 |
Insight
Obligations for PIID 75FCMC18F0001 are heavily concentrated in NAICS 541990, which accounts for $64.17 million across 5 awards and overwhelmingly drives the positive obligated total in this window. The remaining NAICS codes are either at zero or negative obligated levels, with the largest negative amount in NAICS 541720 at -$13.12 million across 9 awards, indicating substantial downward adjustment activity rather than additional funded work in those categories. Overall, the distribution is highly skewed, with one primary service category offset by smaller, mixed-value obligations in related professional and technical NAICS codes.
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 1 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 |
|---|---|---|---|---|
| Q403 | MEDICAL- EVALUATION/SCREENING | 39,679,246.59 | 39.68 million | 3 |
| R499 | SUPPORT- PROFESSIONAL: OTHER | 5,025,719.05 | 5.03 million | 7 |
| AN42 | HEALTH R&D SERVICES; HEALTH CARE - OTHER; APPLIED RESEARCH | 4,341,122.35 | 4.34 million | 4 |
| R422 | SUPPORT- PROFESSIONAL: MARKET RESEARCH/PUBLIC OPINION | 0.00 | 0.00 | 1 |
| AN41 | HEALTH R&D SERVICES; HEALTH CARE - OTHER; BASIC RESEARCH | -109,978.45 | -109.98 thousand | 1 |
| D399 | IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS | -138,520.40 | -138.52 thousand | 1 |
Insight
Obligations under PIID 75FCMC18F0001 are concentrated in PSC Q403, Medical-Evaluation/Screening, which accounts for $39.68 million across 3 awards and materially exceeds all other PSCs in the 1-year window. The next largest categories are R499 at $5.03 million across 7 awards and AN42 at $4.34 million across 4 awards, indicating a secondary mix of professional support and health R&D services. Smaller PSCs are limited to one award each, including a zero-obligation R422 action and two negative-obligation adjustments in AN41 and D399, suggesting downward modifications in those categories.
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 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2025 | 48,797,589.14 | 48.80 million | 17 |
Insight
For PIID 75FCMC18F0001 within the 1-year window, reported obligations in 2025 totaled $48.80 million across 17 awards. This indicates a concentrated obligation profile centered in a single year rather than a multi-year distribution. The average obligation per award was approximately $2.87 million, suggesting relatively large individual award values within the period.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.