In the last full year, MARTIN'S POINT HEALTH CARE, INC. recorded 13 federal award actions totaling 441.38 million, with an average action value of 33.95 million. All obligations in this window were awarded by the Defense Health Agency (DHA) under NAICS 524114, Direct Health and Medical Insurance Carriers.
Federal Contractor
MARTIN'S POINT HEALTH CARE, INC. Federal Contract Obligations (Last Year)
Federal procurement profile for MARTIN'S POINT HEALTH CARE, INC. (CAGE 1NFZ9, UEI DJUHB4QNYAS6) covering last full year obligations.
Figures reflect the last full year analysis window and are based on reported obligated amounts, with 2025 as the only year in the trend data.
About MARTIN'S POINT HEALTH CARE, INC. federal contract activity
MARTIN'S POINT HEALTH CARE, INC. (CAGE 1NFZ9, UEI DJUHB4QNYAS6) received 13 FPDS-observed awards in the last full year, totaling $441.38 million in obligated value. The average award value was $33.95 million, indicating a concentrated award profile rather than a high-volume, low-dollar mix.
Agency mix and customer concentration
All reported obligations were associated with the Defense Health Agency (DHA), which accounted for the full $441.38 million across 13 awards. This indicates a single-agency concentration in the observed period, with no diversification across other agencies in the provided dataset.
Industry profile based on NAICS activity
The entire award base mapped to NAICS 524114, Direct Health and Medical Insurance Carriers, with 13 awards totaling $441.38 million. The mix therefore reflects a fully concentrated industry classification tied to health insurance delivery rather than a diversified set of procurement categories.
Annual contract trend over the analysis window
The annual trend shows all reported obligations in 2025, with $441.38 million across 13 awards in the analysis window. Because only one year is represented, the data supports a point-in-time view of activity rather than a multi-year growth or decline assessment.
How to interpret this page
This summary is based solely on the provided FPDS Query output for the last full year and reflects observed obligations, award counts, and reported agency and NAICS classifications. No additional sources, assumptions, or extrapolations were used beyond 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 1 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) | 441,384,290.28 | 441.38 million | 13 |
Insight
During the last full year, MARTIN'S POINT HEALTH CARE, INC. received $441.38 million across 13 awards, with an average award value of $33.95 million. Obligations were fully concentrated in a single agency, the Defense Health Agency (DHA), which accounted for the entire $441.38 million and all 13 awards. This indicates a highly concentrated funding profile with no observed interagency distribution in the period reviewed.
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 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 |
|---|---|---|---|---|
| 524114 | DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS | 441,384,290.28 | 441.38 million | 13 |
Insight
Over the last full year, MARTIN'S POINT HEALTH CARE, INC. (CAGE 1NFZ9) was fully concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers, accounting for the entire $441.38 million obligated across 13 awards. This indicates a highly focused procurement profile with no diversification across other NAICS categories in the observed period. The average award value of $33.95 million suggests relatively large individual obligations within this single 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 1 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 |
Insight
In the last full year, MARTIN'S POINT HEALTH CARE, INC. (CAGE 1NFZ9) received $441.38 million in obligated awards across 13 actions, for an average award value of approximately $33.95 million. Obligations are highly concentrated in a single year within the 1-year window, with all recorded activity occurring in 2025. The award profile indicates a limited number of high-dollar actions rather than broad distribution across many transactions.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.