PSC Code

PSC AN11 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC AN11 (HEALTH R&D SERVICES; HEALTH CARE SERVICES; BASIC RESEARCH) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC AN11 (HEALTH R&D SERVICES; HEALTH CARE SERVICES; BASIC RESEARCH) for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 10 years analysis window.

PSC Code
AN11
PSC Description
HEALTH R&D SERVICES; HEALTH CARE SERVICES; BASIC RESEARCH
Total Obligated
8.04 billion
8,037,659,836.75
Award Actions
14,158
Average Action Value
567,711.52

About PSC AN11 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC AN11 (HEALTH R&D SERVICES; HEALTH CARE SERVICES; BASIC RESEARCH). Based on the current FPDS Query dataset, this category shows 8.04 billion in visible obligations across 14,158 award actions, with an average action value of 567,711.52. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand for PSC AN11 (HEALTH R&D SERVICES; HEALTH CARE SERVICES; BASIC RESEARCH) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE, with 3.37 billion in obligations, followed by NATIONAL INSTITUTES OF HEALTH. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in PSC AN11 (HEALTH R&D SERVICES; HEALTH CARE SERVICES; BASIC RESEARCH) over the last 10 years. The current ranking is led by MODERNATX, INC., with 1.75 billion in obligations, followed by WESTAT, INC.. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved for PSC AN11 (HEALTH R&D SERVICES; HEALTH CARE SERVICES; BASIC RESEARCH) across the last 10 years, from 2016 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market segment.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of category-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 10 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__productOrServiceInformation__productOrServiceCode = 'AN11'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
7505 OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE 3,365,251,021.86 3.37 billion 420
7529 NATIONAL INSTITUTES OF HEALTH 3,245,555,274.97 3.25 billion 8,294
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 384,933,397.80 384.93 million 632
2100 DEPT OF THE ARMY 287,228,148.53 287.23 million 1,345
7524 FOOD AND DRUG ADMINISTRATION 235,469,077.96 235.47 million 436
97DH DEFENSE HEALTH AGENCY (DHA) 153,770,187.47 153.77 million 508
4732 FEDERAL ACQUISITION SERVICE 122,759,564.51 122.76 million 109
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 108,440,512.22 108.44 million 62
3600 VETERANS AFFAIRS, DEPARTMENT OF 83,347,998.89 83.35 million 2,067
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 15,411,866.03 15.41 million 23

Insight

PSC AN11 (HEALTH R&D SERVICES; HEALTH CARE SERVICES; BASIC RESEARCH) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE, followed by NATIONAL INSTITUTES OF HEALTH, which suggests that agency demand in this category is not evenly distributed.

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(anyHeavy(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
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = 'AN11'
        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,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
MODERNATX, INC. 6RP85 1,754,345,480.45 1.75 billion 24
WESTAT, INC. 1D075 622,996,063.52 623.00 million 202
ICON GOVERNMENT AND PUBLIC HEALTH SOLUTIONS, INC. 1FBW5 384,735,343.55 384.74 million 65
PHARM-OLAM, LLC 8NX54 381,101,834.03 381.10 million 33
TECHNICAL RESOURCES INTERNATIONAL, INC. 8X508 381,053,343.38 381.05 million 68
ABSS SOLUTIONS, INC. 55MC0 115,753,936.42 115.75 million 97
THE MITRE CORPORATION 7L030 114,802,668.94 114.80 million 59
AMERICAN TYPE CULTURE COLLECTION 31101 97,150,152.91 97.15 million 147
SRI INTERNATIONAL 03652 93,047,853.75 93.05 million 453
RHO FEDERAL SYSTEMS DIVISION, INC. 8A1W7 91,578,832.45 91.58 million 58

Insight

Within PSC AN11 (HEALTH R&D SERVICES; HEALTH CARE SERVICES; BASIC RESEARCH), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. MODERNATX, INC. ranks first, followed by WESTAT, INC., which helps define the current competitive landscape in this 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__productOrServiceInformation__productOrServiceCode = 'AN11'
        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 DESC
Year Total Obligated Readable Award Actions
2025 409,345,912.92 409.35 million 1,199
2024 481,604,120.45 481.60 million 1,646
2023 1,867,371,405.95 1.87 billion 1,552
2022 1,032,209,390.00 1.03 billion 1,557
2021 1,020,447,470.67 1.02 billion 1,647
2020 1,522,048,781.58 1.52 billion 1,302
2019 380,218,069.65 380.22 million 1,146
2018 395,250,871.44 395.25 million 1,118
2017 445,935,737.16 445.94 million 1,399
2016 483,228,076.93 483.23 million 1,592

Insight

The annual trend shows how obligations in PSC AN11 (HEALTH R&D SERVICES; HEALTH CARE SERVICES; BASIC RESEARCH) moved across the last 10 years, from 2016 through 2025. This helps users judge whether visible contract activity in this category appears stable, rising, or easing over time.

Use FPDS Query for deeper PSC analysis

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