Federal Agency

INDIAN HEALTH SERVICE Federal Contract Obligations (Last Year)

INDIAN HEALTH SERVICE (Agency ID 7527) obligated 1.45 billion across 13,570 award actions in the last full year.

INDIAN HEALTH SERVICE recorded 1,447,411,921.34 in obligations over 13,570 award actions, for an average action value of 106,662.63. The largest obligations went to MCKESSON CORPORATION, JAYNES CORPORATION, and MEDLINE INDUSTRIES, LP, while construction, temporary help services, and pharmaceutical manufacturing were the leading NAICS categories.

Generated at 03/21/2026

Analysis period: Last full year

Annual figures reflect the last full year and are based on readable FPDS obligation totals and award action counts.

Agency ID
7527
Total Obligated
1.45 billion
1,447,411,921.34
Award Actions
13,570
Average Action Value
106,662.63

About INDIAN HEALTH SERVICE federal contract activity

During the last full year, the Indian Health Service (Agency ID 7527) obligated $1.45 billion across 13,570 awards, for an average award value of $106,662.63. The agency’s obligation profile indicates a large number of comparatively small transactions, alongside a smaller set of high-value awards that materially shape total spend.

Vendor concentration and leading contractors

MCKESSON CORPORATION was the largest vendor by obligations at $196.76 million across 259 awards, followed by JAYNES CORPORATION at $172.03 million from a single award. MEDLINE INDUSTRIES, LP, TRIBAL HEALTH, LLC, and BAY AREA ANESTHESIA LLC also appear among the top recipients, indicating concentration across pharmaceuticals, clinical services, and related healthcare support categories.

Industry profile based on NAICS activity

The largest NAICS category was 236220, Commercial and Institutional Building Construction, with $250.87 million obligated across 197 awards. Temporary Help Services (561320) ranked second by obligations and led all listed categories by award count at 2,855, while Pharmaceutical Preparation Manufacturing (325412) and medical services and equipment-related codes also represented major spend areas. This mix suggests the agency’s procurement footprint spans facility work, staffing, drug procurement, physician services, and medical device supply chains.

Annual contract trend over the analysis window

The annual trend shows 2025 as the only year in the analysis window, with total obligations of $1.45 billion across 13,570 awards. Because the window contains a single full year, this view establishes the baseline level of activity rather than a multi-year trend. The volume of awards relative to total obligations is consistent with a procurement portfolio dominated by frequent, lower-dollar actions.

How to interpret this page

This page summarizes FPDS obligations for the Indian Health Service using the last full year of available data. Vendor and NAICS rankings are based on total obligated dollars, while award counts reflect the number of recorded awards associated with each entity or classification. Annual trend values reflect obligations and award volume within the same reporting period and are not adjusted for inflation or other external factors.

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 = '7527'
        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
MCKESSON CORPORATION 196,759,314.74 196.76 million 259
JAYNES CORPORATION 172,026,426.00 172.03 million 1
MEDLINE INDUSTRIES, LP 67,901,558.56 67.90 million 70
TRIBAL HEALTH, LLC 35,618,296.68 35.62 million 35
BAY AREA ANESTHESIA LLC 32,359,515.44 32.36 million 182
PRAIRIE BAND HEALTH SERVICES INC 27,562,730.14 27.56 million 80
FOUR WINDS STAFFING LLC 24,426,003.10 24.43 million 186
GRIFFIN CONSTRUCTION, LLC 20,839,981.00 20.84 million 1
LACREEK DEVELOPMENT CORP 19,322,942.72 19.32 million 41
DELL FEDERAL SYSTEMS L.P. 18,635,085.14 18.64 million 5

Insight

Over the last full year, Indian Health Service obligated $1.45 billion across 13,570 awards, with an average award value of $106,662.63. Top vendor obligations are moderately concentrated: McKesson Corporation led at $196.76 million across 259 awards, and Jaynes Corporation followed at $172.03 million on a single award, indicating a mix of high-volume and high-dollar, low-count activity. The remaining top vendors each received materially smaller shares, with obligations ranging from $18.64 million to $67.90 million, reflecting a distributed vendor base beyond the two largest awards.

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 = '7527'
        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
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 250,870,586.52 250.87 million 197
561320 TEMPORARY HELP SERVICES 209,238,318.86 209.24 million 2,855
325412 PHARMACEUTICAL PREPARATION MANUFACTURING 190,796,122.66 190.80 million 170
621111 OFFICES OF PHYSICIANS (EXCEPT MENTAL HEALTH SPECIALISTS) 104,969,127.26 104.97 million 437
339112 SURGICAL AND MEDICAL INSTRUMENT MANUFACTURING 60,168,514.21 60.17 million 587
541519 OTHER COMPUTER RELATED SERVICES 59,084,170.28 59.08 million 190
621999 ALL OTHER MISCELLANEOUS AMBULATORY HEALTH CARE SERVICES 52,046,536.80 52.05 million 104
621399 OFFICES OF ALL OTHER MISCELLANEOUS HEALTH PRACTITIONERS 38,205,390.26 38.21 million 397
621511 MEDICAL LABORATORIES 24,458,735.79 24.46 million 364
511210 SOFTWARE PUBLISHERS 24,207,717.77 24.21 million 173

Insight

Over the last full year, Indian Health Service obligated 1.45 billion across 13,570 awards, with spending concentrated in a small set of NAICS categories. The largest obligation was 236220 Commercial and Institutional Building Construction at 250.87 million, followed by 561320 Temporary Help Services at 209.24 million and 325412 Pharmaceutical Preparation Manufacturing at 190.80 million, indicating a mix of facility, staffing, and clinical supply needs. Several other top NAICS categories are health care service and medical product classifications, while award counts are highest in Temporary Help Services and related care-service codes, suggesting broad use of comparatively smaller awards in recurring operational areas.

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 = '7527'
        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 1,447,411,921.34 1.45 billion 13,570

Insight

For the last full year, the Indian Health Service obligated $1.45 billion across 13,570 awards, yielding an average award value of $106,662.63. With only one annual data point provided for the 1-year window, no year-over-year trend can be assessed in this view. The volume of awards relative to total obligation indicates a broad distribution across many transactions rather than concentration in a small number of large awards.

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.