Federal Contractor

JOHNS HOPKINS MEDICAL SERVICES CORP Federal Contract Obligations (Last 5 Years)

Federal procurement profile for JOHNS HOPKINS MEDICAL SERVICES CORP (CAGE 1NXX2, UEI RZLCPNEEJDC5) covering obligations, award counts, agencies, and NAICS activity over the last 5 years.

Over the last 5 years, JOHNS HOPKINS MEDICAL SERVICES CORP recorded $2.38 billion in obligated federal awards across 38 actions, for an average action value of $62.58 million. All observed obligations in this window were concentrated with the Defense Health Agency and mapped to NAICS 524114, Direct Health and Medical Insurance Carriers.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations ranged from $420.63 million in 2022 to $557.93 million in 2023, with 2025 at $498.77 million across 12 actions.

CAGE Code
1NXX2
UEI
RZLCPNEEJDC5
Total Obligated
2.38 billion
2,378,034,181.65
Award Actions
38
Average Action Value
62,579,846.88

About JOHNS HOPKINS MEDICAL SERVICES CORP federal contract activity

JOHNS HOPKINS MEDICAL SERVICES CORP (CAGE 1NXX2, UEI RZLCPNEEJDC5) recorded $2.38 billion in obligated federal awards across 38 actions over the last 5 years, for an average award value of $62.58 million. The spending profile is highly concentrated, with all tracked obligation flowing to a single agency and a single NAICS code.

Agency mix and customer concentration

The award history is fully concentrated within the DEFENSE HEALTH AGENCY (DHA), which accounts for the entire $2.38 billion and all 38 awards. This indicates a single-agency dependency rather than a diversified federal customer base.

Industry profile based on NAICS activity

All recorded obligations are classified under NAICS 524114, DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS, with 38 awards totaling $2.38 billion. The NAICS profile is therefore entirely concentrated in one industry code over the analysis window.

Annual contract trend over the analysis window

Annual obligations remained consistently high from 2021 through 2025, ranging from $420.63 million to $557.93 million. The peak occurred in 2023 at $557.93 million, followed by a lower but still elevated 2024 level of $451.25 million and a 2025 total of $498.77 million.

How to interpret this page

This page summarizes FPDS-observed obligations for the vendor identified by CAGE 1NXX2 and UEI RZLCPNEEJDC5 over the last 5 years. Metrics reflect obligated dollars and award counts as reported in the provided analysis window, with agency and NAICS shares based on the full set of tracked awards in that period.

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 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,378,034,181.65 2.38 billion 38

Insight

Over the last 5 years, JOHNS HOPKINS MEDICAL SERVICES CORP’s obligations are fully concentrated with the Defense Health Agency (DHA), which accounts for the entire 2.38 billion in total obligated value. The vendor received 38 awards in this period, producing an average award value of 62.6 million and indicating a relatively concentrated award profile rather than broad multi-agency distribution. This dependency on a single agency is significant for assessing customer concentration and award stability.

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 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,378,034,181.65 2.38 billion 38

Insight

Over the last 5 years, JOHNS HOPKINS MEDICAL SERVICES CORP’s obligated dollars are fully concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers. All 38 awards and the full $2.38 billion in obligated value fall within this single NAICS, indicating a highly concentrated procurement profile with no diversification across other industry codes in the period reviewed. The average award value across the period is approximately $62.6 million, reflecting a relatively large-dollar award pattern within this NAICS.

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 5 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

Insight

JOHNS HOPKINS MEDICAL SERVICES CORP obligated $2.38 billion across 38 awards over the last 5 years, with an average award value of $62.6 million. Annual obligations are fairly concentrated within a narrow range of about $420.6 million to $557.9 million, indicating a stable funding profile rather than a single-year spike. The peak occurred in 2023 at $557.9 million, followed by a decline in 2024 to $451.3 million and a rebound in 2025 to $498.8 million. Award counts remain modest and uneven by year, ranging from 6 to 12 awards, which suggests the obligation volume is driven by relatively few, high-value actions.

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.