JOHNS HOPKINS MEDICAL SERVICES CORP recorded 81 award actions totaling $3,986,184,458.04 over the last 10 years, with an average action value of $49,212,153.80. All recorded obligations in this period were to the Defense Health Agency (DHA) and aligned to NAICS 524114, Direct Health and Medical Insurance Carriers.
Federal Contractor
JOHNS HOPKINS MEDICAL SERVICES CORP Federal Contract Obligations (Last 10 Years)
Federal procurement summary for JOHNS HOPKINS MEDICAL SERVICES CORP (CAGE 1NXX2, UEI RZLCPNEEJDC5) covering the last 10 years of award activity.
Annual activity includes $498,768,316.39 in 2025, $451,250,000 in 2024, $557,925,929.95 in 2023, $420,631,762.59 in 2022, and $449,458,172.72 in 2021.
About JOHNS HOPKINS MEDICAL SERVICES CORP federal contract activity
JOHNS HOPKINS MEDICAL SERVICES CORP has received 81 FPDS-recorded awards over the last 10 years, totaling $3.99 billion in obligated dollars. The average award value is $49.21 million, indicating a concentrated award profile with substantial funding per action.
Agency mix and customer concentration
Award activity is fully concentrated in the DEFENSE HEALTH AGENCY (DHA), which accounts for all 81 awards and the full $3.99 billion obligated. This indicates a single-agency relationship with no visible diversification across federal buyers in the analysis window.
Industry profile based on NAICS activity
All recorded obligations map to NAICS 524114, DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS, with 81 awards totaling $3.99 billion. The NAICS profile is therefore highly concentrated and reflects a single industry classification across the observed awards.
Annual contract trend over the analysis window
Annual obligations remain elevated throughout the observed period, ranging from $420.63 million in 2022 to $557.93 million in 2023. The most recent years show continued large-scale activity, with $451.25 million in 2024 and $498.77 million in 2025 across 6 and 12 awards, respectively.
How to interpret this page
This summary uses FPDS award records associated with CAGE 1NXX2 and UEI RZLCPNEEJDC5 over the last 10 years. Totals, counts, agency concentration, NAICS concentration, and annual trends are based only on the data provided and rounded where stated.
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 = '1NXX2'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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) | 3,986,184,458.04 | 3.99 billion | 81 |
Insight
Over the last 10 years, JOHNS HOPKINS MEDICAL SERVICES CORP’s federal obligations total $3.99 billion across 81 awards, with an average award value of about $49.2 million. All reported obligations in this period are concentrated within a single agency, the Defense Health Agency (DHA), indicating complete agency-level dependence for this vendor in the available data. This concentration suggests the vendor’s federal activity is highly centralized rather than distributed across multiple agencies.
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 = '1NXX2'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 | 3,986,184,458.04 | 3.99 billion | 81 |
Insight
Over the last 10 years, JOHNS HOPKINS MEDICAL SERVICES CORP’s obligated funding is entirely concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers, with 3.99 billion obligated across 81 awards. This indicates a highly concentrated procurement profile with no diversification across additional NAICS codes in the provided data. The average award value across the period is approximately 49.2 million, reflecting sustained activity at a relatively large contract scale.
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 = '1NXX2'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
)
ORDER BY year DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | 498,768,316.39 | 498.77 million | 12 |
| 2024 | 451,250,000.00 | 451.25 million | 6 |
| 2023 | 557,925,929.95 | 557.93 million | 7 |
| 2022 | 420,631,762.59 | 420.63 million | 7 |
| 2021 | 449,458,172.72 | 449.46 million | 6 |
| 2020 | 415,522,865.05 | 415.52 million | 6 |
| 2019 | 232,894,949.63 | 232.89 million | 7 |
| 2018 | 694,075,000.00 | 694.08 million | 18 |
| 2017 | 265,657,461.71 | 265.66 million | 12 |
Insight
Over the last 10 years, JOHNS HOPKINS MEDICAL SERVICES CORP has received 81 awards totaling $3.99 billion, with an average award value of about $49.2 million, indicating a highly concentrated award profile. Obligations are unevenly distributed across the period, with a peak in 2018 at $694.08 million and sustained high levels in 2023–2025, including $557.93 million in 2023 and $498.77 million in 2025. Earlier years in the window were materially lower, such as $232.89 million in 2019 and $265.66 million in 2017, suggesting recent funding remains elevated relative to the mid-period baseline.
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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.