In the last full year, JOHNS HOPKINS MEDICAL SERVICES CORP received 12 award actions totaling $498,768,316.39 in federal obligations, an average of $41,564,026.36 per action. All recorded obligations in this period came from the Defense Health Agency and were classified under NAICS 524114, Direct Health and Medical Insurance Carriers.
Federal Contractor
JOHNS HOPKINS MEDICAL SERVICES CORP Federal Contract Obligations (Last Year)
Federal procurement profile for JOHNS HOPKINS MEDICAL SERVICES CORP (CAGE 1NXX2, UEI RZLCPNEEJDC5) covering obligations in the last full year.
Figures reflect the analysis window for the last full year and may differ from other reports because of timing, scope, or updates to federal contract data.
About JOHNS HOPKINS MEDICAL SERVICES CORP federal contract activity
JOHNS HOPKINS MEDICAL SERVICES CORP (CAGE 1NXX2, UEI RZLCPNEEJDC5) recorded $498.77 million in obligated FPDS awards across 12 actions in the last full year, for an average award value of $41.56 million. The profile is highly concentrated, with all reported obligations captured in a small number of awards.
Agency mix and customer concentration
Obligations are entirely concentrated with the Defense Health Agency (DHA), which accounted for the full $498.77 million across 12 awards. This indicates a single-agency relationship rather than a diversified federal customer base in the analyzed period.
Industry profile based on NAICS activity
All reported obligations map to NAICS 524114, Direct Health and Medical Insurance Carriers, with $498.77 million across 12 awards. The procurement profile therefore reflects a single-industry classification with no observable NAICS diversification in the period reviewed.
Annual contract trend over the analysis window
The annual trend shows $498.77 million obligated in 2025 across 12 awards. With only one year in the analysis window, the dataset supports a level view of activity rather than a multi-year growth or decline assessment.
How to interpret this page
This summary is based on FPDS award data for the last full year and uses the vendor identifiers provided for JOHNS HOPKINS MEDICAL SERVICES CORP. Totals reflect obligated dollars and award counts only; no assumptions are made beyond the supplied agency, NAICS, and annual trend records.
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 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) | 498,768,316.39 | 498.77 million | 12 |
Insight
During the last full year, JOHNS HOPKINS MEDICAL SERVICES CORP’s obligations were fully concentrated with the Defense Health Agency (DHA), which accounted for the entire $498.77 million obligated across 12 awards. This indicates a highly concentrated buyer relationship with no observable agency diversification in the provided period. The average award value was approximately $41.56 million, suggesting relatively large individual obligations within a single-agency portfolio.
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 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 | 498,768,316.39 | 498.77 million | 12 |
Insight
Over the last full year, JOHNS HOPKINS MEDICAL SERVICES CORP’s obligations were fully concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers. This NAICS accounted for the entire $498.77 million in obligated value across 12 awards, indicating a highly concentrated procurement profile with no diversification across other industry sectors in the observed period. The average award value of $41.56 million reflects a small number of high-value awards within a single NAICS category.
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 1 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 |
Insight
Over the last full year, JOHNS HOPKINS MEDICAL SERVICES CORP (CAGE 1NXX2) obligated $498.77 million across 12 awards, for an average award value of $41.56 million. Obligation activity is fully concentrated in 2025 within the 1-year window provided, indicating no year-over-year dispersion in the available period. The award profile reflects a relatively small number of high-value actions rather than broad transactional distribution.
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.