Federal Contractor

QTC MEDICAL SERVICES, INC. Federal Contract Obligations (Last 5 Years)

FPDS procurement profile for QTC MEDICAL SERVICES, INC. (CAGE 5AR96, UEI GN8YP96TMPK6) covering federal obligations over the last 5 years.

QTC MEDICAL SERVICES, INC. recorded $10.10 billion in obligated federal awards across 515 actions in the last 5 years, for an average action value of $19.60 million. Most of this activity came from the Department of Veterans Affairs, with additional awards from the Department of the Army and a smaller set of civilian agency actions.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts, counts, and industry codes reflect FPDS award data in the stated analysis window and may vary from broader procurement summaries due to timing and record updates.

CAGE Code
5AR96
UEI
GN8YP96TMPK6
Total Obligated
10.10 billion
10,095,611,212.25
Award Actions
515
Average Action Value
19,603,128.56

About QTC MEDICAL SERVICES, INC. federal contract activity

QTC MEDICAL SERVICES, INC. (CAGE 5AR96, UEI GN8YP96TMPK6) recorded 515 FPDS-observed awards totaling $10.10 billion over the last 5 years, with an average award value of $19.60 million. The profile is highly concentrated in medical services tied to physician and outpatient care, and the annual award volume is sizable rather than fragmented.

Agency mix and customer concentration

The Department of Veterans Affairs dominates this vendor’s federal business, accounting for $9.70 billion across 231 awards and representing the clear core of the relationship. The remaining agencies are a distant second tier: the Department of the Army at $343.50 million, followed by the U.S. Secret Service, the Office of the Assistant Secretary for Administration, and the FBI at materially smaller levels. This mix indicates heavy dependence on one civilian health customer with a limited secondary footprint across defense and law enforcement buyers.

Industry profile based on NAICS activity

Contracting is overwhelmingly concentrated in NAICS 621111, Offices of Physicians (Except Mental Health Specialists), which accounts for $9.74 billion and 283 awards. NAICS 621112, Offices of Physicians, Mental Health Specialists, is the only other major category at $343.50 million and 190 awards, while 621498 contributes a smaller but still relevant $16.90 million. The only non-medical classification, 541614, appears as a negligible outlier, indicating that the vendor’s federal activity is essentially clinical services driven.

Annual contract trend over the analysis window

Obligations accelerated sharply in the most recent year, rising from $1.13 billion in 2021 to $4.34 billion in 2025, with 2024 and 2023 at $2.32 billion and $1.30 billion, respectively. Award counts also increased over time, moving from 57 in 2021 to 140 in 2025, suggesting both larger and more frequent procurement activity. The series shows strong growth after 2021, with 2025 representing the peak year in both dollars and awards within the analysis window.

How to interpret this page

This summary is based on FPDS-observed obligations and award counts associated with QTC MEDICAL SERVICES, INC. for the last 5 years. Agency and NAICS mixes are ranked by total obligated dollars, and the trend section uses annual obligated totals and award counts for the same period. Figures are reported as provided and reflect procurement activity captured in the analysis window, not necessarily the vendor’s full commercial business.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '5AR96'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
3600 VETERANS AFFAIRS, DEPARTMENT OF 9,703,167,718.63 9.70 billion 231
2100 DEPT OF THE ARMY 343,501,522.68 343.50 million 190
7009 U.S. SECRET SERVICE 17,709,019.13 17.71 million 20
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 14,313,327.70 14.31 million 20
1549 FEDERAL BUREAU OF INVESTIGATION 12,865,409.22 12.87 million 32
1406 DEPARTMENTAL OFFICES 4,707,936.00 4.71 million 4
1550 OFFICE OF JUSTICE PROGRAMS 11,315.81 11.32 thousand 5
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 1.00 1.00 7
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) -665,037.92 -665.04 thousand 6

Insight

QTC Medical Services, Inc. is highly concentrated in the Department of Veterans Affairs, which accounts for $9.70 billion of $10.10 billion obligated over the last 5 years, or roughly 96% of total obligations, across 231 awards. The Department of the Army is a distant second at $343.5 million across 190 awards, indicating materially lower dollar value per award than VA. All other agencies are each below $20 million, and Washington Headquarters Services shows a negative obligated amount of $665.0 thousand, suggesting adjustments or deobligations within the period.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '5AR96'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
621111 OFFICES OF PHYSICIANS (EXCEPT MENTAL HEALTH SPECIALISTS) 9,735,201,382.27 9.74 billion 283
621112 OFFICES OF PHYSICIANS, MENTAL HEALTH SPECIALISTS 343,501,522.68 343.50 million 190
621498 ALL OTHER OUTPATIENT CARE CENTERS 16,903,907.30 16.90 million 41
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 4,400.00 4.40 thousand 1

Insight

Over the last 5 years, QTC Medical Services, Inc. (CAGE 5AR96) obligations are highly concentrated in NAICS 621111, Offices of Physicians (Except Mental Health Specialists), which accounts for 9.74 billion of the 10.10 billion total obligated across 283 awards. NAICS 621112, Offices of Physicians, Mental Health Specialists, is a distant second at 343.50 million across 190 awards, indicating a strong secondary presence but limited share of total dollars. The remaining obligations are minimal, led by NAICS 621498 at 16.90 million and a single 4.40 thousand award in NAICS 541614, showing a narrow NAICS distribution overall.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '5AR96'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 4,338,984,517.46 4.34 billion 140
2024 2,319,826,682.67 2.32 billion 137
2023 1,295,646,899.74 1.30 billion 116
2022 1,013,620,954.63 1.01 billion 65
2021 1,127,532,157.75 1.13 billion 57

Insight

QTC MEDICAL SERVICES, INC. obligated $10.10 billion across 515 awards over the last 5 years, with an average award value of about $19.6 million. Obligations were heavily concentrated in 2025, which accounted for $4.34 billion and 140 awards, or roughly 43% of total obligated value in the period. Annual obligations generally increased from 2021 through 2025, with award counts also rising from 57 in 2021 to 140 in 2025, indicating both growth in volume and a shift toward larger annual funding levels.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

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