Federal Agency

HEALTH RESOURCES AND SERVICES ADMINISTRATION Federal Contract Obligations (Last Year)

Last full year federal procurement summary for the Health Resources and Services Administration (Agency ID 7526), showing $484.87 million obligated across 1,342 award actions.

In the last full year, the Health Resources and Services Administration obligated $484,873,869.89 across 1,342 award actions, for an average action value of $361,306.90. Contract activity was concentrated in consulting and IT services, led by NAICS 541611, 541519, and 541511, with SAPIENT GOVERNMENT SERVICES, INC. and GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. among the top vendors by obligated amount.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the provided analysis window only and use obligated dollars and award counts reported for Health Resources and Services Administration.

Agency ID
7526
Total Obligated
484.87 million
484,873,869.89
Award Actions
1,342
Average Action Value
361,306.90

About HEALTH RESOURCES AND SERVICES ADMINISTRATION federal contract activity

In the last full year, the Health Resources and Services Administration obligated 484.87 million across 1,342 awards, with an average award value of 361,306.90. The activity profile indicates a high volume of comparatively smaller obligations supported by a handful of larger transactions.

Vendor concentration and leading contractors

Vendor obligations were concentrated among a small set of contractors, led by SAPIENT GOVERNMENT SERVICES, INC. at 67.09 million across 38 awards. GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC., REI SYSTEMS, INC., DIGITAL MANAGEMENT LLC, and MANAGEMENT SOLUTIONS CONSULTING GROUP, INC. also ranked among the largest recipients, with award counts ranging from 5 to 42 and obligations from 29.29 million to 38.60 million.

Industry profile based on NAICS activity

Procurement was dominated by management and IT-related services. The largest NAICS category was 541611, Administrative Management and General Management Consulting Services, at 145.25 million and 485 awards, followed by 541519 Other Computer Related Services at 113.73 million and 241 awards, and 541511 Custom Computer Programming Services at 95.18 million and 67 awards.

Annual contract trend over the analysis window

The annual trend shows 2025 as the full analysis year, with total obligations of 484.87 million across 1,342 awards. Because the window contains only one year, this view establishes a baseline rather than a multi-year movement pattern.

How to interpret this page

This page summarizes FPDS obligations for agency ID 7526 over the last full year using total obligated dollars, award count, and average award value. Vendor and NAICS rankings reflect summed obligated amounts within the selected window, and the annual trend reflects the same period aggregated by year.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '7526'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
SAPIENT GOVERNMENT SERVICES, INC. 67,087,952.89 67.09 million 38
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 38,598,993.75 38.60 million 39
REI SYSTEMS, INC. 31,493,610.11 31.49 million 42
DIGITAL MANAGEMENT LLC 29,934,161.60 29.93 million 5
MANAGEMENT SOLUTIONS CONSULTING GROUP, INC. 29,291,960.40 29.29 million 10
UNITED NETWORK FOR ORGAN SHARING 25,183,652.00 25.18 million 5
NATIONAL MARROW DONOR PROGRAM 23,765,120.00 23.77 million 4
OPTUMSERVE TECHNOLOGY SERVICES, INC. 13,653,051.57 13.65 million 6
TECHNOGEN INC. 11,290,613.52 11.29 million 3
UNIVERSITY OF TEXAS M D ANDERSON CANCER CENTER 8,627,520.00 8.63 million 3

Insight

Over the last full year, HEALTH RESOURCES AND SERVICES ADMINISTRATION obligated $484.87 million across 1,342 awards, with an average award value of $361.3 thousand. Top vendor spending is moderately concentrated: the ten listed vendors account for $300.61 million, or about 62% of total obligations, with SAPIENT GOVERNMENT SERVICES, INC. leading at $67.09 million across 38 awards. Several other vendors received similar mid-tier obligation levels in the $23.8 million to $31.5 million range, while the highest award counts are spread across REI SYSTEMS, INC. (42), GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. (39), and SAPIENT GOVERNMENT SERVICES, INC. (38).

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__purchaserInformation__contractingOfficeAgencyID = '7526'
        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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 145,249,434.38 145.25 million 485
541519 OTHER COMPUTER RELATED SERVICES 113,729,448.17 113.73 million 241
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 95,178,585.71 95.18 million 67
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 42,200,373.16 42.20 million 30
541512 COMPUTER SYSTEMS DESIGN SERVICES 32,149,770.84 32.15 million 49
621991 BLOOD AND ORGAN BANKS 15,840,039.75 15.84 million 19
624190 OTHER INDIVIDUAL AND FAMILY SERVICES 5,195,699.05 5.20 million 6
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 4,996,333.00 5.00 million 4
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 4,227,365.00 4.23 million 7
511210 SOFTWARE PUBLISHERS 3,876,255.59 3.88 million 9

Insight

Over the last full year, HRSA’s obligations were concentrated in professional services and IT-related NAICS codes, led by 541611 Administrative Management and General Management Consulting Services at $145.25 million across 485 awards, followed by 541519 Other Computer Related Services at $113.73 million across 241 awards and 541511 Custom Computer Programming Services at $95.18 million across 67 awards. These top three NAICS accounted for a substantial share of the agency’s $484.87 million in total obligations, indicating a procurement profile dominated by consulting and information technology support. Award volume was more dispersed than dollars, with 1,342 total awards and a relatively low average award value of $361,306.90, reflecting many smaller actions alongside fewer larger obligations.

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__purchaserInformation__contractingOfficeAgencyID = '7526'
        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 484,873,869.89 484.87 million 1,342

Insight

For the last full year, the Health Resources and Services Administration obligated $484.87 million across 1,342 awards, yielding an average award value of $361.3 thousand. This indicates a moderately distributed award profile, with obligations spread across a relatively large number of actions rather than concentrated in a small set of very large awards. With only one year in the 1-year window, this section reflects a baseline annual level rather than a multi-year trend.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.