GET
/
eligibility-manager
/
polling
/
batch-eligibility
curl --request GET \
  --url https://manager.us.stedi.com/2024-04-01/eligibility-manager/polling/batch-eligibility \
  --header 'Authorization: <api-key>'
{
  "nextPageToken": "01932c61-2d4f-7d22-85fa-c7db2e13e771",
  "items": [
    {
      "controlNumber": "000022222",
      "batchId": "01932c61-2d4f-7d22-85fa-c7db2e13e771",
      "status": "ERROR",
      "meta": {
        "outboundTraceId": "01JCP62EYY1N6PZABF9Q45EN5Y"
      },
      "errors": [
        {
          "followupAction": "Please Correct and Resubmit",
          "possibleResolutions": "Payer TEST is not configured. Please check our published payer list or contact Stedi support to resolve.",
          "code": "79",
          "description": "Invalid Participant Identification",
          "location": "2100A"
        }
      ],
      "tradingPartnerServiceId": "TEST",
      "submitterTransactionIdentifier": "ABC123456789"
    },
    {
      "controlNumber": "333344444",
      "batchId": "01932c61-2d4f-7d22-85fa-c7db2e13e771",
      "submitterTransactionIdentifier": "DEF123456799",
      "meta": {
        "senderId": "030240928",
        "submitterId": "117151744",
        "applicationMode": "production",
        "traceId": "01J2VZA127GH93JT74HJU",
        "outboundTraceId": "01J2VZA127GH93JT74HJU"
      },
      "reassociationKey": "123456789",
      "tradingPartnerServiceId": "123456789",
      "provider": {
        "providerName": "ACME HEALTH SERVICES",
        "entityIdentifier": "Provider",
        "entityType": "Non-Person Entity",
        "npi": "1234567890"
      },
      "subscriber": {
        "memberId": "1234567892",
        "firstName": "JANE",
        "lastName": "DOE",
        "middleName": "A",
        "gender": "F",
        "entityIdentifier": "Insured or Subscriber",
        "entityType": "Person",
        "dateOfBirth": "19000101",
        "groupNumber": "123456789",
        "address": {
          "address1": "1234 FIRST ST",
          "city": "NEW YORK",
          "state": "WV",
          "postalCode": "123451111"
        }
      },
      "payer": {
        "entityIdentifier": "Payer",
        "entityType": "Non-Person Entity",
        "lastName": "ABCDE",
        "name": "ABCDE",
        "federalTaxpayersIdNumber": "123412345",
        "contactInformation": {
          "contacts": [
            {
              "communicationMode": "Telephone",
              "communicationNumber": "1234567890"
            },
            {
              "communicationMode": "UR",
              "communicationNumber": "website.company.com"
            }
          ]
        }
      },
      "planInformation": {
        "groupNumber": "12341234",
        "groupDescription": "ABCDE",
        "priorIdNumber": "1234567890"
      },
      "planDateInformation": {
        "planBegin": "20240101",
        "planEnd": "20241231",
        "eligibilityBegin": "20220102"
      },
      "planStatus": [
        {
          "statusCode": "1",
          "status": "Active Coverage",
          "planDetails": "Open Access Plus",
          "serviceTypeCodes": [
            "30"
          ]
        },
        {
          "statusCode": "1",
          "status": "Active Coverage",
          "serviceTypeCodes": [
            "A7",
            "BC",
            "A8",
            "A4",
            "A5",
            "A6",
            "7",
            "4",
            "BB",
            "22"
          ]
        },
        {
          "statusCode": "1",
          "status": "Active Coverage",
          "serviceTypeCodes": [
            "MH"
          ]
        }
      ],
      "benefitsInformation": [
        {
          "code": "1",
          "name": "Active Coverage",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "planCoverage": "Open Access Plus",
          "additionalInformation": [
            {
              "description": "Complete Care Management"
            }
          ]
        },
        {
          "code": "G",
          "name": "Out of Pocket (Stop Loss)",
          "coverageLevelCode": "FAM",
          "coverageLevel": "Family",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "timeQualifierCode": "23",
          "timeQualifier": "Calendar Year",
          "benefitAmount": "6000",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Includes services provided by Client Specific Network"
            },
            {
              "description": "Coinsurance does apply to member's out-of-pocket maximum"
            },
            {
              "description": "Copay does apply to member's out-of-pocket maximum"
            },
            {
              "description": "Deductible does apply to member's out-of-pocket maximum"
            }
          ]
        },
        {
          "code": "C",
          "name": "Deductible",
          "coverageLevelCode": "FAM",
          "coverageLevel": "Family",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "timeQualifierCode": "23",
          "timeQualifier": "Calendar Year",
          "benefitAmount": "500",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Includes services provided by Client Specific Network"
            }
          ]
        },
        {
          "code": "G",
          "name": "Out of Pocket (Stop Loss)",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "timeQualifierCode": "23",
          "timeQualifier": "Calendar Year",
          "benefitAmount": "3000",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Includes services provided by Client Specific Network"
            },
            {
              "description": "Copay does apply to member's out-of-pocket maximum"
            },
            {
              "description": "Coinsurance does apply to member's out-of-pocket maximum"
            },
            {
              "description": "Deductible does apply to member's out-of-pocket maximum"
            }
          ]
        },
        {
          "code": "C",
          "name": "Deductible",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "timeQualifierCode": "23",
          "timeQualifier": "Calendar Year",
          "benefitAmount": "250",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Includes services provided by Client Specific Network"
            }
          ]
        },
        {
          "code": "C",
          "name": "Deductible",
          "coverageLevelCode": "FAM",
          "coverageLevel": "Family",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "timeQualifierCode": "23",
          "timeQualifier": "Calendar Year",
          "benefitAmount": "15000",
          "inPlanNetworkIndicatorCode": "N",
          "inPlanNetworkIndicator": "No"
        },
        {
          "code": "G",
          "name": "Out of Pocket (Stop Loss)",
          "coverageLevelCode": "FAM",
          "coverageLevel": "Family",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "timeQualifierCode": "23",
          "timeQualifier": "Calendar Year",
          "benefitAmount": "30000",
          "inPlanNetworkIndicatorCode": "N",
          "inPlanNetworkIndicator": "No",
          "additionalInformation": [
            {
              "description": "Coinsurance does apply to member's out-of-pocket maximum"
            },
            {
              "description": "Deductible does apply to member's out-of-pocket maximum"
            }
          ]
        },
        {
          "code": "A",
          "name": "Co-Insurance",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "benefitPercent": "0.1",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes"
        },
        {
          "code": "C",
          "name": "Deductible",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "timeQualifierCode": "23",
          "timeQualifier": "Calendar Year",
          "benefitAmount": "7500",
          "inPlanNetworkIndicatorCode": "N",
          "inPlanNetworkIndicator": "No"
        },
        {
          "code": "G",
          "name": "Out of Pocket (Stop Loss)",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "timeQualifierCode": "23",
          "timeQualifier": "Calendar Year",
          "benefitAmount": "15000",
          "inPlanNetworkIndicatorCode": "N",
          "inPlanNetworkIndicator": "No",
          "additionalInformation": [
            {
              "description": "Deductible does apply to member's out-of-pocket maximum"
            },
            {
              "description": "Coinsurance does apply to member's out-of-pocket maximum"
            }
          ]
        },
        {
          "code": "A",
          "name": "Co-Insurance",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "benefitPercent": "0.5",
          "inPlanNetworkIndicatorCode": "N",
          "inPlanNetworkIndicator": "No"
        },
        {
          "code": "1",
          "name": "Active Coverage",
          "serviceTypeCodes": [
            "A7",
            "BC",
            "A8",
            "A4",
            "A5",
            "A6",
            "7",
            "4",
            "BB",
            "22"
          ],
          "serviceTypes": [
            "Psychiatric - Inpatient",
            "Day Care (Psychiatric)",
            "Psychiatric - Outpatient",
            "Psychiatric",
            "Psychiatric - Room and Board",
            "Psychotherapy",
            "Anesthesia",
            "Diagnostic X-Ray",
            "Partial Hospitalization (Psychiatric)",
            "Social Work"
          ],
          "inPlanNetworkIndicatorCode": "W",
          "inPlanNetworkIndicator": "Not Applicable"
        },
        {
          "code": "C",
          "name": "Deductible",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "BC",
            "A4",
            "A6",
            "4",
            "22"
          ],
          "serviceTypes": [
            "Day Care (Psychiatric)",
            "Psychiatric",
            "Psychotherapy",
            "Diagnostic X-Ray",
            "Social Work"
          ],
          "benefitAmount": "0",
          "authOrCertIndicator": "N",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Includes services provided by Client Specific Network"
            }
          ],
          "eligibilityAdditionalInformation": {
            "codeListQualifierCode": "Mutually Defined",
            "industryCode": "Outpatient Hospital"
          },
          "eligibilityAdditionalInformationList": [
            {
              "codeListQualifierCode": "Mutually Defined",
              "industryCode": "Outpatient Hospital"
            }
          ]
        },
        {
          "code": "C",
          "name": "Deductible",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "A8"
          ],
          "serviceTypes": [
            "Psychiatric - Outpatient"
          ],
          "benefitAmount": "0",
          "authOrCertIndicator": "N",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Includes services provided by Client Specific Network"
            }
          ]
        },
        {
          "code": "C",
          "name": "Deductible",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "A4",
            "A6",
            "4",
            "22"
          ],
          "serviceTypes": [
            "Psychiatric",
            "Psychotherapy",
            "Diagnostic X-Ray",
            "Social Work"
          ],
          "benefitAmount": "0",
          "authOrCertIndicator": "N",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Includes services provided by Client Specific Network"
            }
          ],
          "eligibilityAdditionalInformation": {
            "codeListQualifierCode": "Mutually Defined",
            "industryCode": "Office"
          },
          "eligibilityAdditionalInformationList": [
            {
              "codeListQualifierCode": "Mutually Defined",
              "industryCode": "Office"
            }
          ]
        },
        {
          "code": "C",
          "name": "Deductible",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "A4",
            "A6",
            "22"
          ],
          "serviceTypes": [
            "Psychiatric",
            "Psychotherapy",
            "Social Work"
          ],
          "benefitAmount": "0",
          "authOrCertIndicator": "N",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Includes services provided by Client Specific Network"
            }
          ],
          "eligibilityAdditionalInformation": {
            "codeListQualifierCode": "Mutually Defined",
            "industryCode": "02"
          },
          "eligibilityAdditionalInformationList": [
            {
              "codeListQualifierCode": "Mutually Defined",
              "industryCode": "02"
            }
          ]
        },
        {
          "code": "B",
          "name": "Co-Payment",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "A4",
            "A6",
            "22"
          ],
          "serviceTypes": [
            "Psychiatric",
            "Psychotherapy",
            "Social Work"
          ],
          "timeQualifierCode": "27",
          "timeQualifier": "Visit",
          "benefitAmount": "20",
          "authOrCertIndicator": "N",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "eligibilityAdditionalInformation": {
            "codeListQualifierCode": "Mutually Defined",
            "industryCode": "Office"
          },
          "eligibilityAdditionalInformationList": [
            {
              "codeListQualifierCode": "Mutually Defined",
              "industryCode": "Office"
            }
          ]
        },
        {
          "code": "A",
          "name": "Co-Insurance",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "A4",
            "A6",
            "4",
            "22"
          ],
          "serviceTypes": [
            "Psychiatric",
            "Psychotherapy",
            "Diagnostic X-Ray",
            "Social Work"
          ],
          "benefitPercent": "0",
          "authOrCertIndicator": "N",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "eligibilityAdditionalInformation": {
            "codeListQualifierCode": "Mutually Defined",
            "industryCode": "Office"
          },
          "eligibilityAdditionalInformationList": [
            {
              "codeListQualifierCode": "Mutually Defined",
              "industryCode": "Office"
            }
          ]
        },
        {
          "code": "B",
          "name": "Co-Payment",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "A4",
            "A6",
            "22"
          ],
          "serviceTypes": [
            "Psychiatric",
            "Psychotherapy",
            "Social Work"
          ],
          "timeQualifierCode": "27",
          "timeQualifier": "Visit",
          "benefitAmount": "20",
          "authOrCertIndicator": "N",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Included For Specific Services"
            }
          ],
          "eligibilityAdditionalInformation": {
            "codeListQualifierCode": "Mutually Defined",
            "industryCode": "02"
          },
          "eligibilityAdditionalInformationList": [
            {
              "codeListQualifierCode": "Mutually Defined",
              "industryCode": "02"
            }
          ]
        },
        {
          "code": "A",
          "name": "Co-Insurance",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "A4",
            "A6",
            "22"
          ],
          "serviceTypes": [
            "Psychiatric",
            "Psychotherapy",
            "Social Work"
          ],
          "benefitPercent": "0",
          "authOrCertIndicator": "N",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Included For Specific Services"
            }
          ],
          "eligibilityAdditionalInformation": {
            "codeListQualifierCode": "Mutually Defined",
            "industryCode": "02"
          },
          "eligibilityAdditionalInformationList": [
            {
              "codeListQualifierCode": "Mutually Defined",
              "industryCode": "02"
            }
          ]
        },
        {
          "code": "A",
          "name": "Co-Insurance",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "A4",
            "A6",
            "22"
          ],
          "serviceTypes": [
            "Psychiatric",
            "Psychotherapy",
            "Social Work"
          ],
          "benefitPercent": "0",
          "authOrCertIndicator": "N",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Services rendered thru Client Specific Network"
            }
          ],
          "eligibilityAdditionalInformation": {
            "codeListQualifierCode": "Mutually Defined",
            "industryCode": "02"
          },
          "eligibilityAdditionalInformationList": [
            {
              "codeListQualifierCode": "Mutually Defined",
              "industryCode": "02"
            }
          ]
        },
        {
          "code": "A",
          "name": "Co-Insurance",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "A4",
            "A6",
            "4",
            "22"
          ],
          "serviceTypes": [
            "Psychiatric",
            "Psychotherapy",
            "Diagnostic X-Ray",
            "Social Work"
          ],
          "benefitPercent": "0",
          "authOrCertIndicator": "N",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Services rendered thru Client Specific Network"
            }
          ],
          "eligibilityAdditionalInformation": {
            "codeListQualifierCode": "Mutually Defined",
            "industryCode": "Office"
          },
          "eligibilityAdditionalInformationList": [
            {
              "codeListQualifierCode": "Mutually Defined",
              "industryCode": "Office"
            }
          ]
        },
        {
          "code": "B",
          "name": "Co-Payment",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "A4",
            "A6",
            "22"
          ],
          "serviceTypes": [
            "Psychiatric",
            "Psychotherapy",
            "Social Work"
          ],
          "timeQualifierCode": "27",
          "timeQualifier": "Visit",
          "benefitAmount": "20",
          "authOrCertIndicator": "N",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Services rendered thru Client Specific Network"
            }
          ],
          "eligibilityAdditionalInformation": {
            "codeListQualifierCode": "Mutually Defined",
            "industryCode": "02"
          },
          "eligibilityAdditionalInformationList": [
            {
              "codeListQualifierCode": "Mutually Defined",
              "industryCode": "02"
            }
          ]
        },
        {
          "code": "B",
          "name": "Co-Payment",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "A4",
            "A6",
            "22"
          ],
          "serviceTypes": [
            "Psychiatric",
            "Psychotherapy",
            "Social Work"
          ],
          "timeQualifierCode": "27",
          "timeQualifier": "Visit",
          "benefitAmount": "20",
          "authOrCertIndicator": "N",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Services rendered thru Client Specific Network"
            }
          ],
          "eligibilityAdditionalInformation": {
            "codeListQualifierCode": "Mutually Defined",
            "industryCode": "Office"
          },
          "eligibilityAdditionalInformationList": [
            {
              "codeListQualifierCode": "Mutually Defined",
              "industryCode": "Office"
            }
          ]
        },
        {
          "code": "A",
          "name": "Co-Insurance",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "7"
          ],
          "serviceTypes": [
            "Anesthesia"
          ],
          "benefitPercent": "0",
          "authOrCertIndicator": "Y",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Services rendered thru Client Specific Network"
            }
          ],
          "eligibilityAdditionalInformation": {
            "codeListQualifierCode": "Mutually Defined",
            "industryCode": "Office"
          },
          "eligibilityAdditionalInformationList": [
            {
              "codeListQualifierCode": "Mutually Defined",
              "industryCode": "Office"
            }
          ]
        },
        {
          "code": "CB",
          "name": "Coverage Basis",
          "serviceTypeCodes": [
            "7",
            "BB"
          ],
          "serviceTypes": [
            "Anesthesia",
            "Partial Hospitalization (Psychiatric)"
          ],
          "authOrCertIndicator": "Y",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes"
        },
        {
          "code": "C",
          "name": "Deductible",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "7"
          ],
          "serviceTypes": [
            "Anesthesia"
          ],
          "benefitAmount": "0",
          "authOrCertIndicator": "Y",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Includes services provided by Client Specific Network"
            }
          ],
          "eligibilityAdditionalInformation": {
            "codeListQualifierCode": "Mutually Defined",
            "industryCode": "Office"
          },
          "eligibilityAdditionalInformationList": [
            {
              "codeListQualifierCode": "Mutually Defined",
              "industryCode": "Office"
            }
          ]
        },
        {
          "code": "A",
          "name": "Co-Insurance",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "7"
          ],
          "serviceTypes": [
            "Anesthesia"
          ],
          "benefitPercent": "0",
          "authOrCertIndicator": "Y",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "eligibilityAdditionalInformation": {
            "codeListQualifierCode": "Mutually Defined",
            "industryCode": "Office"
          },
          "eligibilityAdditionalInformationList": [
            {
              "codeListQualifierCode": "Mutually Defined",
              "industryCode": "Office"
            }
          ]
        },
        {
          "code": "A",
          "name": "Co-Insurance",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "4"
          ],
          "serviceTypes": [
            "Diagnostic X-Ray"
          ],
          "benefitPercent": "0",
          "authOrCertIndicator": "N",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "eligibilityAdditionalInformation": {
            "codeListQualifierCode": "Mutually Defined",
            "industryCode": "Outpatient Hospital"
          },
          "eligibilityAdditionalInformationList": [
            {
              "codeListQualifierCode": "Mutually Defined",
              "industryCode": "Outpatient Hospital"
            }
          ]
        },
        {
          "code": "A",
          "name": "Co-Insurance",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "4"
          ],
          "serviceTypes": [
            "Diagnostic X-Ray"
          ],
          "benefitPercent": "0",
          "authOrCertIndicator": "N",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Services rendered thru Client Specific Network"
            }
          ],
          "eligibilityAdditionalInformation": {
            "codeListQualifierCode": "Mutually Defined",
            "industryCode": "Outpatient Hospital"
          },
          "eligibilityAdditionalInformationList": [
            {
              "codeListQualifierCode": "Mutually Defined",
              "industryCode": "Outpatient Hospital"
            }
          ]
        },
        {
          "code": "C",
          "name": "Deductible",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "BB"
          ],
          "serviceTypes": [
            "Partial Hospitalization (Psychiatric)"
          ],
          "benefitAmount": "0",
          "authOrCertIndicator": "Y",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Includes services provided by Client Specific Network"
            }
          ]
        },
        {
          "code": "1",
          "name": "Active Coverage",
          "serviceTypeCodes": [
            "MH"
          ],
          "serviceTypes": [
            "Mental Health"
          ],
          "additionalInformation": [
            {
              "description": " Provider is out of network based on NPI ID provided in request."
            }
          ]
        },
        {
          "code": "G",
          "name": "Out of Pocket (Stop Loss)",
          "coverageLevelCode": "FAM",
          "coverageLevel": "Family",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "timeQualifierCode": "29",
          "timeQualifier": "Remaining",
          "benefitAmount": "5760",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Includes services provided by Client Specific Network"
            },
            {
              "description": "Coinsurance does apply to member's out-of-pocket maximum"
            },
            {
              "description": "Copay does apply to member's out-of-pocket maximum"
            },
            {
              "description": "Deductible does apply to member's out-of-pocket maximum"
            }
          ]
        },
        {
          "code": "C",
          "name": "Deductible",
          "coverageLevelCode": "FAM",
          "coverageLevel": "Family",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "timeQualifierCode": "29",
          "timeQualifier": "Remaining",
          "benefitAmount": "500",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Includes services provided by Client Specific Network"
            }
          ]
        },
        {
          "code": "G",
          "name": "Out of Pocket (Stop Loss)",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "timeQualifierCode": "29",
          "timeQualifier": "Remaining",
          "benefitAmount": "2760",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Includes services provided by Client Specific Network"
            },
            {
              "description": "Copay does apply to member's out-of-pocket maximum"
            },
            {
              "description": "Coinsurance does apply to member's out-of-pocket maximum"
            },
            {
              "description": "Deductible does apply to member's out-of-pocket maximum"
            }
          ]
        },
        {
          "code": "C",
          "name": "Deductible",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "timeQualifierCode": "29",
          "timeQualifier": "Remaining",
          "benefitAmount": "250",
          "inPlanNetworkIndicatorCode": "Y",
          "inPlanNetworkIndicator": "Yes",
          "additionalInformation": [
            {
              "description": "Includes services provided by Client Specific Network"
            }
          ]
        },
        {
          "code": "C",
          "name": "Deductible",
          "coverageLevelCode": "FAM",
          "coverageLevel": "Family",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "timeQualifierCode": "29",
          "timeQualifier": "Remaining",
          "benefitAmount": "15000",
          "inPlanNetworkIndicatorCode": "N",
          "inPlanNetworkIndicator": "No"
        },
        {
          "code": "G",
          "name": "Out of Pocket (Stop Loss)",
          "coverageLevelCode": "FAM",
          "coverageLevel": "Family",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "timeQualifierCode": "29",
          "timeQualifier": "Remaining",
          "benefitAmount": "30000",
          "inPlanNetworkIndicatorCode": "N",
          "inPlanNetworkIndicator": "No",
          "additionalInformation": [
            {
              "description": "Coinsurance does apply to member's out-of-pocket maximum"
            },
            {
              "description": "Deductible does apply to member's out-of-pocket maximum"
            }
          ]
        },
        {
          "code": "C",
          "name": "Deductible",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "timeQualifierCode": "29",
          "timeQualifier": "Remaining",
          "benefitAmount": "7500",
          "inPlanNetworkIndicatorCode": "N",
          "inPlanNetworkIndicator": "No"
        },
        {
          "code": "G",
          "name": "Out of Pocket (Stop Loss)",
          "coverageLevelCode": "IND",
          "coverageLevel": "Individual",
          "serviceTypeCodes": [
            "30"
          ],
          "serviceTypes": [
            "Health Benefit Plan Coverage"
          ],
          "timeQualifierCode": "29",
          "timeQualifier": "Remaining",
          "benefitAmount": "15000",
          "inPlanNetworkIndicatorCode": "N",
          "inPlanNetworkIndicator": "No",
          "additionalInformation": [
            {
              "description": "Deductible does apply to member's out-of-pocket maximum"
            },
            {
              "description": "Coinsurance does apply to member's out-of-pocket maximum"
            }
          ]
        }
      ],
      "errors": [],
      "x12": "ISA*00*          *00*          *ZZ*STEDI          *01*117151744      *111111*1234*^*00501*123456782*0*P*>~GS*HB*STEDI*117151744*20240326*111000*1*X*005010X279A1~ST*271*1001*005010X279A1~BHT*0022*11*01J2VZA127GH93JT74HJU*20240326*1514~HL*1**20*1~NM1*PR*2*ABCDE*****FI*111000123~PER*IC**TE*123456789*UR*website.company.com~HL*2*1*21*1~NM1*1P*2*ACME HEALTH SERVICES*****XX*11234567890~HL*3*2*22*0~NM1*IL*1*DOE*JANE*A***MI*123456789~REF*6P*123456789*ABCDE~REF*Q4*123456789~N3*1234 FIRST ST~N4*NEW YORK*WV*123451111~DMG*D8*19000101*F~INS*Y*18*001*25~DTP*356*D8*20220102~DTP*346*D8*20240101~DTP*347*D8*20241231~EB*1**30**Open Access Plus~MSG*Complete Care Management~EB*G*FAM*30***23*6000.00*****Y~MSG*Includes services provided by Client Specific Network~MSG*Coinsurance does apply to member's out-of-pocket maximum~MSG*Copay does apply to member's out-of-pocket maximum~MSG*Deductible does apply to member's out-of-pocket maximum~EB*C*FAM*30***23*500.00*****Y~MSG*Includes services provided by Client Specific Network~EB*G*IND*30***23*3000.00*****Y~MSG*Includes services provided by Client Specific Network~MSG*Copay does apply to member's out-of-pocket maximum~MSG*Coinsurance does apply to member's out-of-pocket maximum~MSG*Deductible does apply to member's out-of-pocket maximum~EB*C*IND*30***23*250.00*****Y~MSG*Includes services provided by Client Specific Network~EB*C*FAM*30***23*15000.00*****N~EB*G*FAM*30***23*30000.00*****N~MSG*Coinsurance does apply to member's out-of-pocket maximum~MSG*Deductible does apply to member's out-of-pocket maximum~EB*A*IND*30*****.10****Y~EB*C*IND*30***23*7500.00*****N~EB*G*IND*30***23*15000.00*****N~MSG*Deductible does apply to member's out-of-pocket maximum~MSG*Coinsurance does apply to member's out-of-pocket maximum~EB*A*IND*30*****.50****N~EB*1**A7^BC^A8^A4^A5^A6^7^4^BB^22*********W~EB*C*IND*BC^A4^A6^4^22****0.00****N*Y~MSG*Includes services provided by Client Specific Network~III*ZZ*22~EB*C*IND*A8****0.00****N*Y~MSG*Includes services provided by Client Specific Network~EB*C*IND*A4^A6^4^22****0.00****N*Y~MSG*Includes services provided by Client Specific Network~III*ZZ*11~EB*C*IND*A4^A6^22****0.00****N*Y~MSG*Includes services provided by Client Specific Network~III*ZZ*02~EB*B*IND*A4^A6^22***27*20.00****N*Y~III*ZZ*11~EB*A*IND*A4^A6^4^22*****.00***N*Y~III*ZZ*11~EB*B*IND*A4^A6^22***27*20.00****N*Y~MSG*Included For Specific Services~III*ZZ*02~EB*A*IND*A4^A6^22*****.00***N*Y~MSG*Included For Specific Services~III*ZZ*02~EB*A*IND*A4^A6^22*****.00***N*Y~MSG*Services rendered thru Client Specific Network~III*ZZ*02~EB*A*IND*A4^A6^4^22*****.00***N*Y~MSG*Services rendered thru Client Specific Network~III*ZZ*11~EB*B*IND*A4^A6^22***27*20.00****N*Y~MSG*Services rendered thru Client Specific Network~III*ZZ*02~EB*B*IND*A4^A6^22***27*20.00****N*Y~MSG*Services rendered thru Client Specific Network~III*ZZ*11~EB*A*IND*7*****.00***Y*Y~MSG*Services rendered thru Client Specific Network~III*ZZ*11~EB*CB**7^BB********Y*Y~EB*C*IND*7****0.00****Y*Y~MSG*Includes services provided by Client Specific Network~III*ZZ*11~EB*A*IND*7*****.00***Y*Y~III*ZZ*11~EB*A*IND*4*****.00***N*Y~III*ZZ*22~EB*A*IND*4*****.00***N*Y~MSG*Services rendered thru Client Specific Network~III*ZZ*22~EB*C*IND*BB****0.00****Y*Y~MSG*Includes services provided by Client Specific Network~EB*1**MH~MSG* Provider is out of network based on NPI ID provided in request.~EB*G*FAM*30***29*5760.00*****Y~MSG*Includes services provided by Client Specific Network~MSG*Coinsurance does apply to member's out-of-pocket maximum~MSG*Copay does apply to member's out-of-pocket maximum~MSG*Deductible does apply to member's out-of-pocket maximum~EB*C*FAM*30***29*500.00*****Y~MSG*Includes services provided by Client Specific Network~EB*G*IND*30***29*2760.00*****Y~MSG*Includes services provided by Client Specific Network~MSG*Copay does apply to member's out-of-pocket maximum~MSG*Coinsurance does apply to member's out-of-pocket maximum~MSG*Deductible does apply to member's out-of-pocket maximum~EB*C*IND*30***29*250.00*****Y~MSG*Includes services provided by Client Specific Network~EB*C*FAM*30***29*15000.00*****N~EB*G*FAM*30***29*30000.00*****N~MSG*Coinsurance does apply to member's out-of-pocket maximum~MSG*Deductible does apply to member's out-of-pocket maximum~EB*C*IND*30***29*7500.00*****N~EB*G*IND*30***29*15000.00*****N~MSG*Deductible does apply to member's out-of-pocket maximum~MSG*Coinsurance does apply to member's out-of-pocket maximum~SE*119*1001~GE*1*1~IEA*1*123456782~"
    }
  ]
}

