Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Overview

This page is part of Greenrain Prior Authorization (GPA) documentation.

Get Eligibility

API returns a description of the eligibility check received from a payer.

Request

https://localhost/greenrain-api/GetEligibilityResults[?requestId]

Request parameters

NameInRequiredTypeDescription
requestIdqueryYesstringEligibility request ID generated by GPA. 

Response

Response: 200 OK.

Below is a response sample for the eligibility request.

JSON
[{
        "Result": "Yes",
        "ID": "1de8f0d5-d509-469e-b853-fa9d1dd6becf",
        "IDPayer": "20210601281919",
        "DenialCode": "",
        "Start": "2021-06-01",
        "End": "2021-06-07",
        "Limit": "10000",
        "Comments": "Patient is eligibile to get treatment in your facility. To make sure the particular service is covered, please send prior authorization request before performing the service."
    }
]


  • No labels