MARTIN'S POINT HEALTH CARE, INC. received all tracked obligations from the DEFENSE HEALTH AGENCY (DHA), with awards classified under NAICS 524114, Direct Health and Medical Insurance Carriers. Annual obligations ranged from 374.97 million in 2022 to 491.07 million in 2023, with 441.38 million recorded in 2025.
Federal Contractor
MARTIN'S POINT HEALTH CARE, INC. Federal Contract Obligations (Last 5 Years)
Federal procurement profile for MARTIN'S POINT HEALTH CARE, INC. (CAGE 1NFZ9, UEI DJUHB4QNYAS6) showing 2.09 billion in obligations across 39 actions in the last 5 years.
Totals reflect the last 5 years of readable FPDS obligations and may differ from current or complete contract values.
About MARTIN'S POINT HEALTH CARE, INC. federal contract activity
MARTIN'S POINT HEALTH CARE, INC. (CAGE 1NFZ9, UEI DJUHB4QNYAS6) recorded $2.09 billion in obligated funding across 39 awards over the last 5 years, for an average award value of $53.71 million. The profile indicates a concentrated federal contracting footprint with all observed obligations tied to a single federal customer and a single healthcare insurance-related NAICS classification.
Agency mix and customer concentration
All identified obligations were awarded by the DEFENSE HEALTH AGENCY (DHA), which accounts for the full $2.09 billion and all 39 awards in the analysis window. This is a highly concentrated agency mix with no diversification across other agencies in the observed period.
Industry profile based on NAICS activity
All recorded obligations fall under NAICS 524114, Direct Health and Medical Insurance Carriers, totaling $2.09 billion across 39 awards. The NAICS profile is fully concentrated in one healthcare insurance category, indicating the vendor’s federal work is aligned to a single service line.
Annual contract trend over the analysis window
Annual obligations remained in the high hundreds of millions each year, ranging from $374.97 million in 2022 to $491.07 million in 2023. Funding declined from 2023 to 2024, then increased in 2025 to $441.38 million, with award counts peaking in 2025 at 13 after lower annual counts in prior years.
How to interpret this page
This summary uses FPDS award records associated with CAGE 1NFZ9 and UEI DJUHB4QNYAS6 within the last 5 years. Totals reflect obligated dollars and award counts as provided in the analysis window; agency and NAICS shares are based on the observed FPDS distribution in the supplied dataset.
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 = '1NFZ9'
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 |
|---|---|---|---|---|
| 97DH | DEFENSE HEALTH AGENCY (DHA) | 2,094,874,075.38 | 2.09 billion | 39 |
Insight
Over the last 5 years, MARTIN'S POINT HEALTH CARE, INC. received 2.09 billion across 39 awards, for an average award value of 53.7 million. Obligations are fully concentrated with the Defense Health Agency (DHA), which accounts for the entire 2.09 billion and all 39 awards in the period. This indicates a highly concentrated agency relationship with no observed distribution across other agencies in the provided data.
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 = '1NFZ9'
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 |
|---|---|---|---|---|
| 524114 | DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS | 2,094,874,075.38 | 2.09 billion | 39 |
Insight
Over the last 5 years, MARTIN'S POINT HEALTH CARE, INC. shows complete NAICS concentration in 524114, Direct Health and Medical Insurance Carriers, with all 39 awards and the full $2.09 billion obligated in this single category. This indicates a highly concentrated contracting profile with no observed diversification across other NAICS codes in the provided period. The average award value of $53.7 million suggests a small number of comparatively large obligations within the same industry classification.
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 = '1NFZ9'
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 | 441,384,290.28 | 441.38 million | 13 |
| 2024 | 388,800,000.00 | 388.80 million | 6 |
| 2023 | 491,070,445.29 | 491.07 million | 7 |
| 2022 | 374,972,668.56 | 374.97 million | 7 |
| 2021 | 398,646,671.25 | 398.65 million | 6 |
Insight
Over the last 5 years, MARTIN'S POINT HEALTH CARE, INC. received $2.09 billion across 39 awards, averaging $53.71 million per award, indicating a highly concentrated obligation profile. Annual obligations were relatively stable within a narrow band of about $375.0 million to $491.1 million, with the highest level in 2023 ($491.07 million) and the lowest in 2022 ($374.97 million). Award volume was also consistent, ranging from 6 to 13 awards per year, with a higher award count in 2025 (13) paired with $441.38 million in obligations.
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.