This endpoint retrieves the results of asynchronous eligibility checks you submitted through the asynchronous Batch Eligibility Checks endpoint. It doesn’t return results for real-time eligibility checks.

The response only includes completed checks, so a single polling attempt may not retrieve responses for all checks within the batch, especially if you poll soon after initial submission. Stedi retries checks that fail due to payer processing issues for up to 8 hours.

Polling recommendations

We recommend beginning to poll after 2 minutes, using an exponential backoff with jitter. For example, you might use something similar to the following formula:

wait_time = min(120 * 2^attempt, max_wait) + random(0, 30s)

In this formula:

  • 120: Initial wait time (2 minutes)
  • attempt: Current retry attempt number (0-based)
  • max_wait: Maximum wait time cap (8 hours)
  • random(0, 30s): Random jitter between 0-30s

Pagination

The response includes the results for up to 10 eligibility checks within a single page - each benefit response is represented as one item in the items array. When there are additional pages of results, the response includes the nextPageToken property.

To retrieve the next page of results, call the endpoint with the same batchId and the nextPageToken value in the pageToken query parameter. Repeat this process until the response doesn’t include a nextPageToken property.

Benefit response

Visit Payer benefit response for definitions of key benefit types and information about how to interpret responses.

Network status: The response provides information about the patient’s general in and out-of-network coverage. It does not confirm whether a particular provider is in or out-of-network. To determine network status, you must check directly with the payer. Note that payers may have different networks for different health plans, such as employer-sponsored plans versus Medicare.

