Subscriber without an Active Medical Coverage

The Eligibility response shows a Missing Subscriber result, indicating that they are not covered by an insurance policy. This example shows that the subscriber object contains the error in the request and the subscriber does not have active coverage from a medical plan.

`json
{
    "errors": [
        {
            "field": "subscriber",
            "description": "Invalid/Missing 
                            Subscriber/Insured Name",
            "followupAction": "Please Correct 
                            and Resubmit",
            "location": "Loop 2100C"
        },
        {
            "field": "AAA",
            "description": "Transaction contained 
                            a AAA rejection"
        }
    ]
}
`

Mistakes and typos in other fields in the subscriber object may trigger this error, so check all the fields submitted in the subscriber object to ensure another issue did not trigger this result.