Medicare Beneficiary Identifier (MBI) lookup
A Medicare Beneficiary Identifier (MBI) is a unique, randomly-generated identifier assigned to individuals enrolled in Medicare. You must include the patient’s MBI in every eligibility check you submit to the Centers for Medicare and Medicaid Services (Payer ID: CMS).
When patients don’t know their MBI, you can perform an MBI lookup using their Social Security Number instead. Stedi returns a complete benefits response from CMS with the patient’s MBI in the subscriber
object for future reference.
There is an additional cost to perform MBI lookups with Stedi’s eligibility check APIs. Please contact Stedi customer support to enable access and add MBI lookups to your agreement.
Enrollment
Before you can perform MBI lookups, you must complete transaction enrollment for Payer ID: MBILU.
Perform an MBI Lookup
You can perform MBI lookups using Stedi’s Real-Time Eligibility Check and Batch Eligibility Check APIs.
Request
Construct an eligibility check request that includes the patient’s first name, last name, date of birth, and Social Security Number (SSN).
Set the tradingPartnerServiceId
to MBILU
. This is a special Payer ID that tells Stedi to perform an MBI lookup for the patient in addition to a standard eligibility check.
The following sample request performs an MBI lookup for a patient named Jane Doe.
Response
Stedi returns a complete benefits response from CMS for the patient and places the patient’s MBI in the subscriber.memberId
property.
The following snippet shows part of a sample benefits response. In this scenario, the patient’s MBI is 1AA2CC3DD45
.
Was this page helpful?