Authorizations

Authorization
string
header
required

A Stedi API Key for authentication.

Query Parameters

pageSize
number

The maximum number of check results to return in a page - each check is represented as one item in the items array. You can set this to a maximum of 10 checks. If not specified, the default is 10.

Required range: 1 < x < 10
pageToken
string

A token returned by a previous call to this operation in the nextPageToken property. If not specified, Stedi returns the first page of results.

Required string length: 1 - 1024
batchId
string

An identifier for a batch of eligibility checks submitted through the Batch Eligibility Check endpoint. Use this to retrieve results for eligibility checks in the batch.

startDateTime
string

An ISO 8601 formatted string. For example 2023-08-28T00:00:00Z. Stedi returns asynchronous eligibility checks that have completed processing after this time. Completed means that the payer has successfully returned a benefits response, the check has failed due to errors in the request, or that the payer has been unavailable for 8 hours and Stedi will no longer attempt to retry.

Response

200
application/json
BatchEligibilityPolling 200 response
items
object[]
required

Each eligibility check response is included as a separate item in this array. The response shape is identical to the shape of the response for the Real-Time Eligibility Check endpoint, with the addition of two new properties that help you correlate the results with individual eligibility checks. - batchId contains the batchId Stedi returned from the Batch Eligibility Check endpoint when making the request. - submitterTransactionIdentifier contains the unique identifier for the eligibility check that you submitted in the request.

nextPageToken
string

A Stedi-generated token that you can submit in the pageToken query parameter to retrieve the next page of results. If there are no more results, this property is not included in the response.

Required string length: 1 - 1024