This page summarizes federal procurement activity for award 36C10G23K0058 under Agency ID 3600. The award shows a single recorded action with total obligated value of 2,224,839,172.7.
Award Number
Award Number 3600 / 36C10G23K0058 Federal Contract Action Summary (Last 5 Years)
Award number 36C10G23K0058 for Agency ID 3600 records one action totaling 2.22 billion in obligations over the last 5 years.
Values reflect the last 5 years and use the provided readable total of 2.22 billion and exact total of 2224839172.7.
Overview
Award 36C10G23K0058 is associated with Agency ID 3600 and shows a single recorded action in the analysis window. Total obligated value is 2,224,839,172.7, which is approximately 2.22 billion. With only one action recorded, the average action value equals the total obligated amount.
How to use this page
Use this page to review high-level award activity for 36C10G23K0058 without assuming additional transaction detail. The figures are limited to the provided analysis window and should be read as a summary of recorded obligation activity for this award.
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 = '3600' AND content__award__awardID__awardContractID__PIID = '36C10G23K0058'
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,
agency_name
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 2,224,839,172.70 | 2.22 billion | 1 |
Insight
Over the 5-year window, obligations for PIID 36C10G23K0058 are fully concentrated within the Department of Veterans Affairs, which accounts for 100% of recorded obligated value in this view. The award activity is limited to a single award and totals 2.22 billion, indicating no distribution across additional agencies in the provided data. This level of concentration suggests the award relationship is entirely agency-specific within the observed period.
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 = '3600' AND content__award__awardID__awardContractID__PIID = '36C10G23K0058'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 |
|---|---|---|---|---|
| TRIWEST HEALTHCARE ALLIANCE CORP. | 07TQ3 | 2,224,839,172.70 | 2.22 billion | 1 |
Insight
Obligations under PIID 36C10G23K0058 are highly concentrated, with TRIWEST HEALTHCARE ALLIANCE CORP. accounting for the full identified obligation base in this 5-year window. The vendor holds 1 award totaling $2.22 billion, indicating a single-source concentration rather than a distributed vendor mix. This pattern suggests the award’s activity is dominated by one prime vendor relationship.
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 = '3600' AND content__award__awardID__awardContractID__PIID = '36C10G23K0058'
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,
naics_name
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 524114 | DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS | 2,224,839,172.70 | 2.22 billion | 1 |
Insight
Obligations for PIID 36C10G23K0058 are fully concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers, with one award totaling $2.22 billion over the 5-year window. This indicates a highly concentrated award profile with no observed distribution across other NAICS codes in the provided data.
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 = '3600' AND content__award__awardID__awardContractID__PIID = '36C10G23K0058'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 |
|---|---|---|---|---|
| G007 | SOCIAL- GOVERNMENT HEALTH INSURANCE PROGRAMS | 2,224,839,172.70 | 2.22 billion | 1 |
Insight
Over the 5-year window, this award is fully concentrated in PSC G007, Social-Government Health Insurance Programs. The award account reflects one obligation totaling $2.22 billion across a single award action, indicating no PSC diversification within the provided data.
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 = '3600' AND content__award__awardID__awardContractID__PIID = '36C10G23K0058'
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 ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2023 | 2,224,839,172.70 | 2.22 billion | 1 |
Insight
For the 5-year window, the award activity for PIID 36C10G23K0058 is entirely concentrated in 2023, with one award totaling $2.22 billion in obligated value. No other years are represented in the provided data, so there is no observable multi-year distribution or trend pattern to assess. This indicates a single-year obligation concentration rather than a spread of obligations across 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.