Insurance Discovery Check
Submit an insurance discovery check in JSON format
/insurance-discovery/check/v1
Insurance discovery checks search for a patient's active coverage using only their demographic data.
- Call this endpoint with as much patient demographic information as possible.
- Stedi searches for active coverage for the patient.
- The endpoint returns an array of potential active coverages along with subscriber details and benefits information.
We recommend using insurance discovery checks as a backup when eligibility checks fail or aren't possible. Because of their limitations, you shouldn't rely on them as your primary method for verifying patient coverage.
Visit Insurance discovery checks for a full how-to guide.
A Stedi API Key for authentication.
Body
Information about the provider requesting the insurance discovery check.
Show Attributes
The provider's National Provider Identifier (NPI).
- Pattern: ^[12].*$
- Required string length: 10 - 15
Demographic information for the patient when they are the health plan subscriber. We strongly recommend providing as much information as possible to improve the probability of finding matching coverage.
We especially recommend providing the subscriber's Social Security Number and their address - particularly their zip code.
Show Attributes
The subscriber's first name.
- Required string length: 1 - 25
The subscriber's last name.
- Required string length: 1 - 25
The subscriber's middle name or initial.
- Required string length: 1 - 25
The subscriber's date of birth (DOB), formatted as YYYYMMDD.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The subscriber's Social Security Number (SSN). We strongly recommend providing this information if possible to improve the probability of finding matching coverage. The patient's full SSN is preferred, but even the last 4 digits of the SSN can help narrow down matching coverage.
- Pattern: ^(?:\d{9}|\d{3}-\d{2}-\d{4}|\d{4})$
The subscriber's gender. This can be set to either M
- Male or F
- Female.
The subscriber's current or previous address. We strongly recommend providing this information if possible to improve the probability of finding matching coverage.
We especially recommend providing the patient’s ZIP code, as this helps narrow down the list of probable payers. Zip code search isn’t an exact match, so even the first 3-4 digits of the patient’s current zip code can help improve the results. If the patient’s current address isn’t available, you can try a full or partial zip code from one of the patient’s previous addresses or even one in close proximity.
Show Attributes
The first line of the address.
- Required string length: 1 - 55
The second line of the address.
- Required string length: 1 - 55
The city.
- Required string length: 2 - 30
The US state or Canadian province code with unknown option. For example, TN
for Tennessee or NB
for New Brunswick.
Payers may sometimes return other non-compliant values.
The United States or Canadian postal code, excluding punctuation and blanks.
- Required string length: 5 - 9
The two-letter country code from Part 1 of ISO 3166.
- Required string length: 2
The country subdivision code from Part 2 of ISO 3166.
- Required string length: 1 - 3
Demographic information for the patient when they are a dependent on a health plan.
- We strongly recommend providing as much information as possible to improve the probability of finding matching coverage. We especially recommend providing the dependent's Social Security Number and their address - particularly their zip code.
- You should provide information for both the subscriber and the dependent in the request when possible.
- If you only have the dependent's information, you should identify them in the
subscriber
object instead and leave this object empty. Note that some payers require information about both the dependent and the subscriber, so providing only the dependent's information limits Stedi's ability to return coverage matches for those payers.
Show Attributes
The dependent's first name.
- Required string length: 1 - 25
The dependent's last name.
- Required string length: 1 - 25
The dependent's middle name or initial.
- Required string length: 1 - 25
The dependent's date of birth (DOB), formatted as YYYYMMDD.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The dependent's Social Security Number (SSN). We strongly recommend providing this information if possible to improve the probability of finding matching coverage.
- Pattern: ^(?:\d{9}|\d{3}-\d{2}-\d{4}|\d{4})$
The dependent's gender. This can be set to either M
- Male or F
- Female.
The dependent's address. We strongly recommend providing this information if possible to improve the probability of finding matching coverage.
We especially recommend providing the patient’s ZIP code, as this helps narrow down the list of probable payers. Zip code search isn’t an exact match, so even the first 3-4 digits of the patient’s current zip code can help improve the results. If the patient’s current address isn’t available, you can try a full or partial zip code from one of the patient’s previous addresses or even one in close proximity.
Show Attributes
The first line of the address.
- Required string length: 1 - 55
The second line of the address.
- Required string length: 1 - 55
The city.
- Required string length: 2 - 30
The US state or Canadian province code with unknown option. For example, TN
for Tennessee or NB
for New Brunswick.
Payers may sometimes return other non-compliant values.
The United States or Canadian postal code, excluding punctuation and blanks.
- Required string length: 5 - 9
The two-letter country code from Part 1 of ISO 3166.
- Required string length: 2
The country subdivision code from Part 2 of ISO 3166.
- Required string length: 1 - 3
The date range for the service being requested. If you don't specify a service date (either a single day or a range of dates), Stedi defaults to the current date.
You can specify either a single dateOfService
or a beginningDateOfService
and endDateOfService
.
Show Attributes
The beginning date, formatted as YYYYMMDD.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The end date, formatted as YYYYMMDD. If you don't specify an end date, Stedi defaults to the same date as beginningDateOfService
.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The date of service, formatted as YYYYMMDD. You can use this value to specify a single occasion. If you don't specify a service date (either a single day or a range of dates), Stedi defaults to the current date.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
Response
InsuranceDiscoveryCheck 200 response
Metadata about the response. Stedi uses this data for tracking and troubleshooting.
Show Attributes
The type of data in the request. This is always production
.
Payers may sometimes return other non-compliant values.
The unique ID Stedi assigns to this request.
A unique ID for this insurance discovery check. You can use it to retrieve the results asynchronously through the Insurance Discovery Check Results endpoint.
The status of the discovery check. This is either PENDING
or COMPLETE
.
- If the status is COMPLETE
, the items
array will contain any potential coverage matches Stedi found for the patient.
- If the status is PENDING
, the check is still in progress. You can immediately begin polling the Insurance Discovery Check Results endpoint to retrieve the results asynchronously.
An array of potential coverage matches for the patient. This will only be populated if the insurance discovery check status
is COMPLETE
. Each item in the array contains information about a potential match, including the provider, subscriber, payer, and plan information.
Array Item
Information about the provider who requested the insurance discovery check.
Show Attributes
The provider's last name. This applies to providers that are an individual.
The provider's first name. This applies to providers that are an individual.
The provider's organization name.
The provider's middle name. This applies to providers that are an individual.
The provider's name suffix, such as Jr., Sr., or III.
A code identifying the type of provider.
Payers may sometimes return other non-compliant values.
The type of entity.
Payers may sometimes return other non-compliant values.
The provider's National Provider Identifier (NPI).
- Pattern: ^\d{10}$
A code that communicates the provider's role in the type of benefits information in the response. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The Health Care Provider Taxonomy Code.
The Social Security Number (SSN).
- Pattern: ^\d{9}$
The Federal Taxpayer Identification Number (also known as an EIN).
- Pattern: ^\d{9}$
The Payor Identification.
The pharmacy processor number.
The service provider number. This is an identification number assigned by the payer.
The Centers for Medicare and Medicaid Services (CMS) Plan ID.
The provider's contact information.
Show Attributes
The first line of the address.
- Required string length: 1 - 55
The second line of the address.
- Required string length: 1 - 55
The city.
- Required string length: 2 - 30
The US state or Canadian province code with unknown option. For example, TN
for Tennessee or NB
for New Brunswick.
Payers may sometimes return other non-compliant values.
The United States or Canadian postal code, excluding punctuation and blanks.
- Required string length: 5 - 9
The two-letter country code from Part 1 of ISO 3166.
- Required string length: 2
The country subdivision code from Part 2 of ISO 3166.
- Required string length: 1 - 3
Information about the subscriber for this coverage. You should always review this information to ensure that the coverage Stedi found is a match for the patient.
Show Attributes
Information about the patient's healthcare diagnosis.
Array Item
The type of diagnosis code provided. It can be ABK
- International Classification of Diseases Clinical Modification (ICD-10-CM) Principal Diagnosis or BK
- International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Diagnosis.
The diagnosis code. The decimal points are omitted in diagnosis codes - the decimal point is assumed.
The member ID for the insurance policy.
The member's first name.
The member's last name.
The member's middle name or initial.
The name suffix, such as Jr., Sr., or III.
Code indicating the patient's gender.
The entity type for the member. It can technically be set to Person
or Non-Person Entity
. In practice, our customers only receive Person
.
Payers may sometimes return other non-compliant values.
The member's unique health identifier.
The member's date of birth.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The status of the member's information, used to report military service data. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The member's employment status code, used to report military service data. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The member's government service affiliation code, used to report military service data. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
Context that identifies the exact military unit. Used to report military service data.
The member's military service rank code. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The format of the military service date and time period. Can be D8
- Date or RD8
- Range of Dates.
Payers may sometimes return other non-compliant values.
The military service date.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The military service start date.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The military service end date.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The member's Social Security Number (SSN).
- Pattern: ^\d{9}$
The group number associated with the insurance policy.
The plan number associated with the insurance policy.
The network identification number associated with the insurance policy.
Group name
Plan name
Plan network name
The maintenance type code. Used to acknowledge a change in the identifying elements for the subscriber from those submitted in the original eligibility check request. It can also be included when the payer used the birth sequence number from the original request to locate the subscriber in their system. This is always 001
Payers may sometimes return other non-compliant values.
Code identifying the reason for the changes to subscriber identifying information, such as name, date of birth, or address. This is always 25
Payers may sometimes return other non-compliant values.
The number assigned to each family member born with the same birth date, such as twins or triplets. Indicates the birth order when there are multiple births associated with the provided birth date.
Show Attributes
The first line of the address.
- Required string length: 1 - 55
The second line of the address.
- Required string length: 1 - 55
The city.
- Required string length: 2 - 30
The US state or Canadian province code with unknown option. For example, TN
for Tennessee or NB
for New Brunswick.
Payers may sometimes return other non-compliant values.
The United States or Canadian postal code, excluding punctuation and blanks.
- Required string length: 5 - 9
The two-letter country code from Part 1 of ISO 3166.
- Required string length: 2
The country subdivision code from Part 2 of ISO 3166.
- Required string length: 1 - 3
Information about the entity that submitted the original eligibility check request. This may be an individual practitioner, a medical group, a hospital, or another type of healthcare provider. This object will always include at least one identifier, such as the provider's NPI, tax ID, or EIN.
Show Attributes
The provider's last name. This applies to providers that are an individual.
The provider's first name. This applies to providers that are an individual.
The provider's organization name.
The provider's middle name. This applies to providers that are an individual.
The provider's name suffix, such as Jr., Sr., or III.
A code identifying the type of provider.
Payers may sometimes return other non-compliant values.
The type of entity.
Payers may sometimes return other non-compliant values.
The provider's National Provider Identifier (NPI).
- Pattern: ^\d{10}$
A code that communicates the provider's role in the type of benefits information in the response. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The Health Care Provider Taxonomy Code.
The Social Security Number (SSN).
- Pattern: ^\d{9}$
The Federal Taxpayer Identification Number (also known as an EIN).
- Pattern: ^\d{9}$
The Payor Identification.
The pharmacy processor number.
The service provider number. This is an identification number assigned by the payer.
The Centers for Medicare and Medicaid Services (CMS) Plan ID.
The provider's contact information.
Show Attributes
The first line of the address.
- Required string length: 1 - 55
The second line of the address.
- Required string length: 1 - 55
The city.
- Required string length: 2 - 30
The US state or Canadian province code with unknown option. For example, TN
for Tennessee or NB
for New Brunswick.
Payers may sometimes return other non-compliant values.
The United States or Canadian postal code, excluding punctuation and blanks.
- Required string length: 5 - 9
The two-letter country code from Part 1 of ISO 3166.
- Required string length: 2
The country subdivision code from Part 2 of ISO 3166.
- Required string length: 1 - 3
Deprecated; The provider's identification number for the entity receiving the benefits information. This shape is deprecated: This property is no longer used.
When a payer rejects your eligibility check, the response contains one or more AAA
errors that specify the reasons for the rejection and any recommended follow-up actions. Common reasons for rejection at the provider
level include missing or incorrect information and issues with the provider's NPI registration with the payer. Learn more
Array Item
The error type, AAA
.
The error description.
The location of the error within the original X12 EDI response.
Information to help you correct the error.
The error code.
Payers may sometimes return other non-compliant values.
Allowed actions you can take, based on the rejection reason code. For example Please Correct and Resubmit
.
Payers may sometimes return other non-compliant values.
The entity identifier for the subscriber.
The name of the relationToSubscriberCode
. For the subscriber, this is always Self
.
For the subscriber, this is always 18
for Self.
Indicates the status of the insured. For the subscriber, this is always Y
.
Information about the dependent for this coverage. You should always review this information to ensure that the coverage Stedi found is a match for the patient.
Show Attributes
Information about the patient's healthcare diagnosis.
Array Item
The type of diagnosis code provided. It can be ABK
- International Classification of Diseases Clinical Modification (ICD-10-CM) Principal Diagnosis or BK
- International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Diagnosis.
The diagnosis code. The decimal points are omitted in diagnosis codes - the decimal point is assumed.
The member ID for the insurance policy.
The member's first name.
The member's last name.
The member's middle name or initial.
The name suffix, such as Jr., Sr., or III.
Code indicating the patient's gender.
The entity type for the member. It can technically be set to Person
or Non-Person Entity
. In practice, our customers only receive Person
.
Payers may sometimes return other non-compliant values.
The member's unique health identifier.
The member's date of birth.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The status of the member's information, used to report military service data. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The member's employment status code, used to report military service data. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The member's government service affiliation code, used to report military service data. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
Context that identifies the exact military unit. Used to report military service data.
The member's military service rank code. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The format of the military service date and time period. Can be D8
- Date or RD8
- Range of Dates.
Payers may sometimes return other non-compliant values.
The military service date.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The military service start date.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The military service end date.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The member's Social Security Number (SSN).
- Pattern: ^\d{9}$
The group number associated with the insurance policy.
The plan number associated with the insurance policy.
The network identification number associated with the insurance policy.
Group name
Plan name
Plan network name
The maintenance type code. Used to acknowledge a change in the identifying elements for the subscriber from those submitted in the original eligibility check request. It can also be included when the payer used the birth sequence number from the original request to locate the subscriber in their system. This is always 001
Payers may sometimes return other non-compliant values.
Code identifying the reason for the changes to subscriber identifying information, such as name, date of birth, or address. This is always 25
Payers may sometimes return other non-compliant values.
The number assigned to each family member born with the same birth date, such as twins or triplets. Indicates the birth order when there are multiple births associated with the provided birth date.
Show Attributes
The first line of the address.
- Required string length: 1 - 55
The second line of the address.
- Required string length: 1 - 55
The city.
- Required string length: 2 - 30
The US state or Canadian province code with unknown option. For example, TN
for Tennessee or NB
for New Brunswick.
Payers may sometimes return other non-compliant values.
The United States or Canadian postal code, excluding punctuation and blanks.
- Required string length: 5 - 9
The two-letter country code from Part 1 of ISO 3166.
- Required string length: 2
The country subdivision code from Part 2 of ISO 3166.
- Required string length: 1 - 3
Information about the entity that submitted the original eligibility check request. This may be an individual practitioner, a medical group, a hospital, or another type of healthcare provider. This object will always include at least one identifier, such as the provider's NPI, tax ID, or EIN.
Show Attributes
The provider's last name. This applies to providers that are an individual.
The provider's first name. This applies to providers that are an individual.
The provider's organization name.
The provider's middle name. This applies to providers that are an individual.
The provider's name suffix, such as Jr., Sr., or III.
A code identifying the type of provider.
Payers may sometimes return other non-compliant values.
The type of entity.
Payers may sometimes return other non-compliant values.
The provider's National Provider Identifier (NPI).
- Pattern: ^\d{10}$
A code that communicates the provider's role in the type of benefits information in the response. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The Health Care Provider Taxonomy Code.
The Social Security Number (SSN).
- Pattern: ^\d{9}$
The Federal Taxpayer Identification Number (also known as an EIN).
- Pattern: ^\d{9}$
The Payor Identification.
The pharmacy processor number.
The service provider number. This is an identification number assigned by the payer.
The Centers for Medicare and Medicaid Services (CMS) Plan ID.
The provider's contact information.
Show Attributes
The first line of the address.
- Required string length: 1 - 55
The second line of the address.
- Required string length: 1 - 55
The city.
- Required string length: 2 - 30
The US state or Canadian province code with unknown option. For example, TN
for Tennessee or NB
for New Brunswick.
Payers may sometimes return other non-compliant values.
The United States or Canadian postal code, excluding punctuation and blanks.
- Required string length: 5 - 9
The two-letter country code from Part 1 of ISO 3166.
- Required string length: 2
The country subdivision code from Part 2 of ISO 3166.
- Required string length: 1 - 3
Deprecated; The provider's identification number for the entity receiving the benefits information. This shape is deprecated: This property is no longer used.
When a payer rejects your eligibility check, the response contains one or more AAA
errors that specify the reasons for the rejection and any recommended follow-up actions. Common reasons for rejection at the provider
level include missing or incorrect information and issues with the provider's NPI registration with the payer. Learn more
Array Item
The error type, AAA
.
The error description.
The location of the error within the original X12 EDI response.
Information to help you correct the error.
The error code.
Payers may sometimes return other non-compliant values.
Allowed actions you can take, based on the rejection reason code. For example Please Correct and Resubmit
.
Payers may sometimes return other non-compliant values.
The entity identifier for the dependent.
The name of the relationToSubscriberCode
. For example, Child
when the code is 19
.
For the dependent, this can be 01
- Spouse, 19
- Child, 20
Employee, 21
- Unknown, 39
- Organ Donor, 40
- Cadaver Donor, 53
- Life Partner, or G8
- Other Relationship.
Indicates the status of the insured. For the dependent, this is always N
.
Information about the payer for this coverage. Note that payer names and IDs aren't normalized, so you'll need to handle matching these results to Stedi's Payer Network or your own internal payer list.
Show Attributes
The entity identifier code for the payer.
Payers may sometimes return other non-compliant values.
The entity type qualifier for the payer. Can be set to Person
(not commonly used) or Non-Person Entity
(most common).
Payers may sometimes return other non-compliant values.
The payer's first name, when the payer is an individual (not commonly used).
The payer's last name. Used when the payer is an individual (not commonly used).
The payer's business name, when the payer is not a person.
The payer's middle name or initial, when the payer is an individual (not commonly used).
The payer's name suffix, such as Jr. or III. Used when the payer is an individual (not commonly used).
The payer's federal taxpayer's identification number.
- Pattern: ^\d{9}$
The payer's National Association of Insurance Commissioners (NAIC) identification number.
The payer's National Provider Identifier (NPI).
- Pattern: ^\d{10}$
The payer's Centers for Medicare and Medicaid Services PlanID.
The payor identification.
The payer's contact information.
Note that when contacts.communicationMode
is set to UR
, the communicationNumber
property may not contain a valid URL. Most payers provide a partial web address for their provider portal, or something similar, such as www.example.com/portal
. You must add the appropriate scheme and separators, such as https://
or http://
, to make it a valid URL.
Show Attributes
The name of the contact person.
The contact information.
Array Item
The type of communication number provided.
Payers may sometimes return other non-compliant values.
The communication number referenced in communicationMode
. It includes the country or area code when applicable.
Note that phone numbers are formatted as AAABBBCCCC, where AAA represents the area code, BBB represents the telephone number prefix, and CCCC represents the telephone number. Phone numbers are provided without separators, such as dashes or parentheses. For example, 5551123345
for 555-112-3345
.
The payer's Electronic Transmitter Identification Number (ETIN).
Additional identification for the patient's health plan.
Show Attributes
The state license number
The Medicare provider number
The Medicaid provider number
The facility ID number
The personal identification number (PIN)
The plan number
The plan description
The group or policy number
The member identification number - only used when checking eligibility with a Workers' Compensation or Property and Casualty insurer.
The case number
The family unit number
The group number
The group description
The referral number
The alternative list ID - identifies a list of alternative drugs with the associated formulary status for the patient.
The class of contract code - used to identify the applicable class of contract for claims processing.
The coverage list ID - identifies a list of drugs that have coverage limitations for the patient.
The contract number of a contract between the payer and the provider that requested the eligibility check.
The medical record identification number
The electronic device pin number
The submitter identification number
The patient account number. If you included this value in the original eligibility request, the payer will return the same value here in the response.
The health insurance claim number (HICN). Note that CMS previously used the HICN to uniquely identify Medicare beneficiaries. However, they have since transitioned to a new, randomized Medicare Beneficiary Identifier (MBI) format. The HICN is no longer used for Medicare transactions but this property is now used by some payers to return MBI. If you receive a value in this property that matches the format specified in the Medicare Beneficiary Identifier documentation, the number is likely an MBI and we recommend sending a follow-up eligibility check to CMS for additional benefits data. This most commonly occurs with patients who are covered by both Medicare and Medicaid.
The drug formulary number
The prior authorization number
The identification card serial number. The Identification Card Serial Number uniquely identifies the identification card when multiple cards have been or will be issued to a member, such as a replacement card.
The identity card number, used when the Identity Card Number is different than the Member Identification Number.
The National Provider Identifier (NPI) assigned by the Centers for Medicare and Medicaid Services
- Pattern: ^\d{10}$
The issue number
The insurance policy number
The user identification
The medical assistance category
The eligibility category
The plan network identification number
The plan, group, or plan network name
The facility network identification number
The Medicaid recipient identification number
The prior identifier number
The social security number
The federal taxpayer's identification number
The agency claim number, only used when the information source is a Property and Casualty payer.
Contains the dates associated with coverage for this health plan. This information can help you determine the patient's eligibility for benefits.
- All dates are formatted as YYYYMMDD (for single dates) or as YYYYMMDD-YYYYMMDD (for date ranges).
- Properties contain a single date unless otherwise noted.
- Most payers return either plan
or planBegin
and planEnd
, but the exact dates returned depend on the payer's discretion and the specific health plan.
- If the date of service is after the earliest ending plan
, eligibility
, planEnd
, eligibilityEnd
, policyEffective
, or policyExpiration
value, the patient likely doesn't have active coverage.
Show Attributes
The discharge date.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The issue date.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The effective date of change.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
Plan effective dates.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])(-\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01]))?$
Plan eligibility dates.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])(-\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01]))?$
Added date. Payers may return this information in the case of retroactive eligibility.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The date when COBRA coverage begins.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The date when COBRA coverage ends.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The start of the period when the plan premium was paid in full.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The end of period when the plan premium payments are up-to-date.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The date coverage from the plan begins.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The date coverage from the plan ends.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The date when the patient is first eligible for benefits under the plan.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The date when the patient is no longer eligible for benefits under the plan.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The date when the patient is enrolled in the plan.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])(-\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01]))?$
The admission date or dates.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])(-\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01]))?$
The date of death. Payers may return this information in the case of a deceased subscriber or dependent.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The certification date.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])(-\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01]))?$
The service date or dates.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])(-\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01]))?$
The date when the policy becomes effective.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])(-\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01]))?$
The date when the policy expires.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The date when the plan information was last updated.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
The status date.
- Pattern: ^\d{4}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])$
Information about the patient's healthcare benefits, such as coverage level (individual vs. family), coverage type (deductibles, copays, etc.), out of pocket maximums, and more. This is the same information you would get from a standard eligibility check.
Payers typically return at least the following properties: code
, coverageLevelCode
, serviceTypeCodes
, and either benefitAmount
or benefitPercent
. However, the exact properties returned in this object are up to the payer's discretion.
Visit Determine patient benefits in our eligibility check documentation for more information about benefit types, details about how to interpret the response, and additional examples.
Array Item
The code indicating the type of benefits information. Visit Eligibility and benefit codes for more information.
Payers may sometimes return other non-compliant values.
The full name of the benefits information code.
Payers may sometimes return other non-compliant values.
Code indicating the level of coverage for the patient.
This will either be CHD
- Children Only, DEP
- Dependents Only, ECH
- Employee and Children, EMP
- Employee Only, ESP
- Employee and Spouse, FAM
- Family, IND
- Individual, SPC
- Spouse and Children, SPO
- Spouse Only, or Unknown
.
Payers may sometimes return other non-compliant values.
The full name of the coverage level code.
Payers may sometimes return other non-compliant values.
An array of Service Type Codes related to the benefit type.
The names of the service type codes listed in the serviceTypeCodes
array.
Code identifying the type of insurance policy. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The full name of the insurance type code.
Payers may sometimes return other non-compliant values.
The specific product name or special program name for an insurance plan. For example Gold 1-2-3
.
Payers are normally required to send the plan name when benefitsInformation.code
is set to values 1
- 8
and the benefitsInformation.serviceTypeCodes
contains 30
(Health Benefit Plan Coverage). However, behavior may vary by payer, so don't rely on this information being present in the response. Note that the plan name returned in this property may not exactly match the name the payer uses in official plan documents or marketing literature.
Visit What's the plan name? in the benefits response documentation for more details.
Code indicating the time period for the benefit information. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The name of the timeQualifierCode
.
Payers may sometimes return other non-compliant values.
The monetary benefit amount, such as a patient's co-pay or deductible. This value is expressed as a decimal, such as 100.00.
The payer will always send a value in this property when the benefitsInformation.code
= B
- Co-Payment, C
- Deductible, G
- Out of Pocket (Stop Loss), J
- Cost Containment, or Y
- Spend Down. For those codes, this value represents the patient's portion of responsibility.
The payer will never send this value when benefitsInformation.code
= A
- Co-Insurance. This property can contain zero when the patient has no responsibility.
Learn more about patient costs.
The percentage of the benefit, such as co-insurance. This property can contain zero when the patient has no responsibility.
The payer will always send a value in this property when benefitsInformation.code
= A
- Co-Insurance. For this code, this value represents the patient's portion of the responsibility. The percentage is expressed as a decimal, such as 0.80
represents 80%.
The payer will never send a value in this property when benefitsInformation.code
= B
- Co-Payment, C
- Deductible, G
- Out of Pocket (Stop Loss), J
- Cost Containment, or Y
- Spend Down.
Learn more about patient costs.
Code indicating the type of quantity for the benefit. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The name of the quantityQualifierCode
.
Payers may sometimes return other non-compliant values.
The quantity of the benefit, qualified by the type specified in quantityQualifier
. For example, 10
when the quantityQualifier
is Visits
.
Code indicating whether the benefit is subject to prior authorization or certification. Can be Y
- Yes, N
- No, or U
- Unknown.
Payers may sometimes return other non-compliant values.
Code indicating whether the benefit is in-network or out-of-network. Can be Y
- Yes, N
- No, U
- Unknown, or W
- Not Applicable
Code U
indicates that it is unknown whether the benefits are in or out-of-network. Code W
indicates that the benefit applies to both in and out-of-network providers.
Note that this property doesn't indicate whether the provider is in or out-of-network for the patient. To determine that, you must check with the payer directly.
Payers may sometimes return other non-compliant values.
The name of the in-plan network indicator code.
Payers may sometimes return other non-compliant values.
The loop header identifier number in the LS
segment of the original X12 EDI transaction.
The loop trailer identifier number in the LE
segment of the original X12 EDI transaction.
Identifies relevant medical procedures by their standard codes and modifiers (if applicable).
Show Attributes
Identifies the external code list used to provide the specified procedure or service codes. Can be AD
- American Dental Association, CJ
- Current Procedural Terminology (CPT) codes, HC
- Health Care Financing Administration Common Procedural Coding System (HCPCS) Codes, ID
- International Classification of Diseases 9th Revision, Clinical Modification (ICD-9-CM) - Procedure, IV
- Home Infusion EDI Coalition (HIEC) Product/Service Code, N4
- National Drug Code in 5-4-2 Format, or ZZ
- Mutually Defined
The name of the productOrServiceIdQualifierCode
. For example, American Dental Association
.
The procedure code. Many payers do not support eligibility checks for specific procedure codes. If the payer does not support procedure codes, they return a generic benefits response for the service type code 30
.
Procedure modifiers that provides additional information related to the performance of the service.
The product or service ID. This value represents the end of the range of applicable procedure codes. The beginning of the range is listed in procedureCode
.
The diagnosis code pointer.
Identifying information specific to this type of benefit.
Show Attributes
The insurance plan number.
The patient's policy number.
The patient's member ID.
The family unit number. This is returned when the payer is a pharmacy benefits manager (PBM) and the patient has a suffix to their member ID number that is used in the NCPDP Telecom Standard Insurance Segment, in field 303-C3
(Person Code). For all other uses, the family unit number (suffix) is considered part of the patient's member ID number.
The group number for the patient's health insurance plan.
Plan network name
The referral number.
The alternative list ID. This identifier allows the payer to specify a list of drugs and its alternative drugs with the associated formulary status for the patient.
The coverage list ID. This identifier allows the payer to specify the identifier of a list of drugs that have coverage limitations for the associated patient.
The health insurance claim number (HICN). Note that CMS previously used the HICN to uniquely identify Medicare beneficiaries. However, they have since transitioned to a new, randomized Medicare Beneficiary Identifier (MBI) format. The HICN is no longer used for Medicare transactions but this property is now used by some payers to return MBI. If you receive a value in this property that matches the format specified in the Medicare Beneficiary Identifier documentation, the number is likely an MBI and we recommend sending a follow-up eligibility check to CMS for additional benefits data. This most commonly occurs with patients who are covered by both Medicare and Medicaid.
The drug formulary number.
The prior authorization number.
The insurance policy number.
The medical assistance category.
The plan network identification number.
The Medicaid Recipient Identification number.
The delivery or usage pattern for the benefits.
Array Item
Code specifying the type of quantity for the benefit. Can be DY
- Days, FL
- Units, HS
- Hours, MN
- Month, and VS
- Visits.
Payers may sometimes return other non-compliant values.
The name of the quantityQualifierCode
. For example, Days
.
Payers may sometimes return other non-compliant values.
The quantity of the benefit. For example, 10
when the quantityQualifier
is Visits
.
Code specifying the unit of measurement. For example, DA
- Days, MO
- Months, VS
- Visits, WK
- Week, and YR
- Years.
Payers may sometimes return other non-compliant values.
The name of the unitForMeasurementQualifierCode
. For example, Days
.
Payers may sometimes return other non-compliant values.
Specifies the sampling frequency, based on the unit of measure. For example every 2 months
or once per calendar year
.
Code specifying the time period for the benefit information. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The name of the timePeriodQualifierCode
. For example, Calendar Year
.
Payers may sometimes return other non-compliant values.
The number of periods in the time period. For example, 12
when the timePeriodQualifier
is Hour
.
The name of the deliveryOrCalendarPatternCode
. For example, Last Working Day of Period
.
Payers may sometimes return other non-compliant values.
Code that specifies the routine shipments, deliveries, or calendar pattern. For example 9
- Last Working Day of Period. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The name of the deliveryOrCalendarPatternCode
. For example, Last Working Day of Period
.
Payers may sometimes return other non-compliant values.
The name of the deliveryPatternTimeCode
.
Payers may sometimes return other non-compliant values.
Code specifying the time for routine shipments or deliveries. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The name of the deliveryPatternTimeCode
.
Payers may sometimes return other non-compliant values.
A free-form message containing additional information about the benefits in the response.
Array Item
A free-form message containing additional information about the benefits in the response.
Used when there are multiple Nature of Injury Codes or a Facility Type Codes included in the response.
Array Item
Identifies a specific industry code list. Can be GR
- National Council on Compensation Insurance (NCCI) Nature of Injury Code, NI
- Nature of Injury Code, or ZZ
- Mutually Defined.
When this is set to ZZ
, the industryCode
property will be set to a place of service code.
Payers may sometimes return other non-compliant values.
The name of the codeListQualifierCode
. For example Mutually Defined
when the code is set to ZZ
.
The specific industry code. When codeListQualifierCode
is set to ZZ
- Mutually Defined, this property will be set to a place of service code. Visit the Place of Service Code Set for a complete list of these codes and their descriptions.
The name of the industryCode
. For example Pharmacy
when the code is 01
.
The code category. Always set to 44
- Nature of Injury.
Payers may sometimes return other non-compliant values.
Description of injured body parts.
All other entities associated with the eligibility or benefits.
Array Item
Code identifying an organizational entity, a physical location, property or an individual.
Payers may sometimes return other non-compliant values.
The type of entity.
Payers may sometimes return other non-compliant values.
The last name (if the entity is a person) or the business name (if the entity is an organization).
The first name of the entity, if the entity is a person.
The middle name or initial of the entity, if the entity is a person.
The name suffix, such as Sr. Jr. or III.
Code identifying the type of identifier in the entityIdentificationValue
property. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The identification number for the entity, qualified by the code in entityIdentification
.
Code specifying the relationship between the entity and the patient. Can be 01
- Parent, 02
- Child, 27
- Domestic Partner, 41
- Spouse, 48
- Employee, 65
- Other, or 72
- Unknown.
Payers may sometimes return other non-compliant values.
Show Attributes
The first line of the address.
- Required string length: 1 - 55
The second line of the address.
- Required string length: 1 - 55
The city.
- Required string length: 2 - 30
The US state or Canadian province code with unknown option. For example, TN
for Tennessee or NB
for New Brunswick.
Payers may sometimes return other non-compliant values.
The United States or Canadian postal code, excluding punctuation and blanks.
- Required string length: 5 - 9
The two-letter country code from Part 1 of ISO 3166.
- Required string length: 2
The country subdivision code from Part 2 of ISO 3166.
- Required string length: 1 - 3
Show Attributes
The name of the contact person.
The contact information.
Array Item
The type of communication number provided.
Payers may sometimes return other non-compliant values.
The communication number referenced in communicationMode
. It includes the country or area code when applicable.
Note that phone numbers are formatted as AAABBBCCCC, where AAA represents the area code, BBB represents the telephone number prefix, and CCCC represents the telephone number. Phone numbers are provided without separators, such as dashes or parentheses. For example, 5551123345
for 555-112-3345
.
Show Attributes
A code that communicates the provider's role in the type of benefits information in the response. Visit Eligibility code lists for a complete list.
Payers may sometimes return other non-compliant values.
The provider's taxonomy code.
Information indicating how likely it is that this coverage is a match for the patient submitted in the insurance discovery request.
Even if the confidence level is high, you must always check the subscriber information to confirm that the coverage is a match for the patient.
Show Attributes
The confidence level for the match.
A reason for the confidence level. For example, This record was identified as a low confidence match due to a DOB partial match
.
The number of potential coverage matches for the patient. This will be 0
if Stedi didn't find any matching coverage.
When a payer rejects your eligibility check, the response contains one or more AAA
errors that specify the reasons for the rejection and any recommended follow-up actions.
Any errors that occur at the payer
, provider
, subscriber
, or dependents
levels are also included in this array, allowing you to review all errors in a central location. If there are no AAA
errors, this array will be empty.
Array Item
The error type, AAA
.
The error description.
The location of the error within the original X12 EDI response.
Information to help you correct the error.
The error code. Visit Eligibility troubleshooting for a complete list of all possible error codes and descriptions.
Payers may sometimes return other non-compliant values.
Allowed actions you can take, based on the rejection reason code. For example Please Correct and Resubmit
.
Payers may sometimes return other non-compliant values.
curl --request POST \
--url "https://healthcare.us.stedi.com/2024-04-01/insurance-discovery/check/v1" \
--header "Authorization: <api_key>" \
--header "Content-Type: application/json" \
--data "'{
"provider": {
"npi": "1999999984"
},
"subscriber": {
"firstName": "John",
"lastName": "Smith",
"middleName": "Robert",
"dateOfBirth": "19800101",
"ssn": "123456789",
"gender": "M",
"address": {
"address1": "123 Main St",
"city": "Springfield",
"state": "IL",
"postalCode": "62701"
}
},
"encounter": {
"beginningDateOfService": "20240326",
"endDateOfService": "20240326"
}
}'"
const body = JSON.stringify({
"provider": {
"npi": "1999999984"
},
"subscriber": {
"firstName": "John",
"lastName": "Smith",
"middleName": "Robert",
"dateOfBirth": "19800101",
"ssn": "123456789",
"gender": "M",
"address": {
"address1": "123 Main St",
"city": "Springfield",
"state": "IL",
"postalCode": "62701"
}
},
"encounter": {
"beginningDateOfService": "20240326",
"endDateOfService": "20240326"
}
})
fetch("https://healthcare.us.stedi.com/2024-04-01/insurance-discovery/check/v1", {
headers: {
"Authorization": "<api_key>"
},
body
})
package main
import (
"fmt"
"net/http"
"io/ioutil"
"strings"
)
func main() {
url := "https://healthcare.us.stedi.com/2024-04-01/insurance-discovery/check/v1"
body := strings.NewReader(`{
"provider": {
"npi": "1999999984"
},
"subscriber": {
"firstName": "John",
"lastName": "Smith",
"middleName": "Robert",
"dateOfBirth": "19800101",
"ssn": "123456789",
"gender": "M",
"address": {
"address1": "123 Main St",
"city": "Springfield",
"state": "IL",
"postalCode": "62701"
}
},
"encounter": {
"beginningDateOfService": "20240326",
"endDateOfService": "20240326"
}
}`)
req, _ := http.NewRequest("POST", url, body)
req.Header.Add("Authorization", "<api_key>")
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := ioutil.ReadAll(res.Body)
fmt.Println(res)
fmt.Println(string(body))
}
import requests
url = "https://healthcare.us.stedi.com/2024-04-01/insurance-discovery/check/v1"
body = {
"provider": {
"npi": "1999999984"
},
"subscriber": {
"firstName": "John",
"lastName": "Smith",
"middleName": "Robert",
"dateOfBirth": "19800101",
"ssn": "123456789",
"gender": "M",
"address": {
"address1": "123 Main St",
"city": "Springfield",
"state": "IL",
"postalCode": "62701"
}
},
"encounter": {
"beginningDateOfService": "20240326",
"endDateOfService": "20240326"
}
}
response = requests.request("POST", url, json = body, headers = {
"Authorization": "<api_key>",
"Content-Type": "application/json"
})
print(response.text)
import java.net.URI;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;
import java.net.http.HttpResponse.BodyHandlers;
import java.time.Duration;
import java.net.http.HttpRequest.BodyPublishers;
var body = BodyPublishers.ofString("""{
"provider": {
"npi": "1999999984"
},
"subscriber": {
"firstName": "John",
"lastName": "Smith",
"middleName": "Robert",
"dateOfBirth": "19800101",
"ssn": "123456789",
"gender": "M",
"address": {
"address1": "123 Main St",
"city": "Springfield",
"state": "IL",
"postalCode": "62701"
}
},
"encounter": {
"beginningDateOfService": "20240326",
"endDateOfService": "20240326"
}
}""");
HttpClient client = HttpClient.newBuilder()
.connectTimeout(Duration.ofSeconds(10))
.build();
HttpRequest.Builder requestBuilder = HttpRequest.newBuilder()
.uri(URI.create("https://healthcare.us.stedi.com/2024-04-01/insurance-discovery/check/v1"))
.header("Content-Type", "application/json")
.header("Authorization", "<api_key>")
.POST(body)
.build();
try {
HttpResponse<String> response = client.send(requestBuilder.build(), BodyHandlers.ofString());
System.out.println("Status code: " + response.statusCode());
System.out.println("Response body: " + response.body());
} catch (Exception e) {
e.printStackTrace();
}
{
"discoveryId": "12345678-abcd-4321-efgh-987654321abc",
"items": [
{
"provider": {
"providerName": "provider",
"entityType": "Non-Person Entity",
"npi": "1999999984"
},
"subscriber": {
"memberId": "987654321000",
"firstName": "John",
"lastName": "Doe",
"middleName": "Smith",
"gender": "M",
"dateOfBirth": "19900115",
"groupNumber": "123456-78",
"planNumber": "123456-EXMPL9876",
"groupDescription": "Individual On-Exchange",
"address": {
"address1": "123 Main Street",
"city": "ANYTOWN",
"state": "CA",
"postalCode": "12345"
}
},
"payer": {
"name": "EXAMPLE INSURANCE CO"
},
"planInformation": {
"planNumber": "123456-EXMPL9876",
"groupNumber": "123456-78",
"groupDescription": "Individual On-Exchange"
},
"planDateInformation": {
"planBegin": "20250101",
"eligibilityBegin": "20250101",
"service": "20250301"
},
"benefitsInformation": [
{
"inPlanNetworkIndicatorCode": "W",
"benefitsRelatedEntities": [
{
"entityIdentifier": "Primary Care Provider",
"entityIdentification": "XX",
"entityName": "Dough",
"entityIdentificationValue": "1234567890",
"entityFirstname": "Jane",
"entityType": "Person"
}
],
"additionalInformation": [
{
"description": "To determine if a prior authorization is required, please check the health plan's website."
}
],
"serviceTypeCodes": [
"30"
],
"serviceTypes": [
"Health Benefit Plan Coverage"
],
"inPlanNetworkIndicator": "Not Applicable",
"name": "Active Coverage",
"code": "1",
"planCoverage": "Gold Plan"
},
{
"serviceTypes": [
"Medical Care"
],
"name": "Active Coverage",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicatorCode": "W",
"serviceTypeCodes": [
"1"
],
"inPlanNetworkIndicator": "Not Applicable",
"code": "1"
},
{
"additionalInformation": [
{
"description": "Prior authorization may be required. Covered No Limit."
}
],
"inPlanNetworkIndicatorCode": "Y",
"code": "1",
"name": "Active Coverage",
"serviceTypeCodes": [
"4"
],
"serviceTypes": [
"Diagnostic X-Ray"
],
"inPlanNetworkIndicator": "Yes",
"planCoverage": "Gold Plan"
},
{
"inPlanNetworkIndicator": "Yes",
"code": "A",
"serviceTypeCodes": [
"4"
],
"name": "Co-Insurance",
"coverageLevel": "Family",
"serviceTypes": [
"Diagnostic X-Ray"
],
"inPlanNetworkIndicatorCode": "Y",
"benefitPercent": "0.5",
"planCoverage": "Gold Plan",
"timeQualifierCode": "27",
"timeQualifier": "Visit",
"coverageLevelCode": "FAM"
},
{
"name": "Non-Covered",
"serviceTypeCodes": [
"4"
],
"serviceTypes": [
"Diagnostic X-Ray"
],
"planCoverage": "Gold Plan",
"inPlanNetworkIndicatorCode": "N",
"inPlanNetworkIndicator": "No",
"code": "I"
},
{
"code": "1",
"planCoverage": "Gold Plan",
"serviceTypes": [
"Diagnostic Lab"
],
"inPlanNetworkIndicatorCode": "Y",
"inPlanNetworkIndicator": "Yes",
"name": "Active Coverage",
"serviceTypeCodes": [
"5"
]
},
{
"code": "B",
"name": "Co-Payment",
"inPlanNetworkIndicator": "Yes",
"planCoverage": "Gold Plan",
"coverageLevelCode": "FAM",
"benefitAmount": "20",
"coverageLevel": "Family",
"serviceTypeCodes": [
"5"
],
"serviceTypes": [
"Diagnostic Lab"
],
"timeQualifier": "Visit",
"timeQualifierCode": "27",
"inPlanNetworkIndicatorCode": "Y",
"additionalInformation": [
{
"description": "per visit"
}
]
},
{
"inPlanNetworkIndicatorCode": "N",
"inPlanNetworkIndicator": "No",
"serviceTypeCodes": [
"5"
],
"name": "Non-Covered",
"code": "I",
"planCoverage": "Gold Plan",
"serviceTypes": [
"Diagnostic Lab"
]
},
{
"serviceTypeCodes": [
"12"
],
"planCoverage": "Gold Plan",
"inPlanNetworkIndicator": "Yes",
"serviceTypes": [
"Durable Medical Equipment Purchase"
],
"name": "Active Coverage",
"inPlanNetworkIndicatorCode": "Y",
"additionalInformation": [
{
"description": "Prior authorization may be required. Covered No Limit."
}
],
"code": "1"
},
{
"serviceTypes": [
"Durable Medical Equipment Purchase"
],
"benefitPercent": "0.5",
"inPlanNetworkIndicator": "Yes",
"timeQualifierCode": "27",
"coverageLevelCode": "FAM",
"coverageLevel": "Family",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicatorCode": "Y",
"code": "A",
"timeQualifier": "Visit",
"name": "Co-Insurance",
"serviceTypeCodes": [
"12"
]
},
{
"name": "Non-Covered",
"serviceTypes": [
"Durable Medical Equipment Purchase"
],
"inPlanNetworkIndicatorCode": "N",
"code": "I",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicator": "No",
"serviceTypeCodes": [
"12"
]
},
{
"planCoverage": "Gold Plan",
"inPlanNetworkIndicator": "Yes",
"serviceTypes": [
"Ambulatory Service Center Facility"
],
"code": "1",
"inPlanNetworkIndicatorCode": "Y",
"name": "Active Coverage",
"serviceTypeCodes": [
"13"
]
},
{
"coverageLevel": "Family",
"inPlanNetworkIndicator": "Yes",
"benefitPercent": "0.5",
"timeQualifier": "Visit",
"serviceTypes": [
"Ambulatory Service Center Facility"
],
"code": "A",
"coverageLevelCode": "FAM",
"planCoverage": "Gold Plan",
"serviceTypeCodes": [
"13"
],
"timeQualifierCode": "27",
"name": "Co-Insurance",
"inPlanNetworkIndicatorCode": "Y"
},
{
"inPlanNetworkIndicator": "No",
"code": "I",
"name": "Non-Covered",
"serviceTypeCodes": [
"13"
],
"serviceTypes": [
"Ambulatory Service Center Facility"
],
"planCoverage": "Gold Plan",
"inPlanNetworkIndicatorCode": "N"
},
{
"additionalInformation": [
{
"description": "Prior authorization may be required. Covered No Limit."
}
],
"inPlanNetworkIndicatorCode": "Y",
"serviceTypeCodes": [
"18"
],
"name": "Active Coverage",
"inPlanNetworkIndicator": "Yes",
"code": "1",
"planCoverage": "Gold Plan",
"serviceTypes": [
"Durable Medical Equipment Rental"
]
},
{
"serviceTypes": [
"Durable Medical Equipment Rental"
],
"serviceTypeCodes": [
"18"
],
"planCoverage": "Gold Plan",
"timeQualifier": "Visit",
"name": "Co-Insurance",
"coverageLevel": "Family",
"inPlanNetworkIndicatorCode": "Y",
"code": "A",
"inPlanNetworkIndicator": "Yes",
"benefitPercent": "0.5",
"timeQualifierCode": "27",
"coverageLevelCode": "FAM"
},
{
"serviceTypeCodes": [
"18"
],
"serviceTypes": [
"Durable Medical Equipment Rental"
],
"planCoverage": "Gold Plan",
"inPlanNetworkIndicatorCode": "N",
"inPlanNetworkIndicator": "No",
"code": "I",
"name": "Non-Covered"
},
{
"serviceTypeCodes": [
"33"
],
"serviceTypes": [
"Chiropractic"
],
"planCoverage": "Gold Plan",
"additionalInformation": [
{
"description": "Limited to 26 visits per year (visits in excess of 26 require prior authorization)."
}
],
"inPlanNetworkIndicatorCode": "Y",
"name": "Active Coverage",
"inPlanNetworkIndicator": "Yes",
"code": "1"
},
{
"coverageLevel": "Family",
"planCoverage": "Gold Plan",
"timeQualifierCode": "27",
"benefitPercent": "0.5",
"inPlanNetworkIndicator": "Yes",
"code": "A",
"name": "Co-Insurance",
"serviceTypes": [
"Chiropractic"
],
"serviceTypeCodes": [
"33"
],
"timeQualifier": "Visit",
"inPlanNetworkIndicatorCode": "Y",
"coverageLevelCode": "FAM"
},
{
"planCoverage": "Gold Plan",
"serviceTypes": [
"Chiropractic"
],
"inPlanNetworkIndicator": "No",
"inPlanNetworkIndicatorCode": "N",
"name": "Non-Covered",
"code": "I",
"serviceTypeCodes": [
"33"
]
},
{
"code": "1",
"name": "Active Coverage",
"serviceTypeCodes": [
"48"
],
"inPlanNetworkIndicator": "Yes",
"additionalInformation": [
{
"description": "Prior authorization may be required. Covered No Limit."
}
],
"serviceTypes": [
"Hospital - Inpatient"
],
"inPlanNetworkIndicatorCode": "Y",
"planCoverage": "Gold Plan"
},
{
"code": "A",
"coverageLevel": "Family",
"benefitPercent": "0.5",
"timeQualifierCode": "27",
"name": "Co-Insurance",
"inPlanNetworkIndicator": "Yes",
"coverageLevelCode": "FAM",
"timeQualifier": "Visit",
"inPlanNetworkIndicatorCode": "Y",
"serviceTypes": [
"Hospital - Inpatient"
],
"planCoverage": "Gold Plan",
"serviceTypeCodes": [
"48"
]
},
{
"serviceTypeCodes": [
"48"
],
"serviceTypes": [
"Hospital - Inpatient"
],
"code": "I",
"name": "Non-Covered",
"inPlanNetworkIndicatorCode": "N",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicator": "No"
},
{
"serviceTypes": [
"Hospital - Outpatient"
],
"inPlanNetworkIndicatorCode": "Y",
"inPlanNetworkIndicator": "Yes",
"additionalInformation": [
{
"description": "Prior authorization may be required. Covered No Limit."
}
],
"code": "1",
"planCoverage": "Gold Plan",
"name": "Active Coverage",
"serviceTypeCodes": [
"50"
]
},
{
"timeQualifier": "Visit",
"coverageLevelCode": "FAM",
"code": "A",
"inPlanNetworkIndicatorCode": "Y",
"name": "Co-Insurance",
"serviceTypeCodes": [
"50"
],
"coverageLevel": "Family",
"planCoverage": "Gold Plan",
"benefitPercent": "0.5",
"serviceTypes": [
"Hospital - Outpatient"
],
"inPlanNetworkIndicator": "Yes",
"timeQualifierCode": "27"
},
{
"serviceTypeCodes": [
"50"
],
"serviceTypes": [
"Hospital - Outpatient"
],
"planCoverage": "Gold Plan",
"code": "I",
"inPlanNetworkIndicatorCode": "N",
"inPlanNetworkIndicator": "No",
"name": "Non-Covered"
},
{
"inPlanNetworkIndicatorCode": "Y",
"planCoverage": "Gold Plan",
"serviceTypeCodes": [
"51"
],
"serviceTypes": [
"Hospital - Emergency Accident"
],
"inPlanNetworkIndicator": "Yes",
"additionalInformation": [
{
"description": "Covered No Limit."
}
],
"code": "1",
"name": "Active Coverage"
},
{
"timeQualifierCode": "27",
"coverageLevel": "Family",
"planCoverage": "Gold Plan",
"name": "Co-Insurance",
"serviceTypeCodes": [
"51"
],
"timeQualifier": "Visit",
"serviceTypes": [
"Hospital - Emergency Accident"
],
"benefitPercent": "0.5",
"code": "A",
"inPlanNetworkIndicatorCode": "Y",
"inPlanNetworkIndicator": "Yes",
"coverageLevelCode": "FAM"
},
{
"planCoverage": "Gold Plan",
"serviceTypes": [
"Hospital - Emergency Accident"
],
"code": "1",
"additionalInformation": [
{
"description": "Covered No Limit."
}
],
"name": "Active Coverage",
"inPlanNetworkIndicatorCode": "N",
"inPlanNetworkIndicator": "No",
"serviceTypeCodes": [
"51"
]
},
{
"coverageLevel": "Family",
"code": "A",
"benefitPercent": "0.5",
"serviceTypeCodes": [
"51"
],
"planCoverage": "Gold Plan",
"timeQualifierCode": "27",
"name": "Co-Insurance",
"serviceTypes": [
"Hospital - Emergency Accident"
],
"coverageLevelCode": "FAM",
"inPlanNetworkIndicator": "No",
"timeQualifier": "Visit",
"inPlanNetworkIndicatorCode": "N"
},
{
"planCoverage": "Gold Plan",
"name": "Active Coverage",
"code": "1",
"additionalInformation": [
{
"description": "Covered No Limit."
}
],
"serviceTypes": [
"Hospital - Emergency Medical"
],
"inPlanNetworkIndicatorCode": "Y",
"serviceTypeCodes": [
"52"
],
"inPlanNetworkIndicator": "Yes"
},
{
"inPlanNetworkIndicatorCode": "Y",
"timeQualifier": "Visit",
"benefitPercent": "0.5",
"serviceTypes": [
"Hospital - Emergency Medical"
],
"code": "A",
"serviceTypeCodes": [
"52"
],
"coverageLevelCode": "FAM",
"planCoverage": "Gold Plan",
"name": "Co-Insurance",
"timeQualifierCode": "27",
"coverageLevel": "Family",
"inPlanNetworkIndicator": "Yes"
},
{
"serviceTypes": [
"Hospital - Emergency Medical"
],
"serviceTypeCodes": [
"52"
],
"name": "Active Coverage",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicator": "No",
"additionalInformation": [
{
"description": "Covered No Limit."
}
],
"inPlanNetworkIndicatorCode": "N",
"code": "1"
},
{
"timeQualifierCode": "27",
"timeQualifier": "Visit",
"name": "Co-Insurance",
"inPlanNetworkIndicator": "No",
"inPlanNetworkIndicatorCode": "N",
"coverageLevel": "Family",
"coverageLevelCode": "FAM",
"serviceTypeCodes": [
"52"
],
"serviceTypes": [
"Hospital - Emergency Medical"
],
"code": "A",
"planCoverage": "Gold Plan",
"benefitPercent": "0.5"
},
{
"inPlanNetworkIndicator": "Yes",
"name": "Active Coverage",
"inPlanNetworkIndicatorCode": "Y",
"planCoverage": "Gold Plan",
"serviceTypeCodes": [
"53"
],
"code": "1",
"serviceTypes": [
"Hospital - Ambulatory Surgical"
]
},
{
"timeQualifier": "Visit",
"planCoverage": "Gold Plan",
"serviceTypeCodes": [
"53"
],
"coverageLevelCode": "FAM",
"benefitPercent": "0.5",
"timeQualifierCode": "27",
"inPlanNetworkIndicatorCode": "Y",
"inPlanNetworkIndicator": "Yes",
"coverageLevel": "Family",
"serviceTypes": [
"Hospital - Ambulatory Surgical"
],
"code": "A",
"name": "Co-Insurance"
},
{
"name": "Non-Covered",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicator": "No",
"inPlanNetworkIndicatorCode": "N",
"serviceTypeCodes": [
"53"
],
"code": "I",
"serviceTypes": [
"Hospital - Ambulatory Surgical"
]
},
{
"serviceTypeCodes": [
"62"
],
"name": "Active Coverage",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicator": "Yes",
"serviceTypes": [
"MRI/CAT Scan"
],
"inPlanNetworkIndicatorCode": "Y",
"additionalInformation": [
{
"description": "Prior authorization may be required. Covered No Limit."
}
],
"code": "1"
},
{
"timeQualifierCode": "27",
"code": "A",
"name": "Co-Insurance",
"coverageLevelCode": "FAM",
"coverageLevel": "Family",
"planCoverage": "Gold Plan",
"serviceTypes": [
"MRI/CAT Scan"
],
"serviceTypeCodes": [
"62"
],
"benefitPercent": "0.5",
"inPlanNetworkIndicatorCode": "Y",
"inPlanNetworkIndicator": "Yes",
"timeQualifier": "Visit"
},
{
"serviceTypes": [
"MRI/CAT Scan"
],
"serviceTypeCodes": [
"62"
],
"code": "I",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicatorCode": "N",
"inPlanNetworkIndicator": "No",
"name": "Non-Covered"
},
{
"planCoverage": "Gold Plan",
"name": "Active Coverage",
"inPlanNetworkIndicatorCode": "Y",
"inPlanNetworkIndicator": "Yes",
"code": "1",
"serviceTypeCodes": [
"65"
],
"serviceTypes": [
"Newborn Care"
],
"additionalInformation": [
{
"description": "Prior authorization may be required. Covered No Limit."
}
]
},
{
"planCoverage": "Gold Plan",
"serviceTypeCodes": [
"65"
],
"benefitPercent": "0.5",
"timeQualifier": "Visit",
"inPlanNetworkIndicatorCode": "Y",
"coverageLevelCode": "FAM",
"serviceTypes": [
"Newborn Care"
],
"coverageLevel": "Family",
"code": "A",
"inPlanNetworkIndicator": "Yes",
"timeQualifierCode": "27",
"name": "Co-Insurance"
},
{
"name": "Non-Covered",
"code": "I",
"planCoverage": "Gold Plan",
"serviceTypeCodes": [
"65"
],
"inPlanNetworkIndicatorCode": "N",
"inPlanNetworkIndicator": "No",
"serviceTypes": [
"Newborn Care"
]
},
{
"planCoverage": "Gold Plan",
"code": "1",
"serviceTypes": [
"Well Baby Care"
],
"name": "Active Coverage",
"inPlanNetworkIndicatorCode": "Y",
"additionalInformation": [
{
"description": "Covered in accordance with ACA guidelines."
}
],
"inPlanNetworkIndicator": "Yes",
"serviceTypeCodes": [
"68"
]
},
{
"code": "B",
"serviceTypes": [
"Well Baby Care"
],
"benefitAmount": "0",
"coverageLevel": "Family",
"coverageLevelCode": "FAM",
"timeQualifierCode": "27",
"inPlanNetworkIndicatorCode": "Y",
"serviceTypeCodes": [
"68"
],
"inPlanNetworkIndicator": "Yes",
"planCoverage": "Gold Plan",
"timeQualifier": "Visit",
"name": "Co-Payment"
},
{
"serviceTypeCodes": [
"68"
],
"inPlanNetworkIndicatorCode": "N",
"inPlanNetworkIndicator": "No",
"name": "Non-Covered",
"code": "I",
"serviceTypes": [
"Well Baby Care"
],
"planCoverage": "Gold Plan"
},
{
"serviceTypeCodes": [
"69"
],
"additionalInformation": [
{
"description": "Prior authorization may be required. Covered No Limit."
}
],
"inPlanNetworkIndicatorCode": "Y",
"name": "Active Coverage",
"code": "1",
"serviceTypes": [
"Maternity"
],
"planCoverage": "Gold Plan",
"inPlanNetworkIndicator": "Yes"
},
{
"serviceTypeCodes": [
"69"
],
"benefitPercent": "0.5",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicatorCode": "Y",
"code": "A",
"inPlanNetworkIndicator": "Yes",
"coverageLevelCode": "FAM",
"serviceTypes": [
"Maternity"
],
"timeQualifier": "Visit",
"coverageLevel": "Family",
"name": "Co-Insurance",
"timeQualifierCode": "27"
},
{
"serviceTypeCodes": [
"69"
],
"inPlanNetworkIndicatorCode": "N",
"code": "I",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicator": "No",
"name": "Non-Covered",
"serviceTypes": [
"Maternity"
]
},
{
"code": "1",
"additionalInformation": [
{
"description": "Covered No Limit."
}
],
"inPlanNetworkIndicator": "Yes",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicatorCode": "Y",
"serviceTypeCodes": [
"86"
],
"name": "Active Coverage",
"serviceTypes": [
"Emergency Services"
]
},
{
"benefitPercent": "0.5",
"code": "A",
"inPlanNetworkIndicatorCode": "Y",
"serviceTypeCodes": [
"86"
],
"coverageLevel": "Family",
"timeQualifierCode": "27",
"serviceTypes": [
"Emergency Services"
],
"name": "Co-Insurance",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicator": "Yes",
"coverageLevelCode": "FAM",
"timeQualifier": "Visit"
},
{
"inPlanNetworkIndicator": "No",
"code": "1",
"name": "Active Coverage",
"additionalInformation": [
{
"description": "Covered No Limit."
}
],
"planCoverage": "Gold Plan",
"serviceTypeCodes": [
"86"
],
"inPlanNetworkIndicatorCode": "N",
"serviceTypes": [
"Emergency Services"
]
},
{
"coverageLevelCode": "FAM",
"coverageLevel": "Family",
"code": "A",
"serviceTypeCodes": [
"86"
],
"serviceTypes": [
"Emergency Services"
],
"timeQualifier": "Visit",
"benefitPercent": "0.5",
"inPlanNetworkIndicatorCode": "N",
"timeQualifierCode": "27",
"inPlanNetworkIndicator": "No",
"name": "Co-Insurance",
"planCoverage": "Gold Plan"
},
{
"inPlanNetworkIndicatorCode": "Y",
"name": "Active Coverage",
"serviceTypes": [
"Pharmacy"
],
"inPlanNetworkIndicator": "Yes",
"serviceTypeCodes": [
"88"
],
"code": "1",
"planCoverage": "Gold Plan"
},
{
"serviceTypeCodes": [
"88"
],
"coverageLevel": "Family",
"name": "Co-Payment",
"serviceTypes": [
"Pharmacy"
],
"planCoverage": "Gold Plan",
"timeQualifier": "Visit",
"timeQualifierCode": "27",
"code": "B",
"benefitAmount": "10",
"inPlanNetworkIndicatorCode": "Y",
"inPlanNetworkIndicator": "Yes",
"coverageLevelCode": "FAM",
"additionalInformation": [
{
"description": "per prescription"
}
]
},
{
"inPlanNetworkIndicatorCode": "N",
"name": "Non-Covered",
"serviceTypeCodes": [
"88"
],
"inPlanNetworkIndicator": "No",
"code": "I",
"serviceTypes": [
"Pharmacy"
],
"planCoverage": "Gold Plan"
},
{
"serviceTypes": [
"Professional (Physician) Visit - Office"
],
"planCoverage": "Gold Plan",
"inPlanNetworkIndicatorCode": "Y",
"inPlanNetworkIndicator": "Yes",
"code": "1",
"serviceTypeCodes": [
"98"
],
"additionalInformation": [
{
"description": "PCP"
}
],
"name": "Active Coverage"
},
{
"additionalInformation": [
{
"description": "per visit"
},
{
"description": "PCP"
}
],
"inPlanNetworkIndicator": "Yes",
"coverageLevel": "Family",
"inPlanNetworkIndicatorCode": "Y",
"coverageLevelCode": "FAM",
"timeQualifierCode": "27",
"serviceTypeCodes": [
"98"
],
"benefitAmount": "15",
"serviceTypes": [
"Professional (Physician) Visit - Office"
],
"timeQualifier": "Visit",
"name": "Co-Payment",
"planCoverage": "Gold Plan",
"code": "B"
},
{
"code": "I",
"serviceTypeCodes": [
"98"
],
"planCoverage": "Gold Plan",
"name": "Non-Covered",
"inPlanNetworkIndicatorCode": "N",
"serviceTypes": [
"Professional (Physician) Visit - Office"
],
"inPlanNetworkIndicator": "No",
"additionalInformation": [
{
"description": "PCP"
}
]
},
{
"inPlanNetworkIndicatorCode": "Y",
"name": "Active Coverage",
"planCoverage": "Gold Plan",
"additionalInformation": [
{
"description": "Specialist"
},
{
"description": "Covered No Limit."
}
],
"code": "1",
"serviceTypes": [
"Professional (Physician) Visit - Office"
],
"inPlanNetworkIndicator": "Yes",
"serviceTypeCodes": [
"98"
]
},
{
"planCoverage": "Gold Plan",
"timeQualifier": "Visit",
"inPlanNetworkIndicatorCode": "Y",
"inPlanNetworkIndicator": "Yes",
"additionalInformation": [
{
"description": "per visit"
},
{
"description": "Specialist"
}
],
"benefitAmount": "30",
"coverageLevel": "Family",
"code": "B",
"serviceTypes": [
"Professional (Physician) Visit - Office"
],
"timeQualifierCode": "27",
"coverageLevelCode": "FAM",
"name": "Co-Payment",
"serviceTypeCodes": [
"98"
]
},
{
"additionalInformation": [
{
"description": "Specialist"
}
],
"serviceTypes": [
"Professional (Physician) Visit - Office"
],
"inPlanNetworkIndicator": "No",
"serviceTypeCodes": [
"98"
],
"planCoverage": "Gold Plan",
"code": "I",
"name": "Non-Covered",
"inPlanNetworkIndicatorCode": "N"
},
{
"name": "Active Coverage",
"inPlanNetworkIndicator": "Yes",
"serviceTypeCodes": [
"A4"
],
"planCoverage": "Gold Plan",
"code": "1",
"serviceTypes": [
"Psychiatric"
],
"inPlanNetworkIndicatorCode": "Y",
"additionalInformation": [
{
"description": "Prior authorization may be required. Covered No Limit. (Primary Care Provider (PCP) and other practitioner office visits do not require prior authorization.) Note| Services (excluding Emergency Room Care / Emergency Services) rendered by an out-of-network provider"
}
]
},
{
"coverageLevelCode": "FAM",
"inPlanNetworkIndicator": "Yes",
"coverageLevel": "Family",
"serviceTypes": [
"Psychiatric"
],
"timeQualifierCode": "27",
"name": "Co-Insurance",
"serviceTypeCodes": [
"A4"
],
"benefitPercent": "0.5",
"inPlanNetworkIndicatorCode": "Y",
"planCoverage": "Gold Plan",
"timeQualifier": "Visit",
"code": "A"
},
{
"serviceTypeCodes": [
"A4"
],
"name": "Non-Covered",
"serviceTypes": [
"Psychiatric"
],
"planCoverage": "Gold Plan",
"inPlanNetworkIndicatorCode": "N",
"code": "I",
"inPlanNetworkIndicator": "No"
},
{
"name": "Active Coverage",
"code": "1",
"planCoverage": "Gold Plan",
"serviceTypeCodes": [
"A6"
],
"serviceTypes": [
"Psychotherapy"
],
"inPlanNetworkIndicatorCode": "Y",
"inPlanNetworkIndicator": "Yes"
},
{
"timeQualifierCode": "27",
"inPlanNetworkIndicatorCode": "Y",
"benefitPercent": "0.5",
"planCoverage": "Gold Plan",
"timeQualifier": "Visit",
"name": "Co-Insurance",
"coverageLevelCode": "FAM",
"serviceTypeCodes": [
"A6"
],
"serviceTypes": [
"Psychotherapy"
],
"inPlanNetworkIndicator": "Yes",
"coverageLevel": "Family",
"code": "A"
},
{
"inPlanNetworkIndicator": "No",
"inPlanNetworkIndicatorCode": "N",
"code": "I",
"planCoverage": "Gold Plan",
"name": "Non-Covered",
"serviceTypeCodes": [
"A6"
],
"serviceTypes": [
"Psychotherapy"
]
},
{
"planCoverage": "Gold Plan",
"code": "1",
"serviceTypes": [
"Psychiatric - Inpatient"
],
"inPlanNetworkIndicatorCode": "Y",
"serviceTypeCodes": [
"A7"
],
"inPlanNetworkIndicator": "Yes",
"name": "Active Coverage"
},
{
"timeQualifier": "Visit",
"coverageLevelCode": "FAM",
"coverageLevel": "Family",
"inPlanNetworkIndicator": "Yes",
"inPlanNetworkIndicatorCode": "Y",
"planCoverage": "Gold Plan",
"serviceTypeCodes": [
"A7"
],
"timeQualifierCode": "27",
"name": "Co-Insurance",
"code": "A",
"serviceTypes": [
"Psychiatric - Inpatient"
],
"benefitPercent": "0.5"
},
{
"code": "I",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicator": "No",
"serviceTypeCodes": [
"A7"
],
"serviceTypes": [
"Psychiatric - Inpatient"
],
"name": "Non-Covered",
"inPlanNetworkIndicatorCode": "N"
},
{
"code": "1",
"serviceTypes": [
"Psychiatric - Outpatient"
],
"planCoverage": "Gold Plan",
"serviceTypeCodes": [
"A8"
],
"inPlanNetworkIndicator": "Yes",
"name": "Active Coverage",
"inPlanNetworkIndicatorCode": "Y"
},
{
"timeQualifierCode": "27",
"timeQualifier": "Visit",
"inPlanNetworkIndicatorCode": "Y",
"coverageLevel": "Family",
"coverageLevelCode": "FAM",
"serviceTypeCodes": [
"A8"
],
"benefitPercent": "0.5",
"name": "Co-Insurance",
"planCoverage": "Gold Plan",
"code": "A",
"inPlanNetworkIndicator": "Yes",
"serviceTypes": [
"Psychiatric - Outpatient"
]
},
{
"serviceTypes": [
"Psychiatric - Outpatient"
],
"inPlanNetworkIndicator": "No",
"name": "Non-Covered",
"serviceTypeCodes": [
"A8"
],
"code": "I",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicatorCode": "N"
},
{
"inPlanNetworkIndicatorCode": "Y",
"name": "Active Coverage",
"serviceTypeCodes": [
"AD"
],
"serviceTypes": [
"Occupational Therapy"
],
"inPlanNetworkIndicator": "Yes",
"planCoverage": "Gold Plan",
"code": "1"
},
{
"inPlanNetworkIndicator": "Yes",
"serviceTypeCodes": [
"AD"
],
"planCoverage": "Gold Plan",
"coverageLevel": "Family",
"timeQualifierCode": "27",
"serviceTypes": [
"Occupational Therapy"
],
"code": "A",
"timeQualifier": "Visit",
"coverageLevelCode": "FAM",
"inPlanNetworkIndicatorCode": "Y",
"benefitPercent": "0.5",
"name": "Co-Insurance"
},
{
"code": "I",
"serviceTypeCodes": [
"AD"
],
"serviceTypes": [
"Occupational Therapy"
],
"name": "Non-Covered",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicatorCode": "N",
"inPlanNetworkIndicator": "No"
},
{
"code": "1",
"inPlanNetworkIndicator": "Yes",
"serviceTypes": [
"Speech Therapy"
],
"serviceTypeCodes": [
"AF"
],
"planCoverage": "Gold Plan",
"name": "Active Coverage",
"inPlanNetworkIndicatorCode": "Y"
},
{
"benefitPercent": "0.5",
"inPlanNetworkIndicator": "Yes",
"timeQualifierCode": "27",
"coverageLevel": "Family",
"serviceTypeCodes": [
"AF"
],
"coverageLevelCode": "FAM",
"serviceTypes": [
"Speech Therapy"
],
"code": "A",
"planCoverage": "Gold Plan",
"name": "Co-Insurance",
"timeQualifier": "Visit",
"inPlanNetworkIndicatorCode": "Y"
},
{
"planCoverage": "Gold Plan",
"name": "Non-Covered",
"code": "I",
"serviceTypeCodes": [
"AF"
],
"serviceTypes": [
"Speech Therapy"
],
"inPlanNetworkIndicatorCode": "N",
"inPlanNetworkIndicator": "No"
},
{
"serviceTypeCodes": [
"AG"
],
"additionalInformation": [
{
"description": "Prior authorization may be required. Limited to 150 days per year."
}
],
"inPlanNetworkIndicator": "Yes",
"planCoverage": "Gold Plan",
"code": "1",
"name": "Active Coverage",
"serviceTypes": [
"Skilled Nursing Care"
],
"inPlanNetworkIndicatorCode": "Y"
},
{
"serviceTypeCodes": [
"AG"
],
"serviceTypes": [
"Skilled Nursing Care"
],
"planCoverage": "Gold Plan",
"name": "Co-Insurance",
"coverageLevelCode": "FAM",
"code": "A",
"coverageLevel": "Family",
"benefitPercent": "0.5",
"inPlanNetworkIndicator": "Yes",
"timeQualifierCode": "27",
"inPlanNetworkIndicatorCode": "Y",
"timeQualifier": "Visit"
},
{
"inPlanNetworkIndicatorCode": "N",
"planCoverage": "Gold Plan",
"serviceTypeCodes": [
"AG"
],
"serviceTypes": [
"Skilled Nursing Care"
],
"inPlanNetworkIndicator": "No",
"name": "Non-Covered",
"code": "I"
},
{
"name": "Active Coverage",
"inPlanNetworkIndicatorCode": "Y",
"inPlanNetworkIndicator": "Yes",
"serviceTypes": [
"Physician Visit - Office: Well"
],
"serviceTypeCodes": [
"BZ"
],
"planCoverage": "Gold Plan",
"additionalInformation": [
{
"description": "Covered in accordance with ACA guidelines."
}
],
"code": "1"
},
{
"coverageLevelCode": "FAM",
"inPlanNetworkIndicatorCode": "Y",
"serviceTypeCodes": [
"BZ"
],
"inPlanNetworkIndicator": "Yes",
"name": "Co-Payment",
"coverageLevel": "Family",
"timeQualifierCode": "27",
"code": "B",
"serviceTypes": [
"Physician Visit - Office: Well"
],
"planCoverage": "Gold Plan",
"timeQualifier": "Visit",
"benefitAmount": "0"
},
{
"serviceTypes": [
"Physician Visit - Office: Well"
],
"code": "I",
"serviceTypeCodes": [
"BZ"
],
"planCoverage": "Gold Plan",
"inPlanNetworkIndicatorCode": "N",
"name": "Non-Covered",
"inPlanNetworkIndicator": "No"
},
{
"code": "1",
"inPlanNetworkIndicatorCode": "Y",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicator": "Yes",
"name": "Active Coverage",
"serviceTypes": [
"Mental Health"
],
"additionalInformation": [
{
"description": "Prior authorization may be required. Covered No Limit."
}
],
"serviceTypeCodes": [
"MH"
]
},
{
"serviceTypeCodes": [
"MH"
],
"code": "A",
"serviceTypes": [
"Mental Health"
],
"coverageLevel": "Family",
"coverageLevelCode": "FAM",
"planCoverage": "Gold Plan",
"timeQualifier": "Visit",
"benefitPercent": "0.5",
"name": "Co-Insurance",
"inPlanNetworkIndicator": "Yes",
"inPlanNetworkIndicatorCode": "Y",
"timeQualifierCode": "27"
},
{
"inPlanNetworkIndicator": "No",
"planCoverage": "Gold Plan",
"serviceTypes": [
"Mental Health"
],
"name": "Non-Covered",
"code": "I",
"serviceTypeCodes": [
"MH"
],
"inPlanNetworkIndicatorCode": "N"
},
{
"code": "1",
"serviceTypes": [
"Physical Therapy"
],
"planCoverage": "Gold Plan",
"inPlanNetworkIndicatorCode": "Y",
"inPlanNetworkIndicator": "Yes",
"name": "Active Coverage",
"serviceTypeCodes": [
"PT"
]
},
{
"additionalInformation": [
{
"description": "per visit"
}
],
"name": "Co-Payment",
"timeQualifierCode": "27",
"coverageLevel": "Family",
"planCoverage": "Gold Plan",
"coverageLevelCode": "FAM",
"benefitAmount": "15",
"inPlanNetworkIndicatorCode": "Y",
"inPlanNetworkIndicator": "Yes",
"code": "B",
"serviceTypeCodes": [
"PT"
],
"serviceTypes": [
"Physical Therapy"
],
"timeQualifier": "Visit"
},
{
"serviceTypeCodes": [
"PT"
],
"name": "Non-Covered",
"serviceTypes": [
"Physical Therapy"
],
"planCoverage": "Gold Plan",
"inPlanNetworkIndicator": "No",
"code": "I",
"inPlanNetworkIndicatorCode": "N"
},
{
"serviceTypeCodes": [
"UC"
],
"serviceTypes": [
"Urgent Care"
],
"inPlanNetworkIndicatorCode": "Y",
"name": "Active Coverage",
"inPlanNetworkIndicator": "Yes",
"additionalInformation": [
{
"description": "Covered No Limit."
}
],
"code": "1",
"planCoverage": "Gold Plan"
},
{
"serviceTypes": [
"Urgent Care"
],
"timeQualifierCode": "27",
"serviceTypeCodes": [
"UC"
],
"coverageLevelCode": "FAM",
"timeQualifier": "Visit",
"benefitAmount": "10",
"inPlanNetworkIndicatorCode": "Y",
"name": "Co-Payment",
"planCoverage": "Gold Plan",
"coverageLevel": "Family",
"additionalInformation": [
{
"description": "per visit"
}
],
"code": "B",
"inPlanNetworkIndicator": "Yes"
},
{
"name": "Active Coverage",
"serviceTypeCodes": [
"UC"
],
"serviceTypes": [
"Urgent Care"
],
"planCoverage": "Gold Plan",
"inPlanNetworkIndicatorCode": "N",
"additionalInformation": [
{
"description": "Covered No Limit."
}
],
"inPlanNetworkIndicator": "No",
"code": "1"
},
{
"benefitAmount": "10",
"inPlanNetworkIndicator": "No",
"additionalInformation": [
{
"description": "per visit"
}
],
"code": "B",
"inPlanNetworkIndicatorCode": "N",
"timeQualifier": "Visit",
"serviceTypeCodes": [
"UC"
],
"coverageLevelCode": "FAM",
"planCoverage": "Gold Plan",
"name": "Co-Payment",
"serviceTypes": [
"Urgent Care"
],
"coverageLevel": "Family",
"timeQualifierCode": "27"
},
{
"name": "Deductible",
"serviceTypeCodes": [
"30"
],
"timeQualifierCode": "23",
"timeQualifier": "Calendar Year",
"benefitAmount": "0",
"code": "C",
"inPlanNetworkIndicatorCode": "Y",
"inPlanNetworkIndicator": "Yes",
"planCoverage": "Gold Plan",
"coverageLevel": "Individual",
"coverageLevelCode": "IND",
"serviceTypes": [
"Health Benefit Plan Coverage"
]
},
{
"planCoverage": "Gold Plan",
"serviceTypeCodes": [
"30"
],
"name": "Deductible",
"code": "C",
"timeQualifierCode": "29",
"serviceTypes": [
"Health Benefit Plan Coverage"
],
"inPlanNetworkIndicator": "Yes",
"coverageLevel": "Individual",
"coverageLevelCode": "IND",
"timeQualifier": "Remaining",
"benefitAmount": "0",
"inPlanNetworkIndicatorCode": "Y"
},
{
"coverageLevelCode": "FAM",
"name": "Deductible",
"serviceTypes": [
"Health Benefit Plan Coverage"
],
"coverageLevel": "Family",
"inPlanNetworkIndicatorCode": "Y",
"timeQualifier": "Calendar Year",
"benefitAmount": "0",
"serviceTypeCodes": [
"30"
],
"code": "C",
"inPlanNetworkIndicator": "Yes",
"timeQualifierCode": "23",
"planCoverage": "Gold Plan"
},
{
"inPlanNetworkIndicatorCode": "Y",
"serviceTypeCodes": [
"30"
],
"code": "C",
"name": "Deductible",
"timeQualifierCode": "29",
"inPlanNetworkIndicator": "Yes",
"serviceTypes": [
"Health Benefit Plan Coverage"
],
"planCoverage": "Gold Plan",
"coverageLevelCode": "FAM",
"timeQualifier": "Remaining",
"coverageLevel": "Family",
"benefitAmount": "0"
},
{
"serviceTypeCodes": [
"30"
],
"name": "Deductible",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicator": "No",
"coverageLevelCode": "IND",
"timeQualifierCode": "23",
"timeQualifier": "Calendar Year",
"coverageLevel": "Individual",
"code": "C",
"serviceTypes": [
"Health Benefit Plan Coverage"
],
"inPlanNetworkIndicatorCode": "N",
"benefitAmount": "0"
},
{
"timeQualifierCode": "29",
"benefitAmount": "0",
"name": "Deductible",
"coverageLevel": "Individual",
"planCoverage": "Gold Plan",
"code": "C",
"inPlanNetworkIndicatorCode": "N",
"inPlanNetworkIndicator": "No",
"timeQualifier": "Remaining",
"coverageLevelCode": "IND",
"serviceTypeCodes": [
"30"
],
"serviceTypes": [
"Health Benefit Plan Coverage"
]
},
{
"benefitAmount": "0",
"inPlanNetworkIndicatorCode": "N",
"coverageLevelCode": "FAM",
"code": "C",
"serviceTypes": [
"Health Benefit Plan Coverage"
],
"planCoverage": "Gold Plan",
"inPlanNetworkIndicator": "No",
"timeQualifierCode": "23",
"name": "Deductible",
"serviceTypeCodes": [
"30"
],
"timeQualifier": "Calendar Year",
"coverageLevel": "Family"
},
{
"coverageLevel": "Family",
"serviceTypeCodes": [
"30"
],
"timeQualifierCode": "29",
"benefitAmount": "0",
"inPlanNetworkIndicatorCode": "N",
"serviceTypes": [
"Health Benefit Plan Coverage"
],
"name": "Deductible",
"inPlanNetworkIndicator": "No",
"coverageLevelCode": "FAM",
"timeQualifier": "Remaining",
"planCoverage": "Gold Plan",
"code": "C"
},
{
"coverageLevel": "Individual",
"inPlanNetworkIndicator": "Yes",
"benefitAmount": "3000",
"name": "Out of Pocket (Stop Loss)",
"serviceTypeCodes": [
"30"
],
"planCoverage": "Gold Plan",
"timeQualifier": "Calendar Year",
"code": "G",
"timeQualifierCode": "23",
"inPlanNetworkIndicatorCode": "Y",
"serviceTypes": [
"Health Benefit Plan Coverage"
],
"coverageLevelCode": "IND"
},
{
"code": "G",
"coverageLevel": "Individual",
"timeQualifier": "Remaining",
"planCoverage": "Gold Plan",
"name": "Out of Pocket (Stop Loss)",
"timeQualifierCode": "29",
"coverageLevelCode": "IND",
"inPlanNetworkIndicator": "Yes",
"inPlanNetworkIndicatorCode": "Y",
"serviceTypeCodes": [
"30"
],
"benefitAmount": "2000",
"serviceTypes": [
"Health Benefit Plan Coverage"
]
},
{
"serviceTypeCodes": [
"30"
],
"serviceTypes": [
"Health Benefit Plan Coverage"
],
"code": "G",
"name": "Out of Pocket (Stop Loss)",
"inPlanNetworkIndicatorCode": "Y",
"timeQualifier": "Calendar Year",
"timeQualifierCode": "23",
"benefitAmount": "6000",
"coverageLevelCode": "FAM",
"planCoverage": "Gold Plan",
"inPlanNetworkIndicator": "Yes",
"coverageLevel": "Family"
},
{
"code": "G",
"coverageLevelCode": "FAM",
"coverageLevel": "Family",
"benefitAmount": "5000",
"timeQualifierCode": "29",
"inPlanNetworkIndicator": "Yes",
"serviceTypes": [
"Health Benefit Plan Coverage"
],
"inPlanNetworkIndicatorCode": "Y",
"name": "Out of Pocket (Stop Loss)",
"planCoverage": "Gold Plan",
"serviceTypeCodes": [
"30"
],
"timeQualifier": "Remaining"
},
{
"coverageLevelCode": "IND",
"benefitAmount": "0",
"serviceTypeCodes": [
"30"
],
"timeQualifier": "Calendar Year",
"planCoverage": "Gold Plan",
"name": "Out of Pocket (Stop Loss)",
"code": "G",
"coverageLevel": "Individual",
"serviceTypes": [
"Health Benefit Plan Coverage"
],
"timeQualifierCode": "23",
"inPlanNetworkIndicatorCode": "N",
"inPlanNetworkIndicator": "No"
},
{
"benefitAmount": "0",
"inPlanNetworkIndicatorCode": "N",
"inPlanNetworkIndicator": "No",
"code": "G",
"coverageLevel": "Individual",
"serviceTypeCodes": [
"30"
],
"timeQualifierCode": "29",
"timeQualifier": "Remaining",
"coverageLevelCode": "IND",
"name": "Out of Pocket (Stop Loss)",
"serviceTypes": [
"Health Benefit Plan Coverage"
],
"planCoverage": "Gold Plan"
},
{
"code": "G",
"inPlanNetworkIndicator": "No",
"serviceTypes": [
"Health Benefit Plan Coverage"
],
"timeQualifierCode": "23",
"inPlanNetworkIndicatorCode": "N",
"benefitAmount": "0",
"timeQualifier": "Calendar Year",
"coverageLevel": "Family",
"name": "Out of Pocket (Stop Loss)",
"serviceTypeCodes": [
"30"
],
"coverageLevelCode": "FAM",
"planCoverage": "Gold Plan"
},
{
"benefitAmount": "0",
"serviceTypes": [
"Health Benefit Plan Coverage"
],
"planCoverage": "Gold Plan",
"name": "Out of Pocket (Stop Loss)",
"inPlanNetworkIndicator": "No",
"code": "G",
"inPlanNetworkIndicatorCode": "N",
"coverageLevel": "Family",
"serviceTypeCodes": [
"30"
],
"timeQualifierCode": "29",
"timeQualifier": "Remaining",
"coverageLevelCode": "FAM"
}
],
"confidence": {
"level": "REVIEW_NEEDED",
"reason": "This record was identified as a low confidence match due to a DOB partial match"
}
}
],
"meta": {
"applicationMode": "production",
"traceId": "1-abcdef12-123456789abcdef123456789"
},
"status": "COMPLETE"
}
{
"message": "string",
"code": "string"
}
{
"message": "string",
"code": "string"
}
{
"message": "string",
"code": "string"
}
{
"message": "string",
"code": "string"
}
{
"message": "string",
"code": "string"
}
{
"message": "string",
"code": "string"
}
{
"message": "string",
"code": "string"
}