{"info":{"_postman_id":"6ceb8797-50ff-42fd-98a3-64beefaa6c94","name":"pVerify API Documentation","description":"<html><head></head><body><p><strong>Updated 03/01/2026</strong></p>\n<p>pVerify's Real-Time Exchange System facilitates the secure exchange of health care Eligibility and related transactions, supporting one-to-one real-time transactions. One-to-one real-time transactions require customers to post a request, via REST to a designated URL address. Once a request is received by the Service an immediate response is sent for each request posted. Note that first a token must be generated using Oauth2.</p>\n<p>The production URL is <code>api.pverify.com</code></p>\n<p>For example, the token call is: <code>https://api.pverify.com/Token</code></p>\n<p>The EligibilitySummary call is: <code>https://api.pverify.com/API/EligibilitySummary</code></p>\n<p>We now have NuGet packages for .NET coding. Download from Visual Studio today from NuGet - pVerify.Apis</p>\n<p><a href=\"https://www.nuget.org/packages/Pverify.Apis\">Click here</a> to download the NuGet package from GitHub.</p>\n<p><a href=\"https://github.com/robdejournett/nugetdemo\">Click here </a> to download a sample project showing the use of the Nuget package. (C#)</p>\n<h1 id=\"available-endpoints\">Available Endpoints</h1>\n<h2 id=\"authentication\">Authentication</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Service</th>\n<th>Endpoint</th>\n<th>HTTP Method</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authentication</td>\n<td><a href=\"https://\">/Token</a></td>\n<td>POST</td>\n<td>Obtain authorization to pVerify REST API.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"eligibility\">Eligibility</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Service</th>\n<th>Endpoint</th>\n<th>HTTP Method</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td><strong>1 Step \"Easy\" Methods</strong></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Eligibility</td>\n<td><a href=\"https://\">/API/EasyEligibility</a></td>\n<td>POST</td>\n<td>Returns the Eligibility Status of a requested provider in just one step (no Token needed).</td>\n</tr>\n<tr>\n<td>Eligibility</td>\n<td><a href=\"https://\">/API/EasyEligibilitySummary</a></td>\n<td>POST</td>\n<td>Returns the Eligibility Summary of a request in just one step (no Token needed).</td>\n</tr>\n<tr>\n<td></td>\n<td><strong>Our 2nd Generation Methods</strong></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Eligibility</td>\n<td><a href=\"https://\">/API/EligibilitySummary</a></td>\n<td>POST</td>\n<td>We recommend this for most businesses, and will work for 95% of payers. This will populate all eligibility data into discrete data objects for easy consumption, including different Medicare objects, payer change object, copays for different service types (ex: labs, specialist, chiro)</td>\n</tr>\n<tr>\n<td></td>\n<td><strong>Our 1st Generation Methods</strong></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Eligibility</td>\n<td><a href=\"https://\">/API/EligibilityInquiry</a></td>\n<td>POST</td>\n<td>Returns Status, Plan Info, Payer Change and other Eligibility Information for major payers.</td>\n</tr>\n<tr>\n<td>Eligibility</td>\n<td><a href=\"https://\">/API/GetEligibilityResponse/{id}</a></td>\n<td>GET</td>\n<td>Get Eligibility result by unique transaction id.</td>\n</tr>\n<tr>\n<td></td>\n<td><strong>Our Backoffice Workflow</strong></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Eligibility</td>\n<td><a href=\"https://\">/API/EligibilitySummary</a></td>\n<td>POST</td>\n<td>We can accommodate non EDI payers by first submitting information via POST, then retrieving after 24 hours via GET.</td>\n</tr>\n<tr>\n<td>Eligibility</td>\n<td><a href=\"https://\">/API/GetEligibilitySummary</a></td>\n<td>GET</td>\n<td>Returns Response from Eligibility Summary.</td>\n</tr>\n<tr>\n<td>Eligibility</td>\n<td><a href=\"https://\">/API/CancelTransaction</a></td>\n<td>POST</td>\n<td>Cancels a back office request.</td>\n</tr>\n<tr>\n<td>Eligibility</td>\n<td><a href=\"https://\">/API/GetPendingInquiries</a></td>\n<td>GET</td>\n<td>Get inquiries that are still being processed by pVerify back office.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"estimates\">Estimates</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Service</th>\n<th>Endpoint</th>\n<th>HTTP Method</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Eligibility</td>\n<td><a href=\"https://\">/API/EstimateCalculation</a></td>\n<td>POST</td>\n<td>Returns fee estimate from Medicare given Zip code, CPT code, and other info.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"same-or-similar\">Same or Similar</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Service</th>\n<th>Endpoint</th>\n<th>HTTP Method</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Same or Similar</td>\n<td><a href=\"https://\">/API/SameOrSimilarInquiry</a></td>\n<td>POST</td>\n<td>Runs Same or Similar inquiry endpoint.</td>\n</tr>\n<tr>\n<td>Same or Similar</td>\n<td><a href=\"https://\">/API/GetSameOrSimilarResponse</a></td>\n<td>GET</td>\n<td>Gets the transaction result from SorS later using unique request id.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"skilled-nursing-facility\">Skilled Nursing Facility</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Service</th>\n<th>Endpoint</th>\n<th>HTTP Method</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Skilled Nursing Facility</td>\n<td><a href=\"https://\">/API/SNFInquiry</a></td>\n<td>POST</td>\n<td>Skilled Nursing Facility Inquiry</td>\n</tr>\n<tr>\n<td>Skilled Nursing Facility</td>\n<td><a href=\"https://\">/API/GETSNFResponse</a></td>\n<td>GET</td>\n<td>Returns SNF Response from SNFInquiry</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"claim-status\">Claim Status</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Service</th>\n<th>Endpoint</th>\n<th>HTTP Method</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Claim Status</td>\n<td><a href=\"https://\">/API/ClaimStatusInquiry</a></td>\n<td>POST</td>\n<td>Obtain claim status information using subscriber demographic information</td>\n</tr>\n<tr>\n<td>Claim Status</td>\n<td><a href=\"https://\">/API/GetClaimStatusResponse</a></td>\n<td>GET</td>\n<td>Used to obtain claim status transaction result later.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"cgx\">CGX</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Service</th>\n<th>Endpoint</th>\n<th>HTTP Method</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CGX</td>\n<td><a href=\"https://\">/API/CGXInquiry</a></td>\n<td>POST</td>\n<td>Run CGX Inquiry.</td>\n</tr>\n<tr>\n<td>CGX</td>\n<td><a href=\"https://\">/WidgetSetup</a></td>\n<td>POST</td>\n<td>create widget</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"cmn\">CMN</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Service</th>\n<th>Endpoint</th>\n<th>HTTP Method</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CMN</td>\n<td><a href=\"https://\">/API/CMNInquiry</a></td>\n<td>POST</td>\n<td>Runs CMN inquiry endpoint.</td>\n</tr>\n<tr>\n<td>CMN</td>\n<td><a href=\"https://\">/API/GetCMNResponse</a></td>\n<td>GET</td>\n<td>Gets the transaction result from CMN later using unique request id.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"payers\">Payers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Service</th>\n<th>Endpoint</th>\n<th>HTTP Method</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Payers</td>\n<td><a href=\"https://\">/API/GetAllPayers</a></td>\n<td>GET</td>\n<td>Get pVerify payer list.</td>\n</tr>\n<tr>\n<td>Payers</td>\n<td><a href=\"https://\">/API/GetPayerStatus</a></td>\n<td>GET</td>\n<td>Gets payer status.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"medicare-hcpcs-codes\">Medicare HCPCS codes</h1>\n<p>For the EligibilityInquiry, GetEligibilityResponse, and EligibilitySummary calls, we can return Medicare preventative service information. You can either populate the preventative service codes in the request or as a one time set up, use our portal at Premium.Pverify.com -&gt; Admin/Profile -&gt; Settings -&gt; Medicare HCPCS Codes. These settings in the UI will be used if the request HCPCS codes are blank.</p>\n<p>For example you can add this to the request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"HCPCSCodes\": [\n\"G0297\"\n],\n\n</code></pre>\n<p>And it will return the code to the right under ServiceTypeDetailInfo - for this patient they were eligible for this code on 2/5/2015.</p>\n<h3 id=\"eligibilityinquiry-response\">EligibilityInquiry Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"ServicesTypes\": [{\n        \"ServiceTypeName\": \"Preventive Services\",\n        \"ServiceTypeSections\": [{\n            \"Label\": \"HCPCS|G0104\",\n            \"ServiceParameters\": [{\n                \"Key\": \"Professional Eligible Date\",\n                \"Value\": \"04/01/2014\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }, {\n                \"Key\": \"Technical Eligible Date\",\n                \"Value\": \"04/01/2014\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }, {\n                \"Key\": \"Visit Co-Insurance\",\n                \"Value\": \"0%\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }, {\n                \"Key\": \"Calendar Year Deductible\",\n                \"Value\": \"$0.00\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }]\n        }, {\n            \"Label\": \"HCPCS|G0105\",\n            \"ServiceParameters\": [{\n                \"Key\": \"Professional Eligible Date\",\n                \"Value\": \"04/01/2014\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }, {\n                \"Key\": \"Technical Eligible Date\",\n                \"Value\": \"04/01/2014\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }, {\n                \"Key\": \"Visit Co-Insurance\",\n                \"Value\": \"0%\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }, {\n                \"Key\": \"Calendar Year Deductible\",\n                \"Value\": \"$0.00\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }]\n        }, {\n            \"Label\": \"HCPCS|G0106\",\n            \"ServiceParameters\": [{\n                \"Key\": \"Professional Eligible Date\",\n                \"Value\": \"04/01/2014\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }, {\n                \"Key\": \"Technical Eligible Date\",\n                \"Value\": \"04/01/2014\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }, {\n                \"Key\": \"Calendar Year Deductible\",\n                \"Value\": \"$0.00\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }]\n        }, {\n            \"Label\": \"HCPCS|G0120\",\n            \"ServiceParameters\": [{\n                \"Key\": \"Professional Eligible Date\",\n                \"Value\": \"04/01/2014\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }, {\n                \"Key\": \"Technical Eligible Date\",\n                \"Value\": \"04/01/2014\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }, {\n                \"Key\": \"Calendar Year Deductible\",\n                \"Value\": \"$0.00\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }]\n        }, {\n            \"Label\": \"HCPCS|G0121\",\n            \"ServiceParameters\": [{\n                \"Key\": \"Professional Eligible Date\",\n                \"Value\": \"04/01/2014\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }, {\n                \"Key\": \"Technical Eligible Date\",\n                \"Value\": \"04/01/2014\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }, {\n                \"Key\": \"Visit Co-Insurance\",\n                \"Value\": \"0%\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }, {\n                \"Key\": \"Calendar Year Deductible\",\n                \"Value\": \"$0.00\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }]\n        }, {\n            \"Label\": \"HCPCS|81528\",\n            \"ServiceParameters\": [{\n                \"Key\": \"Technical Eligible Date\",\n                \"Value\": \"10/09/2014\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }, {\n                \"Key\": \"Visit Co-Insurance\",\n                \"Value\": \"0%\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }, {\n                \"Key\": \"Calendar Year Deductible\",\n                \"Value\": \"$0.00\",\n                \"Message\": null,\n                \"OtherInfo\": null\n            }]\n        }]\n    }\n\n</code></pre>\n<h3 id=\"eligibilitysummary-response\">EligibilitySummary Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"PreventiveServices\": [{\n    \"ProcedureCode\": \"HCPCS|G0444\",\n    \"ProcedureName\": \"Annual Depression Screening\",\n    \"TechnicalEligibleDate\": \"10/14/2011\",\n    \"ProfessionalEligibleDate\": \"10/14/2011\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0499\",\n    \"ProcedureName\": \"Hepatitis B Virus (HCV) in Adults Screening\",\n    \"TechnicalEligibleDate\": \"09/28/2016\",\n    \"ProfessionalEligibleDate\": \"09/28/2016\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|84478\",\n    \"ProcedureName\": \"Cardiovascular Disease Screening (CARD)\",\n    \"TechnicalEligibleDate\": \"01/01/2005\",\n    \"ProfessionalEligibleDate\": \"01/01/2005\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|83718\",\n    \"ProcedureName\": \"Cardiovascular Disease Screening (CARD)\",\n    \"TechnicalEligibleDate\": \"01/01/2005\",\n    \"ProfessionalEligibleDate\": \"01/01/2005\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|82947\",\n    \"ProcedureName\": \"Diabetes Screening Tests (DIAB)\",\n    \"TechnicalEligibleDate\": \"01/01/2005\",\n    \"ProfessionalEligibleDate\": \"01/01/2005\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0446\",\n    \"ProcedureName\": \"Intensive Behavioral Theropy (IBT) for Cardiovascular Disease (CVD)\",\n    \"TechnicalEligibleDate\": \"11/08/2011\",\n    \"ProfessionalEligibleDate\": \"11/08/2011\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|76706\",\n    \"ProcedureName\": \"Ultrasound Screening for Abdominal Aortic Aneurysm (AAA)\",\n    \"TechnicalEligibleDate\": \"07/01/2007\",\n    \"ProfessionalEligibleDate\": \"07/01/2007\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0438\",\n    \"ProcedureName\": \"Annual Wellness Visit (AMV)\",\n    \"TechnicalEligibleDate\": null,\n    \"ProfessionalEligibleDate\": \"01/01/2011\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0328\",\n    \"ProcedureName\": \"Fecal Occult Blood Test\",\n    \"TechnicalEligibleDate\": \"01/01/2004\",\n    \"ProfessionalEligibleDate\": \"01/01/2004\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0442\",\n    \"ProcedureName\": \"Annual Alcohol Misuse Screening\",\n    \"TechnicalEligibleDate\": null,\n    \"ProfessionalEligibleDate\": \"10/14/2011\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0105\",\n    \"ProcedureName\": \"Colorectal Cancer Screening (COLO)\",\n    \"TechnicalEligibleDate\": \"01/01/1998\",\n    \"ProfessionalEligibleDate\": \"01/01/1998\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|82465\",\n    \"ProcedureName\": \"Cardiovascular Disease Screening (CARD)\",\n    \"TechnicalEligibleDate\": \"01/01/2005\",\n    \"ProfessionalEligibleDate\": \"01/01/2005\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0472\",\n    \"ProcedureName\": \"Hepatitis C Virus (HCV) in Adults Screening\",\n    \"TechnicalEligibleDate\": \"06/02/2014\",\n    \"ProfessionalEligibleDate\": \"06/02/2014\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0447\",\n    \"ProcedureName\": \"Intensive Behavioral Counselling for Obesity\",\n    \"TechnicalEligibleDate\": \"11/29/2011\",\n    \"ProfessionalEligibleDate\": \"11/29/2011\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0473\",\n    \"ProcedureName\": \"Intensive Behavioral Counselling for Obesity\",\n    \"TechnicalEligibleDate\": \"01/01/2015\",\n    \"ProfessionalEligibleDate\": \"01/01/2015\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0106\",\n    \"ProcedureName\": \"Colorectal Cancer Screening (COLO)\",\n    \"TechnicalEligibleDate\": \"04/23/1998\",\n    \"ProfessionalEligibleDate\": \"04/23/1998\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|71271\",\n    \"ProcedureName\": \"Computed tomography, thorax, low dose for lung cancer screening, without contrast material(s)\",\n    \"TechnicalEligibleDate\": \"02/05/2015\",\n    \"ProfessionalEligibleDate\": \"02/05/2015\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0475\",\n    \"ProcedureName\": \"Human Immunodeficiency Virus (HIV) Infection Screening\",\n    \"TechnicalEligibleDate\": \"04/13/2015\",\n    \"ProfessionalEligibleDate\": null,\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0103\",\n    \"ProcedureName\": \"Prostate Cancer Screening (PROS)\",\n    \"TechnicalEligibleDate\": \"11/01/2001\",\n    \"ProfessionalEligibleDate\": \"02/01/2005\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|80061\",\n    \"ProcedureName\": \"Cardiovascular Disease Screening (CARD)\",\n    \"TechnicalEligibleDate\": \"01/01/2005\",\n    \"ProfessionalEligibleDate\": \"01/01/2005\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|81528\",\n    \"ProcedureName\": \"Colorectal Cancer Screening (COLO)\",\n    \"TechnicalEligibleDate\": \"10/09/2014\",\n    \"ProfessionalEligibleDate\": null,\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|82950\",\n    \"ProcedureName\": \"Diabetes Screening Tests (DIAB)\",\n    \"TechnicalEligibleDate\": \"01/01/2005\",\n    \"ProfessionalEligibleDate\": \"01/01/2005\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0104\",\n    \"ProcedureName\": \"Colorectal Cancer Screening (COLO)\",\n    \"TechnicalEligibleDate\": \"04/23/1998\",\n    \"ProfessionalEligibleDate\": \"04/23/1998\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0445\",\n    \"ProcedureName\": \"Screening and High Intensive Behavioral Counseling (HIBC) to prevent STIs\",\n    \"TechnicalEligibleDate\": \"11/08/2011\",\n    \"ProfessionalEligibleDate\": \"11/08/2011\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|82951\",\n    \"ProcedureName\": \"Diabetes Screening Tests (DIAB)\",\n    \"TechnicalEligibleDate\": \"01/01/2005\",\n    \"ProfessionalEligibleDate\": \"01/01/2005\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0439\",\n    \"ProcedureName\": \"Annual Wellness Visit (AMV)\",\n    \"TechnicalEligibleDate\": null,\n    \"ProfessionalEligibleDate\": \"01/01/2011\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|82270\",\n    \"ProcedureName\": \"Fecal Occult Blood Test\",\n    \"TechnicalEligibleDate\": \"01/01/2007\",\n    \"ProfessionalEligibleDate\": \"01/01/2007\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0120\",\n    \"ProcedureName\": \"Colorectal Cancer Screening (COLO)\",\n    \"TechnicalEligibleDate\": \"04/23/1998\",\n    \"ProfessionalEligibleDate\": \"04/23/1998\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0121\",\n    \"ProcedureName\": \"Colorectal Cancer Screening (COLO)\",\n    \"TechnicalEligibleDate\": \"07/01/2001\",\n    \"ProfessionalEligibleDate\": \"07/01/2001\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|76977\",\n    \"ProcedureName\": \"Ultrasound Bone Density Measurement and Interpretation\",\n    \"TechnicalEligibleDate\": \"07/01/1998\",\n    \"ProfessionalEligibleDate\": \"07/01/1998\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|77078\",\n    \"ProcedureName\": \"Computed Tomography Bone Mineral Density Study\",\n    \"TechnicalEligibleDate\": \"07/01/1998\",\n    \"ProfessionalEligibleDate\": \"07/01/1998\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|77080\",\n    \"ProcedureName\": \"Dual Energy X-ray Absorptiometry (DXA) Bone Density Study; axial skeleton\",\n    \"TechnicalEligibleDate\": \"07/01/1998\",\n    \"ProfessionalEligibleDate\": \"07/01/1998\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|77081\",\n    \"ProcedureName\": \"DXA Bone Density Study; appendicular skeleton\",\n    \"TechnicalEligibleDate\": \"07/01/1998\",\n    \"ProfessionalEligibleDate\": \"07/01/1998\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0130\",\n    \"ProcedureName\": \"Single Energy X-ray Study\",\n    \"TechnicalEligibleDate\": \"07/01/1998\",\n    \"ProfessionalEligibleDate\": \"07/01/1998\",\n    \"Benefits\": [{\n        \"EligibilityOrBenefit\": \"Deductible\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Calendar Year\",\n        \"MonetaryAmount\": \"$0.00\",\n        \"Percent\": null,\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }, {\n        \"EligibilityOrBenefit\": \"Co-Insurance\",\n        \"InsuranceType\": \"Medicare Part B\",\n        \"Date\": [{\n            \"Date\": \"01/18/2021\",\n            \"Type\": \"Benefit\"\n        }],\n        \"TimePeriodQualifier\": \"Visit\",\n        \"MonetaryAmount\": null,\n        \"Percent\": \"0%\",\n        \"UsedDate\": null,\n        \"IdentificationCode\": null,\n        \"IdentificationType\": null\n    }]\n}, {\n    \"ProcedureCode\": \"HCPCS|G0118\",\n    \"ProcedureName\": \"Glaucoma Screening (GLAU)\",\n    \"TechnicalEligibleDate\": \"01/01/2002\",\n    \"ProfessionalEligibleDate\": \"01/01/2002\",\n    \"Benefits\": null\n}, {\n    \"ProcedureCode\": \"HCPCS|G0102\",\n    \"ProcedureName\": \"Prostate Cancer Screening (PROS)\",\n    \"TechnicalEligibleDate\": \"01/01/2000\",\n    \"ProfessionalEligibleDate\": \"01/01/2000\",\n    \"Benefits\": null\n}, {\n    \"ProcedureCode\": \"HCPCS|G0117\",\n    \"ProcedureName\": \"Glaucoma Screening (GLAU)\",\n    \"TechnicalEligibleDate\": \"01/01/2002\",\n    \"ProfessionalEligibleDate\": \"01/01/2002\",\n    \"Benefits\": null\n}]\n\n</code></pre>\n<h1 id=\"medicare-snf-and-other-information\">Medicare SNF and Other Information</h1>\n<p>Using EligibilitySummary or EasyEligibilitySummary, for Medicare, you can obtain details in a new section \"MedicareInfoSummary\". The response object is to the right and returns SNF information, MCA information, Pharmacy payer, and other Medicare specific information.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">    \"MedicareInfoSummary\": {\n        \"HospiceQty\": null,\n        \"HospiceDate\": null,\n        \"HomeHealthCareStartDate\": null,\n        \"HomeHealthCareEndDate\": null,\n        \"SkilledNursingCareStartDate\": null,\n        \"SkilledNursingCareEndDate\": null,\n        \"AdvantagePayerName\": null,\n        \"AdvantageCOBDate\": null,\n        \"AdvantagePolicyType\": null,\n        \"PharmacyPayerName\": \"SILVERSCRIPT INSURANCE COMPANY\",\n        \"PharmacyPayerPlanNumber\": \"S5601\",\n        \"PharmacyPayerPlanNetworkID\": \"034\",\n        \"WCAutoInjuryLiabilityPayerName\": null,\n        \"WCAutoInjuryLiabilityCOBDate\": null,\n        \"WCAutoInjuryLiabilityPolicyType\": null,\n        \"QMBPolicyType\": null,\n        \"Part_A_Deductible\": null,\n        \"Part_A_Deductible_Remaining\": \"$1364.00\",\n        \"Part_B_Deductible\": \"$185.00\",\n        \"Part_B_Deductible_Remaining\": \"$0.00\",\n        \"OT_UsedAmount\": null,\n        \"PT_SLP_UsedAmount\": null\n    },\n\n</code></pre>\n<p>Further under the OtherPayerInfo section you can find Third Party Administrators and other information.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">    \"OtherPayerInfo\": {\n        \"PrimaryPayer\": null,\n        \"Payer\": null,\n        \"SecondaryPayer\": null,\n        \"PlanSponsor\": null,\n        \"IndependentPhysiciansAssociation_IPA\": null,\n        \"WorkersCompensation\": null,\n        \"ContractedServiceProvider\": null\n    },\n\n</code></pre>\n<h1 id=\"backoffice-payers\">Backoffice Payers</h1>\n<p>An important concept to understand with pVerify eligibility endpoints is the concept of a \"back office\" payer. To support 99% of available payers we need to connect to some payers via non-electronic means. These payers will not work with a real-time API with a immediate response expected.</p>\n<h2 id=\"edi-payer-workflow\">EDI Payer Workflow</h2>\n<ol>\n<li><p>Generate Token</p>\n</li>\n<li><p>Call EligibilityInquiry to submit request to our queue and get elgRequestID</p>\n</li>\n</ol>\n<h2 id=\"backoffice-payer-workflow\">Backoffice Payer Workflow</h2>\n<ol>\n<li><p>Generate Token</p>\n</li>\n<li><p>Call EligibilityInquiry to submit request to our queue and get elgRequestID</p>\n</li>\n<li><p>After a period of 24 hours, call GetEligibilityResponse using elgRequestID above.</p>\n</li>\n</ol>\n<p>We have two methods available for back-office queue management:</p>\n<ol>\n<li><p>GetPendingInquiries this shows a list of your inquiries that are still in Pending state</p>\n</li>\n<li><p>CancelTransaction to set the state to Cancel and remove it from our queue.</p>\n</li>\n</ol>\n<h1 id=\"client-libraries-and-sample-code\">Client Libraries and Sample Code</h1>\n<p>To simplify authorization and access to the pVerify API, we provide sample code in C# and libraries in Java. These libraries offer full access to the pVerify API with a minimum of code.</p>\n<p><a href=\"https://\">C# Sample Code</a></p>\n<p><a href=\"https://\">Java Sample Code</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Available Endpoints","slug":"available-endpoints"},{"content":"Medicare HCPCS codes","slug":"medicare-hcpcs-codes"},{"content":"Medicare SNF and Other Information","slug":"medicare-snf-and-other-information"},{"content":"Backoffice Payers","slug":"backoffice-payers"},{"content":"Client Libraries and Sample Code","slug":"client-libraries-and-sample-code"}],"owner":"6948370","collectionId":"6ceb8797-50ff-42fd-98a3-64beefaa6c94","publishedId":"2s7ZE4NR6P","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-22T10:46:13.000Z"},"item":[{"name":"Security and Authorization","item":[{"name":"Token","id":"d84ac4d8-db8b-47bb-b5c7-5c61726c8466","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"Client_Id","value":"{{client-api-id}}","type":"text"},{"key":"Client_Secret","value":"{{client-secret}}","type":"text"},{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"","value":"","type":"text"}]},"url":"https://api.pverify.com/Token","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/Token\">https://testapi.pverify.com/Token</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/Token\">https://api.pverify.com/Token</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>The first step to using the system is a call to the Token endpoint at /Token. It will return a token when you use in the subsequent calls.</p>\n<p><strong>Token Authorization Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Header</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Method</td>\n<td>POST</td>\n</tr>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/Token\">https://api.pverify.com/Token</a></td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/x-www-form-urlencoded</td>\n</tr>\n<tr>\n<td>URL Params</td>\n<td>None</td>\n</tr>\n<tr>\n<td><strong>Body</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Data Params*</td>\n<td>\"Client_Id=\" + clientID + \"&amp;client_secret=\" + ClientSecret + \"&amp;grant_type=client_credentials\"</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<p>The /Token response includes the following fields:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access_token</td>\n<td>{string}</td>\n<td>Authorization token unique to you which is used to verify your authorization for subsequent calls.</td>\n</tr>\n<tr>\n<td>token_type</td>\n<td>{string}</td>\n<td>this is the token type which will be included before the access token in your subsequent method calls.</td>\n</tr>\n<tr>\n<td>expires_in</td>\n<td>{int}</td>\n<td>This is the amount of time that your token is valid for (in seconds).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Token"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d84ac4d8-db8b-47bb-b5c7-5c61726c8466"}],"id":"966c44b5-9f9f-4b12-bb28-dc903f6bf70c","description":"<p>pVerify allows access to the Real-time Exchange System through the use of a client-api-id and client-secret. These must be requested from pVerify and are available via our API management site. The client-api-id and client-secret are used for the Token call, while the Token and client-api-id are used for subsequent calls. Please see the demo video for an example.</p>\n<p>Once the token is obtained, add these two headers to all subsequent calls:</p>\n<p>Authorization: Bearer (your token)</p>\n<p>Client-API-Id: (your client ID from API Management site)</p>\n","event":[{"listen":"prerequest","script":{"id":"840276cb-fe48-45cb-9a9a-17e1ef5f6f9e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5e465b46-c6d8-4231-b239-943e328dfd5d","type":"text/javascript","exec":[""]}}],"_postman_id":"966c44b5-9f9f-4b12-bb28-dc903f6bf70c"},{"name":"Eligibility","item":[{"name":"EligibilitySummary","id":"b618599e-5e2a-407e-b61e-ecb37bc7e0c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"payerCode\": \"00192\",\r\n    \"payerName\": \"UHC\",\r\n    \"provider\": {\r\n        \"firstName\": \"\",\r\n        \"middleName\": \"\",\r\n        \"lastName\": \" provider last  name\",\r\n        \"npi\": \"1234567890\",\r\n        \"pin\":\"00000\"\r\n   },\r\n\r\n    \"subscriber\": {\r\n        \"firstName\": \"fname\",\r\n        \"dob\": \"mm/dd/yyyy\",\r\n        \"lastName\": \"lname\",\r\n        \"memberID\": \"123sfadfaf\"\r\n    },\r\n\r\n    \"dependent\": null,\r\n    \"isSubscriberPatient\": \"True\",\r\n    \"doS_StartDate\": \"02/02/2021\",\r\n    \"doS_EndDate\": \"02/02/2021\",\r\n\r\n    \"PracticeTypeCode\":\"3\",\r\n    \"referenceId\":\"Pat MRN\",\r\n    \"Location\":\"Any location Name\",\r\n    \"IncludeTextResponse\":\"false\",\r\n    \"InternalId\":\"\",\r\n    \"CustomerID\":\"\",\r\n    \"PlaceOfService\":\"01\"\r\n}"},"url":"https://api.pverify.com/api/EligibilitySummary","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/EligibilitySummary\">https://testapi.pverify.com/API/EligibilitySummary</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/EligibilitySummary\">https://api.pverify.com/API/EligibilitySummary</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>Eligibility summary is our 2nd gen eligibility endpoint designed to cover the vast majority of payers and return simplified objects with key data such as copay for your practice type. For example, when you send as practice type PT, we will return a Physical Therapy object with key PT benefits.</p>\n<p>Key benefits are:</p>\n<ol>\n<li><p>Easy and discrete eligibility information, allowing easy coding to obtain pertinent data.</p>\n</li>\n<li><p>Support for nearly all types of medical practices with key benefits such as surgical benefits, DME benefits, or PT benefits.</p>\n</li>\n<li><p>Support for nearly all payers, electronic and non electronic. We have tested all payers available to us and over 90% are returning parsed information correctly</p>\n</li>\n</ol>\n<p>To see the currently supported practice types please see the <a href=\"#27234fd2-af03-46b9-9e6d-12612cafd044\">Practice Type tables.</a></p>\n<p><strong>Medicare</strong><br />We will return a new object for Medicare called MedicareInfoSummary which will return Medicare specific information such as Part A/B deductible, pharmacy payer name, MCA payer name, and more information. This object will only be returned for Medicare, for all other payers it is null. Please use this object when sending Medicare patients to retrieve Medicare specific information.</p>\n<p><strong>Recursive Medicare Advantage Lookup</strong><br />This will need to be enabled by us, so please contact us at <a href=\"https://mailto:support@pverify.com\">support@pverify.com</a>. When enabled, we will automatically perform a eligibility check (using Eligibility Summary) on selected MCA payers that allow lookup by MBI or Name &amp; DOB. If the can be done, the result is returned in a field RecursiveRequestId.</p>\n<p>Thus the workflow is this:</p>\n<ol>\n<li>Submit eligibility call to Medicare via Eligibility Summary.  </li>\n<li>Capture RecursiveRequestId.  </li>\n<li>Run a GET call (GetEligibilitySummary) using this Id.</li>\n</ol>\n<p><strong>Headers</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/EligibilitySummary\">https://api.pverify.com/API/EligibilitySummary</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>POST</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id</td>\n<td>API ID provided by pVerify</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id is required. Header keys are case sensitive.</p>\n<h2 id=\"eligibilitysummary-request-details\">EligibilitySummary Request Details</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Usage</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>payerCode</td>\n<td>String</td>\n<td>Required</td>\n<td>pVerify Payer Code(ie Aetna 00001)</td>\n</tr>\n<tr>\n<td>payerName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Payer Name</td>\n</tr>\n<tr>\n<td>provider.firstName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Provider First Name</td>\n</tr>\n<tr>\n<td>provider.middleName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Provider Middle Name</td>\n</tr>\n<tr>\n<td>provider.lastName</td>\n<td>String</td>\n<td>Required</td>\n<td>Provider Last Name</td>\n</tr>\n<tr>\n<td>provider.npi</td>\n<td>String</td>\n<td>Required</td>\n<td>10-Digit NPI Value</td>\n</tr>\n<tr>\n<td>provider.pin</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Required for payer Medi-Cal</td>\n</tr>\n<tr>\n<td>provider.taxonomy</td>\n<td>String</td>\n<td>Optional</td>\n<td>Taxonomy</td>\n</tr>\n<tr>\n<td>subscriber.firstName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>First Name of subscriber required for self inquiry</td>\n</tr>\n<tr>\n<td>subscriber.lastName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Last Name of subscriber required for self inquiry</td>\n</tr>\n<tr>\n<td>subscriber.memberId</td>\n<td>String</td>\n<td>Required</td>\n<td>Member Id required for both type inquiries(self,dependent)</td>\n</tr>\n<tr>\n<td>subscriber.dob</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Required for self-inquiry for better matching result. (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>subscriber.ssn</td>\n<td>String</td>\n<td>Optional</td>\n<td>SSN of Subscriber</td>\n</tr>\n<tr>\n<td>isSubscriberPatient</td>\n<td>String</td>\n<td>Required</td>\n<td>True for self and False for Dependent Query</td>\n</tr>\n<tr>\n<td>doS_StartDate</td>\n<td>String</td>\n<td>Required</td>\n<td>Date of service start date (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>doS_EndDate</td>\n<td>String</td>\n<td>Required</td>\n<td>Date of service end date (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>dependent.patient.firstName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>First Name of dependent</td>\n</tr>\n<tr>\n<td>dependent.patient.middleName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Middle Name of dependent</td>\n</tr>\n<tr>\n<td>dependent.patient.lastName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Last Name of dependent</td>\n</tr>\n<tr>\n<td>dependent.patient.dob</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Required for dependent inquiry. (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>dependent.patient.gender</td>\n<td>String</td>\n<td>Optional</td>\n<td>Gender of dependent</td>\n</tr>\n<tr>\n<td>dependent.relationWithSubscriber</td>\n<td>String</td>\n<td>Optional</td>\n<td>Relation With Subscriber</td>\n</tr>\n<tr>\n<td>practiceTypeCode</td>\n<td>String</td>\n<td>Optional</td>\n<td>Please consult <a href=\"https://postman.pverify.com/#27234fd2-af03-46b9-9e6d-12612cafd044\">Practice Type Code table</a> - sets which practice type to use, i.e. 12 for physical therapy, which will return an object with PT benefits in the results. If you do not select a practice type, the default for your account will be used. Contact pVerify for more info.</td>\n</tr>\n<tr>\n<td>includeTextResponse</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>Indicates whether to return the full text of the eligibility response</td>\n</tr>\n<tr>\n<td>referenceId</td>\n<td>String</td>\n<td>Optional</td>\n<td>Patient MRN or account Number</td>\n</tr>\n<tr>\n<td>location</td>\n<td>String</td>\n<td>Required</td>\n<td>Location is the practice location. Note by setting this, you will lock the patient to one location, so that users that login in via our portal who are not authorized to see that location will not see the patient.</td>\n</tr>\n<tr>\n<td>internalId</td>\n<td>String</td>\n<td>Optional</td>\n<td>Field from customer with their InternalId</td>\n</tr>\n<tr>\n<td>customerId</td>\n<td>String</td>\n<td>Optional</td>\n<td>Field from customer with their CustomerId</td>\n</tr>\n<tr>\n<td>PlaceOfService</td>\n<td>string</td>\n<td>optional</td>\n<td>Place of service</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"eligibilitysummary-response-fields\">EligibilitySummary Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RequestID</td>\n<td>Integer</td>\n<td>Eligibility Transaction ID</td>\n</tr>\n<tr>\n<td>APIResponseCode</td>\n<td>String</td>\n<td>0-Processed,1-Rejected,2-NoFunds,3-Pending,4-New</td>\n</tr>\n<tr>\n<td>APIResponseMessage</td>\n<td>String</td>\n<td>Message about the transaction</td>\n</tr>\n<tr>\n<td>ProcessedWithError</td>\n<td>Boolean</td>\n<td>true when processed with error by the payer.</td>\n</tr>\n<tr>\n<td>EDIErrorMessage</td>\n<td>String</td>\n<td>Message from Payer about errors</td>\n</tr>\n<tr>\n<td>FollowUpAction</td>\n<td>String</td>\n<td>Response from the Payer</td>\n</tr>\n<tr>\n<td>PossibleResolution</td>\n<td>String</td>\n<td>Suggested steps to be performed before resubmitting to resolve the issue.</td>\n</tr>\n<tr>\n<td>PverifyPayerCode</td>\n<td>String</td>\n<td>pVerify’s Payer Code</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>It contains unique error Code when Processed with error or Rejected</td>\n</tr>\n<tr>\n<td>ErrorDescription</td>\n<td>String</td>\n<td>It contians description of the error.</td>\n</tr>\n<tr>\n<td>PayerName</td>\n<td>String</td>\n<td>Payer Name as defined by pVerify</td>\n</tr>\n<tr>\n<td>VerificationType</td>\n<td>String</td>\n<td>Verification Type –Subscriber or dependent</td>\n</tr>\n<tr>\n<td>IsPayerBackOffice</td>\n<td>String</td>\n<td>If it is TRUE-NON EDI Payer, FALSE –EDI Payer</td>\n</tr>\n<tr>\n<td>DOS</td>\n<td>String</td>\n<td>Date of service start date – DOS end date</td>\n</tr>\n<tr>\n<td>IsHMOPlan</td>\n<td>Boolean</td>\n<td>If true then Patient has HMO plan</td>\n</tr>\n<tr>\n<td>ExceptionNotes</td>\n<td>String</td>\n<td>Exception Notes if any. If response demographic info is not matched with that of Request</td>\n</tr>\n<tr>\n<td>AddtionalInfo</td>\n<td>String</td>\n<td>If there is any other info</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>String</td>\n<td>Location in which trans ran</td>\n</tr>\n<tr>\n<td>ReferrenceId</td>\n<td>String</td>\n<td>Referencid passed in request</td>\n</tr>\n<tr>\n<td>ResultPracticeType</td>\n<td>String</td>\n<td>Practice type Name</td>\n</tr>\n<tr>\n<td>AreAllSTCsProcessed*</td>\n<td>Boolean</td>\n<td>True when all service codes are processed by payer else false, This is helpful to determine to whether transaction needs to be reverify or not.</td>\n</tr>\n<tr>\n<td>STCsStatusMessage*</td>\n<td>String</td>\n<td>Contains message when AreAllSTCsProcessed=false. Message contains list of not processed service codes</td>\n</tr>\n<tr>\n<td>IsProviderInNetwork</td>\n<td>Boolean</td>\n<td>If true then Provider is InNetwork. Based on Provider Payer Settings* Null, if NO Provider Payer Settings* (*Requires set up in Premium Portal)</td>\n</tr>\n<tr>\n<td>RecursiveRequestId</td>\n<td>Integer</td>\n<td>RequestID of secondary lookup for MCA</td>\n</tr>\n<tr>\n<td>RecursiveAPIResponseCode</td>\n<td>string</td>\n<td>0-Processed,1-Rejected, Status of Secondary Inquiry.</td>\n</tr>\n<tr>\n<td>RecursiveAPIResponseMessage</td>\n<td>string</td>\n<td>Message about the Secondary transaction.</td>\n</tr>\n<tr>\n<td>RecursiveProcessedWithError</td>\n<td>Bollean</td>\n<td>true when Recusrvive transaction Processed with error by the payer.</td>\n</tr>\n<tr>\n<td>InternalId</td>\n<td>String</td>\n<td>Field from customer with their InternalId</td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>String</td>\n<td>Field from customer with their CustomerId</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>DemographicInfo</td>\n<td>Object</td>\n<td>It contains the subscriber info or dependent info .</td>\n</tr>\n<tr>\n<td>ServiceDetails</td>\n<td>Object</td>\n<td>It contains all Service type details info</td>\n</tr>\n<tr>\n<td>PreventiveServices</td>\n<td>Object</td>\n<td>Contains Preventive codes details</td>\n</tr>\n<tr>\n<td>OtherPayerInfo</td>\n<td>Object</td>\n<td>It contains Other Payer info. It is null then there is no payer change.</td>\n</tr>\n<tr>\n<td>PlanCoverageSummary</td>\n<td>object</td>\n<td>It contains Plan realted info.</td>\n</tr>\n<tr>\n<td>PCPAuthInfoSummary</td>\n<td>Object</td>\n<td>It contains PCP auth info.</td>\n</tr>\n<tr>\n<td>HBPC_Deductible_OOP_Summary</td>\n<td>Object</td>\n<td>It contains Deductible and OOP in from Health benefit Plan Coverage service type .It is null for Medicare Payer Inquiries.</td>\n</tr>\n<tr>\n<td>MedicareInfoSummary</td>\n<td>Object</td>\n<td>It contains Medicare info summary. It is null for other payers and other summary details are empty for Medicare payer transaction.</td>\n</tr>\n<tr>\n<td>MiscellaneousInfoSummary</td>\n<td>Object</td>\n<td></td>\n</tr>\n<tr>\n<td>SpecialistOfficeSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Specialist Consultation specific Summary (Co-Pay,Co-ins,Ded,OOP) and exclusive values of practice type .</td>\n</tr>\n<tr>\n<td>DiagnosticLabSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Diagnostic Lab specific Summary</td>\n</tr>\n<tr>\n<td>SurgicalSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Surgical specific Summary</td>\n</tr>\n<tr>\n<td>ASC_FacilitySummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Ambulatory Service Center Facility specific Summary</td>\n</tr>\n<tr>\n<td>OncologySummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Oncology specific Summary</td>\n</tr>\n<tr>\n<td>DMESummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Durable Medical Equipment specific Summary</td>\n</tr>\n<tr>\n<td>MentalHealthSummary</td>\n<td>VisitLimitationsSummary</td>\n<td>It contains Mental Health specific Summary</td>\n</tr>\n<tr>\n<td>PrimaryCareSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Primary Care specific Summary</td>\n</tr>\n<tr>\n<td>MRI_CT_ScanSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains MRI, CAT Scan specific Summary</td>\n</tr>\n<tr>\n<td>UrgentCareSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Urgent Care specific Summary</td>\n</tr>\n<tr>\n<td>XRaySummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains X Ray specific Summary</td>\n</tr>\n<tr>\n<td>VisionOptometrySummary</td>\n<td>OpthalmologySummary</td>\n<td>It contains Opthalmology (Vision) specific Summary</td>\n</tr>\n<tr>\n<td>PhysicalTherapySummary</td>\n<td>TherapySummary</td>\n<td>It contains Physical Therapy specific Summary</td>\n</tr>\n<tr>\n<td>ChiropracticSummary</td>\n<td>TherapySummary</td>\n<td>It contains Chiropractice specific Summary</td>\n</tr>\n<tr>\n<td>SpeechThearySummary</td>\n<td>TherapySummary</td>\n<td>It contains Speech Therapy specific Summary</td>\n</tr>\n<tr>\n<td>OccupationalTherapySummary</td>\n<td>TherapySummary</td>\n<td>It contains Occupational Therapy specific Summary</td>\n</tr>\n<tr>\n<td>EmergencyMedicalSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Emergency Medical specific Summary</td>\n</tr>\n<tr>\n<td>WellnessOrRoutineVisitSummary</td>\n<td>VisitLimitationsSummary</td>\n<td>It contains Wellness Or Routine Visit specific Summary</td>\n</tr>\n<tr>\n<td>PodiatryOfficeSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Podiatry Office specific Summary</td>\n</tr>\n<tr>\n<td>AnesthesiaSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Anesthesia specific Summary</td>\n</tr>\n<tr>\n<td>SubstanceAbuseProfessionalSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Substance Abuse Professional specific Summary</td>\n</tr>\n<tr>\n<td>SubstanceAbuseInPatientFacilitySummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Substance Abuse InPatient Facility specific Summary</td>\n</tr>\n<tr>\n<td>SubstanceAbuseOutPatientFacilitySummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Substance Abuse OutPatient Facility specific Summary</td>\n</tr>\n<tr>\n<td>TelemedicineSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Telemedicine specific Summary</td>\n</tr>\n<tr>\n<td>FluVaccinationSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains FluVaccination specific Summary</td>\n</tr>\n<tr>\n<td>HospitalInpatientSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Hospital Inpatient specific Summary</td>\n</tr>\n<tr>\n<td>HospitalOutPatientSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Hospital Outpatient specific Summary</td>\n</tr>\n<tr>\n<td>PharmacySummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Pharmacy specific Summary</td>\n</tr>\n<tr>\n<td>TelemedicinePrimaryCareSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Telemedicine Primary specific Summary</td>\n</tr>\n<tr>\n<td>TelemedicineSpecialistSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Telemedicine Specialist specific Summary</td>\n</tr>\n<tr>\n<td>TelemedicineUrgentCareSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Telemedicine Urgent Care specific Summary</td>\n</tr>\n<tr>\n<td>TelemedicineMentalHealthSummary</td>\n<td>VisitLimitationsSummary</td>\n<td>It contains Telemedicine Mental Health specific Summary</td>\n</tr>\n<tr>\n<td>TelemedicinePhysicalTherapySummary</td>\n<td>TherapySummary</td>\n<td>It contains Telemedicine Physical Therapy specific Summary</td>\n</tr>\n<tr>\n<td>PsychotherapySummary</td>\n<td>VisitLimitationsSummary</td>\n<td>It contains Psychotherapy specific Summary</td>\n</tr>\n<tr>\n<td>SNFSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains SNF specific summary</td>\n</tr>\n<tr>\n<td>SNFRoomBoardSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains SNF and Board specific summary</td>\n</tr>\n<tr>\n<td>ProfessionalPhysicianVisitInpatientSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Professional Physician Visit Inpatient specific summary</td>\n</tr>\n<tr>\n<td>HospiceSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Hospice specific summary</td>\n</tr>\n<tr>\n<td>HomeHealthCareSummary</td>\n<td>DaysLimitationsSummary</td>\n<td>It contains Home Health Care specific summary. It has more keys than normal practice type.</td>\n</tr>\n<tr>\n<td>AllergiesSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Allergies specific summary</td>\n</tr>\n<tr>\n<td>DiagnosticMedicalSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Diagnostic Medical specific summary</td>\n</tr>\n<tr>\n<td>MaternitySummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Maternity specific summary</td>\n</tr>\n<tr>\n<td>ImmunizationsSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contians Immunizations specific summary</td>\n</tr>\n<tr>\n<td>TelemedicineOccupationalTherapySummary</td>\n<td>TherapySummary</td>\n<td>It contains Telemedicine details for Occupational therapy</td>\n</tr>\n<tr>\n<td>TelemedicineSpeechTherapySummary</td>\n<td>TherapySummary</td>\n<td>It contains Telemedicine details for Speech Therapy</td>\n</tr>\n<tr>\n<td>EligibilityResult</td>\n<td>string</td>\n<td>It contains results in formatted text</td>\n</tr>\n<tr>\n<td>DetailsURL</td>\n<td>string</td>\n<td>URL for the full report</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","EligibilitySummary"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b618599e-5e2a-407e-b61e-ecb37bc7e0c9"},{"name":"GetEligibilitySummary","id":"f91239c0-309c-4547-8cfc-90c67795e9c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","type":"text","value":"{{client-api-id}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.pverify.com/API/GetEligibilitySummary/9882795","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/GetEligibilitySummary\">https://testapi.pverify.com/API/GetEligibilitySummary</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/GetEligibilitySummary\">https://api.pverify.com/API/GetEligibilitySummary</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>GetEligibilitySummary returns the response from the EligibilitySummary POST call using a unique request id provided in the EligibilitySummary response. EligibilitySummary is not supported for back office payers.</p>\n<p><strong>Headers</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/GetEligibilitySummary\">https://api.pverify.com/API/GetEligibilitySummary</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n<tr>\n<td>Client-API-Id</td>\n<td>API ID provided by pVerify</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>URL Parameters</td>\n<td>RequestId returned in EligibilitySummary response</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<h2 id=\"geteligibilitysummary-response-fields\">GetEligibilitySummary Response Fields</h2>\n<p>See <a href=\"#eligibilitysummary-response-fields\">EligibilitySummary response</a>.</p>\n","urlObject":{"protocol":"https","path":["API","GetEligibilitySummary","9882795"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f91239c0-309c-4547-8cfc-90c67795e9c5"},{"name":"EligibilityInquiry","id":"775a7ec0-59f8-42b1-a6d5-c2401bd5fbd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","value":"{{client-api-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payerCode\": \"00007\",\n  \"provider\": {\n    \"firstName\": \"\",\n    \"middleName\": \"\",\n    \"lastName\": \" test name\",\n    \"npi\": \"1122334455\",\n    \"pin\":\"00000\"\n  },\n  \"subscriber\": {\n    \"firstName\": \"first\",\n    \"middleName\": \"\",\n    \"lastName\": \"somelast\",\n    \"dob\": \"12/21/2018\",\n    \"memberID\": \"1234567890\"\n  },\n  \"dependent\": {\n    \"patient\": {\n      \"firstName\": \"\",\n      \"middleName\": \"\",\n      \"lastName\": \"\",\n      \"dob\": \"\",\n      \"gender\": \"\"\n    },\n    \"relationWithSubscriber\": \"\"\n  },\n  \"isSubscriberPatient\": \"true\",\n  \"doS_StartDate\": \"12/21/2018\",\n  \"doS_EndDate\": \"12/21/2018\",\n  \"serviceCodes\": [\n    \"30\"\n  ],\n  \"IncludeTextResponse\": true,\n  \"referenceId\": \"1234\",\n  \"Location\": \"Nowhere\",\n  \"InternalId\":\"\",\n  \"CustomerID\":\"\",\n  \"PlaceOfService\":\"01\"\n}"},"url":"https://api.pverify.com/API/EligibilityInquiry","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/EligibilityInquiry\">https://testapi.pverify.com/API/EligibilityInquiry</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/EligibilityInquiry\">https://api.pverify.com/API/EligibilityInquiry</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>The EligibilityInquiry endpoint is the main method used get an eligibility report for a specific subscriber / dependent. This requires customers to post a request, via REST to a designated URL address. Once a request is received by the service an immediate response is sent for each request posted. To use this or any other method, you must first generate a token via the Token endpoint (see above Token method).</p>\n<p>Payers return many formats for the eligibility report, which we parse to put into a JSON object format. Critical to the successful parsing of this information is the concept of our pVerify exclusive payer and client specific parsing logic, stored in NetworkSections in the response. See below for more information.</p>\n<p>An example of a successful authorization response can be found in the code to the right. Please note you MUST use the pVerify payerCode. We also recommend passing the payer name.</p>\n<p>Also note the body of the EligibilityInquiry is populated differently depending on if it is a subscriber query or a dependent query. See examples to the right.</p>\n<p><strong>EligibilityInquiry Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Type</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/EligibilityInquiry\">https://api.pverify.com/API/EligibilityInquiry</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>POST</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Token from Step 1 Above (if you are using Postman be sure to put Token Type Bearer before the token.)</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>client-api-id from step one</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td><strong>Body</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Data Params</td>\n<td>See below and examples to the right</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<p><strong>EligibilityInquiry Request Object</strong></p>\n<p>See subscriber and dependent examples to the right</p>\n<h2 id=\"eligibilityinquiry-request-fields\"><strong>EligibilityInquiry Request Fields</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Usage</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>payerCode</td>\n<td>String</td>\n<td>Required</td>\n<td>pVerify Payer Code(ie Aetna 00001)</td>\n</tr>\n<tr>\n<td>payerName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Payer Name</td>\n</tr>\n<tr>\n<td>provider.firstName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Provider First Name</td>\n</tr>\n<tr>\n<td>provider.middleName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Provider Middle Name</td>\n</tr>\n<tr>\n<td>provider.lastName</td>\n<td>String</td>\n<td>Required</td>\n<td>Provider Last Name</td>\n</tr>\n<tr>\n<td>provider.npi</td>\n<td>String</td>\n<td>Required</td>\n<td>10-Digit NPI Value</td>\n</tr>\n<tr>\n<td>provider.pin</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Required for payer Medi-Cal</td>\n</tr>\n<tr>\n<td>provider.taxonomy</td>\n<td>String</td>\n<td>Optional</td>\n<td>Taxonomy</td>\n</tr>\n<tr>\n<td>subscriber.firstName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>First Name of subscriber required for self inquiry</td>\n</tr>\n<tr>\n<td>subscriber.lastName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Last Name of subscriber required for self inquiry</td>\n</tr>\n<tr>\n<td>subscriber.memberId</td>\n<td>String</td>\n<td>Required</td>\n<td>Member Id required for both type inquiries(self,dependent)</td>\n</tr>\n<tr>\n<td>subscriber.dob</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Required for self-inquiry for better matching result. (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>subscriber.ssn</td>\n<td>String</td>\n<td>Optional</td>\n<td>SSN of Subscriber</td>\n</tr>\n<tr>\n<td>isSubscriberPatient</td>\n<td>String</td>\n<td>Required</td>\n<td>True for self and False for Dependent Query</td>\n</tr>\n<tr>\n<td>doS_StartDate</td>\n<td>String</td>\n<td>Required</td>\n<td>Date of service start date (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>doS_EndDate</td>\n<td>String</td>\n<td>Required</td>\n<td>Date of service end date (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>serviceCodes</td>\n<td>String Array</td>\n<td>Required</td>\n<td>Services codes to run inquiry. If no service codes are passed then service code 30 will be assigned.</td>\n</tr>\n<tr>\n<td>dependent.patient.firstName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>First Name of dependent</td>\n</tr>\n<tr>\n<td>dependent.patient.middleName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Middle Name of dependent</td>\n</tr>\n<tr>\n<td>dependent.patient.lastName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Last Name of dependent</td>\n</tr>\n<tr>\n<td>dependent.patient.dob</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Required for dependent inquiry. (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>dependent.patient.gender</td>\n<td>String</td>\n<td>Optional</td>\n<td>Gender of dependent</td>\n</tr>\n<tr>\n<td>dependent.relationWithSubscriber</td>\n<td>String</td>\n<td>Optional</td>\n<td>Relation With Subscriber</td>\n</tr>\n<tr>\n<td>includeTextResponse</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>Indicates whether to return the full text of the eligibility response</td>\n</tr>\n<tr>\n<td>referenceId</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient MRN or account Number</td>\n</tr>\n<tr>\n<td>location</td>\n<td>String</td>\n<td>Required</td>\n<td>Location is the practice location. Note by setting this, you will lock the patient to one location, so that users that login in via our portal who are not authorized to see that location will not see the patient.</td>\n</tr>\n<tr>\n<td>internalId</td>\n<td>String</td>\n<td>Optional</td>\n<td>Field from customer with their InternalId</td>\n</tr>\n<tr>\n<td>customerId</td>\n<td>String</td>\n<td>Optional</td>\n<td>Field from customer with their CustomerId</td>\n</tr>\n<tr>\n<td>PlaceOfService</td>\n<td>String</td>\n<td>Optional</td>\n<td>Field from customer with their PlaceOfService</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"eligibilityinquiry-response-fields\"><strong>EligibilityInquiry Response Fields</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ElgRequestID</td>\n<td>int</td>\n<td>Identification of Eligibility Request</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>String</td>\n<td>The eligibility status (active or inactive)</td>\n</tr>\n<tr>\n<td>PayerName</td>\n<td>String</td>\n<td>Name of company satisfying the claim</td>\n</tr>\n<tr>\n<td>payerCode</td>\n<td>String</td>\n<td>pVerify Payer Code</td>\n</tr>\n<tr>\n<td>VerificationType</td>\n<td>String</td>\n<td>Specifies whether the patient verification was a Subscriber Verification or a Dependent Verification</td>\n</tr>\n<tr>\n<td>isPayerBackOffice</td>\n<td>boolean</td>\n<td>False - Non-EDI payer. True - EDI Payer</td>\n</tr>\n<tr>\n<td>verificationStatus</td>\n<td>String</td>\n<td>Status of the verification - Processed, pending, etc - See Table below</td>\n</tr>\n<tr>\n<td>verificationMessage</td>\n<td>String</td>\n<td>Message from Backoffice</td>\n</tr>\n<tr>\n<td>ProcessedWithError</td>\n<td>Boolean</td>\n<td>true when processed with error by the payer.</td>\n</tr>\n<tr>\n<td>DOS</td>\n<td>String</td>\n<td>Date of Service (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>Plan</td>\n<td>String</td>\n<td>Denotes the health care plan that the individual has</td>\n</tr>\n<tr>\n<td>ExceptionNotes</td>\n<td>String</td>\n<td>Notes concerning exceptions to the above fields</td>\n</tr>\n<tr>\n<td>AdditionalInformation</td>\n<td>String</td>\n<td>Any further information</td>\n</tr>\n<tr>\n<td>EDIErrorMessage</td>\n<td>String</td>\n<td>Error message from clearinghouse</td>\n</tr>\n<tr>\n<td>FollowUpAction</td>\n<td>String</td>\n<td>Response from the Payer</td>\n</tr>\n<tr>\n<td>PossibleResolution</td>\n<td>String</td>\n<td>Suggested steps to be performed before resubmitting to resolve the issue.</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>It contains unique error code.</td>\n</tr>\n<tr>\n<td>ErrorDescription</td>\n<td>String</td>\n<td>It contains error description.</td>\n</tr>\n<tr>\n<td>OtherMessage</td>\n<td>String</td>\n<td>Processing message - ie Allowed, insufficient Funds</td>\n</tr>\n<tr>\n<td>reportURL</td>\n<td>String</td>\n<td>URL for the full eligibility report (via pVerify portal)</td>\n</tr>\n<tr>\n<td>doB_R</td>\n<td>String</td>\n<td>Date of Birth (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>eligibilityPeriod</td>\n<td>Object</td>\n<td>Eligibility dates</td>\n</tr>\n<tr>\n<td>eligibilityPeriod.effectiveFromDate</td>\n<td>String</td>\n<td>Date the coverage is effective from</td>\n</tr>\n<tr>\n<td>eligibilityPeriod.expiredOnDate</td>\n<td>String</td>\n<td>Date coverage expired</td>\n</tr>\n<tr>\n<td>DemographicInfo</td>\n<td>Object</td>\n<td>Demographics</td>\n</tr>\n<tr>\n<td>DemographicInfo.Subscriber</td>\n<td>Object</td>\n<td>Subscriber demographics</td>\n</tr>\n<tr>\n<td>DemographicInfo.Subscriber.Address1</td>\n<td>String</td>\n<td>Subscriber Address1</td>\n</tr>\n<tr>\n<td>DemographicInfo.Subscriber.Address2</td>\n<td>String</td>\n<td>Subscriber Address2</td>\n</tr>\n<tr>\n<td>DemographicInfo.Subscriber.City</td>\n<td>String</td>\n<td>Subscriber City</td>\n</tr>\n<tr>\n<td>DemographicInfo.Subscriber.State</td>\n<td>String</td>\n<td>Subscriber state</td>\n</tr>\n<tr>\n<td>DemographicInfo.Subscriber.Zip</td>\n<td>String</td>\n<td>Subscriber zip code</td>\n</tr>\n<tr>\n<td>DemographicInfo.Subscriber.DOB_R</td>\n<td>String</td>\n<td>Subscriber Date of Birth (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>DemographicInfo.Subscriber.Firstname</td>\n<td>String</td>\n<td>Subscriber first name</td>\n</tr>\n<tr>\n<td>DemographicInfo.Subscriber.Lastname_R</td>\n<td>String</td>\n<td>Subscriber last name</td>\n</tr>\n<tr>\n<td>DemographicInfo.Subscriber.Gender_R</td>\n<td>String</td>\n<td>Subscriber gender</td>\n</tr>\n<tr>\n<td>DemographicInfo.Subscriber. Identification</td>\n<td>Object</td>\n<td>Has member ID, group #, group name</td>\n</tr>\n<tr>\n<td>DemographicInfo.Subscriber. Identification.Code</td>\n<td>String</td>\n<td>ie: \"JOHN\"</td>\n</tr>\n<tr>\n<td>DemographicInfo.Subscriber. Identification.Type</td>\n<td>String</td>\n<td>ie: \"FirstName\"</td>\n</tr>\n<tr>\n<td>DemographicInfo.Subscriber. Identification.Name</td>\n<td>String</td>\n<td>Name of identification</td>\n</tr>\n<tr>\n<td>DemographicInfo.Dependent</td>\n<td>Object</td>\n<td>Dependent Demographics (See subscriber for fields common to both)</td>\n</tr>\n<tr>\n<td>relationship</td>\n<td>String</td>\n<td>Dependent relationship to client</td>\n</tr>\n<tr>\n<td>NetworkSections</td>\n<td>Object</td>\n<td>Contains copay, deductible, etc. Based on custom result field settings (per payer)</td>\n</tr>\n<tr>\n<td>NetworkSections.identifier</td>\n<td>String</td>\n<td>ie: \"Deductible\"</td>\n</tr>\n<tr>\n<td>NetworkSections.label</td>\n<td>String</td>\n<td>ie: \"Deductible\"</td>\n</tr>\n<tr>\n<td>NetworkSections.inNetworkParameters</td>\n<td>Object</td>\n<td>In network details = Deductible, outofPocket, Copay, Coins</td>\n</tr>\n<tr>\n<td>NetworkSections.inNetworkParameters.key</td>\n<td>String</td>\n<td>ie: \"Annual\" (Annual Deductible)</td>\n</tr>\n<tr>\n<td>NetworkSections.inNetworkParameters.value</td>\n<td>String</td>\n<td>ie: \"600.00\"</td>\n</tr>\n<tr>\n<td>HealthBenefitPlanCoverageServiceType</td>\n<td>Object</td>\n<td>From eligibility response from clearinghouse, will contain string data with copay, etc.</td>\n</tr>\n<tr>\n<td>HealthBenefitPlanCoverageServiceType. serviceTypeName</td>\n<td>String</td>\n<td>ie: \"Health Benefit Plan Coverage\"</td>\n</tr>\n<tr>\n<td>HealthBenefitPlanCoverageServiceType. serviceTypeSections</td>\n<td>Array</td>\n<td>List of service type info</td>\n</tr>\n<tr>\n<td>HealthBenefitPlanCoverageServiceType. serviceTypeSections.label</td>\n<td>String</td>\n<td>ie: \"In Plan-Network Status\"</td>\n</tr>\n<tr>\n<td>HealthBenefitPlanCoverageServiceType. serviceTypeSections.serviceParameters</td>\n<td>Object</td>\n<td>Service Parameters</td>\n</tr>\n<tr>\n<td>HealthBenefitPlanCoverageServiceType. serviceTypeSections.serviceParameters.key</td>\n<td>String</td>\n<td>Description of field ie Family Calendar Year Deductible</td>\n</tr>\n<tr>\n<td>HealthBenefitPlanCoverageServiceType. serviceTypeSections.serviceParameters.value</td>\n<td>String</td>\n<td>Value of field (note most payers are passing info via message, below) ie 1800.00</td>\n</tr>\n<tr>\n<td>HealthBenefitPlanCoverageServiceType. serviceTypeSections.serviceParameters.message</td>\n<td>String</td>\n<td>Description of value ie (\"MED DENT,MAXIMUM SAVINGS\")</td>\n</tr>\n<tr>\n<td>HealthBenefitPlanCoverageServiceType. serviceTypeSections.serviceParameters.otherInfo</td>\n<td>Array</td>\n<td>More details about the key - in key/value/message/otherInfo</td>\n</tr>\n<tr>\n<td>ServiceTypes</td>\n<td>Object</td>\n<td>Full list of returned service types from clearinghouse</td>\n</tr>\n<tr>\n<td>ServiceTypeName</td>\n<td>String</td>\n<td>ie Chiropractic</td>\n</tr>\n<tr>\n<td>ServiceTypeSection</td>\n<td>Object</td>\n<td>data regarding service type coverage in key/value/message/otherInfo</td>\n</tr>\n<tr>\n<td>isHMOPlan</td>\n<td>boolean</td>\n<td>True of plan type is known to be HMO</td>\n</tr>\n<tr>\n<td>InternalId</td>\n<td>String</td>\n<td>Field from customer with their InternalId</td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>String</td>\n<td>Field from customer with their CustomerId</td>\n</tr>\n<tr>\n<td>DetailsURL</td>\n<td>string</td>\n<td>URL for the full report</td>\n</tr>\n<tr>\n<td>IsProviderInNetwork</td>\n<td>Bollean</td>\n<td>Nullable Boolean value type.If true then Provider is InNetwork. Based on Provider Payer Settings* Null, if NO Provider Payer Settings* (*Requires set up in Premium Portal)</td>\n</tr>\n<tr>\n<td>RecursiveRequestId</td>\n<td>Integer</td>\n<td>Recursive tran Request Id</td>\n</tr>\n<tr>\n<td>RecursiveAPIResponseCode</td>\n<td>string</td>\n<td>0-Processed,1-Rejected, Status of Secondary Inquiry.</td>\n</tr>\n<tr>\n<td>RecursiveAPIResponseMessage</td>\n<td>string</td>\n<td>Message about the secondary transaction.</td>\n</tr>\n</tbody>\n</table>\n</div><p>EligibilityInquiry returns verificationStatus which is the status of the inquiry (not the status of the patients eligibility, which is the Status field) according to the table below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Text</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Processed</td>\n<td>We received a valid response from the clearinghouse</td>\n</tr>\n<tr>\n<td>Rejected</td>\n<td>The transaction is rejected due to bad data (ie: missing memberId)</td>\n</tr>\n<tr>\n<td>Pending+</td>\n<td>The transaction is for back office payer and has been queued</td>\n</tr>\n<tr>\n<td>Canceled</td>\n<td>The transaction has been canceled via API endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><p>+: Status Code 15 Pending is returned when the payer is non-EDI -- pVerify uses manual process (phone/web-login) to get results or in some cases uses screen scraping technology to fetch the eligibility and benefits for such payers -- the delay in getting the results can be anywhere from 1 min. to 12 hours based on payer and agreed terms. These \"Delayed Payers\" have prefix of either BO or PL, you can either automatically refresh results using the Unique ID every few hours or have a \"Get Pending Results\" button on your eligibility screen.</p>\n<p><strong>Parsing the Key Eligibility Fields</strong><br />As the response object is complex, below is a guide to where the key eligibility fields are.</p>\n<p><strong>Demographics</strong><br />This is in demographicInfo.subscriber. For example, the first name of the subscriber is demographicInfo.subscriber.firstname</p>\n<p><strong>Copay/Coinsurance:</strong><br />The copay and coinsurance depends on the service type. For physician office visits, it may be in network section (see below for more information), and will be in the physician office visit area.</p>\n","urlObject":{"protocol":"https","path":["API","EligibilityInquiry"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"775a7ec0-59f8-42b1-a6d5-c2401bd5fbd3"},{"name":"GetEligibilityResponse","id":"6f9910dd-1b83-4fc9-ad9c-f5b2a4b09ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","value":"{{client-api-id}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.pverify.com/API/GetEligibilityResponse/2428","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/GetEligibilityResponse/%7Bid%7D\">https://testapi.pverify.com/API/GetEligibilityResponse/{id}</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/GetEligibilityResponse/%7Bid%7D\">https://api.pverify.com/API/GetEligibilityResponse/{id}</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>This GET method is similar to the Eligibility Inquiry except that it is a GET call with the Eligibility Request ID as a parameter. This call allows you to get the eligibility verification result by a unique transaction ID. It is designed for use with non-EDI (back office) payers which require human intervention and are thus time delayed in the response.</p>\n<p><strong>GetEligibilityResponse Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/GetEligibilityResponse/%7Bid%7D\">https://api.pverify.com/API/GetEligibilityResponse/{id}</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td><strong>Description</strong></td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<p>A successful GetEligibilityResponse call will have the same format as the Eligibility Inquiry response (above). In the case of backoffice payer, many sections will be null including Demographic Info and HealthBenefitPlanCoverageServiceType. The important data returned (copay, coins, etc) is typically in the NetworkSections object, and IsPayerBackOffice is always true. In the case of electronic payers the response object (format and data) is identical to that of EligibilityInquiry.</p>\n","urlObject":{"protocol":"https","path":["API","GetEligibilityResponse","2428"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f9910dd-1b83-4fc9-ad9c-f5b2a4b09ec8"},{"name":"GetEligibility271","id":"31b0db46-334f-4ffa-bb0a-3f084efe6b2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","value":"{{client-api-id}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.pverify.com/API/GetEligibility271/1111","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/GetEligibility271/%7Bid%7D\">https://testapi.pverify.com/API/GetEligibility271/{id}</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/GetEligibility271/%7Bid%7D\">https://api.pverify.com/API/GetEligibility271/{id}</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>This GET method will return EDI 271 Raw response with Eligibility Request ID as a parameter.</p>\n<p><strong>GetEligibility271 Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/GetEligibility271/%7Bid%7D\">https://api.pverify.com/API/GetEligibility271/{id}</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td><strong>Description</strong></td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<p><strong>GetEligibility271</strong> Response</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EDI271ANSI</td>\n<td>ANSI String for request or Error Message</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","GetEligibility271","1111"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"31b0db46-334f-4ffa-bb0a-3f084efe6b2f"},{"name":"EasyEligibility","id":"e16e77c0-c5d9-4fa0-8928-784a639244f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Client-Secret","value":"{{client-secret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"payerCode\": \"00001\",\r\n\t\"provider_lastname\": \"test\",\r\n\t\"provider_npi\": \"1234567890\",\r\n    \"Provider_PIN\":\"00000\",\r\n\t\"memberID\": \"123456789A\",\r\n\t\"patient_DOB\": \"10/02/2010\",\r\n\t\"patient_first\": \"John\",\r\n\t\"patient_last\": \"Deo\",\r\n\t\"date_Of_Service\": \"07/17/2020\",\r\n\t\"serviceCodes\": \"30\",\r\n\t\"referenceId\": \"\",\r\n\t\"location\": \"\",\r\n    \"InternalId\":\"\",\r\n    \"CustomerID\":\"\"\r\n}"},"url":"https://api.pverify.com/API/EasyEligibility","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/api/EasyEligibility\">https://api.pverify.com/api/EasyEligibility</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>This POST call will return the Eligibility Status of a requested provider. The EasyEligibility endpoint is designed to facilitate easy access to Eligibility Information in just one step.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/api/EasyEligibility\">https://api.pverify.com/api/EasyEligibility</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>POST</td>\n</tr>\n<tr>\n<td><strong>Header</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n<tr>\n<td><strong>Body</strong></td>\n<td>See the data parameters to the right</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<h2 id=\"easyeligibility-request-fields\"><strong>EasyEligibility</strong> Request Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Usage</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>payerCode</td>\n<td>String</td>\n<td>Required</td>\n<td>pVerify payer code</td>\n</tr>\n<tr>\n<td>provider_lastname</td>\n<td>String</td>\n<td>Required</td>\n<td>Provider Last Name</td>\n</tr>\n<tr>\n<td>provider_npi</td>\n<td>String</td>\n<td>Required</td>\n<td>NPI number of provider</td>\n</tr>\n<tr>\n<td>Provider_PIN</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Provider PIN</td>\n</tr>\n<tr>\n<td>Provider_TaxId</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Provider TaxId</td>\n</tr>\n<tr>\n<td>Patient_First</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Patient First Name</td>\n</tr>\n<tr>\n<td>Patient_Last</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Patient Last Name</td>\n</tr>\n<tr>\n<td>memberID</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Payer Member ID</td>\n</tr>\n<tr>\n<td>patient_DOB</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Patient date of birth (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>date_Of_Service</td>\n<td>String</td>\n<td>Required</td>\n<td>Date of Service (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>Date_Of_Service_To</td>\n<td>String</td>\n<td>Optional</td>\n<td>Date of Service To (in format MM-DD-YYYY). Default date is Date of Service Start date</td>\n</tr>\n<tr>\n<td>serviceCodes</td>\n<td>String</td>\n<td>Optional</td>\n<td>If no STC passed then STC 30 will be used</td>\n</tr>\n<tr>\n<td>InternalId</td>\n<td>String</td>\n<td>Optional</td>\n<td>Field from customer with their InternalId</td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>String</td>\n<td>Optional</td>\n<td>Field from customer with their CustomerId</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"easyeligibility-response\"><strong>EasyEligibility Response</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>transactionStatus</td>\n<td>String</td>\n<td>Status of transaction</td>\n</tr>\n<tr>\n<td>transactionMessage</td>\n<td>String</td>\n<td>Additional information regarding transaction</td>\n</tr>\n<tr>\n<td>ediErrorMessage</td>\n<td>String</td>\n<td>Error message</td>\n</tr>\n<tr>\n<td>FollowUpAction</td>\n<td>String</td>\n<td>Response from the Payer</td>\n</tr>\n<tr>\n<td>PossibleResolution</td>\n<td>String</td>\n<td>Suggested steps to be performed before resubmitting to resolve the issue.</td>\n</tr>\n<tr>\n<td>processedWithError</td>\n<td>Boolean</td>\n<td>true when processed with error by the payer.</td>\n</tr>\n<tr>\n<td>eligibilityStatus</td>\n<td>String</td>\n<td>Status of eligibility</td>\n</tr>\n<tr>\n<td>eligibilityResult</td>\n<td>String</td>\n<td>Final information regarding eligibility</td>\n</tr>\n<tr>\n<td>referenceId</td>\n<td>String</td>\n<td>Patient MRN or account Number</td>\n</tr>\n<tr>\n<td>location</td>\n<td>String</td>\n<td>Location is the practice location. Note by setting this, you will lock the patient to one location, so that users that login in via our portal who are not authorized to see that location will not see the patient.</td>\n</tr>\n<tr>\n<td>InternalId</td>\n<td>String</td>\n<td>Field from customer with their InternalId</td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>String</td>\n<td>Field from customer with their CustomerId</td>\n</tr>\n<tr>\n<td>RecursiveRequestId</td>\n<td>Interger</td>\n<td>RequestID of secondary lookup for MCA</td>\n</tr>\n<tr>\n<td>RecursiveAPIResponseCode</td>\n<td>String</td>\n<td>0-Processed,1-Rejected, Status of Secondary Inquiry.</td>\n</tr>\n<tr>\n<td>RecursiveAPIResponseMessage</td>\n<td>String</td>\n<td>Message about the Secondary transaction.</td>\n</tr>\n<tr>\n<td>DetailsURL</td>\n<td>string</td>\n<td>URL for the full report</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","EasyEligibility"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e16e77c0-c5d9-4fa0-8928-784a639244f4"},{"name":"EasyEligibilitySummary","id":"c7e02c3a-a5ff-41b0-b6e1-4712b7fb8acf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Client-API-Id","type":"text","value":"{{client-api-id}}"},{"key":"Client-Secret","type":"text","value":"{{client-secret}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"payerCode\": \"00001\",\r\n\t\"payerName\": \"Aetna\",\r\n\t\"Provider_LastName\": \"SAM MD\",\r\n\t\"Provider_NPI\": \"1234567890\",\r\n    \"Provider_PIN\":\"00000\",\r\n\t\"Patient_First\": \"John\",\r\n\t\"Patient_DOB\": \"10/02/2010\",\r\n\t\"Patient_Last\": \"Deo\",\r\n\t\"memberID\": \"123456789A\",\r\n\t\"Date_Of_Service\": \"07/17/2020\",\r\n\t\"referenceId\": \"\",\r\n\t\"Location\": \"\",\r\n\t\"PracticeTypeCode\": \"18\",\r\n\t\"IncludeTextResponse\": false,\r\n    \"InternalId\":\"\",\r\n    \"CustomerID\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pverify.com/API/EasyEligibilitySummary","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/EasyEligibilitySummary\">https://api.pverify.com/API/EasyEligibilitySummary</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>The Easy Eligibility Summary call is intended to generate an Eligibility Summary Response in just one step. With EasyEligibilitySummary, simply pass your credentials (no need to generate a token) and the body parameters (specified below) to return an Eligibility Summary Response in just one step.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/EasyEligibilitySummary\">https://api.pverify.com/API/EasyEligibilitySummary</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>POST</td>\n</tr>\n<tr>\n<td><strong>Header</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Client-API-Id</td>\n<td>pVerify client-api-id</td>\n</tr>\n<tr>\n<td>Client-Secret</td>\n<td>pVerify client-secret</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td><strong>Body</strong></td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"easyeligibilitysummary-request-fields\"><strong>EasyEligibilitySummary</strong> Request Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Usage</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>payerCode</td>\n<td>String</td>\n<td>Required</td>\n<td>Payer Code</td>\n</tr>\n<tr>\n<td>payerName</td>\n<td>String</td>\n<td>Optional</td>\n<td>PayerName</td>\n</tr>\n<tr>\n<td>Provider_LastName</td>\n<td>String</td>\n<td>Required</td>\n<td>Provider last name</td>\n</tr>\n<tr>\n<td>Provider_NPI</td>\n<td>String</td>\n<td>Required</td>\n<td>Provider NPI</td>\n</tr>\n<tr>\n<td>Provider_PIN</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Provider PIN</td>\n</tr>\n<tr>\n<td>Provider_TaxId</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Provider TaxId</td>\n</tr>\n<tr>\n<td>Patient_First</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Patient First Name</td>\n</tr>\n<tr>\n<td>Patient_DOB</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Patient Date of Birth (in format MM-DD-YYYY)</td>\n</tr>\n<tr>\n<td>Patient_Last</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Patient Last Name</td>\n</tr>\n<tr>\n<td>memberID</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Member ID</td>\n</tr>\n<tr>\n<td>Date_Of_Service</td>\n<td>String</td>\n<td>Required</td>\n<td>Date of Service (in format MM-DD-YYYY)</td>\n</tr>\n<tr>\n<td>Date_Of_Service_To</td>\n<td>String</td>\n<td>Optional</td>\n<td>Date of Service To (in format MM-DD-YYYY). Default date is Date of Service Start date</td>\n</tr>\n<tr>\n<td>referenceId</td>\n<td>String</td>\n<td>Optional</td>\n<td>Patient MRN or account Number</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>String</td>\n<td>Optional</td>\n<td>Location is the practice location. Note by setting this, you will lock the patient to one location, so that users that login in via our portal who are not authorized to see that location will not see the patient.</td>\n</tr>\n<tr>\n<td>PracticeTypeCode</td>\n<td>String</td>\n<td>Optional</td>\n<td>Please consult <a href=\"https://postman.pverify.com/#27234fd2-af03-46b9-9e6d-12612cafd044\">Practice Type Code table</a> - sets which practice type to use, i.e. 12 for physical therapy, which will return an object with PT benefits in the results. If you do not select a practice type, the default for your account will be used. Contact pVerify for more info.</td>\n</tr>\n<tr>\n<td>IncludeTextResponse</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>Boolean value to determine if text response should be included</td>\n</tr>\n<tr>\n<td>InternalId</td>\n<td>String</td>\n<td>Optional</td>\n<td>No</td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>String</td>\n<td>Optional</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"easyeligibilitysummary-response-fields\"><strong>EasyEligibilitySummary Response Fields</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RequestID</td>\n<td>Integer</td>\n<td>Eligibility Transaction ID</td>\n</tr>\n<tr>\n<td>APIResponseCode</td>\n<td>String</td>\n<td>0-Processed,1-Rejected,2-NoFunds,3-Pending,4-New</td>\n</tr>\n<tr>\n<td>APIResponseMessage</td>\n<td>String</td>\n<td>Message about the transaction</td>\n</tr>\n<tr>\n<td>ProcessedWithError</td>\n<td>Boolean</td>\n<td>true when processed with error by the payer.</td>\n</tr>\n<tr>\n<td>EDIErrorMessage</td>\n<td>String</td>\n<td>Message from Payer about errors</td>\n</tr>\n<tr>\n<td>FollowUpAction</td>\n<td>String</td>\n<td>Response from the Payer</td>\n</tr>\n<tr>\n<td>PossibleResolution</td>\n<td>String</td>\n<td>Suggested steps to be performed before resubmitting to resolve the issue.</td>\n</tr>\n<tr>\n<td>PverifyPayerCode</td>\n<td>String</td>\n<td>pVerify’s Payer Code</td>\n</tr>\n<tr>\n<td>PayerName</td>\n<td>String</td>\n<td>Payer Name as defined by pVerify</td>\n</tr>\n<tr>\n<td>VerificationType</td>\n<td>String</td>\n<td>Verification Type –Subscriber or dependent</td>\n</tr>\n<tr>\n<td>IsPayerBackOffice</td>\n<td>String</td>\n<td>If it is TRUE-NON EDI Payer, FALSE –EDI Payer</td>\n</tr>\n<tr>\n<td>VerificationStatus</td>\n<td>String</td>\n<td>Eligibility Transaction Status- Values : Processed, Pending, Rejected</td>\n</tr>\n<tr>\n<td>DOS</td>\n<td>String</td>\n<td>Date of service start date – DOS end date</td>\n</tr>\n<tr>\n<td>Is HMO Plan</td>\n<td>Boolean</td>\n<td>If true then Patient has HMO plan</td>\n</tr>\n<tr>\n<td>ExceptionNotes</td>\n<td>String</td>\n<td>Exception Notes if any. If response demographic info is not matched with that of Request</td>\n</tr>\n<tr>\n<td>AddtionalInfo</td>\n<td>String</td>\n<td>If there is any other info</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>String</td>\n<td>Location in which trans ran</td>\n</tr>\n<tr>\n<td>ReferrenceId</td>\n<td>String</td>\n<td>Referencid passed in request</td>\n</tr>\n<tr>\n<td>ResultPracticeType</td>\n<td>String</td>\n<td>Practice type Name</td>\n</tr>\n<tr>\n<td>AreAllSTCsProcessed*</td>\n<td>Boolean</td>\n<td>True when all service codes are processed by payer else false, This is helpful to determine to whether transaction needs to be reverify or not.</td>\n</tr>\n<tr>\n<td>STCsStatusMessage*</td>\n<td>String</td>\n<td>Contains message when AreAllSTCsProcessed=false. Message contains list of not processed service codes</td>\n</tr>\n<tr>\n<td>IsProviderInNetwork</td>\n<td>Boolean</td>\n<td>If true then Provider is InNetwork. Based on Provider Payer Settings* Null, if NO Provider Payer Settings* (*Requires set up in Premium Portal)</td>\n</tr>\n<tr>\n<td>RecursiveRequestId</td>\n<td>Integer</td>\n<td>RequestID of secondary lookup for MCA</td>\n</tr>\n<tr>\n<td>RecursiveAPIResponseCode</td>\n<td>String</td>\n<td>0-Processed,1-Rejected, Status of Recursive Inquiry.</td>\n</tr>\n<tr>\n<td>RecursiveAPIResponseMessage</td>\n<td>String</td>\n<td>Message about the Recursive transaction.</td>\n</tr>\n<tr>\n<td>InternalId</td>\n<td>String</td>\n<td>Field from customer with their InternalId</td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>String</td>\n<td>Field from customer with their CustomerId</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>DemographicInfo</td>\n<td>Object</td>\n<td>It contains the subscriber info or dependent info .</td>\n</tr>\n<tr>\n<td>ServiceDetails</td>\n<td>Object</td>\n<td>It contains all Service type details info</td>\n</tr>\n<tr>\n<td>PreventiveServices</td>\n<td>Object</td>\n<td>Contains Preventive codes details</td>\n</tr>\n<tr>\n<td>OtherPayerInfo</td>\n<td>Object</td>\n<td>It contains Other Payer info. It is null then there is no payer change.</td>\n</tr>\n<tr>\n<td>PlanCoverageSummary</td>\n<td>object</td>\n<td>It contains Plan realted info.</td>\n</tr>\n<tr>\n<td>PCPAuthInfoSummary</td>\n<td>Object</td>\n<td>It contains PCP auth info.</td>\n</tr>\n<tr>\n<td>HBPC_Deductible_OOP_Summary</td>\n<td>Object</td>\n<td>It contains Deductible and OOP in from Health benefit Plan Coverage service type .It is null for Medicare Payer Inquiries.</td>\n</tr>\n<tr>\n<td>MedicareInfoSummary</td>\n<td>Object</td>\n<td>It contains Medicare info summary. It is null for other payers and other summary details are empty for Medicare payer transaction.</td>\n</tr>\n<tr>\n<td>MiscellaneousInfoSummary</td>\n<td>Object</td>\n<td></td>\n</tr>\n<tr>\n<td>SpecialistOfficeSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Specialist Consultation specific Summary (Co-Pay,Co-ins,Ded,OOP) and exclusive values of practice type .</td>\n</tr>\n<tr>\n<td>DiagnosticLabSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Diagnostic Lab specific Summary</td>\n</tr>\n<tr>\n<td>SurgicalSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Surgical specific Summary</td>\n</tr>\n<tr>\n<td>ASC_FacilitySummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Ambulatory Service Center Facility specific Summary</td>\n</tr>\n<tr>\n<td>OncologySummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Oncology specific Summary</td>\n</tr>\n<tr>\n<td>DMESummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Durable Medical Equipment specific Summary</td>\n</tr>\n<tr>\n<td>MentalHealthSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Mental Health specific Summary</td>\n</tr>\n<tr>\n<td>PrimaryCareSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Primary Care specific Summary</td>\n</tr>\n<tr>\n<td>MRI_CT_ScanSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains MRI, CAT Scan specific Summary</td>\n</tr>\n<tr>\n<td>UrgentCareSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Urgent Care specific Summary</td>\n</tr>\n<tr>\n<td>XRaySummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains X Ray specific Summary</td>\n</tr>\n<tr>\n<td>VisionOptometrySummary</td>\n<td>OpthalmologySummary</td>\n<td>It contains Opthalmology (Vision) specific Summary</td>\n</tr>\n<tr>\n<td>PhysicalTherapySummary</td>\n<td>TherapySummary</td>\n<td>It contains Physical Therapy specific Summary</td>\n</tr>\n<tr>\n<td>ChiropracticSummary</td>\n<td>TherapySummary</td>\n<td>It contains Chiropractice specific Summary</td>\n</tr>\n<tr>\n<td>SpeechThearySummary</td>\n<td>TherapySummary</td>\n<td>It contains Speech Therapy specific Summary</td>\n</tr>\n<tr>\n<td>OccupationalTherapySummary</td>\n<td>TherapySummary</td>\n<td>It contains Occupational Therapy specific Summary</td>\n</tr>\n<tr>\n<td>EmergencyMedicalSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Emergency Medical specific Summary</td>\n</tr>\n<tr>\n<td>WellnessOrRoutineVisitSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Wellness Or Routine Visit specific Summary</td>\n</tr>\n<tr>\n<td>PodiatryOfficeSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Podiatry Office specific Summary</td>\n</tr>\n<tr>\n<td>AnesthesiaSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Anesthesia specific Summary</td>\n</tr>\n<tr>\n<td>SubstanceAbuseProfessionalSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Substance Abuse Professional specific Summary</td>\n</tr>\n<tr>\n<td>SubstanceAbuseInPatientFacilitySummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Substance Abuse InPatient Facility specific Summary</td>\n</tr>\n<tr>\n<td>SubstanceAbuseOutPatientFacilitySummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Substance Abuse OutPatient Facility specific Summary</td>\n</tr>\n<tr>\n<td>TelemedicineSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Telemedicine specific Summary</td>\n</tr>\n<tr>\n<td>FluVaccinationSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains FluVaccination specific Summary</td>\n</tr>\n<tr>\n<td>HospitalInpatientSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Hospital Inpatient specific Summary</td>\n</tr>\n<tr>\n<td>HospitalOutPatientSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Hospital Outpatient specific Summary</td>\n</tr>\n<tr>\n<td>PharmacySummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Pharmacy specific Summary</td>\n</tr>\n<tr>\n<td>TelemedicinePrimaryCareSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Telemedicine Primary specific Summary</td>\n</tr>\n<tr>\n<td>TelemedicineSpecialistSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Telemedicine Specialist specific Summary</td>\n</tr>\n<tr>\n<td>TelemedicineUrgentCareSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Telemedicine Urgent Care specific Summary</td>\n</tr>\n<tr>\n<td>TelemedicineMentalHealthSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Telemedicine Mental Health specific Summary</td>\n</tr>\n<tr>\n<td>TelemedicinePhysicalTherapySummary</td>\n<td>TherapySummary</td>\n<td>It contains Telemedicine Physical Therapy specific Summary</td>\n</tr>\n<tr>\n<td>PsychotherapySummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Psychotherapy specific Summary</td>\n</tr>\n<tr>\n<td>EligibilityResult</td>\n<td>string</td>\n<td>It contains results in formatted text</td>\n</tr>\n<tr>\n<td>DetailsURL</td>\n<td>string</td>\n<td>URL for the full report</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","EasyEligibilitySummary"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7e02c3a-a5ff-41b0-b6e1-4712b7fb8acf"},{"name":"GetPendingInquiries","id":"9708c8f4-b7af-423f-9f7f-fa8ab05a9e2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","value":"{{client-api-id}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.pverify.com/API/GetPendingInquiries?DOS=01-01-2018","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/GetPendingInquiries?DOS=01-01-2018\">https://api.pverify.com/API/GetPendingInquiries?DOS=01-01-2018</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>This endpoint will retrieve a list of pending transactions. It is intended to show which back office eligibility transactions are not complete yet, given the DOS as an input.</p>\n<p><strong>GetPendingInquiries Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/GetPendingInquiries?DOS=01-01-2018\">https://api.pverify.com/API/GetPendingInquiries?DOS=01-01-2018</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n<tr>\n<td>URL Parameters</td>\n<td>Date of Service (format is MM-DD-YYYY)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","GetPendingInquiries"],"host":["api","pverify","com"],"query":[{"key":"DOS","value":"01-01-2018"}],"variable":[]}},"response":[],"_postman_id":"9708c8f4-b7af-423f-9f7f-fa8ab05a9e2b"},{"name":"CancelTransaction","id":"6c6d5192-279f-4a19-ae56-7d05ce901c4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","value":"{{client-api-id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"transactionId\":12345455\r\n}"},"url":"https://api.pverify.com/API/CancelTransaction","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/CancelTransaction\">https://api.pverify.com/API/CancelTransaction</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>This POST call will cancel a transaction. It is intended for use with back office transactions, to cancel a transaction that is not able to be completed in time for the patients visit.</p>\n<p><strong>CancelTransaction Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/CancelTransaction\">https://api.pverify.com/API/CancelTransaction</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>POST</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>pVerify client-api-id</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td><strong>Body</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Transaction ID for transaction you wish to cancel</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id is required in header. Header keys are case sensitive.</p>\n","urlObject":{"protocol":"https","path":["API","CancelTransaction"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c6d5192-279f-4a19-ae56-7d05ce901c4b"},{"name":"EligibilityPDFReport","id":"ec730ff0-34aa-4056-a99c-4f791fd6008b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-API-Id","value":"{{client-api-id}}"},{"key":"Client-Secret","value":"{{client-secret}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"url":"https://premium.pverify.com/Report/EligibilityPDFReport/<elgrequestId>","urlObject":{"protocol":"https","path":["Report","EligibilityPDFReport","<elgrequestId>"],"host":["premium","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec730ff0-34aa-4056-a99c-4f791fd6008b"},{"name":"Details URL","id":"c9008120-4d00-4539-af47-525d789b1b1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.pverify.com/API/GetEligibilityDetailsURL/{requestID}","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td>/API/GetEligibilityDetailsURL/{id}</td>\n</tr>\n<tr>\n<td>Production</td>\n<td>/API/GetEligibilityDetailsURL/{id}</td>\n</tr>\n</tbody>\n</table>\n</div><p>This GET method will return details URL with Eligibility Request ID as a parameter.</p>\n<p><strong>GetEligibilityDetailsURL Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td>/API/GetEligibilityDetailsURL/{id}</td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td><strong>Description</strong></td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<p><strong>GetEligibilityDetailsURL Resposne</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>isDetailsURLGenerated</td>\n<td>True or false</td>\n</tr>\n<tr>\n<td>url</td>\n<td>string URL</td>\n</tr>\n<tr>\n<td>errorMessage</td>\n<td>Message when isDetailsURLGenerated is false</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Response</strong></p>\n<p>{</p>\n<p>\"isDetailsURLGenerated\": true,</p>\n<p>\"url\": \"<a href=\"https://premium.pverify.com/Details%22\">https://premium.pverify.com/Details\"</a>,</p>\n<p>\"errorMessage\": null</p>\n<p>}</p>\n","urlObject":{"protocol":"https","path":["API","GetEligibilityDetailsURL","{requestID}"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9008120-4d00-4539-af47-525d789b1b1a"}],"id":"f616b939-f39a-41dc-92c8-cdcc96da2d06","_postman_id":"f616b939-f39a-41dc-92c8-cdcc96da2d06","description":""},{"name":"Dental Eligibility","item":[{"name":"DentalEligibilitySummary","id":"f9194243-51e7-457f-9c0e-756ef5ee45f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"payerCode\": \"DE0171\",\r\n\t\"payerName\": \"Delta Dental of Washington\",\r\n\r\n\t\"provider\": {\r\n\t\t\"firstName\": \"\",\r\n\t\t\"middleName\": \"\",\r\n\t\t\"lastName\": \" test name\",\r\n\t\t\"npi\": \"1427006147\",\r\n        \"TaxId\":\"123456789\"\r\n\t},\r\n\t\"subscriber\": {\r\n\t\t\"firstName\": \"\",\r\n\t\t\"dob\": \"01/01/1950\",\r\n\t\t\"lastName\": \"\",\r\n\t\t\"memberID\": \"1234567890\"\r\n\t},\r\n\t\"dependent\": null,\r\n\r\n\t\"isSubscriberPatient\": \"True\",\r\n\t\"doS_StartDate\": \"02/02/2021\",\r\n\t\"doS_EndDate\": \"02/02/2021\",\r\n\r\n\t\"PracticeTypeCode\": \"86\",\r\n\t\"referenceId\": \"Pat MRN\",\r\n\t\"Location\": \"Any location Name\",\r\n\t\"IncludeHtmlResponse\": false,\r\n    \"dCodes\": [\r\n        \"D0120\",\r\n        \"D0145\"\r\n    ]\r\n\r\n}"},"url":"https://api.pverify.com/api/DentalEligibilitySummary","description":"<p>There two type of verifications Self and Dependent.</p>\n<h2 id=\"dentaleligibilitysummary-request-details\">DentalEligibilitySummary Request Details</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Usage</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PayerCode</td>\n<td>String</td>\n<td>Required</td>\n<td>pVerify payer Code or Client payer map code (i.e. Delta Dental of WH-DE0171)</td>\n</tr>\n<tr>\n<td>PayerName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Payer Name</td>\n</tr>\n<tr>\n<td>Provider.FirstName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Provider first name</td>\n</tr>\n<tr>\n<td>Provider.LastName</td>\n<td>String</td>\n<td>Required</td>\n<td>Provider last name</td>\n</tr>\n<tr>\n<td>Provider.NPI</td>\n<td>String</td>\n<td>Required</td>\n<td>10-digit NPI value</td>\n</tr>\n<tr>\n<td>Provider.TaxId</td>\n<td>String</td>\n<td>Required</td>\n<td>Tax Id</td>\n</tr>\n<tr>\n<td>Subscriber.FirstName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>First Name of subscriber required for self-inquiry</td>\n</tr>\n<tr>\n<td>Subscriber.LastName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Last Name of subscriber required for self-inquiry</td>\n</tr>\n<tr>\n<td>Subscriber.MemberId</td>\n<td>String</td>\n<td>Required</td>\n<td>Member Id required for both type inquiries (self, dependent)</td>\n</tr>\n<tr>\n<td>Subscriber.DOB</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Required for self-inquiry for better matching result Format is MM/dd/yyyy</td>\n</tr>\n<tr>\n<td>Subscriber.SSN</td>\n<td>String</td>\n<td>Optional</td>\n<td>SSN of subscriber</td>\n</tr>\n<tr>\n<td>isSubscriberPatient</td>\n<td>String</td>\n<td>Required</td>\n<td>True for self and False for Dependent inquiry</td>\n</tr>\n<tr>\n<td>doS_StartDate</td>\n<td>String</td>\n<td>Required</td>\n<td>Date of service start date in MM/dd/yyyy format</td>\n</tr>\n<tr>\n<td>doS_EndDate</td>\n<td>String</td>\n<td>Required</td>\n<td>Date of service end date in MM/dd/yyyy format</td>\n</tr>\n<tr>\n<td>PracticeTypeCode</td>\n<td>Number</td>\n<td>Optional</td>\n<td>Default practice type is 86</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>String</td>\n<td>Optional</td>\n<td>Default is clients default location.</td>\n</tr>\n<tr>\n<td>ReferenceId</td>\n<td>String</td>\n<td>Optional</td>\n<td>Any refence Id,for ex: Patient MRN</td>\n</tr>\n<tr>\n<td>IncludeHTMLResponse</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>Default is false, if true then Entire response will be returned as formatted text in Response Test along with Summary details.</td>\n</tr>\n<tr>\n<td>Dependent</td>\n<td>Object</td>\n<td>Conditional</td>\n<td>Required for dependent inquiry</td>\n</tr>\n<tr>\n<td>Dependent.Patient.FirstName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>First Name of dependent required for dependent inquiry</td>\n</tr>\n<tr>\n<td>Dependent.Patient.LastName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Last Name of dependent required for dependent inquiry</td>\n</tr>\n<tr>\n<td>Dependent.Patient.DOB</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Required for dependent inquiry for better matching result Format is MM/dd/yyyy</td>\n</tr>\n<tr>\n<td>DCodes</td>\n<td>Object</td>\n<td>Conditional</td>\n<td>Dental Diagnosis Codes to get coinsurance and Deductible values</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"dentaleligibilitysummary-response-details\">DentalEligibilitySummary Response details</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RequestID</td>\n<td>Integer</td>\n<td>Eligibility Transaction ID</td>\n</tr>\n<tr>\n<td>APIResponseCode</td>\n<td>String</td>\n<td>0-Processed,1-Rejected,3-Pending</td>\n</tr>\n<tr>\n<td>APIResponseMessage</td>\n<td>String</td>\n<td>Message about the transaction</td>\n</tr>\n<tr>\n<td>VerificationType</td>\n<td>String</td>\n<td>Verification Type –Subscriber or dependent</td>\n</tr>\n<tr>\n<td>DOS</td>\n<td>String</td>\n<td>Date of service start date – DOS end date</td>\n</tr>\n<tr>\n<td>Is HMO Plan</td>\n<td>Boolean</td>\n<td>If true then Patient has HMO plan</td>\n</tr>\n<tr>\n<td>ExceptionNotes</td>\n<td>String</td>\n<td>\"Exception Notes if any . If response demographic info is not matched with that of Request\"</td>\n</tr>\n<tr>\n<td>AdditionalInformation</td>\n<td>String</td>\n<td>If there is any other info</td>\n</tr>\n<tr>\n<td>DemographicInfo</td>\n<td>Object</td>\n<td>It contains the subscriber info or dependent info .</td>\n</tr>\n<tr>\n<td>ServiceDetails</td>\n<td>Object</td>\n<td>\"It contains all Service type details info\"</td>\n</tr>\n<tr>\n<td>PreventiveServices</td>\n<td>Object</td>\n<td>Contains Preventive codes details</td>\n</tr>\n<tr>\n<td>OtherPayerInfo</td>\n<td>Object</td>\n<td>It contains Other Payer info. It is null then there is no payer change.</td>\n</tr>\n<tr>\n<td>PlanCoverageSummary</td>\n<td>object</td>\n<td>It contains Plan related info.</td>\n</tr>\n<tr>\n<td>DentalInfo</td>\n<td>Object</td>\n<td>It contains response as formatted HTML response when IncludeHTMLResponse of request is true.</td>\n</tr>\n<tr>\n<td>ResponseText</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>DCodes</td>\n<td>Object</td>\n<td>It contains the dental diagnosis codes used for deductible and coinsurance values</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","DentalEligibilitySummary"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9194243-51e7-457f-9c0e-756ef5ee45f6"},{"name":"DentalEligibilityBenefitSummary","id":"4ade407d-f787-46bf-bfd9-6abbcb3fcf51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","type":"text","value":"{{client-api-id}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"payerCode\": \"DE0171\",\r\n\t\"payerName\": \"Delta Dental of Washington\",\r\n\r\n\t\"provider\": {\r\n\t\t\"firstName\": \"\",\r\n\t\t\"middleName\": \"\",\r\n\t\t\"lastName\": \" test name\",\r\n\t\t\"npi\": \"1427006147\",\r\n        \"TaxId\":\"123456789\"\r\n\t},\r\n\t\"subscriber\": {\r\n\t\t\"firstName\": \"\",\r\n\t\t\"dob\": \"01/01/1950\",\r\n\t\t\"lastName\": \"\",\r\n\t\t\"memberID\": \"1234567890\"\r\n\t},\r\n\t\"dependent\": null,\r\n\r\n\t\"isSubscriberPatient\": \"True\",\r\n\t\"doS_StartDate\": \"02/02/2021\",\r\n\t\"doS_EndDate\": \"02/02/2021\",\r\n\r\n\t\"PracticeTypeCode\": \"86\",\r\n\t\"referenceId\": \"Pat MRN\",\r\n\t\"Location\": \"Any location Name\",\r\n\t\"IncludeHtmlResponse\": false\r\n\r\n}"},"url":"https://api.pverify.com/api/DentalEligibilityBenefitSummary","description":"<p>There two type of verifications Self and Dependent.</p>\n<h2 id=\"dentaleligibilitybenefitsummary-request-details\">DentalEligibilityBenefitSummary Request Details</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Usage</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PayerCode</td>\n<td>String</td>\n<td>Required</td>\n<td>pVerify payer Code or Client payer map code (i.e. Delta Dental of WH-DE0171)</td>\n</tr>\n<tr>\n<td>PayerName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Payer Name</td>\n</tr>\n<tr>\n<td>Provider.FirstName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Provider first name</td>\n</tr>\n<tr>\n<td>Provider.LastName</td>\n<td>String</td>\n<td>Required</td>\n<td>Provider last name</td>\n</tr>\n<tr>\n<td>Provider.NPI</td>\n<td>String</td>\n<td>Required</td>\n<td>10-digit NPI value</td>\n</tr>\n<tr>\n<td>Provider.TaxId</td>\n<td>String</td>\n<td>Required</td>\n<td>Tax Id</td>\n</tr>\n<tr>\n<td>Subscriber.FirstName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>First Name of subscriber required for self-inquiry</td>\n</tr>\n<tr>\n<td>Subscriber.LastName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Last Name of subscriber required for self-inquiry</td>\n</tr>\n<tr>\n<td>Subscriber.MemberId</td>\n<td>String</td>\n<td>Required</td>\n<td>Member Id required for both type inquiries (self, dependent)</td>\n</tr>\n<tr>\n<td>Subscriber.DOB</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Required for self-inquiry for better matching result Format is MM/dd/yyyy</td>\n</tr>\n<tr>\n<td>Subscriber.SSN</td>\n<td>String</td>\n<td>Optional</td>\n<td>SSN of subscriber</td>\n</tr>\n<tr>\n<td>isSubscriberPatient</td>\n<td>String</td>\n<td>Required</td>\n<td>True for self and False for Dependent inquiry</td>\n</tr>\n<tr>\n<td>doS_StartDate</td>\n<td>String</td>\n<td>Required</td>\n<td>Date of service start date in MM/dd/yyyy format</td>\n</tr>\n<tr>\n<td>doS_EndDate</td>\n<td>String</td>\n<td>Required</td>\n<td>Date of service end date in MM/dd/yyyy format</td>\n</tr>\n<tr>\n<td>PracticeTypeCode</td>\n<td>Number</td>\n<td>Optional</td>\n<td>Default practice type is 86</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>String</td>\n<td>Optional</td>\n<td>Default is clients default location.</td>\n</tr>\n<tr>\n<td>ReferenceId</td>\n<td>String</td>\n<td>Optional</td>\n<td>Any refence Id,for ex: Patient MRN</td>\n</tr>\n<tr>\n<td>IncludeHTMLResponse</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>Default is false, if true then Entire response will be returned as formatted text in Response Test along with Summary details.</td>\n</tr>\n<tr>\n<td>Dependent</td>\n<td>Object</td>\n<td>Conditional</td>\n<td>Required for dependent inquiry</td>\n</tr>\n<tr>\n<td>Dependent.Patient.FirstName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>First Name of dependent required for dependent inquiry</td>\n</tr>\n<tr>\n<td>Dependent.Patient.LastName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Last Name of dependent required for dependent inquiry</td>\n</tr>\n<tr>\n<td>Dependent.Patient.DOB</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Required for dependent inquiry for better matching result Format is MM/dd/yyyy</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"dentaleligibilitybenefitsummary-response-details\">DentalEligibilityBenefitSummary Response details</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RequestID</td>\n<td>Integer</td>\n<td>Eligibility Transaction ID</td>\n</tr>\n<tr>\n<td>APIResponseCode</td>\n<td>String</td>\n<td>0-Processed,1-Rejected,3-Pending</td>\n</tr>\n<tr>\n<td>APIResponseMessage</td>\n<td>String</td>\n<td>Message about the transaction</td>\n</tr>\n<tr>\n<td>VerificationType</td>\n<td>String</td>\n<td>Verification Type –Subscriber or dependent</td>\n</tr>\n<tr>\n<td>DOS</td>\n<td>String</td>\n<td>Date of service start date – DOS end date</td>\n</tr>\n<tr>\n<td>Is HMO Plan</td>\n<td>Boolean</td>\n<td>If true then Patient has HMO plan</td>\n</tr>\n<tr>\n<td>ExceptionNotes</td>\n<td>String</td>\n<td>\"Exception Notes if any . If response demographic info is not matched with that of Request\"</td>\n</tr>\n<tr>\n<td>AdditionalInformation</td>\n<td>String</td>\n<td>If there is any other info</td>\n</tr>\n<tr>\n<td>DemographicInfo</td>\n<td>Object</td>\n<td>It contains the subscriber info or dependent info .</td>\n</tr>\n<tr>\n<td>BenefitDetails</td>\n<td>Object</td>\n<td>It contains all details info group by Benefit type. Ex ; Dedcutible, Co-pay.</td>\n</tr>\n<tr>\n<td>PreventiveServices</td>\n<td>Object</td>\n<td>Contains Preventive codes details</td>\n</tr>\n<tr>\n<td>OtherPayerInfo</td>\n<td>Object</td>\n<td>It contains Other Payer info. It is null then there is no payer change.</td>\n</tr>\n<tr>\n<td>PlanCoverageSummary</td>\n<td>object</td>\n<td>It contains Plan related info.</td>\n</tr>\n<tr>\n<td>DentalInfo</td>\n<td>Object</td>\n<td>It contains response as formatted HTML response when IncludeHTMLResponse of request is true.</td>\n</tr>\n<tr>\n<td>ResponseText</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","DentalEligibilityBenefitSummary"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ade407d-f787-46bf-bfd9-6abbcb3fcf51"},{"name":"GetEligibilitySummary","id":"2c2c56ac-d11e-4f81-9d7f-9a651107844a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","type":"text","value":"{{client-api-id}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.pverify.com/API/GetEligibilitySummary/9882795","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/GetEligibilitySummary\">https://testapi.pverify.com/API/GetEligibilitySummary</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/GetEligibilitySummary\">https://api.pverify.com/API/GetEligibilitySummary</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>GetEligibilitySummary returns the response from the EligibilitySummary POST call using a unique request id provided in the EligibilitySummary response. EligibilitySummary is not supported for back office payers.</p>\n<p><strong>Headers</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/GetEligibilitySummary\">https://api.pverify.com/API/GetEligibilitySummary</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n<tr>\n<td>Client-API-Id</td>\n<td>API ID provided by pVerify</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>URL Parameters</td>\n<td>RequestId returned in EligibilitySummary response</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<h2 id=\"geteligibilitysummary-response-fields\">GetEligibilitySummary Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RequestID</td>\n<td>Integer</td>\n<td>Eligibility Transaction ID</td>\n</tr>\n<tr>\n<td>APIResponseCode</td>\n<td>Integer</td>\n<td>0-Processed,1-Rejected</td>\n</tr>\n<tr>\n<td>APIResponseMessage</td>\n<td>String</td>\n<td>Message about the transaction</td>\n</tr>\n<tr>\n<td>VerificationType</td>\n<td>String</td>\n<td>Verification Type –Subscriber or dependent</td>\n</tr>\n<tr>\n<td>VerificationStatus</td>\n<td>String</td>\n<td>Eligibility Transaction Status- Values : Processed, Pending, Rejected</td>\n</tr>\n<tr>\n<td>DOS</td>\n<td>String</td>\n<td>Date of service start date – DOS end date</td>\n</tr>\n<tr>\n<td>Is HMO Plan</td>\n<td>Boolean</td>\n<td>If true then Patient has HMO plan</td>\n</tr>\n<tr>\n<td>ExceptionNotes</td>\n<td>String</td>\n<td>Exception Notes if any. If response demographic info is not matched with that of Request</td>\n</tr>\n<tr>\n<td>AddtionalInformation</td>\n<td>String</td>\n<td>If there is any other info</td>\n</tr>\n<tr>\n<td>DemographicInfo</td>\n<td>Object</td>\n<td>It contains the subscriber info or dependent info</td>\n</tr>\n<tr>\n<td>ServiceDetails</td>\n<td>Object</td>\n<td>It contains all Service type details info</td>\n</tr>\n<tr>\n<td>OtherPayerInfo</td>\n<td>Object</td>\n<td>It contains Other Payer info. It is null then there is no payer change.</td>\n</tr>\n<tr>\n<td>PlanCoverageSummary</td>\n<td>object</td>\n<td>It contains Plan realted info.</td>\n</tr>\n<tr>\n<td>DentalInfo</td>\n<td>Object</td>\n<td>It contains response as formatted HTML response when IncludeHTMLResponse of request is true.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","GetEligibilitySummary","9882795"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c2c56ac-d11e-4f81-9d7f-9a651107844a"},{"name":"V2 DentalEligibilitySummary","id":"4faf4e49-dc74-4cb0-bef2-3ddd16e2b7a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"payerCode\": \"DE0171\",\r\n\t\"payerName\": \"Delta Dental of Washington\",\r\n\r\n\t\"provider\": {\r\n\t\t\"firstName\": \"\",\r\n\t\t\"middleName\": \"\",\r\n\t\t\"lastName\": \" test name\",\r\n\t\t\"npi\": \"1234567890\",\r\n        \"TaxId\":\"123456789\"\r\n\t},\r\n\t\"subscriber\": {\r\n\t\t\"firstName\": \"fname\",\r\n\t\t\"dob\": \"01/01/1950\",\r\n\t\t\"lastName\": \"lname\",\r\n\t\t\"memberID\": \"1234567890\"\r\n\t},\r\n\t\"dependent\": null,\r\n\r\n\t\"isSubscriberPatient\": \"True\",\r\n\t\"doS_StartDate\": \"02/02/2021\",\r\n\t\"doS_EndDate\": \"02/02/2021\",\r\n\r\n\t\"PracticeTypeCode\": \"86\",\r\n\t\"referenceId\": \"Pat MRN\",\r\n\t\"Location\": \"Any location Name\",\r\n\t\"IncludeHtmlResponse\": false,\r\n    \"dCodes\": [\r\n        \"D0120\",\r\n        \"D0145\"\r\n    ]\r\n\r\n}"},"url":"https://api.pverify.com/api/v2/DentalEligibilitySummary","description":"<p>There two type of verifications Self and Dependent.</p>\n<h2 id=\"v2-dentaleligibilitysummary-request-details\">V2 DentalEligibilitySummary Request Details</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Usage</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PayerCode</td>\n<td>String</td>\n<td>Required</td>\n<td>pVerify payer Code or Client payer map code (i.e. Delta Dental of WH-DE0171)</td>\n</tr>\n<tr>\n<td>PayerName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Payer Name</td>\n</tr>\n<tr>\n<td>Provider.FirstName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Provider first name</td>\n</tr>\n<tr>\n<td>Provider.LastName</td>\n<td>String</td>\n<td>Required</td>\n<td>Provider last name</td>\n</tr>\n<tr>\n<td>Provider.NPI</td>\n<td>String</td>\n<td>Required</td>\n<td>10-digit NPI value</td>\n</tr>\n<tr>\n<td>Provider.TaxId</td>\n<td>String</td>\n<td>Required</td>\n<td>Tax Id</td>\n</tr>\n<tr>\n<td>Subscriber.FirstName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>First Name of subscriber required for self-inquiry</td>\n</tr>\n<tr>\n<td>Subscriber.LastName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Last Name of subscriber required for self-inquiry</td>\n</tr>\n<tr>\n<td>Subscriber.MemberId</td>\n<td>String</td>\n<td>Required</td>\n<td>Member Id required for both type inquiries (self, dependent)</td>\n</tr>\n<tr>\n<td>Subscriber.DOB</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Required for self-inquiry for better matching result Format is MM/dd/yyyy</td>\n</tr>\n<tr>\n<td>Subscriber.SSN</td>\n<td>String</td>\n<td>Optional</td>\n<td>SSN of subscriber</td>\n</tr>\n<tr>\n<td>isSubscriberPatient</td>\n<td>String</td>\n<td>Required</td>\n<td>True for self and False for Dependent inquiry</td>\n</tr>\n<tr>\n<td>doS_StartDate</td>\n<td>String</td>\n<td>Required</td>\n<td>Date of service start date in MM/dd/yyyy format</td>\n</tr>\n<tr>\n<td>doS_EndDate</td>\n<td>String</td>\n<td>Required</td>\n<td>Date of service end date in MM/dd/yyyy format</td>\n</tr>\n<tr>\n<td>PracticeTypeCode</td>\n<td>Number</td>\n<td>Optional</td>\n<td>Default practice type is 86</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>String</td>\n<td>Optional</td>\n<td>Default is clients default location.</td>\n</tr>\n<tr>\n<td>ReferenceId</td>\n<td>String</td>\n<td>Optional</td>\n<td>Any refence Id,for ex: Patient MRN</td>\n</tr>\n<tr>\n<td>IncludeHTMLResponse</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>Default is false, if true then Entire response will be returned as formatted text in Response Test along with Summary details.</td>\n</tr>\n<tr>\n<td>Dependent</td>\n<td>Object</td>\n<td>Conditional</td>\n<td>Required for dependent inquiry</td>\n</tr>\n<tr>\n<td>Dependent.Patient.FirstName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>First Name of dependent required for dependent inquiry</td>\n</tr>\n<tr>\n<td>Dependent.Patient.LastName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Last Name of dependent required for dependent inquiry</td>\n</tr>\n<tr>\n<td>Dependent.Patient.DOB</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Required for dependent inquiry for better matching result Format is MM/dd/yyyy</td>\n</tr>\n<tr>\n<td>DCodes</td>\n<td>Object</td>\n<td>Conditional</td>\n<td>Dental Diagnosis Codes to get coinsurance and Deductible values</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"dentaleligibilitysummary-response-details\">DentalEligibilitySummary Response details</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RequestID</td>\n<td>long</td>\n<td>Eligibility Transaction ID</td>\n</tr>\n<tr>\n<td>APIResponseCode</td>\n<td>String</td>\n<td>0-Processed,1-Rejected,3-Pending</td>\n</tr>\n<tr>\n<td>APIResponseMessage</td>\n<td>String</td>\n<td>Message about the transaction</td>\n</tr>\n<tr>\n<td>EDIErrorMessage</td>\n<td>String</td>\n<td>EDI error messages if any</td>\n</tr>\n<tr>\n<td>FollowUpAction</td>\n<td>String</td>\n<td>Actions to be taken based on payer response</td>\n</tr>\n<tr>\n<td>PossibleResolution</td>\n<td>String</td>\n<td>Possible solutions if any</td>\n</tr>\n<tr>\n<td>ProcessedWithError</td>\n<td>Boolean</td>\n<td>If transaction verified with error, the value will be false</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>Transaction Error Code</td>\n</tr>\n<tr>\n<td>ErrorDescription</td>\n<td>String</td>\n<td>Transaction Error Description</td>\n</tr>\n<tr>\n<td>PverifyPayerCode</td>\n<td>String</td>\n<td>Pverify Payer Code</td>\n</tr>\n<tr>\n<td>PayerName</td>\n<td>String</td>\n<td>Pverify Payer Name</td>\n</tr>\n<tr>\n<td>ClientPayerName</td>\n<td>String</td>\n<td>Client Payer Name if any</td>\n</tr>\n<tr>\n<td>VerificationType</td>\n<td>String</td>\n<td>Verification Type –Subscriber or dependent</td>\n</tr>\n<tr>\n<td>DOS</td>\n<td>String</td>\n<td>Date of service start date – DOS end date</td>\n</tr>\n<tr>\n<td>Is HMO Plan</td>\n<td>Boolean</td>\n<td>If true then Patient has HMO plan</td>\n</tr>\n<tr>\n<td>ExceptionNotes</td>\n<td>String</td>\n<td>\"Exception Notes if any . If response demographic info is not matched with that of Request\"</td>\n</tr>\n<tr>\n<td>AdditionalInformation</td>\n<td>String</td>\n<td>If there is any other info</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>String</td>\n<td>Client Location</td>\n</tr>\n<tr>\n<td>ReferenceId</td>\n<td>String</td>\n<td>Reference Id of Practice</td>\n</tr>\n<tr>\n<td>InternalId</td>\n<td>String</td>\n<td>Internal Id of Practice</td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>String</td>\n<td>Customer Id in request</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>String</td>\n<td>Notes if there are any in the response</td>\n</tr>\n<tr>\n<td>ResultPracticeType</td>\n<td>String</td>\n<td>Practice Type which is processed by payer</td>\n</tr>\n<tr>\n<td>AreAllSTCsProcessed</td>\n<td>Boolean</td>\n<td>Processed by</td>\n</tr>\n<tr>\n<td>STCsStatusMessage</td>\n<td>String</td>\n<td>Service Codes status messages if any</td>\n</tr>\n<tr>\n<td>IsProviderInNetwork</td>\n<td>Boolean</td>\n<td>If provider is in with in network, it will return true</td>\n</tr>\n<tr>\n<td>IsSkipped</td>\n<td>Boolean</td>\n<td>if transaction get skipped(same transaction if we verify multiple time, transaction will be skipped and return last successful verified response), it will be true</td>\n</tr>\n<tr>\n<td>DetailsURL</td>\n<td>String</td>\n<td>Details URL for view transaction results</td>\n</tr>\n<tr>\n<td>IsPriorAuthRequired</td>\n<td>String</td>\n<td>If any service require pre approval</td>\n</tr>\n<tr>\n<td>DemographicInfo</td>\n<td>Object</td>\n<td>It contains the subscriber info or dependent info .</td>\n</tr>\n<tr>\n<td>ServiceDetails</td>\n<td>Object</td>\n<td>\"It contains all Service type details info\"</td>\n</tr>\n<tr>\n<td>OtherPayerInfo</td>\n<td>Object</td>\n<td>It contains Other Payer info. It is null then there is no payer change.</td>\n</tr>\n<tr>\n<td>PlanCoverageSummary</td>\n<td>object</td>\n<td>It contains Plan related info.</td>\n</tr>\n<tr>\n<td>HBPC_Deductible_OOP_Summary</td>\n<td>object</td>\n<td>It contains HBPC related info.</td>\n</tr>\n<tr>\n<td>MiscellaneousInfoSummary</td>\n<td>object</td>\n<td>MiscellaneousInfoSummary</td>\n</tr>\n<tr>\n<td>DentalSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Care Summary specific info</td>\n</tr>\n<tr>\n<td>DentalAdjunctiveServiceSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Adjunctive Service Summary specific info</td>\n</tr>\n<tr>\n<td>DentalAnesthesiaSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Anesthesia Summary specific info</td>\n</tr>\n<tr>\n<td>DentalCrownSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains the Dental Crown Summary specific values</td>\n</tr>\n<tr>\n<td>DentalDiagnosticSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Diagnostic Summary specific values</td>\n</tr>\n<tr>\n<td>DentalDiagnosticXRaySummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Diagnostic X-Ray Summary specific values</td>\n</tr>\n<tr>\n<td>DentalEndodonticSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Endodontics Summary specific values</td>\n</tr>\n<tr>\n<td>DentalMaxillofacialProstheticSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Maxillofacial Prosthetic Summary specific values</td>\n</tr>\n<tr>\n<td>DentalOrthodonticSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Orthodontics Summary specific values</td>\n</tr>\n<tr>\n<td>DentalPeriodonticSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Periodontics Summary specific values</td>\n</tr>\n<tr>\n<td>DentalProsthodonticSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Prosthodontics Summary specific values</td>\n</tr>\n<tr>\n<td>DentalRestorativeSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Restorative Summary specific values</td>\n</tr>\n<tr>\n<td>DentalRoutineSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Routine Summary specific values</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v2","DentalEligibilitySummary"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4faf4e49-dc74-4cb0-bef2-3ddd16e2b7a5"},{"name":"GetDentalEligibilitySummary","id":"9a770f85-a7af-4bfb-9683-22219a480049","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.pverify.com/API/GetDentalEligibilitySummary/9882795","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/GetEligibilitySummary\">https://testapi.pverify.com/API/GetDentalEligibilitySummary</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/GetEligibilitySummary\">https://api.pverify.com/API/GetDentalEligibilitySummary</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>GetEligibilitySummary returns the response from the EligibilitySummary POST call using a unique request id provided in the EligibilitySummary response. EligibilitySummary is not supported for back office payers.</p>\n<p><strong>Headers</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/GetEligibilitySummary\">https://api.pverify.com/Test/API/GetDentalEligibilitySummary</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n<tr>\n<td>Client-API-Id</td>\n<td>API ID provided by pVerify</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>URL Parameters</td>\n<td>RequestId returned in Dental EligibilitySummary response</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<h2 id=\"getdentaleligibilitysummary-response-fields\">GetDentalEligibilitySummary Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RequestID</td>\n<td>long</td>\n<td>Eligibility Transaction ID</td>\n</tr>\n<tr>\n<td>APIResponseCode</td>\n<td>String</td>\n<td>0-Processed,1-Rejected,3-Pending</td>\n</tr>\n<tr>\n<td>APIResponseMessage</td>\n<td>String</td>\n<td>Message about the transaction</td>\n</tr>\n<tr>\n<td>EDIErrorMessage</td>\n<td>String</td>\n<td>EDI error messages if any</td>\n</tr>\n<tr>\n<td>FollowUpAction</td>\n<td>String</td>\n<td>Actions to be taken based on payer response</td>\n</tr>\n<tr>\n<td>PossibleResolution</td>\n<td>String</td>\n<td>Possible solutions if any</td>\n</tr>\n<tr>\n<td>ProcessedWithError</td>\n<td>Boolean</td>\n<td>If transaction verified with error, the value will be false</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>Transaction Error Code</td>\n</tr>\n<tr>\n<td>ErrorDescription</td>\n<td>String</td>\n<td>Transaction Error Description</td>\n</tr>\n<tr>\n<td>PverifyPayerCode</td>\n<td>String</td>\n<td>Pverify Payer Code</td>\n</tr>\n<tr>\n<td>PayerName</td>\n<td>String</td>\n<td>Pverify Payer Name</td>\n</tr>\n<tr>\n<td>ClientPayerName</td>\n<td>String</td>\n<td>Client Payer Name if any</td>\n</tr>\n<tr>\n<td>VerificationType</td>\n<td>String</td>\n<td>Verification Type –Subscriber or dependent</td>\n</tr>\n<tr>\n<td>DOS</td>\n<td>String</td>\n<td>Date of service start date – DOS end date</td>\n</tr>\n<tr>\n<td>Is HMO Plan</td>\n<td>Boolean</td>\n<td>If true then Patient has HMO plan</td>\n</tr>\n<tr>\n<td>ExceptionNotes</td>\n<td>String</td>\n<td>\"Exception Notes if any . If response demographic info is not matched with that of Request\"</td>\n</tr>\n<tr>\n<td>AdditionalInformation</td>\n<td>String</td>\n<td>If there is any other info</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>String</td>\n<td>Client Location</td>\n</tr>\n<tr>\n<td>ReferenceId</td>\n<td>String</td>\n<td>Reference Id of Practice</td>\n</tr>\n<tr>\n<td>InternalId</td>\n<td>String</td>\n<td>Internal Id of Practice</td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>String</td>\n<td>Customer Id in request</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>String</td>\n<td>Notes if there are any in the response</td>\n</tr>\n<tr>\n<td>ResultPracticeType</td>\n<td>String</td>\n<td>Practice Type which is processed by payer</td>\n</tr>\n<tr>\n<td>AreAllSTCsProcessed</td>\n<td>Boolean</td>\n<td>Processed by</td>\n</tr>\n<tr>\n<td>STCsStatusMessage</td>\n<td>String</td>\n<td>Service Codes status messages if any</td>\n</tr>\n<tr>\n<td>IsProviderInNetwork</td>\n<td>Boolean</td>\n<td>If provider is in with in network, it will return true</td>\n</tr>\n<tr>\n<td>IsSkipped</td>\n<td>Boolean</td>\n<td>if transaction get skipped(same transaction if we verify multiple time, transaction will be skipped and return last successful verified response), it will be true</td>\n</tr>\n<tr>\n<td>DetailsURL</td>\n<td>String</td>\n<td>Details URL for view transaction results</td>\n</tr>\n<tr>\n<td>IsPriorAuthRequired</td>\n<td>String</td>\n<td>If any service require pre approval</td>\n</tr>\n<tr>\n<td>DemographicInfo</td>\n<td>Object</td>\n<td>It contains the subscriber info or dependent info .</td>\n</tr>\n<tr>\n<td>ServiceDetails</td>\n<td>Object</td>\n<td>\"It contains all Service type details info\"</td>\n</tr>\n<tr>\n<td>OtherPayerInfo</td>\n<td>Object</td>\n<td>It contains Other Payer info. It is null then there is no payer change.</td>\n</tr>\n<tr>\n<td>PlanCoverageSummary</td>\n<td>object</td>\n<td>It contains Plan related info.</td>\n</tr>\n<tr>\n<td>HBPC_Deductible_OOP_Summary</td>\n<td>object</td>\n<td>It contains HBPC related info.</td>\n</tr>\n<tr>\n<td>MiscellaneousInfoSummary</td>\n<td>object</td>\n<td>MiscellaneousInfoSummary</td>\n</tr>\n<tr>\n<td>DentalSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Care Summary specific info</td>\n</tr>\n<tr>\n<td>DentalAdjunctiveServiceSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Adjunctive Service Summary specific info</td>\n</tr>\n<tr>\n<td>DentalAnesthesiaSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Anesthesia Summary specific info</td>\n</tr>\n<tr>\n<td>DentalCrownSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains the Dental Crown Summary specific values</td>\n</tr>\n<tr>\n<td>DentalDiagnosticSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Diagnostic Summary specific values</td>\n</tr>\n<tr>\n<td>DentalDiagnosticXRaySummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Diagnostic X-Ray Summary specific values</td>\n</tr>\n<tr>\n<td>DentalEndodonticSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Endodontics Summary specific values</td>\n</tr>\n<tr>\n<td>DentalMaxillofacialProstheticSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Maxillofacial Prosthetic Summary specific values</td>\n</tr>\n<tr>\n<td>DentalOrthodonticSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Orthodontics Summary specific values</td>\n</tr>\n<tr>\n<td>DentalPeriodonticSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Periodontics Summary specific values</td>\n</tr>\n<tr>\n<td>DentalProsthodonticSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Prosthodontics Summary specific values</td>\n</tr>\n<tr>\n<td>DentalRestorativeSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Restorative Summary specific values</td>\n</tr>\n<tr>\n<td>DentalRoutineSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Dental Routine Summary specific values</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","GetDentalEligibilitySummary","9882795"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a770f85-a7af-4bfb-9683-22219a480049"}],"id":"c2be994e-a80b-432a-a3ad-867a502d5e76","_postman_id":"c2be994e-a80b-432a-a3ad-867a502d5e76","description":""},{"name":"Same or Similar","item":[{"name":"SameOrSimilarInquiry","id":"166db4e2-0a5f-4a5d-842e-0566ccf6de77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","type":"text","value":"{{client-api-id}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"memberId\": \"1231234567\",\r\n    \"patientFirstName\": \"Test1\",\r\n    \"patientLastName\": \"Test2\",\r\n    \"patientDOB\": \"01/02/2020\",\r\n    \"patientStateCode\": \"NJ\",\r\n    \"hcpcsCodes\": \"L3960,L3982,L3995\",\r\n    \"dosStart\": \"04/21/2020\",\r\n    \"dosEnd\": \"04/21/2020\",\r\n    \"location\": \"location Name\",\r\n    \"callBackUrl\": \"\"\r\n}"},"url":"https://api.pverify.com/API/SameOrSimilarInquiry","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/SameOrSimilarInquiry\">https://testapi.pverify.com/API/SameOrSimilarInquiry</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/SameOrSimilarInquiry\">https://api.pverify.com/API/SameOrSimilarInquiry</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>This endpoint submits a Same/Similar request into our queue. Note that this is not real time, and either the postback URL must be used (to submit the response to), or the GetSameOrSimilarResponse endpoint must be called with the request ID.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/SameOrSimilarInquiry\">https://api.pverify.com/API/SameOrSimilarInquiry</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>POST</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n<tr>\n<td><strong>Body</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Data Parameters</td>\n<td>See Right Panel</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id is required in header. Header keys are case sensitive.</p>\n<h2 id=\"sameorsimilarinquiry-request-fields\"><strong>SameOrSimilarInquiry Request fields</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Usage</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>memberId</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient's member ID (MBI).</td>\n</tr>\n<tr>\n<td>patient.FirstName</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient First Name.</td>\n</tr>\n<tr>\n<td>patientLastName</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient Last Name.</td>\n</tr>\n<tr>\n<td>patientDOB</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient DOB (Expected format: MM/dd/YYYY ie 01/01/2000).</td>\n</tr>\n<tr>\n<td>patientStateCode</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient State Code ex: AL.</td>\n</tr>\n<tr>\n<td>hcpcsCodes</td>\n<td>String</td>\n<td>Required</td>\n<td>HCPCS starting with A, B, E, K and L Codes supported, can sent multiple codes in same alphabetical category separated by comma.</td>\n</tr>\n<tr>\n<td>dosStart</td>\n<td>String</td>\n<td>Optional</td>\n<td>Date of service start date (Expected format: MM/dd/YYYY ie 01/01/2000). Default value is 5 years before date to current date.</td>\n</tr>\n<tr>\n<td>dosEnd</td>\n<td>String</td>\n<td>Optional</td>\n<td>Date of service end date (Expected format: MM/dd/YYYY ie 01/01/2000). Default value is current date (Today's date).</td>\n</tr>\n<tr>\n<td>location</td>\n<td>String</td>\n<td>Optional</td>\n<td>Location name and the default is client user's location or client's location.</td>\n</tr>\n<tr>\n<td>callbackURL</td>\n<td>String</td>\n<td>Optional</td>\n<td>JSON response will be posted to callbackURL when inquiry is processed and if callbackURL is valid.  <br />This URL should support HTTP POST method and  <br />Content-Type =’application/json’</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"apiresponsecode-meaning\"><strong>APIResponseCode Meaning</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>APIResponseCode</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Processed</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Rejected</td>\n</tr>\n<tr>\n<td>2</td>\n<td>NoFunds (Insufficient Account Balance)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Pending (Pending need to get response later)</td>\n</tr>\n<tr>\n<td>4</td>\n<td>InvalidRequest (Required Data Missing)</td>\n</tr>\n<tr>\n<td>5</td>\n<td>InvalidFormat (data fields / data format is wrong)</td>\n</tr>\n<tr>\n<td>6</td>\n<td>LocationError (Location is not configured)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"same-or-similar-response-details\"><strong>Same or Similar Response Details</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RequestId</td>\n<td>long</td>\n<td>Same or Similar Request ID.</td>\n</tr>\n<tr>\n<td>apiResponseCode</td>\n<td>int</td>\n<td>API transaction response code. Please see apiResponseCodes section.</td>\n</tr>\n<tr>\n<td>apiResponseMessage</td>\n<td>String</td>\n<td>API transaction response message.</td>\n</tr>\n<tr>\n<td>isDataError</td>\n<td>boolean</td>\n<td>True - when invalid patient details (Invalid MBI or Incorrect DOB, Name etc)</td>\n</tr>\n<tr>\n<td>Claims</td>\n<td>List</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>Contains claim status info.</td>\n<td></td>\n</tr>\n<tr>\n<td>Message</td>\n<td>String</td>\n<td>Contains messages other than error messages (No claims found).</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>String</td>\n<td>Status of transaction.</td>\n</tr>\n<tr>\n<td>Claim.HCPCS</td>\n<td>String</td>\n<td>Contains HCPCS returned in response.</td>\n</tr>\n<tr>\n<td>Claim.Status</td>\n<td>String</td>\n<td>Contains Claim &amp; Code status âAllowed ,Denied or No Claims. For Invalid data request it is Error.</td>\n</tr>\n<tr>\n<td>Claim.DOSStart</td>\n<td>String</td>\n<td>Claim &amp; Code Date of service start date. It is empty for Error or for No Claims. (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>Claim.DOSEnd</td>\n<td>String</td>\n<td>Claim &amp; Code Date of service end date. It is empty for Jurisdiction A and D inquiries. It is empty for Error or for No Claims. (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>Claim.Unit</td>\n<td>String</td>\n<td>No of units.</td>\n</tr>\n<tr>\n<td>Claim.SupplierName</td>\n<td>String</td>\n<td>Contains supplier name for all allowed or denied requests. Empty for no claims &amp; error.</td>\n</tr>\n<tr>\n<td>Claim.phone</td>\n<td>String</td>\n<td>Contains supplier phone number for all allowed or denied. Empty for no claims &amp; error.</td>\n</tr>\n<tr>\n<td>Claim.Message</td>\n<td>String</td>\n<td>Contains notes or error message, Ex: No claims found or Invalid MBI or Incorrect DOB or Incorrect name</td>\n</tr>\n<tr>\n<td>DetailsURL</td>\n<td>string</td>\n<td>URL for the full report</td>\n</tr>\n<tr>\n<td>ExpectedTimeInSeconds</td>\n<td>string</td>\n<td>It gives expected response time in seconds</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-json-processing-steps\">Response JSON Processing Steps</h2>\n<p><strong>Step 1:</strong> Check the value of the API Response Code property. If the API Response Code is 3 (Pending) then the request is pending and the Request ID can be extracted.</p>\n<p><strong>Step 2:</strong> Save the data</p>\n<p>Note: The Same or Similar API always returns API response code as 3 (pending)</p>\n","urlObject":{"protocol":"https","path":["API","SameOrSimilarInquiry"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"166db4e2-0a5f-4a5d-842e-0566ccf6de77"},{"name":"GetSameOrSimilarResponse","id":"45811fd0-051e-4658-a8d9-ce17e5cc5702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","type":"text","value":"{{client-api-id}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.pverify.com/API/GetSameOrSimilarResponse/1033246","description":"<p>Get Same or Similar Response Using Unique Request ID</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/GetSameOrSimilarResponse/125\">https://testapi.pverify.com/API/GetSameOrSimilarResponse/125</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/GetSameOrSimilarResponse/125\">https://api.pverify.com/API/GetSameOrSimilarResponse/125</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>This call is used to get the transaction result later using a unique request ID.</p>\n<p>Note: We purge this data after 90 days</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/GetSameOrSimilarResponse/125\">https://api.pverify.com/API/GetSameOrSimilarResponse/125</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<p>Notes</p>\n<ol>\n<li><p>Always check for apiResponseCode property value before processing.</p>\n</li>\n<li><p>If APIResponseCode is zero then look for ErrorMessage and Claims to process response.</p>\n</li>\n</ol>\n<p>A successful GetSameOrSimilarResponse will have the same format as the SameOrSimilarInquiry response.</p>\n<h3 id=\"api-response-codes\">API Response Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>APIResponseCode</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Processed</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Rejected</td>\n</tr>\n<tr>\n<td>2</td>\n<td>NoFunds (Insufficient Account Balance)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Pending (Pending need to get response later)</td>\n</tr>\n<tr>\n<td>4</td>\n<td>InvalidRequest (Required Data Missing)</td>\n</tr>\n<tr>\n<td>5</td>\n<td>InvalidFormat (data fields / data format is wrong)</td>\n</tr>\n<tr>\n<td>6</td>\n<td>LocationError (Location is not configured)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"field-descriptions\">Field Descriptions</h2>\n<h2 id=\"same-or-similar-response-details\"><strong>Same or Similar Response Details</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RequestId</td>\n<td>long</td>\n<td>Same or Similar Request ID.</td>\n</tr>\n<tr>\n<td>apiResponseCode</td>\n<td>int</td>\n<td>API transaction response code. Please see apiResponseCodes section.</td>\n</tr>\n<tr>\n<td>apiResponseMessage</td>\n<td>String</td>\n<td>API transaction response message.</td>\n</tr>\n<tr>\n<td>isDataError</td>\n<td>boolean</td>\n<td>True - when invalid patient details (Invalid MBI or Incorrect DOB, Name etc)</td>\n</tr>\n<tr>\n<td>Claims</td>\n<td>List</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>Contains claim status info.</td>\n<td></td>\n</tr>\n<tr>\n<td>Message</td>\n<td>String</td>\n<td>Contains messages other than error messages (No claims found).</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>String</td>\n<td>Status of transaction.</td>\n</tr>\n<tr>\n<td>Claim.HCPCS</td>\n<td>String</td>\n<td>Contains HCPCS returned in response.</td>\n</tr>\n<tr>\n<td>Claim.Status</td>\n<td>String</td>\n<td>Contains Claim &amp; Code status âAllowed ,Denied or No Claims. For Invalid data request it is Error.</td>\n</tr>\n<tr>\n<td>Claim.DOSStart</td>\n<td>String</td>\n<td>Claim &amp; Code Date of service start date. It is empty for Error or for No Claims. (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>Claim.DOSEnd</td>\n<td>String</td>\n<td>Claim &amp; Code Date of service end date. It is empty for Jurisdiction A and D inquiries. It is empty for Error or for No Claims. (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>Claim.Unit</td>\n<td>String</td>\n<td>No of units.</td>\n</tr>\n<tr>\n<td>Claim.SupplierName</td>\n<td>String</td>\n<td>Contains supplier name for all allowed or denied requests. Empty for no claims &amp; error.</td>\n</tr>\n<tr>\n<td>Claim.phone</td>\n<td>String</td>\n<td>Contains supplier phone number for all allowed or denied. Empty for no claims &amp; error.</td>\n</tr>\n<tr>\n<td>Claim.Message</td>\n<td>String</td>\n<td>Contains notes or error message, Ex: No claims found or Invalid MBI or Incorrect DOB or Incorrect name</td>\n</tr>\n<tr>\n<td>DetailsURL</td>\n<td>string</td>\n<td>URL for the full report</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","GetSameOrSimilarResponse","1033246"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"45811fd0-051e-4658-a8d9-ce17e5cc5702"},{"name":"Same Or Similar Report","id":"dedbb65f-d8f2-44b2-af45-cb50d9189b52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Client-API-Id","value":"xxx"},{"key":"Client-Secret","value":"xxx"}],"url":"https://premium.pverify.com/PDFReport/SameorSimilar/{id}","description":"<p>This returns a PDF report of the Same or Similar request.</p>\n<p>Note two things:  </p>\n<ol>\n<li>The endpoint is premium.pverify.com <br /><br /></li>\n<li>Authentication token is not used, instead pass your API ID and Secret.<br /></li>\n</ol>\n","urlObject":{"protocol":"https","path":["PDFReport","SameorSimilar","{id}"],"host":["premium","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dedbb65f-d8f2-44b2-af45-cb50d9189b52"},{"name":"SoS Details URL","id":"71e79aa5-2411-4663-b80a-ab35753c41eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.pverify.com/API/GetSameAndSimilarDetailsURL/{requestID}","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td>/API/GetSameAndSimilarDetailsURL/{id}</td>\n</tr>\n<tr>\n<td>Production</td>\n<td>/API/GetSameAndSimilarDetailsURL/{id}</td>\n</tr>\n</tbody>\n</table>\n</div><p>This GET method will return details URL with Same and Simialr Request ID as a parameter.</p>\n<p><strong>GetSameAndSimilarDetailsURL Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td>/API/GetSameAndSimilarDetailsURL/{id}</td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td><strong>Description</strong></td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<p><strong>GetSameAndSimilarDetailsURL Resposne</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>isDetailsURLGenerated</td>\n<td>True or false</td>\n</tr>\n<tr>\n<td>url</td>\n<td>string URL</td>\n</tr>\n<tr>\n<td>errorMessage</td>\n<td>Message when isDetailsURLGenerated is false</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Response</strong></p>\n<p>{</p>\n<p>\"isDetailsURLGenerated\": true,</p>\n<p>\"url\": \"<a href=\"https://premium.pverify.com/test1\">https://premium.pverify.com/Details\"</a>,</p>\n<p>\"errorMessage\": null</p>\n<p>}</p>\n","urlObject":{"protocol":"https","path":["API","GetSameAndSimilarDetailsURL","{requestID}"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"71e79aa5-2411-4663-b80a-ab35753c41eb"}],"id":"27c1350f-031f-4b1a-986e-35f0ba49882e","description":"<p>pVerify has two RESTful API end points to give Same or Similar HCPCS(L code) Status information,</p>\n<p>This workflow is:</p>\n<ol>\n<li><p>Get Token via Token call,</p>\n</li>\n<li><p>Call SameOrSimilarInquiry and pass the token along with demographic information.</p>\n</li>\n<li><p>Call GetSameOrSimilarResponse/{requestId} later to get the results and pass the token.</p>\n</li>\n</ol>\n<p>Note : Same Token can be used in subsequent inquiries.</p>\n<p><a href=\"http://jsonviewer.stack.hu/\">The JSON Viewer URL</a></p>\n<p><strong>Credentials</strong>\nTo use these calls, you will need to set up an account and be given a username &amp; password or client-api-id &amp; client-secret. Please contact the pVerify team for this information.</p>\n","event":[{"listen":"prerequest","script":{"id":"113be2f2-006b-44fa-9fdc-ab5be9ffa275","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b5845783-abc2-4194-b30c-eafb43eecb1a","type":"text/javascript","exec":[""]}}],"_postman_id":"27c1350f-031f-4b1a-986e-35f0ba49882e"},{"name":"Skilled Nursing Facility","item":[{"name":"SNF Inquiry","id":"46dceae3-1110-459e-8aae-3c5235da393a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","type":"text","value":"{{client-api-id}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"PayerCode\":\"00007\",\r\n    \"MemberId\":\"123456789A\",\r\n    \"PatientFirstName\":\"firstName\",\r\n    \"PatientLastName\":\"lastName\",\r\n    \"PatientDOB\":\"01/02/1983\",\r\n    \"PatientStateCode\":\"TX\",\r\n    \"DOS\":\"07/22/2020\",\r\n    \"Location\":null,\r\n    \"CallbackURL\":null,\r\n    \"MRN\":null\r\n}"},"url":"https://api.pverify.com/API/SNFInquiry","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/SNFInquiry\">https://api.pverify.com/API/SNFInquiry</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>The pVerify API for SNF is like Same or Similar in that it will not deliver a result instantly, instead the user is expected to call the GET method 1 minute later.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/SNFInquiry\">https://api.pverify.com/API/SNFInquiry</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>POST</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n<tr>\n<td><strong>Body</strong></td>\n<td>See Below</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"snf-codes-inquiry-request-fields\"><strong>SNF Codes Inquiry</strong> Request Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Usage</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PayerCode</td>\n<td>String</td>\n<td>Required</td>\n<td>Payer Code</td>\n</tr>\n<tr>\n<td>MemberId</td>\n<td>String</td>\n<td>Required</td>\n<td>Member ID</td>\n</tr>\n<tr>\n<td>PatientFirstName</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient First Name</td>\n</tr>\n<tr>\n<td>PatientLastName</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient Last Name</td>\n</tr>\n<tr>\n<td>PatientDOB</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient Date of Birth (MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>PatientStateCode</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient State</td>\n</tr>\n<tr>\n<td>DOS</td>\n<td>String</td>\n<td>Optional</td>\n<td>Date of Service (MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>String</td>\n<td>Optional</td>\n<td>Location is the practice location. Note by setting this, you will lock the patient to one location, so that users that login in via our portal who are not authorized to see that location will not see the patient.</td>\n</tr>\n<tr>\n<td>CallbackURL</td>\n<td>String</td>\n<td>Optional</td>\n<td>JSON response will be posted to callbackURL when inquiry is processed and if callbackURL is valid.  <br />This URL should support HTTP POST method and  <br />Content-Type =’application/json’</td>\n</tr>\n<tr>\n<td>MRN</td>\n<td>String</td>\n<td>Optional</td>\n<td>Medical Record Number (like Same or Similar, when populated we will send the results back to this URL) - optional</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"snf-codes-inquiry-response-fields\"><strong>SNF Codes Inquiry Response Fields</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestId</td>\n<td>String</td>\n<td>requestId</td>\n</tr>\n<tr>\n<td>Processed</td>\n<td>boolean</td>\n<td>Returns true if processed</td>\n</tr>\n<tr>\n<td>isDataError</td>\n<td>boolean</td>\n<td>Determines if data error occurred</td>\n</tr>\n<tr>\n<td>errorMessage</td>\n<td>String</td>\n<td>Error Message</td>\n</tr>\n<tr>\n<td>Details</td>\n<td>Object</td>\n<td>Details</td>\n</tr>\n<tr>\n<td>Details.DOSStart</td>\n<td>String</td>\n<td>Date of service start date (Format: MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Details.DOSEnd</td>\n<td>String</td>\n<td>Date of service end (Format: MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Details.AdmitanceDate</td>\n<td>String</td>\n<td>Admitance date</td>\n</tr>\n<tr>\n<td>Details.DischargedDate</td>\n<td>String</td>\n<td>Discharged date</td>\n</tr>\n<tr>\n<td>Details.BillingNPI</td>\n<td>String</td>\n<td>Billing NPI</td>\n</tr>\n<tr>\n<td>Details.PatientStatus</td>\n<td>String</td>\n<td>Patient Status</td>\n</tr>\n<tr>\n<td>Details.Message</td>\n<td>String</td>\n<td>Details Message</td>\n</tr>\n<tr>\n<td>Details.SNFRequestId</td>\n<td>Int</td>\n<td>SNF request ID</td>\n</tr>\n<tr>\n<td>Details.CreatedOn</td>\n<td>String</td>\n<td>Date and time created</td>\n</tr>\n<tr>\n<td>Details.BillingType</td>\n<td>String</td>\n<td>Billing type</td>\n</tr>\n<tr>\n<td>Message</td>\n<td>String</td>\n<td>Message</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>String</td>\n<td>Status</td>\n</tr>\n<tr>\n<td>expectedTimeInSeconds</td>\n<td>String</td>\n<td>Expected time to get response (when you can call GET)</td>\n</tr>\n<tr>\n<td>apiResponseCode</td>\n<td>int</td>\n<td>API Response Code</td>\n</tr>\n<tr>\n<td>apiResponseMessage</td>\n<td>String</td>\n<td>API Response Message</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","SNFInquiry"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"46dceae3-1110-459e-8aae-3c5235da393a"},{"name":"GetSNFResponse","id":"adf4c1b4-b2e3-46ee-9641-b5ffc2b51ba2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.pverify.com/API/GetSNFResponse/91931","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/GETSNFResponse\">https://api.pverify.com/API/GETSNFResponse</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>This GET call is intended to retrieve the SNF response initiated by the SNFInquiry POST call. By adding the requestId received in the POST call, users can retrieve the SNFInquiry Response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/GETSNFResponse\">https://api.pverify.com/API/GETSNFResponse</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n<tr>\n<td><strong>Body</strong></td>\n<td>None</td>\n</tr>\n<tr>\n<td><strong>URL Params</strong></td>\n<td>RequestId (see SNFInquiry)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"getsnfresponse-response-fields\"><strong>GetSNFResponse Response Fields</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestId</td>\n<td>String</td>\n<td>requestId</td>\n</tr>\n<tr>\n<td>Processed</td>\n<td>boolean</td>\n<td>Determines if processed</td>\n</tr>\n<tr>\n<td>IsDataError</td>\n<td>boolean</td>\n<td>Determines if error occurred</td>\n</tr>\n<tr>\n<td>errorMessage</td>\n<td>String</td>\n<td>Error Message</td>\n</tr>\n<tr>\n<td>Details</td>\n<td>Object</td>\n<td>Details</td>\n</tr>\n<tr>\n<td>Details.Id</td>\n<td>int</td>\n<td>Id</td>\n</tr>\n<tr>\n<td>Details.DOSStart</td>\n<td>String</td>\n<td>Date of Service Start (MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Details.DOSEnd</td>\n<td>String</td>\n<td>Date of Service End (MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Details.AdmitanceDate</td>\n<td>String</td>\n<td>Admittance Date (MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Details.DischargedDate</td>\n<td>String</td>\n<td>Discharged Date (MM/DD/YYYY)</td>\n</tr>\n<tr>\n<td>Details.BillingAPI</td>\n<td>String</td>\n<td>Billing API</td>\n</tr>\n<tr>\n<td>Details.PatientStatus</td>\n<td>String</td>\n<td>Patient Status</td>\n</tr>\n<tr>\n<td>Details.Message</td>\n<td>String</td>\n<td>Message</td>\n</tr>\n<tr>\n<td>Details.SNFRequestID</td>\n<td>int</td>\n<td>SNF request ID</td>\n</tr>\n<tr>\n<td>Details.CreatedOn</td>\n<td>String</td>\n<td>Time Stamp of date and time created</td>\n</tr>\n<tr>\n<td>Details.BillingType</td>\n<td>String</td>\n<td>Billing Type</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Message</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status</td>\n</tr>\n<tr>\n<td>apiResponseCode</td>\n<td>int</td>\n<td>API Response Code</td>\n</tr>\n<tr>\n<td>apiResponseMessage</td>\n<td>String</td>\n<td>API Response Message</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","GetSNFResponse","91931"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"adf4c1b4-b2e3-46ee-9641-b5ffc2b51ba2"}],"id":"a9b0a1c0-2fd5-4f53-bd66-b546cc179705","_postman_id":"a9b0a1c0-2fd5-4f53-bd66-b546cc179705","description":""},{"name":"Claim Status","item":[{"name":"ClaimStatusInquiry","id":"06a58c55-84f9-4fd7-b426-5ed126209025","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","type":"text","value":"{{client-api-id}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"payerCode\": \"00001\",   \r\n    \"ProviderLastName\": \"lastname\",\r\n    \"ProviderNPI\": \"1234567890\", \r\n    \"ProviderFederalTaxId\": \"\",\r\n    \"payerClaimNumber\": \"\",\r\n    \"chargeAmount\": 732.87,\r\n    \"serviceStartDate\": \"04/01/2020\",\r\n    \"serviceEndDate\": \"04/01/2020\",\r\n    \"subscriber\": {\r\n        \"FirstName\": \"\",\r\n        \"lastName\": \"lastname\",\r\n        \"dob\": \"07/07/2010\",\r\n        \"memberID\": \"memberID\",\r\n        \"gender\" : null // or \"M\" or \"F\"\r\n    },\r\n    \"isPatientDependent\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pverify.com/API/ClaimStatusInquiry","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/ClaimStatusInquiry\">https://testapi.pverify.com/API/ClaimStatusInquiry</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/ClaimStatusInquiry\">https://api.pverify.com/API/ClaimStatusInquiry</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>The ClaimStatusInquiry is the second step of the workflow for obtaining Claim status Information through pVerify. As demonstrated below, the ClaimStatusInquiry call takes in subscriber or dependent demographic information, along with the authorization token, and returns the claim status among other information. To use this or any other method, you must first generate a token via the Token endpoint (see above Token method).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/ClaimStatusInquiry\">https://api.pverify.com/API/ClaimStatusInquiry</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>POST</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td><strong>Description</strong></td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer XXX</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>client-api-id provided by pVerify</td>\n</tr>\n<tr>\n<td><strong>Body</strong></td>\n<td>See right</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<p>Note: The ClaimStatusInquiry for dependents is the same for self. However, it uses different data parameters.</p>\n<h2 id=\"claimstatusinquiry-request-fields-for-self\">ClaimStatusInquiry Request Fields for Self</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Usage</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>payerCode</td>\n<td>String</td>\n<td>Required</td>\n<td>pVerify payer Code (i.e. Aetna 00001)</td>\n</tr>\n<tr>\n<td>ProviderLastName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Provider Last Name</td>\n</tr>\n<tr>\n<td>ProviderNPI</td>\n<td>String</td>\n<td>Conditional</td>\n<td>10-digit NPI value (Not required when ProviderFederalTaxId is available)</td>\n</tr>\n<tr>\n<td>ProviderFederalTaxId</td>\n<td>String</td>\n<td>Conditional</td>\n<td>9 - digit Federal Tax Id (EIN) (not required when NPI is available)</td>\n</tr>\n<tr>\n<td>payerClaimNumber</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Payer claim number</td>\n</tr>\n<tr>\n<td>chargeAmount</td>\n<td>String</td>\n<td>Required</td>\n<td>Charge Amount</td>\n</tr>\n<tr>\n<td>serviceStartDate</td>\n<td>String</td>\n<td>Required</td>\n<td>Start date of service (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>serviceEndDate</td>\n<td>String</td>\n<td>Required</td>\n<td>End date of service (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>subscriber</td>\n<td>Object</td>\n<td>Required</td>\n<td>Subscriber demographic information</td>\n</tr>\n<tr>\n<td>subscriber.FirstName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Subscriber first name</td>\n</tr>\n<tr>\n<td>subscriber.lastName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Subscriber last name</td>\n</tr>\n<tr>\n<td>subscriber.dob</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Subscriber Date of Birth (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>subscriber.memberID</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Member ID of subscriber</td>\n</tr>\n<tr>\n<td>subscriber.gender</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Gender of subscriber. Allowed M, F or O</td>\n</tr>\n<tr>\n<td>isPatientDependent</td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Determines if the patient is dependent</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"claimstatusinquiry-request-fields-for-dependents\">ClaimStatusInquiry Request Fields for Dependents</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>payerCode</td>\n<td>String</td>\n<td>Yes</td>\n<td>pVerify payer Code (i.e. Aetna 00001)</td>\n</tr>\n<tr>\n<td>ProviderLastName</td>\n<td>String</td>\n<td>No</td>\n<td>Provider Last Name</td>\n</tr>\n<tr>\n<td>ProviderNPI</td>\n<td>String</td>\n<td>Conditional</td>\n<td>10-digit NPI value (Not required when ProviderFederalTaxId is available)</td>\n</tr>\n<tr>\n<td>ProviderFederalTaxId</td>\n<td>String</td>\n<td>Conditional</td>\n<td>9 - digit Federal Tax Id (EIN) (not required when NPI is available)</td>\n</tr>\n<tr>\n<td>payerClaimNumber</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Payer claim number</td>\n</tr>\n<tr>\n<td>chargeAmount</td>\n<td>String</td>\n<td>Yes</td>\n<td>Charge Amount</td>\n</tr>\n<tr>\n<td>serviceStartDate</td>\n<td>String</td>\n<td>Yes</td>\n<td>Start date of service (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>serviceEndDate</td>\n<td>String</td>\n<td>Yes</td>\n<td>End date of service (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>subscriber</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Subscriber demographic information</td>\n</tr>\n<tr>\n<td>subscriber.FirstName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Subscriber first name</td>\n</tr>\n<tr>\n<td>subscriber.lastName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Subscriber last name</td>\n</tr>\n<tr>\n<td>subscriber.dob</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Subscriber Date of Birth (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>subscriber.memberID</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Member ID of subscriber</td>\n</tr>\n<tr>\n<td>subscriber.gender</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Gender of subscriber.Allowed M, F or O</td>\n</tr>\n<tr>\n<td>isPatientDependent</td>\n<td>boolean</td>\n<td>No</td>\n<td>Determines if the patient is dependent</td>\n</tr>\n<tr>\n<td>dependent</td>\n<td>Object</td>\n<td>Conditional</td>\n<td>Dependent demographic information</td>\n</tr>\n<tr>\n<td>dependent.FirstName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Dependent first name</td>\n</tr>\n<tr>\n<td>dependent.lastName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Dependent last name</td>\n</tr>\n<tr>\n<td>dependent.dob</td>\n<td>String</td>\n<td>No</td>\n<td>Dependent Date of Birth (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>dependent.gender</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Gender of Dependent.Allowed M, F or O</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"claimstatusinquiry-response-fields\">ClaimStatusInquiry Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RequestID</td>\n<td>Long</td>\n<td>Claim Status Request ID</td>\n</tr>\n<tr>\n<td>apiResponseCode</td>\n<td>int</td>\n<td>API transaction response code. Please see apiResponseCode table</td>\n</tr>\n<tr>\n<td>apiResponseMessage</td>\n<td>String</td>\n<td>API transaction response message</td>\n</tr>\n<tr>\n<td>ProcessedWithError</td>\n<td>String</td>\n<td>true when processed with error by the payer.</td>\n</tr>\n<tr>\n<td>payerClaimNo</td>\n<td>String</td>\n<td>Payer Claim Number (if returned in EDI 277)</td>\n</tr>\n<tr>\n<td>categoryCode</td>\n<td>String</td>\n<td>Category code of claim status</td>\n</tr>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>Category of claim status</td>\n</tr>\n<tr>\n<td>claimStatusReasonCode</td>\n<td>String</td>\n<td>Claim Status Code</td>\n</tr>\n<tr>\n<td>claimStatus</td>\n<td>String</td>\n<td>Claim status text</td>\n</tr>\n<tr>\n<td>payer</td>\n<td>Payer</td>\n<td>Contains payer info</td>\n</tr>\n<tr>\n<td>providerInfo</td>\n<td>Info</td>\n<td>Contains provider info</td>\n</tr>\n<tr>\n<td>subscriber</td>\n<td>Info</td>\n<td>Contains Subscriber info</td>\n</tr>\n<tr>\n<td>dependent</td>\n<td>Info</td>\n<td>Contains dependent info</td>\n</tr>\n<tr>\n<td>ClaimStatuses</td>\n<td>List</td>\n<td>Contains Claim Status Info</td>\n</tr>\n<tr>\n<td>ClaimStatuses.serviceLine</td>\n<td>List</td>\n<td>Contains Claim Service line item info, ie: Code specific info</td>\n</tr>\n</tbody>\n</table>\n</div><p>The API Response Codes and there description are shown below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>APIResponseCode</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Processed</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Rejected</td>\n</tr>\n<tr>\n<td>2</td>\n<td>NoFunds (insufficient account balance)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>InvalidRequest (Required data missing)</td>\n</tr>\n<tr>\n<td>4</td>\n<td>InvalidFormat (data format or data fields are wrong)</td>\n</tr>\n<tr>\n<td>5</td>\n<td>InvalidPayer (Payer does not support Claim Status electronically / inactive)</td>\n</tr>\n<tr>\n<td>6</td>\n<td>LocationError (Location is not configured)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","ClaimStatusInquiry"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"06a58c55-84f9-4fd7-b426-5ed126209025"},{"name":"GetClaimStatusResponse","id":"9041cf59-2440-4e9d-9cf7-bb28071b0d53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","type":"text","value":"{{client-api-id}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apis.pverify.com/API/GetClaimStatusResponse/53","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/GetClaimStatusResponse/%7BrequestId%7D\">https://testapi.pverify.com/API/GetClaimStatusResponse/{requestId}</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/GetClaimStatusResponse/%7BrequestId%7D\">https://api.pverify.com/API/GetClaimStatusResponse/{requestId}</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>This GET method is used to obtain the transaction result later using a unique request ID. Note: the data is deleted after 90 days.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/GetClaimStatusResponse/%7BrequestId%7D\">https://api.pverify.com/API/GetClaimStatusResponse/{requestId}</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td><strong>Description</strong></td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Bearer XXX</td>\n</tr>\n<tr>\n<td>Client-API-Id</td>\n<td>client-api-id provided through pVerify</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>URL Parameters</td>\n<td>Unique Request id</td>\n</tr>\n<tr>\n<td>Data Parameters</td>\n<td>None</td>\n</tr>\n</tbody>\n</table>\n</div><p>A successful GetClaimStatusResponse call will have the same format as the ClaimStatusInquiry response (above).</p>\n","urlObject":{"protocol":"https","path":["API","GetClaimStatusResponse","53"],"host":["apis","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9041cf59-2440-4e9d-9cf7-bb28071b0d53"}],"id":"6c3e355f-ce49-4b7e-aaf0-384e94178971","description":"<p> pVerify has several RESTful APIs to give Claim Status information, given subscriber or dependent  It would be a two step work flow.</p>\n<p>  <strong>ClaimStatus payer work flow</strong></p>\n<ol>\n<li><p>Generate Token</p>\n</li>\n<li><p>Call ClaimStatusInquiry to submit a request to our queue to get the Claim Status</p>\n</li>\n</ol>\n<p>  In order to run a Claim Status call, it is first necessary to generate a token using the <a href=\"#token\">authorization call</a></p>\n","event":[{"listen":"prerequest","script":{"id":"3ba6eee3-47ae-4d04-a145-8cd037259c60","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2fcdc49a-5ef5-4f84-8146-29c090183193","type":"text/javascript","exec":[""]}}],"_postman_id":"6c3e355f-ce49-4b7e-aaf0-384e94178971"},{"name":"Estimates","item":[{"name":"EstimateCalculation","id":"d5883eff-f4dd-43c9-936b-341a24807f08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"zipCode\": \"27713\",\r\n    \"cptCodes\":[\"10061\",\"0191T\", \"33300\"],\r\n    \"coPay\":\"20\",\r\n    \"coinsPercentage\":\"30\",\r\n    \"deductibleRemaining\":\"40\",\r\n    \"outofPocketRemaining\": \"\",\r\n    \"isCopayIncludeInDeductible\":false,\r\n    \"isSecondryStatusActive\":false,\r\n    \"NonMedicareMultipleFactor\":1.2,\r\n    \"InternalId\":null\r\n}"},"url":"https://api.pverify.com/api/EstimateCalculation","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/api/EstimateCalculation\">https://api.pverify.com/api/EstimateCalculation</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>This POST call will get an estimated price from CMS (Medicare) non-facility price index. In order for you to use this, we must add the estimator service (which is free) to your account. Additionally, for the Zip code, use 0 for national pricing, and you can send an array of CPT codes per the Postman example. Please note, due to the nature of the EstimateCalculation call, no test credentials are available.</p>\n<h2 id=\"estimatecalculation-request\"><strong>EstimateCalculation Request</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/api/EstimateCalculation\">https://api.pverify.com/api/EstimateCalculation</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>POST</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td><strong>Body</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Data Parameters</td>\n<td>See fields to the right</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id is required in header. Header keys are case sensitive.</p>\n<h2 id=\"estimatecalculation-request-fields\"><strong>EstimateCalculation</strong> Request Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>zipCode</td>\n<td>String</td>\n<td>Zip code of your location. Use 0 for national pricing.</td>\n</tr>\n<tr>\n<td>cptCodes</td>\n<td>String</td>\n<td>Array of CPT codes needed for estimate. If there is a modifier include it as a dash. For example, 93024-TC would be the cardiac drug stress test technical component.</td>\n</tr>\n<tr>\n<td>coPay</td>\n<td>String</td>\n<td>Dollar amount of patient copay.</td>\n</tr>\n<tr>\n<td>coinsPercentage</td>\n<td>String</td>\n<td>In percent, coinsurance</td>\n</tr>\n<tr>\n<td>deductibleRemaining</td>\n<td>String</td>\n<td>Dollar amount of deductible remaining</td>\n</tr>\n<tr>\n<td>outofPocketRemaining</td>\n<td>String</td>\n<td>Out of pocket remaining- if this is blank we will not include this in the calculation.</td>\n</tr>\n<tr>\n<td>isCopayIncludeInDeductible</td>\n<td>Boolean</td>\n<td>Add copay to coinsurance or not.</td>\n</tr>\n<tr>\n<td>isSecondaryStatusActive</td>\n<td>Boolean</td>\n<td>If patient has secondary insurance- if this is true then patient responsibility is zero.</td>\n</tr>\n<tr>\n<td>NonMedicareMultipleFactor</td>\n<td>Decimal</td>\n<td>NonMedicare Multiple factor to CPT values calculation</td>\n</tr>\n<tr>\n<td>InternalId</td>\n<td>String</td>\n<td>Internal Id for patient</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"estimatecalculation-response\"><strong>EstimateCalculation Response</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>patientResponsibility</td>\n<td>The amount the patient owes.</td>\n</tr>\n<tr>\n<td>copay</td>\n<td>Patient copay.</td>\n</tr>\n<tr>\n<td>coInsPercentage</td>\n<td>Coinsurance percentage.</td>\n</tr>\n<tr>\n<td>coInsAmount</td>\n<td>Coinsurance Amount.</td>\n</tr>\n<tr>\n<td>estimatedAllowable</td>\n<td>THe sum of the charges (note: not all charges are approved by CMS)</td>\n</tr>\n<tr>\n<td>deductibleRemainging</td>\n<td>Amount of deductible remaining.+</td>\n</tr>\n<tr>\n<td>outOfPocketRemaining</td>\n<td>Amount remaining for out of pocket.++</td>\n</tr>\n<tr>\n<td>amountPayable</td>\n<td>Amount Payable</td>\n</tr>\n<tr>\n<td>selected CPTs</td>\n<td>Selected CPT codes</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Zip code returned</td>\n</tr>\n<tr>\n<td>apiResponseCode</td>\n<td>API response code</td>\n</tr>\n<tr>\n<td>apiResponseMessage</td>\n<td>API response message</td>\n</tr>\n<tr>\n<td>InternalId</td>\n<td>Internal Id for patient</td>\n</tr>\n</tbody>\n</table>\n</div><p>+The deductible must be met before insurance applies. For example, if the deductible remaining is 1000, then the patient will have to pay out of pocket $1000 for next procedure as long as the procedure amount &gt; $1000.<br />++This is typically a high number. Once it reaches zero, the patient responsibility is zero. It is designed for catastrophic coverage ie: major surgery or chemotherapy.</p>\n","urlObject":{"protocol":"https","path":["api","EstimateCalculation"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5883eff-f4dd-43c9-936b-341a24807f08"}],"id":"e299c681-6132-4c00-ad79-a571628ae521","description":"<p>pVerify has two RESTful API end points to provide  CGX  information,\nThe workflow is:</p>\n<ol>\n<li>Get Token via Token call,</li>\n<li>Call CGXInquiry and pass the token along with demographic information.</li>\n</ol>\n<p>Note** : Same Token can be used in subsequent inquiries.</p>\n","event":[{"listen":"prerequest","script":{"id":"2cba9519-131c-4fbd-bd5c-2537fca7e2a1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"13128ba0-84a1-47fe-ac24-9175e1c8125f","type":"text/javascript","exec":[""]}}],"_postman_id":"e299c681-6132-4c00-ad79-a571628ae521"},{"name":"CMN","item":[{"name":"CMNInquiry","id":"deb9000d-6025-4c54-896c-dbd8a294be65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"memberId\": \"123456\",\r\n\"patientFirstName\": \"First Name\",\r\n\"patientLastName\": \"Last Name\",\r\n\"patientDOB\": \"Date of birth\",\r\n\"patientStateCode\": \"StateCode\",\r\n\"hcpcsCode\": \"A, B, E, or K code\",\r\n\"dosStart\": \"12/09/2020\", \r\n\"dosEnd\": \"12/09/2020\", \r\n\"location\": \"location Name\",\r\n\"callBackUrl\":\"http://www.test.com/api/PostData\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pverify.com/API/CMNInquiry","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/CMNInquiry\">https://testapi.pverify.com/API/CMNInquiry</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/CMNInquiry\">https://api.pverify.com/API/CMNInquiry</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>This endpoint submits a Same/Similar request into our queue. Note that this is not real time, and either the postback URL must be used (to submit the response to), or the GetSameOrSimilarResponse endpoint must be called with the request ID.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/CMNInquiry\">https://api.pverify.com/API/CMNInquiry</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>POST</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n<tr>\n<td><strong>Body</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Data Parameters</td>\n<td>See Right Panel</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id is required in header. Header keys are case sensitive.</p>\n<h2 id=\"cmninquiry-request-fields\"><strong>CMNInquiry Request fields</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Usage</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>memberId</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient's member ID (HICN).</td>\n</tr>\n<tr>\n<td>patientFirstName</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient First Name.</td>\n</tr>\n<tr>\n<td>patientLastName</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient Last Name.</td>\n</tr>\n<tr>\n<td>patientDOB</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient DOB (Expected format: MM/dd/YYYY ie 01/01/2000).</td>\n</tr>\n<tr>\n<td>patientStateCode</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient State Code ex: AL.</td>\n</tr>\n<tr>\n<td>hcpcsCode</td>\n<td>String</td>\n<td>Required</td>\n<td>HCPCS -L codes only. Multiple codes can be sent by separating with a comma (,).</td>\n</tr>\n<tr>\n<td>dosStart</td>\n<td>String</td>\n<td>Optional</td>\n<td>Date of service start date (Expected format: MM/dd/YYYY ie 01/01/2000). Default value is 5 years before date to current date.</td>\n</tr>\n<tr>\n<td>dosEnd</td>\n<td>String</td>\n<td>Optional</td>\n<td>Date of service end date (Expected format: MM/dd/YYYY ie 01/01/2000). Default value is current date (Today's date).</td>\n</tr>\n<tr>\n<td>location</td>\n<td>String</td>\n<td>Optional</td>\n<td>Location name and the default is client user's location or client's location.</td>\n</tr>\n<tr>\n<td>callBackUrl</td>\n<td>String</td>\n<td>Optional</td>\n<td>to Post response data on client side</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"apiresponsecode-meaning\"><strong>APIResponseCode Meaning</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>APIResponseCode</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Processed</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Rejected</td>\n</tr>\n<tr>\n<td>2</td>\n<td>NoFunds (Insufficient Account Balance)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Pending (Pending need to get response later)</td>\n</tr>\n<tr>\n<td>4</td>\n<td>InvalidRequest (Required Data Missing)</td>\n</tr>\n<tr>\n<td>5</td>\n<td>InvalidFormat (data fields / data format is wrong)</td>\n</tr>\n<tr>\n<td>6</td>\n<td>LocationError (Location is not configured)</td>\n</tr>\n</tbody>\n</table>\n</div><p>** Response JSON Processing Steps **</p>\n<p><strong>Step 1:</strong> Check the value of the API Response Code property. If the API Response Code is 3 (Pending) then the request is pending and the Request ID can be extracted.</p>\n<p><strong>Step 2:</strong> Save the data</p>\n<p>Note: The CMN API always returns API response code as 3 (pending)</p>\n","urlObject":{"protocol":"https","path":["API","CMNInquiry"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"deb9000d-6025-4c54-896c-dbd8a294be65"},{"name":"GetCMNResponse","id":"1b347d13-61e5-41cb-8523-2fd48804b9f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.pverify.com/API/GetCMNResponse/8","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/GetCMNResponse/%7BrequestID%7D\">https://testapi.pverify.com/API/GetCMNResponse/{requestID}</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/GetCMNResponse/%7BrequestID%7D\">https://api.pverify.com/API/GetCMNResponse/{requestID}</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>This call is used to get the transaction result later using a unique request ID.</p>\n<p>Note: We purge this data after 90 days</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/GetCMNResponse/%7BrequestID%7D\">https://api.pverify.com/API/GetCMNResponse/{requestID}</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<p>Notes</p>\n<ol>\n<li><p>Always check for apiResponseCode property value before processing.</p>\n</li>\n<li><p>If APIResponseCode is zero then look for ErrorMessage and Claims to process response.</p>\n</li>\n</ol>\n<p>A successful GetSameOrSimilarResponse will have the same format as the SameOrSimilarInquiry response.</p>\n<h2 id=\"api-response-codes\">API Response Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>APIResponseCode</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Processed</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Rejected</td>\n</tr>\n<tr>\n<td>2</td>\n<td>NoFunds (Insufficient Account Balance)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Pending (Pending need to get response later)</td>\n</tr>\n<tr>\n<td>4</td>\n<td>InvalidRequest (Required Data Missing)</td>\n</tr>\n<tr>\n<td>5</td>\n<td>InvalidFormat (data fields / data format is wrong)</td>\n</tr>\n<tr>\n<td>6</td>\n<td>LocationError (Location is not configured)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"cmn-response-details\"><strong>CMN Response Details</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RequestId</td>\n<td>long</td>\n<td>Same or Similar Request ID.</td>\n</tr>\n<tr>\n<td>apiResponseCode</td>\n<td>int</td>\n<td>API transaction response code. Please see apiResponseCodes section.</td>\n</tr>\n<tr>\n<td>apiResponseMessage</td>\n<td>String</td>\n<td>API transaction response message.</td>\n</tr>\n<tr>\n<td>isDataError</td>\n<td>boolean</td>\n<td>True - when invalid patient details (Invalid HICN/MBI or Invalid DOB); False - for all valid requests.</td>\n</tr>\n<tr>\n<td>CertificatesCount</td>\n<td>int</td>\n<td>No of certiifcates found in response</td>\n</tr>\n<tr>\n<td>Message</td>\n<td>String</td>\n<td>Contains messages other than error messages (No claims found).</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>String</td>\n<td>Status of transaction (Processed, Rejected or Pending).</td>\n</tr>\n<tr>\n<td>RentalsDescription</td>\n<td>String</td>\n<td>Oxygen Rentals Description.</td>\n</tr>\n<tr>\n<td>IsVerifiedAllJusrisdiction</td>\n<td>Boolean</td>\n<td>Tells the transaction is verified in all Jurisdiction or not.If value false then need to get response using same API later.</td>\n</tr>\n<tr>\n<td>VerifiedJurisdcitions</td>\n<td>String Array</td>\n<td>Contians Verified jurisdictions.</td>\n</tr>\n<tr>\n<td>Certificates</td>\n<td>List</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>Contains claim certificates status info.</td>\n<td></td>\n</tr>\n<tr>\n<td>Certificate.SubmittedHcpcs</td>\n<td>String</td>\n<td>HCPCS Code Submitted in Request</td>\n</tr>\n<tr>\n<td>Certificate.ApprovedHcpcs</td>\n<td>String</td>\n<td>HCPCS Code which is approved by Medicare</td>\n</tr>\n<tr>\n<td>Certificate.InitialDate</td>\n<td>String</td>\n<td>Initial Date of Billing</td>\n</tr>\n<tr>\n<td>Certificate.RevisedDate</td>\n<td>String</td>\n<td>Revised Date for CMN, if any.</td>\n</tr>\n<tr>\n<td>Certificate.LastClaimDate</td>\n<td>String</td>\n<td>Date on which Last claim is recorded.</td>\n</tr>\n<tr>\n<td>Certificate.Status</td>\n<td>String</td>\n<td>Status of Certificate. Valid / Open</td>\n</tr>\n<tr>\n<td>Certificate.SupplierName</td>\n<td>String</td>\n<td>Supplier Name.</td>\n</tr>\n<tr>\n<td>Certificate.SupplierPhone</td>\n<td>String</td>\n<td>Supplier Phone Number</td>\n</tr>\n<tr>\n<td>Certificate.TypeValue</td>\n<td>String</td>\n<td>Type – Initial, Recert or Revised.</td>\n</tr>\n<tr>\n<td>Certificate.LengthOfNeed</td>\n<td>String</td>\n<td>Length for which CMN is approved.</td>\n</tr>\n<tr>\n<td>Certificate.TotalRentalPayments</td>\n<td>Total Rental Payments</td>\n<td></td>\n</tr>\n<tr>\n<td>Certificate.Message</td>\n<td>String</td>\n<td>Contains Message like No Certificates are found.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","GetCMNResponse","8"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b347d13-61e5-41cb-8523-2fd48804b9f3"},{"name":"CMN Report","id":"0c3b86d6-0e3e-48f0-b536-20ead278ca99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Client-API-Id","value":"xxx","type":"text"},{"key":"Client-Secret","value":"xxx","type":"text"}],"url":"https://premium.pverify.com/PDFReport/CMN/{id}","description":"<p>This returns a PDF report of the CMN request.</p>\n<p>Note two things:</p>\n<ol>\n<li><p>The endpoint is premium.pverify.com</p>\n</li>\n<li><p>Authentication token is not used, instead pass your API ID and Secret.</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["PDFReport","CMN","{id}"],"host":["premium","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c3b86d6-0e3e-48f0-b536-20ead278ca99"}],"id":"464faab0-4916-4c36-a55a-49c2bd5b779a","description":"<p>pVerify has two RESTful API end points to give CMN (A,B,E or K codes) Status information,</p>\n<p>This workflow is:</p>\n<ol>\n<li><p>Get Token via Token call,</p>\n</li>\n<li><p>Call CMNInquiry and pass the token along with demographic information.</p>\n</li>\n<li><p>Call GetSameOrSimilarResponse/{requestId} later to get the results and pass the token.</p>\n</li>\n</ol>\n<p>Note : Same Token can be used in subsequent inquiries.</p>\n<p>The JSON Viewer URL</p>\n<p>Credentials To use these calls, you will need to set up an account and be given a username &amp; password or client-api-id &amp; client-secret. Please contact the pVerify team for this information.</p>\n","event":[{"listen":"prerequest","script":{"id":"eba8cbf7-f0ff-4164-af37-a2b728bb9c57","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f98acc59-38f9-48ea-a7b2-35118e96a0ba","type":"text/javascript","exec":[""]}}],"_postman_id":"464faab0-4916-4c36-a55a-49c2bd5b779a"},{"name":"MBI","item":[{"name":"MBIInquiry","id":"ddbb67c4-b856-4002-8acf-63e9e39fb186","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Authorization","value":"Bearer {{auth-token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ProviderLastName\": \"ProviderLastName\",\r\n    \"ProviderNPI\": \"1234567890\",\r\n    \"PatientFirstName\": \"John\",\r\n    \"PatientDOB\": \"07/15/1956\",\r\n    \"PatientLastName\": \"Doe\",\r\n    \"PatientSSN_or_HICN\": \"\",\r\n    \"PatientSSN\": \"\",\r\n    \"MRN\": \"1234\",\r\n    \"Location\": \"\",\r\n    \"Address\": {\r\n        \"AddressLine1\": null,\r\n        \"City\": null,\r\n        \"State\": \"MD\",\r\n        \"ZipCode\": null\r\n    }\r\n}"},"url":"https://api.pverify.com/API/MBIInquiry","description":"<p>MBI Skip Mechanism:</p>\n<p>A transaction will be skipped if another transaction with same parameters(<strong>First Name, Last Name, Date of Birth (DOB), State, and SSN</strong>) is run in the current Calander month that is Processed/Processed with valid error</p>\n<h2 id=\"mbi-request-fields\"><strong>MBI Request Fields</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Usage</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PatientSSN</td>\n<td>String</td>\n<td>Deprecated</td>\n<td>Patient’s SSN or HICN</td>\n</tr>\n<tr>\n<td>PatientSSN_or_HICN</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient’s SSN or HICN</td>\n</tr>\n<tr>\n<td>PatientFirstName</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient first name</td>\n</tr>\n<tr>\n<td>PatientLastName</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient last name</td>\n</tr>\n<tr>\n<td>PatientDOB</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient DOB in MM/dd/yyyy format</td>\n</tr>\n<tr>\n<td>ProviderLastName</td>\n<td>String</td>\n<td>Required</td>\n<td>Provider Last Name</td>\n</tr>\n<tr>\n<td>ProviderNPI</td>\n<td>String</td>\n<td>Required</td>\n<td>Provider NPI, format is 10 digits</td>\n</tr>\n<tr>\n<td>MRN</td>\n<td>String</td>\n<td>Optional</td>\n<td>Medical record number , 50 chars are allowed.</td>\n</tr>\n<tr>\n<td>Address.AddressLine1</td>\n<td>String</td>\n<td>Optional</td>\n<td>Patient Street Address</td>\n</tr>\n<tr>\n<td>Address.City</td>\n<td>String</td>\n<td>Optional</td>\n<td>Patient City</td>\n</tr>\n<tr>\n<td>Address.State</td>\n<td>String</td>\n<td>Optional</td>\n<td>Patient State</td>\n</tr>\n<tr>\n<td>Address.ZipCode</td>\n<td>String</td>\n<td>Optional</td>\n<td>Patient ZipCode</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","MBIInquiry"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddbb67c4-b856-4002-8acf-63e9e39fb186"},{"name":"GetMBIResponse","id":"8aa7d5b4-ad84-41cd-a9cf-148e6b0fccd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Authorization","value":"Bearer {{auth-token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.pverify.com/API/GetMBIResponse/{requestId}","description":"<p>This call is used to get the transaction result later using unique request id which is returned in MBIInquiry API call.</p>\n<p>Sample Response</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{   \n \"RequestId\": \"482672\",\n \"Status\":\"Processed\",\n\"ErrorMessage\": null,\n \"PatientSSN\": \"123XXXXXX\",\n\"PatientFirstName\": \"PatientFirstName\",\n\"PatientLastName\": \"PatientLastName\",\n\"PatientDOB\": \"mm/dd/yyyy\",\n\"MBI\": \"234XXXXXXXXX\",\n\"MRN\": \"123435\",\n\"PartAStatus\": \"Active\",\n\"PartBStatus\": \"Active\",\n\"PartADate\": \"02/01/2021\",\n\"PartBDate\": \"02/01/2021\",\n\"ExpiredDate\": null,\n\"MedicareReason\":\"\",\n\"APIResponseCode\": 0,\n\"APIResponseMessage\": \"Processed\",\n\"ProcessedWithError\":false,\n\"address\": {\n    \"city\": \"City\",\n    \"state\": \"MD\",\n    \"street\": \"310 main\",\n    \"zip\": \"12345\"\n  },\n\"recordCount\": \"1\",\n  \"score\": \"96\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["API","GetMBIResponse","{requestId}"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8aa7d5b4-ad84-41cd-a9cf-148e6b0fccd4"}],"id":"b1971619-bedc-4cba-b32f-4097bd12e70f","description":"<p>pVerify has two RESTful API end points  to provide  MBI  information, a POST and a GET call.  The POST call will attempt the MBI inquiry and will get a real-time response with information related to the MBI inquiry.  The GET call can be used optionally to retrieve that same response from our database.</p>\n<p>The workflow is: </p>\n<ol>\n<li><p>Get Token via Token call.</p>\n</li>\n<li><p>Call MBIInquiry and pass the token along with demographic information. </p>\n</li>\n<li><p>Optionally use the GET call to retrieve the POST response.</p>\n</li>\n</ol>\n<p>Note** : Same Token can be used in subsequent inquiries.</p>\n","_postman_id":"b1971619-bedc-4cba-b32f-4097bd12e70f"},{"name":"Insurance Discovery","item":[{"name":"InsuranceDiscovery","id":"a8980dd4-58b0-4bce-9dd7-d6a2c15657b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"doS_EndDate\":\"04/28/2023\",\"doS_StartDate\":\"04/28/2023\",\"patientStateId\":10,\"patientState\":\"\",\"patientSSN\":\"\",\"patientLastName\":\"TEST\",\"patientFirstName\":\"TEST\",\"patientDOB\":\"01/01/1950\",\"patientGender\":\"M\",\"location\":\"CA\",\"notes\":\"\", \"verifyMedicare\":false, \"patientHasDisability\":false }"},"url":"https://api.pverify.com/api/InsuranceDiscovery","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/InsuranceDiscovery\">https://testapi.pverify.com/API/InsuranceDiscovery</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/InsuranceDiscovery\">https://api.pverify.com/API/InsuranceDiscovery</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>pVerify’s Insurance Discovery allows Hospitals and Providers to find a patient’s insurance coverage to collect potentially millions from insurance companies, allow prompt claim submission, increase patient payment collection, and drastically decrease Account Receivables.</p>\n<p><strong>Patient States</strong><br />To run insurance discovery a patient state or patient state ID is required. As part of the setup, pVerify will work with you to create Patient States.</p>\n<p><strong>Medicare</strong><br />We will return a new object for Medicare called MedicareInfoSummary which will return Medicare specific information such as Part A/B deductible, pharmacy payer name, MCA payer name, and more information. This object will only be returned for Medicare, for all other payers it is null. Please use this object when sending Medicare patients to retrieve Medicare specific information.</p>\n<p><strong>Headers</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/InsuranceDiscovery\">https://api.pverify.com/API/InsuranceDiscovery</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>POST</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id</td>\n<td>API ID provided by pVerify</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id is required. Header keys are case sensitive.</p>\n<h2 id=\"insurancediscovery-request-fields\">InsuranceDiscovery Request Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Usage</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>patientStateId</td>\n<td>Integer</td>\n<td>Conditional</td>\n<td>Please get it from pverify Team. Either patientSateId or patientState is required.</td>\n</tr>\n<tr>\n<td>patientState</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Please get it from pverify Team. Either patientSateId or patientState is required.</td>\n</tr>\n<tr>\n<td>patientFirstName</td>\n<td>String</td>\n<td>Required</td>\n<td>First Name of patient required for inquiry</td>\n</tr>\n<tr>\n<td>patientLastName</td>\n<td>String</td>\n<td>Required</td>\n<td>Last Name of patient required for inquiry</td>\n</tr>\n<tr>\n<td>patientDOB</td>\n<td>String</td>\n<td>Required</td>\n<td>Required for self-inquiry for better matching result. (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>patientSSN</td>\n<td>String</td>\n<td>Conditional</td>\n<td>SSN of Patient(To MBI lookup)</td>\n</tr>\n<tr>\n<td>patientGender</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Gender will be mandatory for Medicaid patients</td>\n</tr>\n<tr>\n<td>doS_StartDate</td>\n<td>String</td>\n<td>Required</td>\n<td>Date of service start date (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>doS_EndDate</td>\n<td>String</td>\n<td>Required</td>\n<td>Date of service end date (Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>referenceId</td>\n<td>String</td>\n<td>Optional</td>\n<td>Patient MRN or account Number</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>String</td>\n<td>Optional</td>\n<td>any free-text related patient</td>\n</tr>\n<tr>\n<td>location</td>\n<td>String</td>\n<td>Required</td>\n<td>Location is the practice location. Note by setting this, you will lock the patient to one location, so that users that login in via our portal who are not authorized to see that location will not see the patient.</td>\n</tr>\n<tr>\n<td>verifyMedicare</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>Default is false. If true, then Medicare transaction will takes place when the patient's age is &gt;30 years.</td>\n</tr>\n<tr>\n<td>patientHasDisability</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>Default is false. If true, then Medicare transaction will takes place.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"insurancediscovery-response-fields\">InsuranceDiscovery Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RequestID</td>\n<td>Integer</td>\n<td>Eligibility Transaction ID</td>\n</tr>\n<tr>\n<td>APIResponseCode</td>\n<td>String</td>\n<td>0-Processed,1-Rejected,2-NoFunds,3-Pending</td>\n</tr>\n<tr>\n<td>APIResponseMessage</td>\n<td>String</td>\n<td>Message about the transaction</td>\n</tr>\n<tr>\n<td>EDIErrorMessage</td>\n<td>String</td>\n<td>Message from Payer about errors</td>\n</tr>\n<tr>\n<td>PayerName</td>\n<td>String</td>\n<td>Payer Name as defined by pVerify</td>\n</tr>\n<tr>\n<td>PverifyPayerCode</td>\n<td>String</td>\n<td>Pverify Payer Code</td>\n</tr>\n<tr>\n<td>ClientPayerName</td>\n<td>String</td>\n<td>It contains client practice payer map name to the pverify payer.</td>\n</tr>\n<tr>\n<td>VerificationType</td>\n<td>String</td>\n<td>Verification Type –Subscriber or dependent</td>\n</tr>\n<tr>\n<td>DOS</td>\n<td>String</td>\n<td>Date of service start date – DOS end date</td>\n</tr>\n<tr>\n<td>IsHMOPlan</td>\n<td>Boolean</td>\n<td>If true then Patient has HMO plan</td>\n</tr>\n<tr>\n<td>ExceptionNotes</td>\n<td>String</td>\n<td>Exception Notes if any. If response demographic info is not matched with that of Request</td>\n</tr>\n<tr>\n<td>AddtionalInfo</td>\n<td>String</td>\n<td>If there is any other info</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>String</td>\n<td>Location in which trans ran</td>\n</tr>\n<tr>\n<td>ReferrenceId</td>\n<td>String</td>\n<td>Referencid passed in request</td>\n</tr>\n<tr>\n<td>ResultPracticeType</td>\n<td>String</td>\n<td>Practice type Name</td>\n</tr>\n<tr>\n<td>AreAllSTCsProcessed*</td>\n<td>Boolean</td>\n<td>True when all service codes are processed by payer else false, This is helpful to determine to whether transaction needs to be reverify or not.</td>\n</tr>\n<tr>\n<td>STCsStatusMessage*</td>\n<td>String</td>\n<td>Contains message when AreAllSTCsProcessed=false. Message contains list of not processed service codes</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>DemographicInfo</td>\n<td>Object</td>\n<td>It contains the subscriber info or dependent info .</td>\n</tr>\n<tr>\n<td>ServiceDetails</td>\n<td>Object</td>\n<td>It contains all Service type details info</td>\n</tr>\n<tr>\n<td>PreventiveServices</td>\n<td>Object</td>\n<td>Contains Preventive codes details</td>\n</tr>\n<tr>\n<td>OtherPayerInfo</td>\n<td>Object</td>\n<td>It contains Other Payer info. It is null then there is no payer change.</td>\n</tr>\n<tr>\n<td>PlanCoverageSummary</td>\n<td>object</td>\n<td>It contains Plan realted info.</td>\n</tr>\n<tr>\n<td>PCPAuthInfoSummary</td>\n<td>Object</td>\n<td>It contains PCP auth info.</td>\n</tr>\n<tr>\n<td>HBPC_Deductible_OOP_Summary</td>\n<td>Object</td>\n<td>It contains Deductible and OOP in from Health benefit Plan Coverage service type .It is null for Medicare Payer Inquiries.</td>\n</tr>\n<tr>\n<td>MedicareInfoSummary</td>\n<td>Object</td>\n<td>It contains Medicare info summary. It is null for other payers and other summary details are empty for Medicare payer transaction.</td>\n</tr>\n<tr>\n<td>SpecialistOfficeSummary</td>\n<td>PracticeTypeSummary</td>\n<td>It contains Specialist Consultation specific Summary (Co-Pay,Co-ins,Ded,OOP) and exclusive values of practice type .</td>\n</tr>\n<tr>\n<td>ComboPayerResponses</td>\n<td>Array of Object</td>\n<td>It conatins Combo Group payer responses.. This response has been appended with Address,DOB,FullName,MemberId.</td>\n</tr>\n<tr>\n<td>ComboPayerResponses.Address</td>\n<td>String</td>\n<td>It contains Address</td>\n</tr>\n<tr>\n<td>ComboPayerResponses.DOB</td>\n<td>String</td>\n<td>It contains DOB</td>\n</tr>\n<tr>\n<td>ComboPayerResponses.FullName</td>\n<td>String</td>\n<td>It contains FullName</td>\n</tr>\n<tr>\n<td>ComboPayerResponses.MemberId</td>\n<td>String</td>\n<td>It contains MemberId</td>\n</tr>\n<tr>\n<td>ComboPayerResponses.City</td>\n<td>String</td>\n<td>It contains City</td>\n</tr>\n<tr>\n<td>ComboPayerResponses.State</td>\n<td>String</td>\n<td>It contains State</td>\n</tr>\n<tr>\n<td>ComboPayerResponses.Zip</td>\n<td>String</td>\n<td>It contains Zip</td>\n</tr>\n<tr>\n<td>MiscellaneousInfoSummary</td>\n<td>Object</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","InsuranceDiscovery"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8980dd4-58b0-4bce-9dd7-d6a2c15657b4"},{"name":"InsuranceDiscovery GET","id":"bea7d441-f998-4d72-8e50-7858b027bcb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","type":"text","value":"{{client-api-id}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.pverify.com/api/GetInusuranceDiscoverySummaryResponse/467","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/GetInusuranceDiscoverySummaryResponse/%7Bid%7D\">https://testapi.pverify.com/API/GetInusuranceDiscoverySummaryResponse/{id}</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/GetInusuranceDiscoverySummaryResponse/%7Bid%7D\">https://api.pverify.com/API/GetInusuranceDiscoverySummaryResponse/{id}</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>GetInusuranceDiscoverySummaryResponse returns the response from the InsuranceDiscovery POST call using a unique request id provided in the InsuranceDiscovery response.</p>\n<p><strong>Headers</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/GetInusuranceDiscoverySummaryResponse/%7Bid%7D\">https://api.pverify.com/API/GetInusuranceDiscoverySummaryResponse/{id}</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n<tr>\n<td>Client-API-Id</td>\n<td>API ID provided by pVerify</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n<tr>\n<td>URL Parameters</td>\n<td>RequestId returned in InsuranceDiscovery response</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<h3 id=\"getinusurancediscoverysummaryresponse-response-fields\">GetInusuranceDiscoverySummaryResponse Response Fields</h3>\n<p>See <a href=\"#insurancediscovery-response-fields\">InsuranceDiscovery response</a>.</p>\n","urlObject":{"protocol":"https","path":["api","GetInusuranceDiscoverySummaryResponse","467"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bea7d441-f998-4d72-8e50-7858b027bcb1"},{"name":"ID Details URL","id":"75555e77-f971-475a-9e83-868b8601ffdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.pverify.com/API/GetInsuranceDiscoveryDetailsURL/{requestID}","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td>/API/GetInsuranceDiscoveryDetailsURL/{id}</td>\n</tr>\n<tr>\n<td>Production</td>\n<td>/API/GetInsuranceDiscoveryDetailsURL/{id}</td>\n</tr>\n</tbody>\n</table>\n</div><p>This GET method will return details URL with Insurance Discovery Request ID as a parameter.</p>\n<p><strong>GetInsuranceDiscoveryDetailsURL Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td>/API/GetInsuranceDiscoveryDetailsURL/{id}</td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td><strong>Description</strong></td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<p><strong>GetInsuranceDiscoveryDetailsURL Resposne</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>isDetailsURLGenerated</td>\n<td>True or false</td>\n</tr>\n<tr>\n<td>url</td>\n<td>string URL</td>\n</tr>\n<tr>\n<td>errorMessage</td>\n<td>Message when isDetailsURLGenerated is false</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Response</strong></p>\n<p>{</p>\n<p>\"isDetailsURLGenerated\": true,</p>\n<p>\"url\": \"<a href=\"https://premium.pverify.com/Details\">https://premium.pverify.com/Details\"</a>,</p>\n<p>\"errorMessage\": null</p>\n<p>}</p>\n","urlObject":{"protocol":"https","path":["API","GetInsuranceDiscoveryDetailsURL","{requestID}"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"75555e77-f971-475a-9e83-868b8601ffdc"},{"name":"Insurance Discovery Report","id":"a285b3a5-e70d-4ee9-8fd2-4b1957e11d55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Client-API-Id","value":"xxx","type":"text"},{"key":"Client-Secret","value":"xxx","type":"text"}],"url":"https://premium.pverify.com/PDFReport/InsuranceDiscovery/{id}","description":"<p>This returns a PDF report of the Insurance Discovery request.</p>\n<p>Note two things:</p>\n<ol>\n<li><p>The endpoint is premium.pverify.com</p>\n</li>\n<li><p>Authentication token is not used, instead pass your API ID and Secret.  </p>\n</li>\n<li><p>Replace <code>{id}</code> with the <code>requestid</code> you receive from the Insurance Discovery request.</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["PDFReport","InsuranceDiscovery","{id}"],"host":["premium","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a285b3a5-e70d-4ee9-8fd2-4b1957e11d55"}],"id":"09aaf422-3c18-4193-90d4-c7ae5b78b423","_postman_id":"09aaf422-3c18-4193-90d4-c7ae5b78b423","description":""},{"name":"pDV - Patient Finder","item":[{"name":"PatientFinderInquiry","id":"4912a49d-88ad-44f1-88bb-abd1bf1c716c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"FirstName\": \"firstname\",\r\n\t\"MiddleName\": null,\r\n\t\"LastName\": \"lastname\",\r\n\t\"DOB\": null, // use format MM/DD/YYYY\r\n\t\"SSN\": null, // use format XXX-XX-XXXX\r\n\t\"PhoneNumber\": null,\r\n\t\"Address\": {\r\n\t\t\"AddressLine1\": \"Address1\",\r\n\t\t\"AddressLine2\": null,\r\n\t\t\"City\": \"City\",\r\n\t\t\"State\": \"ST\", // use abbreviation - CA for California\r\n\t\t\"ZipCode\": \"12345\"\r\n\t},\r\n\t\"Location\": \"Somewhere\",\r\n\t\"ReferenceNumber\": null // MRN etc\r\n}"},"url":"https://api.pverify.com/api/PatientFinderInquiry","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/PatientFinderInquiry\">https://testapi.pverify.com/API/PatientFinderInquiry</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/PatientFinderInquiry\">https://api.pverify.com/API/PatientFinderInquiry</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description:</strong><br />Returns only the top matching patient based on provided demographic information. This endpoint is optimized for use cases where only the most likely match is needed.</p>\n<p><strong>Use Cases:</strong><br />Fast lookups for integrations where a single high-confidence match is sufficient.<br />Scenarios where presenting a list of potential matches is not required.</p>\n<p><strong>Behavior:</strong><br />Returns a maximum of 1 patient record (the best match).<br />Uses match score to determine the top candidate.<br />Ideal for a specific patient match.</p>\n<p><strong>Headers</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/PatientFinderInquiry\">https://api.pverify.com/API/PatientFinderInquiry</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>POST</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id</td>\n<td>API ID provided by pVerify</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id is required. Header keys are case sensitive.</p>\n<h2 id=\"search-criterias\">Search Criterias</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>SNo</strong></th>\n<th><strong>Search Criteria</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>FirstName,LastName,Street Address,City,State</td>\n</tr>\n<tr>\n<td>2</td>\n<td>FirstName,LastName,DOB,City,State</td>\n</tr>\n<tr>\n<td>3</td>\n<td>FirstName,LastName,DOB,State</td>\n</tr>\n<tr>\n<td>4</td>\n<td>LastName,DOB,Street Address,Zip Code</td>\n</tr>\n<tr>\n<td>5</td>\n<td>FirstName,LastName, Last 4 SSN</td>\n</tr>\n<tr>\n<td>6</td>\n<td>FirstName,LastName, Full SSN</td>\n</tr>\n<tr>\n<td>7</td>\n<td>FirstName,LastName, Zip Code</td>\n</tr>\n<tr>\n<td>8</td>\n<td>FirstName,LastName, State</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"patientfinderinquiry-request-fields\">PatientFinderInquiry Request Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Usage</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FirstName</td>\n<td>String</td>\n<td>Optional</td>\n<td>First Name of patient for  <br />inquiry</td>\n</tr>\n<tr>\n<td>MiddleName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Middle Name of patient for inquiry</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>String</td>\n<td>Required</td>\n<td>Last Name of patient required for inquiry</td>\n</tr>\n<tr>\n<td>DOB</td>\n<td>String</td>\n<td>Optional</td>\n<td>(Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>SSN</td>\n<td>String</td>\n<td>Optional</td>\n<td>Social Security Number (Exported format XXX-XX-XXXX)</td>\n</tr>\n<tr>\n<td>Address.AddressLine1</td>\n<td>String</td>\n<td>Optional</td>\n<td>Address1</td>\n</tr>\n<tr>\n<td>Address.AddressLine2</td>\n<td>String</td>\n<td>Optional</td>\n<td>Address2</td>\n</tr>\n<tr>\n<td>Address.City</td>\n<td>String</td>\n<td>Optional</td>\n<td>City</td>\n</tr>\n<tr>\n<td>Address.State</td>\n<td>String</td>\n<td>Optional</td>\n<td>State</td>\n</tr>\n<tr>\n<td>Address.ZipCode</td>\n<td>String</td>\n<td>Optional</td>\n<td>Zip</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>String</td>\n<td>Required</td>\n<td>Location is the practice location. Note by setting this, you will lock the patient to one location, so that users that login in via our portal who are not authorized to see that location will not see the patient.</td>\n</tr>\n<tr>\n<td>ReferenceNumber</td>\n<td>String</td>\n<td>Optional</td>\n<td>Any free text for patient identifier, ie MRN</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"patientfinderinquiry-response-fields\">PatientFinderInquiry Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RequestID</td>\n<td>Integer</td>\n<td>Eligibility Transaction ID</td>\n</tr>\n<tr>\n<td>APIResponseCode</td>\n<td>Integer</td>\n<td>0-Processed,1-Rejected,2-NoFunds,3-Pending</td>\n</tr>\n<tr>\n<td>APIResponseMessage</td>\n<td>String</td>\n<td>Message about the transaction</td>\n</tr>\n<tr>\n<td>Error</td>\n<td>String</td>\n<td>Message from Payer about errors</td>\n</tr>\n<tr>\n<td>patientsFound</td>\n<td>Integer</td>\n<td>Number of patients found</td>\n</tr>\n<tr>\n<td>RequestHasSSN</td>\n<td>Boolean</td>\n<td>True if request has SSN</td>\n</tr>\n<tr>\n<td>IsMBIRegistered</td>\n<td>Boolean</td>\n<td>True if the request contains a registered MBI; otherwise, false</td>\n</tr>\n<tr>\n<td>IsTRHasError</td>\n<td>Boolean</td>\n<td>True if there was an error during Thomson Reuters (TR) verification; otherwise, false</td>\n</tr>\n<tr>\n<td>IsShowSSN</td>\n<td>Boolean</td>\n<td>Indicates whether the patient's SSN should be displayed in the response.  <br />True = show SSN, False = mask SSN</td>\n</tr>\n<tr>\n<td>Patients</td>\n<td>Array of Object</td>\n<td>Returns the top-matched patient based on the request.  <br />(Note: Patients is an array, but it contains only one patient.)</td>\n</tr>\n<tr>\n<td>Patients.FirstName</td>\n<td>String</td>\n<td>First name  <br />(Note Patients object is an array)</td>\n</tr>\n<tr>\n<td>Patients.LastName</td>\n<td>String</td>\n<td>Last Name</td>\n</tr>\n<tr>\n<td>Patients.MiddleName</td>\n<td>String</td>\n<td>Middle name</td>\n</tr>\n<tr>\n<td>Patients.DOB</td>\n<td>String</td>\n<td>ODB</td>\n</tr>\n<tr>\n<td>Patients.SSN</td>\n<td>String</td>\n<td>SSN (this is masked unless request has SSN)</td>\n</tr>\n<tr>\n<td>Patients.RecordCount</td>\n<td>Integer</td>\n<td>Number of records with this information (usually</td>\n</tr>\n<tr>\n<td>Patients.Score</td>\n<td>Integer</td>\n<td>From 1-99, higher is better. &gt;90 is typical for a very likely chance of exact match</td>\n</tr>\n<tr>\n<td>Patients.GroupId</td>\n<td>String</td>\n<td>GroupId</td>\n</tr>\n<tr>\n<td>Patients.Emails</td>\n<td>String</td>\n<td>(not supported yet)</td>\n</tr>\n<tr>\n<td>Patients.Address</td>\n<td>Object</td>\n<td>Address object as request</td>\n</tr>\n<tr>\n<td>Patients.Address.AddressLine1</td>\n<td>String</td>\n<td>Address1</td>\n</tr>\n<tr>\n<td>Patients.Address.AddressLine2</td>\n<td>String</td>\n<td>Address2</td>\n</tr>\n<tr>\n<td>Patients.Address.City</td>\n<td>String</td>\n<td>City</td>\n</tr>\n<tr>\n<td>Patients.Address.State</td>\n<td>String</td>\n<td>State</td>\n</tr>\n<tr>\n<td>Patients.Address.ZipCode</td>\n<td>String</td>\n<td>Zip</td>\n</tr>\n<tr>\n<td>Patients.Address.ReportedDate</td>\n<td>String</td>\n<td>The date on which the patient's record was last updated.</td>\n</tr>\n<tr>\n<td>Patients.PhoneNumber</td>\n<td>String</td>\n<td>(not supported yet)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","PatientFinderInquiry"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4912a49d-88ad-44f1-88bb-abd1bf1c716c"},{"name":"PatientFinderInquiryResults","id":"c1603c25-229f-4bc1-b79f-232b0723526b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"FirstName\": \"JOHN\",\r\n\t\"MiddleName\": null,\r\n\t\"LastName\": \"WILLIAMS\",\r\n\t\"DOB\": \"07/12/1938\", \r\n\t\"SSN\": null, \r\n\t\"PhoneNumber\": null,\r\n\t\"Address\": {\r\n\t\t\"AddressLine1\": null,\r\n\t\t\"AddressLine2\": null,\r\n\t\t\"City\": null,\r\n\t\t\"State\": null, \r\n\t\t\"ZipCode\": null\r\n\t},\r\n\t\"Location\": null,\r\n\t\"ReferenceNumber\": null ,\r\n    \"SearchCriteriaId\":null\r\n}\r\n"},"url":"https://api.pverify.com/API/PatientFinderInquiryResults","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/PatientFinderInquiryResults\">https://testapi.pverify.com/API/PatientFinderInquiryResults</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/PatientFinderInquiryResults\">https://api.pverify.com/API/PatientFinderInquiryResults</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Description:</strong><br />Returns all matching patient records based on the search criteria. This endpoint is intended for workflows that require presenting multiple potential matches for verification.</p>\n<p><strong>Use Cases:</strong><br />Used in Patient Validator-Verification.</p>\n<p><strong>Behavior:</strong><br />Returns all matched patient records that meet the criteria.</p>\n<p><strong>Headers</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/PatientFinderInquiryResults\">https://api.pverify.com/API/PatientFinderInquiryResults</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>POST</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id</td>\n<td>API ID provided by pVerify</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id is required. Header keys are case sensitive.</p>\n<h2 id=\"patientfinderinquiryresults-request-fields\">PatientFinderInquiryResults Request Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Usage</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FirstName</td>\n<td>String</td>\n<td>Optional</td>\n<td>First Name of patient for  <br />inquiry</td>\n</tr>\n<tr>\n<td>MiddleName</td>\n<td>String</td>\n<td>Optional</td>\n<td>Middle Name of patient for inquiry</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>String</td>\n<td>Required</td>\n<td>Last Name of patient required for inquiry</td>\n</tr>\n<tr>\n<td>DOB</td>\n<td>String</td>\n<td>Optional</td>\n<td>(Expected format: MM/dd/YYYY ie 01/01/2000)</td>\n</tr>\n<tr>\n<td>SSN</td>\n<td>String</td>\n<td>Optional</td>\n<td>Social Security Number (Exported format XXX-XX-XXXX)</td>\n</tr>\n<tr>\n<td>Address.AddressLine1</td>\n<td>String</td>\n<td>Optional</td>\n<td>Address1</td>\n</tr>\n<tr>\n<td>Address.AddressLine2</td>\n<td>String</td>\n<td>Optional</td>\n<td>Address2</td>\n</tr>\n<tr>\n<td>Address.City</td>\n<td>String</td>\n<td>Optional</td>\n<td>City</td>\n</tr>\n<tr>\n<td>Address.State</td>\n<td>String</td>\n<td>Optional</td>\n<td>State</td>\n</tr>\n<tr>\n<td>Address.ZipCode</td>\n<td>String</td>\n<td>Optional</td>\n<td>Zip</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>String</td>\n<td>Required</td>\n<td>Location is the practice location. Note by setting this, you will lock the patient to one location, so that users that login in via our portal who are not authorized to see that location will not see the patient.</td>\n</tr>\n<tr>\n<td>ReferenceNumber</td>\n<td>String</td>\n<td>Optional</td>\n<td>Any free text for patient identifier, ie MRN</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"patientfinderinquiryresults-response-fields\">PatientFinderInquiryResults Response Fields</h2>\n<p>Returns a list of all matched patients. All other response fields are the same as the PatientFinderInquiry endpoint.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RequestID</td>\n<td>Integer</td>\n<td>Eligibility Transaction ID</td>\n</tr>\n<tr>\n<td>APIResponseCode</td>\n<td>String</td>\n<td>0-Processed,1-Rejected,2-NoFunds,3-Pending</td>\n</tr>\n<tr>\n<td>APIResponseMessage</td>\n<td>String</td>\n<td>Message about the transaction</td>\n</tr>\n<tr>\n<td>Error</td>\n<td>String</td>\n<td>Message from Payer about errors</td>\n</tr>\n<tr>\n<td>patientsFound</td>\n<td>Integer</td>\n<td>Number of patients found</td>\n</tr>\n<tr>\n<td>RequestHasSSN</td>\n<td>Boolean</td>\n<td>True if request has SSN</td>\n</tr>\n<tr>\n<td>IsMBIRegistered</td>\n<td>Boolean</td>\n<td>True if the request contains a registered MBI; otherwise, false</td>\n</tr>\n<tr>\n<td>IsTRHasError</td>\n<td>Boolean</td>\n<td>True if there was an error during Thomson Reuters (TR) verification; otherwise, false</td>\n</tr>\n<tr>\n<td>IsShowSSN</td>\n<td>Boolean</td>\n<td>Indicates whether the patient's SSN should be displayed in the response.  <br />True = show SSN, False = mask SSN</td>\n</tr>\n<tr>\n<td>Patients</td>\n<td>Array of Objects</td>\n<td>Returns a list of matched patients based on the request.  <br />If only one patient is matched, the array will still contain a single object.  <br />(Note: Patients is always returned as an array.)</td>\n</tr>\n<tr>\n<td>Patients.FirstName</td>\n<td>String</td>\n<td>First name</td>\n</tr>\n<tr>\n<td>Patients.LastName</td>\n<td>String</td>\n<td>Last Name</td>\n</tr>\n<tr>\n<td>Patients.MiddleName</td>\n<td>String</td>\n<td>Middle name</td>\n</tr>\n<tr>\n<td>Patients.DOB</td>\n<td>String</td>\n<td>ODB</td>\n</tr>\n<tr>\n<td>Patients.SSN</td>\n<td>String</td>\n<td>SSN (this is masked unless request has SSN)</td>\n</tr>\n<tr>\n<td>Patients.RecordCount</td>\n<td>Integer</td>\n<td>Number of records with this information (usually</td>\n</tr>\n<tr>\n<td>Patients.Score</td>\n<td>Integer</td>\n<td>From 1-99, higher is better. &gt;90 is typical for a very likely chance of exact match</td>\n</tr>\n<tr>\n<td>Patients.GroupId</td>\n<td>String</td>\n<td>GroupId</td>\n</tr>\n<tr>\n<td>Patients.Emails</td>\n<td>String</td>\n<td>(not supported yet)</td>\n</tr>\n<tr>\n<td>Patients.Address</td>\n<td>Object</td>\n<td>Address object as request</td>\n</tr>\n<tr>\n<td>Patients.Address.AddressLine1</td>\n<td>String</td>\n<td>Address1</td>\n</tr>\n<tr>\n<td>Patients.Address.AddressLine2</td>\n<td>String</td>\n<td>Address2</td>\n</tr>\n<tr>\n<td>Patients.Address.City</td>\n<td>String</td>\n<td>City</td>\n</tr>\n<tr>\n<td>Patients.Address.State</td>\n<td>String</td>\n<td>State</td>\n</tr>\n<tr>\n<td>Patients.Address.ZipCode</td>\n<td>String</td>\n<td>Zip</td>\n</tr>\n<tr>\n<td>Patients.Address.ReportedDate</td>\n<td>String</td>\n<td>The date on which the patient's record was last updated.</td>\n</tr>\n<tr>\n<td>Patients.PhoneNumber</td>\n<td>String</td>\n<td>(not supported yet)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","PatientFinderInquiryResults"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1603c25-229f-4bc1-b79f-232b0723526b"},{"name":"GetPatientFinderResponse","id":"674339a2-8b66-444a-b461-53d49660afe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bear {{access-token}}","type":"text"},{"key":"Client-API-Id","value":"{{client-api-id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.pverify.com/API/GetPatientFinderResponse/0","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/GetPatientFinderResponse/0\">https://testapi.pverify.com/API/GetPatientFinderResponse/{id}</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/Test/API/GetPatientFinderResponse/0\">https://api.pverify.com/Test/API/GetPatientFinderResponse/{id}</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>This GET method will return complete response of PatientFinderInquiry endpoint. This call allows you to get the patient demographicverification result by a unique transaction ID.</p>\n<p><strong>GetPatientFinderResponse Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/GetPatientFinderResponse/%7Bid%7D\">https://api.pverify.com/API/GetEligibilityResponse/{id}</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td><strong>Description</strong></td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<p>A successful GetPatientFinderResponse call will have the same format as the Patient Finder Inquiry response (above).</p>\n","urlObject":{"protocol":"https","path":["API","GetPatientFinderResponse","0"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"674339a2-8b66-444a-b461-53d49660afe0"}],"id":"477ee60e-7ee6-4885-b41a-ace7b7a3aa29","_postman_id":"477ee60e-7ee6-4885-b41a-ace7b7a3aa29","description":""},{"name":"Misc","item":[{"name":"GetAllPayers","id":"fa05fefa-0d58-43fb-9723-ef981bd7b7b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","value":"{{client-api-id}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.pverify.com/API/GetAllPayers","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/GetAllPayers\">https://api.pverify.com/API/GetAllPayers</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>Returns the list of current pVerify payers (pVerify payer code &amp; pVerify Payer Name). Note backoffice (non-EDI) payers are denoted with a payer code prefix of BO. For example BO00018</p>\n<p><strong>GetAllPayers Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/GetAllPayers\">https://api.pverify.com/API/GetAllPayers</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id*</td>\n<td>Your pVerify client-api-id</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id header is required. Header keys are case sensitive.</p>\n<p><strong>GetAllPayers Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>payerCode</td>\n<td>Payer Code</td>\n</tr>\n<tr>\n<td>payerName</td>\n<td>Payer Name</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td>Boolean determines if payer is active</td>\n</tr>\n<tr>\n<td>isSupportingEligibility</td>\n<td>Boolean determines if payer is supporting eligibility</td>\n</tr>\n<tr>\n<td>isSupportingClaims</td>\n<td>Boolean to see if payer is supporting claims</td>\n</tr>\n<tr>\n<td>isEDIPayer</td>\n<td>Boolean to see if payer is EDI</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","GetAllPayers"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa05fefa-0d58-43fb-9723-ef981bd7b7b9"},{"name":"GetPayerStatus","id":"d5059b99-e009-4787-8413-598a5e56493f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pverify.com/api/GetPayerStatus","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/GetPayerStatus\">https://api.pverify.com/API/GetPayerStatus</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>This GET call will return the status of all pVerify payers. You can call this endpoint with an optional parameter of payerStatus and it will return payers from that status. By default the endpoint returns all payers and statuses. This API call does not require authentication.</p>\n<p><strong>GetPayerStatus Request</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"http://api.pverify.com/api/GetPayerStatus\">http://api.pverify.com/api/GetPayerStatus</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>GET</td>\n</tr>\n<tr>\n<td><strong>URL Params</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>GetPayerStatus</td>\n<td>Allows you to return specific payer status from response</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>None (this API call does not require authentication)</td>\n</tr>\n<tr>\n<td><strong>Body</strong></td>\n<td>None</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>URL Parameters Description</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Payer ok</td>\n<td>We show this payer as active but do not have recent data from it.</td>\n</tr>\n<tr>\n<td>Payer active</td>\n<td>We show this payer as active and we have recent data from it.</td>\n</tr>\n<tr>\n<td>Payer inactive</td>\n<td>This is marked as inactive in our system.</td>\n</tr>\n<tr>\n<td>Payer Down</td>\n<td>This is marked as active but has within the last 1 hour returned data showing that it down</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>GetPayerStatus Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>payerName</td>\n<td>Name of payer</td>\n</tr>\n<tr>\n<td>payer_Code</td>\n<td>Payer code</td>\n</tr>\n<tr>\n<td>payerStatus</td>\n<td>Payer Status (see URL parameters description)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","GetPayerStatus"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5059b99-e009-4787-8413-598a5e56493f"},{"name":"Down Payer List","id":"9aca240b-585d-4eb9-a600-24dbda1a5b5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pverify.com/API/GetPayerStatusStatistics?status=Rejected&checkForLastNumberOfHours=1","description":"<p>This API will return an array of payers that are known to be temporarily down.</p>\n","urlObject":{"protocol":"https","path":["API","GetPayerStatusStatistics"],"host":["api","pverify","com"],"query":[{"key":"status","value":"Rejected"},{"key":"checkForLastNumberOfHours","value":"1"}],"variable":[]}},"response":[],"_postman_id":"9aca240b-585d-4eb9-a600-24dbda1a5b5a"}],"id":"950201fb-da4f-4724-a690-c4094270e294","_postman_id":"950201fb-da4f-4724-a690-c4094270e294","description":""},{"name":"Tables","item":[],"id":"27234fd2-af03-46b9-9e6d-12612cafd044","description":"<h2 id=\"payer-table\">Payer Table</h2>\n<p><strong>pVerify Payer Code List</strong><br /><a href=\"https://pverify.io/eligibility-all-payer-list-api/\">Click here to view Payer List</a></p>\n<h2 id=\"service-code-table\">Service Code Table</h2>\n<p>This is the pVerify service type code list, please use the service type code (first column) in your eligibility queries. Common eligibility information is in service type code 30, Health Benefit Plan Coverage.</p>\n<p><em><strong>NOTE:</strong></em> <em>Used only for EligibilityInquiry endpoint. Please see Practice Type Codes for Eligibility Summary.</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>STC</th>\n<th>Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>[1] Medical Care</td>\n</tr>\n<tr>\n<td>2</td>\n<td>[2] Surgical</td>\n</tr>\n<tr>\n<td>3</td>\n<td>[3] Consultation</td>\n</tr>\n<tr>\n<td>4</td>\n<td>[4] Diagnostic X-Ray</td>\n</tr>\n<tr>\n<td>5</td>\n<td>[5] Diagnostic Lab</td>\n</tr>\n<tr>\n<td>6</td>\n<td>[6] Radiation Therapy</td>\n</tr>\n<tr>\n<td>7</td>\n<td>[7] Anesthesia</td>\n</tr>\n<tr>\n<td>8</td>\n<td>[8] Surgical Assistance</td>\n</tr>\n<tr>\n<td>9</td>\n<td>[9] Other Medical</td>\n</tr>\n<tr>\n<td>10</td>\n<td>[10] Blood Charges</td>\n</tr>\n<tr>\n<td>11</td>\n<td>[11] Used Durable Medical Equipment</td>\n</tr>\n<tr>\n<td>12</td>\n<td>[12] Durable Medical Equipment Purchase</td>\n</tr>\n<tr>\n<td>13</td>\n<td>[13] Ambulatory Service Center Facility</td>\n</tr>\n<tr>\n<td>14</td>\n<td>[14] Renal Supplies in the Home</td>\n</tr>\n<tr>\n<td>15</td>\n<td>[15] Alternate Method Dialysis</td>\n</tr>\n<tr>\n<td>16</td>\n<td>[16] Chronic Renal Disease (CRD) Equipment</td>\n</tr>\n<tr>\n<td>17</td>\n<td>[17] Pre-Admission Testing</td>\n</tr>\n<tr>\n<td>18</td>\n<td>[18] Durable Medical Equipment Rental</td>\n</tr>\n<tr>\n<td>19</td>\n<td>[19] Pneumonia Vaccine</td>\n</tr>\n<tr>\n<td>20</td>\n<td>[20] Second Surgical Opinion</td>\n</tr>\n<tr>\n<td>21</td>\n<td>[21] Third Surgical Opinion</td>\n</tr>\n<tr>\n<td>22</td>\n<td>[22] Social Work</td>\n</tr>\n<tr>\n<td>23</td>\n<td>[23] Diagnostic Dental</td>\n</tr>\n<tr>\n<td>24</td>\n<td>[24] Periodontics</td>\n</tr>\n<tr>\n<td>25</td>\n<td>[25] Restorative</td>\n</tr>\n<tr>\n<td>26</td>\n<td>[26] Endodontics</td>\n</tr>\n<tr>\n<td>27</td>\n<td>[27] Maxillofacial Prosthetics</td>\n</tr>\n<tr>\n<td>28</td>\n<td>[28] Adjunctive Dental Services</td>\n</tr>\n<tr>\n<td>30</td>\n<td>[30] Health Benefit Plan Coverage</td>\n</tr>\n<tr>\n<td>32</td>\n<td>[32] Plan Waiting Period</td>\n</tr>\n<tr>\n<td>33</td>\n<td>[33] Chiropractic</td>\n</tr>\n<tr>\n<td>34</td>\n<td>[34] Chiropractic Office Visits</td>\n</tr>\n<tr>\n<td>35</td>\n<td>[35] Dental Care</td>\n</tr>\n<tr>\n<td>36</td>\n<td>[36] Dental Crowns</td>\n</tr>\n<tr>\n<td>37</td>\n<td>[37] Dental Accident</td>\n</tr>\n<tr>\n<td>38</td>\n<td>[38] Orthodontics</td>\n</tr>\n<tr>\n<td>39</td>\n<td>[39] Prosthodontics</td>\n</tr>\n<tr>\n<td>40</td>\n<td>[40] Oral Surgery</td>\n</tr>\n<tr>\n<td>41</td>\n<td>[41] Routine (Preventive) Dental</td>\n</tr>\n<tr>\n<td>42</td>\n<td>[42] Home Health Care</td>\n</tr>\n<tr>\n<td>43</td>\n<td>[43] Home Health Prescriptions</td>\n</tr>\n<tr>\n<td>44</td>\n<td>[44] Home Health Visits</td>\n</tr>\n<tr>\n<td>45</td>\n<td>[45] Hospice</td>\n</tr>\n<tr>\n<td>46</td>\n<td>[46] Respite Care</td>\n</tr>\n<tr>\n<td>47</td>\n<td>[47] Hospital</td>\n</tr>\n<tr>\n<td>48</td>\n<td>[48] Hospital - Inpatient</td>\n</tr>\n<tr>\n<td>49</td>\n<td>[49] Hospital - Room and Board</td>\n</tr>\n<tr>\n<td>50</td>\n<td>[50] Hospital - Outpatient</td>\n</tr>\n<tr>\n<td>51</td>\n<td>[51] Hospital - Emergency Accident</td>\n</tr>\n<tr>\n<td>52</td>\n<td>[52] Hospital - Emergency Medical</td>\n</tr>\n<tr>\n<td>53</td>\n<td>[53] Hospital - Ambulatory Surgical</td>\n</tr>\n<tr>\n<td>54</td>\n<td>[54] Long Term Care</td>\n</tr>\n<tr>\n<td>55</td>\n<td>[55] Major Medical</td>\n</tr>\n<tr>\n<td>56</td>\n<td>[56] Medically Related Transportation</td>\n</tr>\n<tr>\n<td>57</td>\n<td>[57] Air Transportation</td>\n</tr>\n<tr>\n<td>58</td>\n<td>[58] Cabulance</td>\n</tr>\n<tr>\n<td>59</td>\n<td>[59] Licensed Ambulance Licensed Ambulance</td>\n</tr>\n<tr>\n<td>60</td>\n<td>[60] General Benefits</td>\n</tr>\n<tr>\n<td>61</td>\n<td>[61] In-vitro Fertilization</td>\n</tr>\n<tr>\n<td>62</td>\n<td>[62] MRI/CAT Scan</td>\n</tr>\n<tr>\n<td>63</td>\n<td>[63] Donor Procedures</td>\n</tr>\n<tr>\n<td>64</td>\n<td>[64] Acupuncture</td>\n</tr>\n<tr>\n<td>65</td>\n<td>[65] Newborn Care</td>\n</tr>\n<tr>\n<td>66</td>\n<td>[66] Pathology</td>\n</tr>\n<tr>\n<td>67</td>\n<td>[67] Smoking Cessation</td>\n</tr>\n<tr>\n<td>68</td>\n<td>[68] Well Baby Care</td>\n</tr>\n<tr>\n<td>69</td>\n<td>[69] Maternity</td>\n</tr>\n<tr>\n<td>70</td>\n<td>[70] Transplants</td>\n</tr>\n<tr>\n<td>71</td>\n<td>[71] Audiology Exam</td>\n</tr>\n<tr>\n<td>72</td>\n<td>[72] Inhalation Therapy</td>\n</tr>\n<tr>\n<td>73</td>\n<td>[73] Diagnostic Medical</td>\n</tr>\n<tr>\n<td>74</td>\n<td>[74] Private Duty Nursing</td>\n</tr>\n<tr>\n<td>75</td>\n<td>[75] Prosthetic Device</td>\n</tr>\n<tr>\n<td>76</td>\n<td>[76] Dialysis</td>\n</tr>\n<tr>\n<td>77</td>\n<td>[77] Otological Exam</td>\n</tr>\n<tr>\n<td>78</td>\n<td>[78] Chemotherapy</td>\n</tr>\n<tr>\n<td>79</td>\n<td>[79] Allergy Testing</td>\n</tr>\n<tr>\n<td>80</td>\n<td>[80] Immunizations</td>\n</tr>\n<tr>\n<td>81</td>\n<td>[81] Routine Physical</td>\n</tr>\n<tr>\n<td>82</td>\n<td>[82] Family Planning</td>\n</tr>\n<tr>\n<td>83</td>\n<td>[83] Infertility</td>\n</tr>\n<tr>\n<td>84</td>\n<td>[84] Abortion</td>\n</tr>\n<tr>\n<td>85</td>\n<td>[85] AIDS</td>\n</tr>\n<tr>\n<td>86</td>\n<td>[86] Emergency Services</td>\n</tr>\n<tr>\n<td>87</td>\n<td>[87] Cancer</td>\n</tr>\n<tr>\n<td>88</td>\n<td>[88] Pharmacy</td>\n</tr>\n<tr>\n<td>89</td>\n<td>[89] Free Standing Prescription Drug</td>\n</tr>\n<tr>\n<td>90</td>\n<td>[90] Mail Order Prescription Drug</td>\n</tr>\n<tr>\n<td>91</td>\n<td>[91] Brand Name Prescription Drug</td>\n</tr>\n<tr>\n<td>92</td>\n<td>[92] Generic Prescription Drug</td>\n</tr>\n<tr>\n<td>93</td>\n<td>[93] Podiatry</td>\n</tr>\n<tr>\n<td>94</td>\n<td>[94] Podiatry - Office Visits</td>\n</tr>\n<tr>\n<td>95</td>\n<td>[95] Podiatry - Nursing Home Visits</td>\n</tr>\n<tr>\n<td>96</td>\n<td>[96] Professional (Physician)</td>\n</tr>\n<tr>\n<td>97</td>\n<td>[97] Anesthesiologist</td>\n</tr>\n<tr>\n<td>98</td>\n<td>[98] Professional (Physician) Visit - Office</td>\n</tr>\n<tr>\n<td>99</td>\n<td>[99] Professional (Physician) Visit - Inpatient</td>\n</tr>\n<tr>\n<td>A0</td>\n<td>[A0] Professional (Physician) Visit - Outpatient</td>\n</tr>\n<tr>\n<td>A1</td>\n<td>[A1] Professional (Physician) Visit - Nursing Home</td>\n</tr>\n<tr>\n<td>A2</td>\n<td>[A2] Professional (Physician) Visit - Skilled Nursing Facility</td>\n</tr>\n<tr>\n<td>A3</td>\n<td>[A3] Professional (Physician) Visit - Home</td>\n</tr>\n<tr>\n<td>A4</td>\n<td>[A4] Psychiatric</td>\n</tr>\n<tr>\n<td>A5</td>\n<td>[A5] Psychiatric - Room and Board</td>\n</tr>\n<tr>\n<td>A6</td>\n<td>[A6] Psychotherapy</td>\n</tr>\n<tr>\n<td>A7</td>\n<td>[A7] Psychiatric - Inpatient</td>\n</tr>\n<tr>\n<td>A8</td>\n<td>[A8] Psychiatric - Outpatient</td>\n</tr>\n<tr>\n<td>A9</td>\n<td>[A9] Rehabilitation</td>\n</tr>\n<tr>\n<td>AA</td>\n<td>[AA] Rehabilitation - Room and Board</td>\n</tr>\n<tr>\n<td>AB</td>\n<td>[AB] Rehabilitation - Inpatient</td>\n</tr>\n<tr>\n<td>AC</td>\n<td>[AC] Rehabilitation - Outpatient</td>\n</tr>\n<tr>\n<td>AD</td>\n<td>[AD] Occupational Therapy</td>\n</tr>\n<tr>\n<td>AE</td>\n<td>[AE] Physical Medicine</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>[AF] Speech Therapy</td>\n</tr>\n<tr>\n<td>AG</td>\n<td>[AG] Skilled Nursing Care</td>\n</tr>\n<tr>\n<td>AH</td>\n<td>[AH] Skilled Nursing Care - Room and Board</td>\n</tr>\n<tr>\n<td>AI</td>\n<td>[AI] Substance Abuse</td>\n</tr>\n<tr>\n<td>AJ</td>\n<td>[AJ] Alcoholism</td>\n</tr>\n<tr>\n<td>AK</td>\n<td>[AK] Drug Addiction</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>[AL] Vision (Optometry)</td>\n</tr>\n<tr>\n<td>AM</td>\n<td>[AM] Frames</td>\n</tr>\n<tr>\n<td>AN</td>\n<td>[AN] Routine Exam</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>[AO] Lenses</td>\n</tr>\n<tr>\n<td>AQ</td>\n<td>[AQ] Nonmedically Necessary Physical</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>[AR] Experimental Drug Therapy</td>\n</tr>\n<tr>\n<td>B1</td>\n<td>[B1] Burn Care</td>\n</tr>\n<tr>\n<td>B2</td>\n<td>[B2] Bran Name Prescription Drug - Formulary</td>\n</tr>\n<tr>\n<td>B3</td>\n<td>[B3] Bran Name Prescription Drug - Non -Formulary</td>\n</tr>\n<tr>\n<td>BA</td>\n<td>[BA] Independent Medical Evaluation</td>\n</tr>\n<tr>\n<td>BB</td>\n<td>[BB] Partial Hospitalization (Psychiatric)</td>\n</tr>\n<tr>\n<td>BC</td>\n<td>[BC] Day Care (Psychiatric)</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>[BD] Cognitive Therapy</td>\n</tr>\n<tr>\n<td>BE</td>\n<td>[BE] Massage Therapy</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>[BF] Pulmonary Rehabilitation</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>[BG] Cardiac Rehabilitation</td>\n</tr>\n<tr>\n<td>BH</td>\n<td>[BH] Pediatric</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>[BI] Nursery</td>\n</tr>\n<tr>\n<td>BJ</td>\n<td>[BJ] Skin</td>\n</tr>\n<tr>\n<td>BK</td>\n<td>[BK] Orthopedic</td>\n</tr>\n<tr>\n<td>BL</td>\n<td>[BL] Cardiac</td>\n</tr>\n<tr>\n<td>BM</td>\n<td>[BM] Lymphatic</td>\n</tr>\n<tr>\n<td>BN</td>\n<td>[BN] Gastrointestinal</td>\n</tr>\n<tr>\n<td>BP</td>\n<td>[BP] Endocrine</td>\n</tr>\n<tr>\n<td>BQ</td>\n<td>[BQ] Neurology</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>[BR] Eye</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>[BS] Invasive Procedures</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>[BT] Gynecological</td>\n</tr>\n<tr>\n<td>BU</td>\n<td>[BU] Obsterical</td>\n</tr>\n<tr>\n<td>BV</td>\n<td>[BV] Obsterical/Gynecological</td>\n</tr>\n<tr>\n<td>BW</td>\n<td>[BW] Mail Order Prescription Drug : Brand Name</td>\n</tr>\n<tr>\n<td>BX</td>\n<td>[BX] Mail Order Prescription Drug : Generic</td>\n</tr>\n<tr>\n<td>BY</td>\n<td>[BY] Physician Visit - Office : Sick</td>\n</tr>\n<tr>\n<td>BZ</td>\n<td>[BZ] Physician Visit - Office : Well</td>\n</tr>\n<tr>\n<td>C1</td>\n<td>[C1] Coronary Care</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>[CA] Private Duty Nursing - Inpatient</td>\n</tr>\n<tr>\n<td>CB</td>\n<td>[CB] Private Duty Nursing - Home</td>\n</tr>\n<tr>\n<td>CC</td>\n<td>[CC] Surgical Benefits - professional (physician)</td>\n</tr>\n<tr>\n<td>CD</td>\n<td>[CD] Surgical Benefits - Facility</td>\n</tr>\n<tr>\n<td>CE</td>\n<td>[CE] Mental Health Provider - Inpatient</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>[CF] Mental Health Provider - Outpatient</td>\n</tr>\n<tr>\n<td>CG</td>\n<td>[CG] Mental Health Facility - Inpatient</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>[CH] Mental Health Facility - Outpatient</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>[CI] Substance Abuse Facility - Inpatient</td>\n</tr>\n<tr>\n<td>CJ</td>\n<td>[CJ] Substance Abuse Facility - Outpatient</td>\n</tr>\n<tr>\n<td>CK</td>\n<td>[CK] Screening X - Ray</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>[CL] Screening Laboratory</td>\n</tr>\n<tr>\n<td>CM</td>\n<td>[CM] Mammomogram, High Risk Patient</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>[CN] Mammomogram, Low Risk Patient</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>[CO] Flu Vaccination</td>\n</tr>\n<tr>\n<td>CP</td>\n<td>[CP] Eyewear And Eywear Accessories</td>\n</tr>\n<tr>\n<td>CQ</td>\n<td>[CQ] Case Management</td>\n</tr>\n<tr>\n<td>DG</td>\n<td>[DG] Dermatology</td>\n</tr>\n<tr>\n<td>DM</td>\n<td>[DM] Durable Medical Equipment</td>\n</tr>\n<tr>\n<td>DS</td>\n<td>[DS] Diabetic Supplies</td>\n</tr>\n<tr>\n<td>GF</td>\n<td>[GF] Generic Presciption Drug - Formulary</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>[GN] Generic Presciption Drug - Non -Formulary</td>\n</tr>\n<tr>\n<td>GY</td>\n<td>[GY] Allergy</td>\n</tr>\n<tr>\n<td>IC</td>\n<td>[IC] Intesive Care</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>[MH] Mental Health</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>[NI] Neonatal Intesive Care</td>\n</tr>\n<tr>\n<td>ON</td>\n<td>[ON] Oncology</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>[PT] Physical Therapy</td>\n</tr>\n<tr>\n<td>PU</td>\n<td>[PU] Pulmonary</td>\n</tr>\n<tr>\n<td>RN</td>\n<td>[RN] Renal</td>\n</tr>\n<tr>\n<td>RT</td>\n<td>[RT] Residential Psychiatric Treatment</td>\n</tr>\n<tr>\n<td>TC</td>\n<td>[TC] Transitional Care</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>[TN] Transitional Nursery Care</td>\n</tr>\n<tr>\n<td>UC</td>\n<td>[UC] Urgent Care</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"practice-type-table\">Practice type table</h2>\n<h3 id=\"production-environment\">Production Environment</h3>\n<p>This is the pVerify Practice Types available in production for EligiblitySummary endpoints. Practice Types are built around Service Type Codes.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>PracticeType</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>3</td>\n<td>DME</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Chemotherapy</td>\n</tr>\n<tr>\n<td>9</td>\n<td>VisionOptometry</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Physical Therapy</td>\n</tr>\n<tr>\n<td>17</td>\n<td>Primary Care</td>\n</tr>\n<tr>\n<td>18</td>\n<td>Specialist - Office</td>\n</tr>\n<tr>\n<td>21</td>\n<td>Mental Health</td>\n</tr>\n<tr>\n<td>22</td>\n<td>Surgical -Office</td>\n</tr>\n<tr>\n<td>23</td>\n<td>Urgent Care</td>\n</tr>\n<tr>\n<td>24</td>\n<td>Diagnostic Lab</td>\n</tr>\n<tr>\n<td>27</td>\n<td>Specialist(Office)_Surgical(Office)_Diagnostic Lab</td>\n</tr>\n<tr>\n<td>28</td>\n<td>ASC Facility</td>\n</tr>\n<tr>\n<td>30</td>\n<td>Chiropractic</td>\n</tr>\n<tr>\n<td>31</td>\n<td>MRI/CAT Scan</td>\n</tr>\n<tr>\n<td>32</td>\n<td>X-Ray</td>\n</tr>\n<tr>\n<td>33</td>\n<td>Speech Therapy</td>\n</tr>\n<tr>\n<td>34</td>\n<td>Occupational Therapy</td>\n</tr>\n<tr>\n<td>35</td>\n<td>ASC_Specialist(Office)_VisionOptometry</td>\n</tr>\n<tr>\n<td>36</td>\n<td>Specialist(Office)_Chemotherapy</td>\n</tr>\n<tr>\n<td>37</td>\n<td>Physical Therapy_Chiropractic</td>\n</tr>\n<tr>\n<td>38</td>\n<td>Physical Therapy_DME</td>\n</tr>\n<tr>\n<td>39</td>\n<td>Physical Therapy_Occupational Therapy_DME</td>\n</tr>\n<tr>\n<td>40</td>\n<td>Physical Therapy_Occupational Therapy_Speech Therapy</td>\n</tr>\n<tr>\n<td>41</td>\n<td>Specialist(Office)_VisionOptometry</td>\n</tr>\n<tr>\n<td>42</td>\n<td>Specialist(Office)_DME</td>\n</tr>\n<tr>\n<td>43</td>\n<td>Specialist(Office)_Surgical(Office)</td>\n</tr>\n<tr>\n<td>44</td>\n<td>Specialist(Office)_ASC Facility</td>\n</tr>\n<tr>\n<td>45</td>\n<td>Physical Therapy_XRay</td>\n</tr>\n<tr>\n<td>46</td>\n<td>XRay_MRI/CAT Scan</td>\n</tr>\n<tr>\n<td>53</td>\n<td>Speech Therapy_Occupational Therapy</td>\n</tr>\n<tr>\n<td>54</td>\n<td>Emergency Services</td>\n</tr>\n<tr>\n<td>55</td>\n<td>Routine Physical</td>\n</tr>\n<tr>\n<td>56</td>\n<td>Podiatry Office</td>\n</tr>\n<tr>\n<td>57</td>\n<td>Professional - Outpatient Physician</td>\n</tr>\n<tr>\n<td>58</td>\n<td>Anesthesia</td>\n</tr>\n<tr>\n<td>59</td>\n<td>Substance Abuse</td>\n</tr>\n<tr>\n<td>60</td>\n<td>Substance Abuse Facility-InPatient</td>\n</tr>\n<tr>\n<td>61</td>\n<td>Substance Abuse Facility-OutPatient</td>\n</tr>\n<tr>\n<td>62</td>\n<td>Telemedicine</td>\n</tr>\n<tr>\n<td>63</td>\n<td>Flu Vaccination</td>\n</tr>\n<tr>\n<td>64</td>\n<td>Mental Health_Sub Abuse Professional</td>\n</tr>\n<tr>\n<td>65</td>\n<td>Mental Health_Sub Abuse_In&amp;OutFacility</td>\n</tr>\n<tr>\n<td>66</td>\n<td>Sub Abuse_In&amp;OutFacility</td>\n</tr>\n<tr>\n<td>67</td>\n<td>Mental Health_SubAbuse_In-NetFacility</td>\n</tr>\n<tr>\n<td>68</td>\n<td>Specialist(Office)_ASC_Professional OutPatient</td>\n</tr>\n<tr>\n<td>69</td>\n<td>ASC Facility_Professional OutPatient</td>\n</tr>\n<tr>\n<td>70</td>\n<td>General_Office_Benefits(30)</td>\n</tr>\n<tr>\n<td>71</td>\n<td>Podiatry_XRay_DME</td>\n</tr>\n<tr>\n<td>72</td>\n<td>Podiatry_DME</td>\n</tr>\n<tr>\n<td>73</td>\n<td>Hospital-InPatient</td>\n</tr>\n<tr>\n<td>74</td>\n<td>Emergency Services_Hospital-InPatient</td>\n</tr>\n<tr>\n<td>75</td>\n<td>Speech Therapy_Occupational Therapy_MentalHealth</td>\n</tr>\n<tr>\n<td>76</td>\n<td>DME_Diagnostic Lab</td>\n</tr>\n<tr>\n<td>77</td>\n<td>Pharmacy</td>\n</tr>\n<tr>\n<td>78</td>\n<td>Specialist(Office)_Pharmacy</td>\n</tr>\n<tr>\n<td>79</td>\n<td>Physical Therapy_Occupational Therapy_Mental Health</td>\n</tr>\n<tr>\n<td>80</td>\n<td>Specialist(Office)_DME_ASC Facility</td>\n</tr>\n<tr>\n<td>81</td>\n<td>Specialist(Office)_DME_Surgical(Office)</td>\n</tr>\n<tr>\n<td>82</td>\n<td>Specialist(Office)_DME_Hospital-OutPatient</td>\n</tr>\n<tr>\n<td>83</td>\n<td>Hospital-OutPatient</td>\n</tr>\n<tr>\n<td>84</td>\n<td>Physical Therapy_Occupational Therapy</td>\n</tr>\n<tr>\n<td>85</td>\n<td>Specialist(Office)_Surgery(Office)_DME</td>\n</tr>\n<tr>\n<td>87</td>\n<td>SpecialistOffice_DME_X-Ray</td>\n</tr>\n<tr>\n<td>88</td>\n<td>SpecialistOffice_Physical Therapy</td>\n</tr>\n<tr>\n<td>89</td>\n<td>Telemedicine-Primary Care</td>\n</tr>\n<tr>\n<td>90</td>\n<td>Telemedicine-Specialist Services</td>\n</tr>\n<tr>\n<td>91</td>\n<td>Telemedicine-Urgent Care</td>\n</tr>\n<tr>\n<td>92</td>\n<td>Telemedicine-Physical Therapy</td>\n</tr>\n<tr>\n<td>93</td>\n<td>Telemedicine-Mental Health</td>\n</tr>\n<tr>\n<td>94</td>\n<td>Psychotherapy</td>\n</tr>\n<tr>\n<td>95</td>\n<td>Telemedicine Primary + Telemedicine Specialist</td>\n</tr>\n<tr>\n<td>96</td>\n<td>Telemedicine Primary + Telemedicine Specialist+Telemedicine Urgent care</td>\n</tr>\n<tr>\n<td>97</td>\n<td>Specialist(Office)_Psychotherapy</td>\n</tr>\n<tr>\n<td>100</td>\n<td>Hospital-Outpatient_Surgical(Office)_Specialist(Office)</td>\n</tr>\n<tr>\n<td>101</td>\n<td>SNF(AG)</td>\n</tr>\n<tr>\n<td>102</td>\n<td>SNF-Room_and_Board(AH)</td>\n</tr>\n<tr>\n<td>103</td>\n<td>SNF_SNF-Room_and_Board</td>\n</tr>\n<tr>\n<td>104</td>\n<td>Specialist(Office)_Mental Health</td>\n</tr>\n<tr>\n<td>105</td>\n<td>Specialist(office)_Primary Care_Chiropractic</td>\n</tr>\n<tr>\n<td>106</td>\n<td>Occupational Therapy_DME</td>\n</tr>\n<tr>\n<td>107</td>\n<td>Professional (Physician) Visit - Inpatient(99)</td>\n</tr>\n<tr>\n<td>108</td>\n<td>Home Health Care(42)</td>\n</tr>\n<tr>\n<td>109</td>\n<td>Hospice(45)</td>\n</tr>\n<tr>\n<td>110</td>\n<td>Home Health (42)_Hospice (45)</td>\n</tr>\n<tr>\n<td>111</td>\n<td>Mental Health_Telemedicine- Mental Health (MH)</td>\n</tr>\n<tr>\n<td>112</td>\n<td>Allergies</td>\n</tr>\n<tr>\n<td>113</td>\n<td>Diagnostic Medical</td>\n</tr>\n<tr>\n<td>114</td>\n<td>Maternity</td>\n</tr>\n<tr>\n<td>115</td>\n<td>Immunizations</td>\n</tr>\n<tr>\n<td>116</td>\n<td>Primary Care_Diagnostic Lab</td>\n</tr>\n<tr>\n<td>117</td>\n<td>Routine Physical_Immunizations_Diagnostic Medical</td>\n</tr>\n<tr>\n<td>118</td>\n<td>Physical Therapy &amp; Telemedicine physical therapy</td>\n</tr>\n<tr>\n<td>119</td>\n<td>Telemedicine-Occupational Therapy(AD)</td>\n</tr>\n<tr>\n<td>120</td>\n<td>Telemedicine-Speech Therapy(AF)</td>\n</tr>\n<tr>\n<td>121</td>\n<td>Occupational Therapy &amp; Telemedicine Occupational Therapy</td>\n</tr>\n<tr>\n<td>122</td>\n<td>Speech Therapy &amp; Telemedicine Speech Therapy</td>\n</tr>\n<tr>\n<td>123</td>\n<td>PrimaryCare_Immunizations_Diagnostic Lab</td>\n</tr>\n<tr>\n<td>124</td>\n<td>PrimaryCare_Immunizations_Diagnostic Medical</td>\n</tr>\n<tr>\n<td>125</td>\n<td>Physical Therapy_Mental Health</td>\n</tr>\n<tr>\n<td>126</td>\n<td>Radiation Therapy</td>\n</tr>\n<tr>\n<td>127</td>\n<td>Specialist(Office)_Chemotherapy_RadiationTherapy</td>\n</tr>\n<tr>\n<td>130</td>\n<td>Infertility(83)</td>\n</tr>\n<tr>\n<td>131</td>\n<td>Allergy Testing(79)</td>\n</tr>\n<tr>\n<td>132</td>\n<td>Specialist Office(98)_Allergy Testing(79)</td>\n</tr>\n<tr>\n<td>133</td>\n<td>Specialist Office(98)_Infertility(83)</td>\n</tr>\n<tr>\n<td>134</td>\n<td>In-vitro Fertilization(61)</td>\n</tr>\n<tr>\n<td>135</td>\n<td>In-vitro Fertilization(61)_Infertility(83)_Specialist Office(98)</td>\n</tr>\n<tr>\n<td>136</td>\n<td>Psychiatric (A4)</td>\n</tr>\n<tr>\n<td>137</td>\n<td>Mental Health_Telemedicine-Mental Health(MH)_Psychotherapy(A6)_Psychiatric (A4)</td>\n</tr>\n<tr>\n<td>138</td>\n<td>Primary Care (30)_Urgent Care (UC)_Diagnostic Lab (5)</td>\n</tr>\n<tr>\n<td>139</td>\n<td>SNF(AG)_SNF-RoomAndBoard(AH)_PhysicalTherapy(PT)</td>\n</tr>\n<tr>\n<td>140</td>\n<td>Acupuncture(64)</td>\n</tr>\n<tr>\n<td>141</td>\n<td>Acupuncture(64)_PhysicalTherapy(PT)</td>\n</tr>\n<tr>\n<td>142</td>\n<td>Gynecological(BT)</td>\n</tr>\n<tr>\n<td>143</td>\n<td>Obstetrical(BU)</td>\n</tr>\n<tr>\n<td>144</td>\n<td>Obstetrical/Gynecological(BV)</td>\n</tr>\n<tr>\n<td>145</td>\n<td>Family Planning(82)</td>\n</tr>\n<tr>\n<td>146</td>\n<td>Surgical Benefits-Professional Physician(CC)</td>\n</tr>\n<tr>\n<td>147</td>\n<td>Surgical Benefits-Facility(CD)</td>\n</tr>\n<tr>\n<td>148</td>\n<td>GeneralOfficeBenefits_Maternity</td>\n</tr>\n<tr>\n<td>149</td>\n<td>Dialysis(76)</td>\n</tr>\n<tr>\n<td>150</td>\n<td>Mental Health Facility-Outpatient(CH)</td>\n</tr>\n<tr>\n<td>151</td>\n<td>SpecialistOffice_DME_X-Ray_Surgical(office)</td>\n</tr>\n<tr>\n<td>152</td>\n<td>Mental Health_SubAbuse_Out Net Facility</td>\n</tr>\n<tr>\n<td>153</td>\n<td>Mental Health_Mental Health OP Facility _Sub_Abuse_In&amp;Out Net Facility</td>\n</tr>\n<tr>\n<td>154</td>\n<td>Mental Health (MH)_Mental Health Facility Outpatient(CH)</td>\n</tr>\n<tr>\n<td>155</td>\n<td>Telemedicine-Primary Care (30)_Diagnostic Medical (73)_Allergy Testing (79)</td>\n</tr>\n<tr>\n<td>156</td>\n<td>Primary Care(30)_Routine Physical(81)</td>\n</tr>\n<tr>\n<td>157</td>\n<td>XRay (4)_VisionOptometry (AL)</td>\n</tr>\n<tr>\n<td>158</td>\n<td>Diagnostic Medical(73)_Allergy Testing(79)_Specialist Office Visit(98)</td>\n</tr>\n<tr>\n<td>159</td>\n<td>Acupuncture(64)_Allergies(GY)</td>\n</tr>\n<tr>\n<td>160</td>\n<td>Acupuncture(64)_Chiropractic (33)_Physical Therapy (PT)</td>\n</tr>\n<tr>\n<td>161</td>\n<td>Mental Health (MH)_Pharmacy (88)__Psychiatric (A4)<em>Psychotherapy(A6)</em></td>\n</tr>\n<tr>\n<td>162</td>\n<td>Podiatry Office (93)_Specialist - Office (98)_Surgical Benefits-Professional Physician(CC)_Surgical -Office (2)</td>\n</tr>\n<tr>\n<td>163</td>\n<td>Occupational Therapy (AD)_Physical Therapy (PT)_SNF(AG)_Speech Therapy (AF)</td>\n</tr>\n<tr>\n<td>164</td>\n<td>Specialist - Office (98)_Surgical -Office (2)_VisionOptometry (AL)(*)</td>\n</tr>\n<tr>\n<td>165</td>\n<td>Chemotherapy (78)_DME (12)_Specialist - Office (98)</td>\n</tr>\n<tr>\n<td>166</td>\n<td>DME (12)_Pharmacy (88)(*)_SNF(AG)</td>\n</tr>\n<tr>\n<td>167</td>\n<td>Mental Health (MH)_Mental Health Facility-Outpatient(CH)_Professional - Outpatient Physician (A0)(*)</td>\n</tr>\n<tr>\n<td>168</td>\n<td>Diagnostic Lab (5)_Primary Care (30)_X-Ray (4)(*)</td>\n</tr>\n<tr>\n<td>169</td>\n<td>DME (12)_Pharmacy (88)(*)</td>\n</tr>\n<tr>\n<td>171</td>\n<td>Diagnostic Lab (5)_Telemedicine-Specialist Services(98)</td>\n</tr>\n<tr>\n<td>172</td>\n<td>Primary Care_Allergy Testing_Diagnostic Medical</td>\n</tr>\n<tr>\n<td>173</td>\n<td>Diagnostic Lab (5)_Telemedicine-Primary Care(30)</td>\n</tr>\n<tr>\n<td>174</td>\n<td>Chiropractic (33)_Physical Therapy (PT)_Specialist - Office (98)</td>\n</tr>\n<tr>\n<td>175</td>\n<td>Specialist - Office (98)_Surgical -Office (2)_VisionOptometry (AL)(*)_X-Ray (4)(*)</td>\n</tr>\n<tr>\n<td>176</td>\n<td>Mental Health (MH)_Primary Care (30)_Specialist - Office (98)</td>\n</tr>\n<tr>\n<td>177</td>\n<td>Diagnostic Medical(73)_Specialist - Office (98)_Surgical -Office (2)_VisionOptometry (AL)(*)</td>\n</tr>\n<tr>\n<td>178</td>\n<td>DME (12)_Home Health Care(42)(*)</td>\n</tr>\n<tr>\n<td>179</td>\n<td>Allergy Testing(79)_Diagnostic Lab</td>\n</tr>\n<tr>\n<td>180</td>\n<td>Diagnostic Lab (5)_Pharmacy (88)(*)</td>\n</tr>\n<tr>\n<td>181</td>\n<td>DME (12)_Specialist - Office (98)_Telemedicine-Specialist Services(98)</td>\n</tr>\n<tr>\n<td>182</td>\n<td>Mental Health Facility-Inpatient(CG)</td>\n</tr>\n<tr>\n<td>183</td>\n<td>MRI/CAT Scan(62)_Chemotherapy (78)_Diagnostic Lab (5)_Radiation Therapy (6)</td>\n</tr>\n<tr>\n<td>184</td>\n<td>Mental Health (MH)_Substance Abuse (AI)(*)_Substance Abuse Facility-InPatient (CI)(*)_Substance Abuse Facility-OutPatient (CJ)(*)</td>\n</tr>\n<tr>\n<td>185</td>\n<td>ASC Facility (13)_Surgical -Office (2)</td>\n</tr>\n<tr>\n<td>186</td>\n<td>ASC Facility (13)_Hospital-OutPatient (50)(*)_Professional - Outpatient Physician (A0)(*)_Specialist - Office (98)</td>\n</tr>\n<tr>\n<td>187</td>\n<td>Diagnostic Medical(73)_Specialist - Office (98)_VisionOptometry (AL)(*)</td>\n</tr>\n<tr>\n<td>188</td>\n<td>Hospital-InPatient (48)(*)_Hospital-OutPatient (50)(*)_Specialist - Office (98)_Surgical -Office (2)</td>\n</tr>\n<tr>\n<td>189</td>\n<td>ASC Facility (13)_Hospital-InPatient (48)(*)_Hospital-OutPatient (50)(*)_Surgical -Office (2)</td>\n</tr>\n<tr>\n<td>190</td>\n<td>Medically Related Transportation</td>\n</tr>\n<tr>\n<td>191</td>\n<td>Maternity(69)_Specialist - Office (98)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"test-environment\">Test Environment</h3>\n<p>Practice Types available under test endpoint</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>PracticeType</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>3</td>\n<td>DME</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Physical Therapy</td>\n</tr>\n<tr>\n<td>18</td>\n<td>Specialist OV-Professional Services</td>\n</tr>\n<tr>\n<td>27</td>\n<td>OV_DxLab_Sx(Office)</td>\n</tr>\n<tr>\n<td>38</td>\n<td>PT_DME</td>\n</tr>\n<tr>\n<td>40</td>\n<td>PT_OT_ST</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"27234fd2-af03-46b9-9e6d-12612cafd044"},{"name":"Widget / Eligibility and Estimates / CGX","item":[{"name":"Setup","id":"fd9a9e9a-bd27-4ed6-b376-8b7ab73e75e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientApiId\":\"xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx\",\r\n  \"clientSecret\":\"xxxxxxxxxxxxxxx\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://premium.pverify.com/Widget/Setup","description":"<p>Step 1 - Generate setupId to load widget in iframe</p>\n<p>SetupId will be required to load the widget in iframe. SetupId can be generated using Client ID and Client Secret. To generate SetupId, pass Client ID and Client Secret to following endpoint<br />[POST] <a href=\"https://premium.pverify.com/Widget/Setup\">https://premium.pverify.com/Widget/Setup</a><br />e.g.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"clientApiId\":\"xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx\",\n\"clientSecret\":\"xxxxxxxxxxxxxxx\"\n}\n\n</code></pre>\n<p>It will generate a SetupId something like this XXXXxxXX-XXXX-XxXX-XxXX-XXxxXXXXxXX.</p>\n<p>Step 2 - Load iframe with following URL with setupId<br />If you want to integrate Estimation widget, then set URL of iframe as shown below<br /><a href=\"https://premium.pverify.com/Component/EstimateInquiry?SetupId=setupId\">https://premium.pverify.com/Component/EstimateInquiry?SetupId=setupId</a></p>\n<p>If you want to integrate Eligibility widget, then set URL of iframe as shown below<br /><a href=\"https://premium.pverify.com/Component/ElgInquiry?SetupId=setupId\">https://premium.pverify.com/Component/ElgInquiry?SetupId=setupId</a></p>\n<p><strong>Details about SetupId</strong>  </p>\n<p>1.Need to generate SetupId for each transaction  </p>\n<p>2.SetupId is valid for 10 mins</p>\n","urlObject":{"protocol":"https","path":["Widget","Setup"],"host":["premium","pverify","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd9a9e9a-bd27-4ed6-b376-8b7ab73e75e0"},{"name":"CGXInquiry - Estimates and Eligibility Combo","id":"f7a0707b-c7c9-4fee-a3c1-5d2a36097261","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","type":"text","value":"{{client-api-id}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"PayerCode\": \"00192\", // this is pVerify's code - either use this or PayerName\r\n    \"PayerName\": \"United HC\", // this is your mapped name mapped through our system - contact pVerify for more info\r\n\t\"MemberId\": \"1234\",\r\n\t\"PatientFirstName\": \"John\",\r\n\t\"PatientLastName\": \"Doe\",\r\n\t\"PatientDOB\": \"01/01/2000\",\r\n    \"Location\": \"Brooklyn\",\r\n\t\"AppointmentType\": \"MRI Brain\", // this is a list of CPT codes in our system\r\n    \"CPTList\": [ \"77001\", \"77002\"], // either this or ApptType is used\r\n\t\"MRN\": \"1234\",\r\n    \"IsActiveSecondry\": false, // optional\r\n    \"SelfPay\": false, // optional\r\n    \"PracticeTypeId\": 25 // optional\r\n}"},"url":"https://api.pverify.com/api/CGXInquiry","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Test</td>\n<td><a href=\"https://testapi.pverify.com/API/CGXInquiry\">https://testapi.pverify.com/API/CGXInquiry</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pverify.com/API/EligibilitySummary\">https://api.pverify.com/API/CGXInquiry</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>CGXInquiry is our combined Eligibility &amp; Estimate endpoint.</p>\n<p>Note that only a handful of items are required. This allows very quick and easy coding to get a response. The NPI is hard coded to use the default NPI. The location can use the first/default location. Pricing is based either on payer/location specific pricing or the medicare price. If the former, then the CPT codes need to be imported into pVerify. If the later, then the location needs to have the state/ZIP code set, and the default medicare % needs to be set from Premium (Admin Setup). It is possible when configured to use remit data to power this estimate. The eligibility call is the same as the EligibilitySummary call. Either the practice type can be set from the body or it will use the default practice type set by client.</p>\n<p><strong>Headers</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URL</td>\n<td><a href=\"https://api.pverify.com/API/CGXInquiry\">https://api.pverify.com/API/CGXInquiry</a></td>\n</tr>\n<tr>\n<td>Method</td>\n<td>POST</td>\n</tr>\n<tr>\n<td><strong>Headers</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Authorization token from above preceded by the String \"Bearer\"</td>\n</tr>\n<tr>\n<td>Client-API-Id</td>\n<td>API ID provided by pVerify</td>\n</tr>\n<tr>\n<td>Content-Type</td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Note: The Client-API-Id is required. Header keys are case sensitive.</p>\n<h2 id=\"cgxinquiry-request-details\">CGXInquiry Request Details</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Usage</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PayerCode</td>\n<td>String</td>\n<td>Conditional</td>\n<td>pVerify Payer Code(ie Aetna 00001)</td>\n</tr>\n<tr>\n<td>PayerName</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Your payer name mapped through our system (note either PayerCode or PayerName is required)</td>\n</tr>\n<tr>\n<td>MemberId</td>\n<td>String</td>\n<td>Required</td>\n<td>Member ID of Patient</td>\n</tr>\n<tr>\n<td>PatientFirstName</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient first name</td>\n</tr>\n<tr>\n<td>PatientLastName</td>\n<td>String</td>\n<td>Required</td>\n<td>Patient last name</td>\n</tr>\n<tr>\n<td>PatientDOB</td>\n<td>String</td>\n<td>Required</td>\n<td>Format must be MM/DD/YYYY</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>String</td>\n<td>Optional</td>\n<td>Name of location - used to set the appointment pricing</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td>String</td>\n<td>Optional</td>\n<td>0 if default, else ZipCode - see notes below</td>\n</tr>\n<tr>\n<td>AppointmentType</td>\n<td>String</td>\n<td>Conditional</td>\n<td>Name of appointment</td>\n</tr>\n<tr>\n<td>CPTList</td>\n<td>Array of String</td>\n<td>Conditional</td>\n<td>List of CPT codes - String array. Either this or AppointmentType is required. If both are set, the CPTList is used.</td>\n</tr>\n<tr>\n<td>MRN</td>\n<td>String</td>\n<td>Optional</td>\n<td>MRN or reference of patient - not used by pVerify</td>\n</tr>\n<tr>\n<td>IsActiveSecondry</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>For use for estimate</td>\n</tr>\n<tr>\n<td>SelfPay</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>For estimate</td>\n</tr>\n<tr>\n<td>PracticeTypeId</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>Please consult <a href=\"#tables\">Practice Type Code table</a> - sets which practice type to use, i.e. 12 for physical therapy, which will return an object with PT benefits in the results. If you do not select a practice type, the default for your account will be used. Contact pVerify for more info.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Either PayerCode (preference) or your Payer Name mapped through our system can be used. The system will use the PayerCode if not empty.</p>\n<p>Location is optional, it will pull the default location if not set. The location is used to power the Medicare pricing which relies on Zip Code. To overrride this, set the ZipCode field. If the Location field is a location that does not exist, it will be created. Note if this happens, the first user in the system must be role ClientAdmin else the API will not set the user to the location correctly. If this happens then the API call fails.</p>\n<p>EIther CPTList (string array) or AppointmentType (name) can be used. If both are present then CPTList will be used. This is used to pull the pricing and it's based on the following order.</p>\n<p>IF CptLIst is used, then this is the pricing order in the system:</p>\n<ol>\n<li><p>Remit Price (CPT/Payer specific) (based on EDI 835 data specific to client)</p>\n</li>\n<li><p>Payer &amp; CPT specific custom pricing (from your imported fee schedule)</p>\n</li>\n<li><p>Payer &amp; CPT specific medicare pricing (from your imported fee schedule)</p>\n</li>\n<li><p>CPT specific custom pricing (from your imported fee schedule)</p>\n</li>\n<li><p>Medicare custom pricing (from your imported fee schedule)</p>\n</li>\n<li><p>Medicare pricing (from CMS)</p>\n</li>\n</ol>\n<p>Note for #6 there is a client-wide medicare price that can be used to act as a multiplier for Medicare Pricing - it is set in Admin Profile from Premium.</p>\n<p>If Appointment list is used - the pricing is the same as above except remit pricing is not factored in.</p>\n<h2 id=\"cgxinquiry-response-fields\">CGXInquiry Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property Name</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requestId</td>\n<td>Integer</td>\n<td>Primary Key</td>\n</tr>\n<tr>\n<td>isDataError</td>\n<td>Boolean</td>\n<td>true if error</td>\n</tr>\n<tr>\n<td>errorMessage</td>\n<td>String</td>\n<td>Error message</td>\n</tr>\n<tr>\n<td>eligibilityRequestID</td>\n<td>Integer</td>\n<td>Primary Key for request</td>\n</tr>\n<tr>\n<td>elgStatus</td>\n<td>String</td>\n<td>Active if patient's insurance is active</td>\n</tr>\n<tr>\n<td>elgResponseMessage</td>\n<td>String</td>\n<td>Error from eligibility call</td>\n</tr>\n<tr>\n<td>apiResponseCode</td>\n<td>Integer</td>\n<td>0 if no error</td>\n</tr>\n<tr>\n<td>apiResponseMessage</td>\n<td>String</td>\n<td>Processed if no error</td>\n</tr>\n<tr>\n<td>detailResponse.preAuthStatus</td>\n<td>String</td>\n<td>Not yet supported</td>\n</tr>\n<tr>\n<td>detailResponse.paFrom</td>\n<td>String</td>\n<td>Not yet supported</td>\n</tr>\n<tr>\n<td>detailResponse.locationName</td>\n<td>String</td>\n<td>Name of location from request</td>\n</tr>\n<tr>\n<td>detailResponse.cptCode</td>\n<td>String</td>\n<td>CPT Code</td>\n</tr>\n<tr>\n<td>detailResponse.co_ins_Percentage</td>\n<td>String</td>\n<td>Coinsurance</td>\n</tr>\n<tr>\n<td>detailResponse.co_Pay</td>\n<td>String</td>\n<td>Copay</td>\n</tr>\n<tr>\n<td>detailResponse.deductible_remaining</td>\n<td>String</td>\n<td>Deductible Remaining</td>\n</tr>\n<tr>\n<td>detailResponse.out_of_Pocket_remaining</td>\n<td>String</td>\n<td>OOP Remaining</td>\n</tr>\n<tr>\n<td>detailResponse.estimatedAllowable</td>\n<td>String</td>\n<td>Allowed amount from payer</td>\n</tr>\n<tr>\n<td>detailResponse.EstPtResponsibilitywDeduc</td>\n<td>String</td>\n<td>Estimate for patient responsibility with Deductible</td>\n</tr>\n<tr>\n<td>detailResponse.EstPtResponsibilitywoDeduc</td>\n<td>String</td>\n<td>Estimate for patient responsibility without Deductible</td>\n</tr>\n<tr>\n<td>detailResponse.EstPtResponsibilityMessage</td>\n<td>String</td>\n<td>Patient Responsibility message</td>\n</tr>\n<tr>\n<td>detailResponse.amountPayable</td>\n<td>String</td>\n<td>Amount due by patient</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response JSON:</p>\n<p>StartFragment</p>\n<p>{<br />\"requestId\": 299,<br />\"isDataError\": false,<br />\"errorMessage\": \" Location set by default location. \",<br />\"detailResponse\": {<br />\"preAuthStatus\": null,<br />\"paFrom\": null,<br />\"locationName\": null,<br />\"cptCode\": \"70553\",<br />\"co_ins_Percentage\": \"0\",<br />\"co_Pay\": \"225.00\",<br />\"deductible_remaining\": \"0.00\",<br />\"out_of_Pocket_remaining\": \"5470.00\",<br />\"estimatedAllowable\": \"391.93\",<br />\"EstPtResponsibilitywDeduc\": \"225.00\",<br />\"EstPtResponsibilitywoDeduc\": \"225.00\",<br />\"EstPtResponsibilityMessage\": \"\",<br />\"amountPayable\": \"225.00\"<br />},<br />\"eligibilityRequestID\": 13672,<br />\"elgStatus\": \"Active\",<br />\"elgResponseMessage\": null,<br />\"estimationId\": 0,<br />\"apiResponseCode\": 0,<br />\"apiResponseMessage\": \"Processed\"<br />}</p>\n","urlObject":{"protocol":"https","path":["api","CGXInquiry"],"host":["api","pverify","com"],"query":[],"variable":[]}},"response":[{"id":"6f3f0960-38a9-4612-861d-6d83da81a531","name":"CGXInquiry","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access-token}}"},{"key":"Client-API-Id","type":"text","value":"{{client-api-id}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"PayerMapCode\": \"00192\",\r\n\t\"MemberId\": \"1234\",\r\n\t\"PatientFirstName\": \"John\",\r\n\t\"PatientLastName\": \"Doe\",\r\n\t\"PatientDOB\": \"01/01/2000\",\r\n    \"Location\": \"Brooklyn\",\r\n\t\"AppointmentType\": \"MRI Brain\", \r\n\t\"MRN\": \"1234\",\r\n    \"IsActiveSecondry\": false, // optional\r\n    \"UseRemitData\": false, // optional\r\n    \"SelfPay\": false, // optional\r\n    \"PracticeTypeId\": 25 // optional\r\n}"},"url":"https://api.pverify.com/api/CGXInquiry"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f7a0707b-c7c9-4fee-a3c1-5d2a36097261"}],"id":"e6493cbf-b93a-4ea6-aab7-9a6ebe23ae1c","description":"<p>pVerify’s Widgets</p>\n<ol>\n<li>Currently, pVerify has two widgets. First is Estimation (previously known as CGX) and another is Eligibility.\n2).We have designed a widget with the ability, so that clients can integrate it in their websites using iframe.\n3).<a href=\"https://sample.pverify.com/\">https://sample.pverify.com/</a> This sample page is designed to demonstrate the integration of our widgets into client websites.\n4).<a href=\"https://sample.pverify.com/\">https://sample.pverify.com/</a> This sample page is using Google reCAPTCHA v3, to prevent spam and other types of automated abuse,\nbut clients can go with a different approach like giving access to logged in users only.</li>\n</ol>\n<h2 id=\"steps-to-integrate-widget-using-iframe\">Steps to integrate widget using iframe</h2>\n","event":[{"listen":"prerequest","script":{"id":"53e2f7cc-4ccd-4b5c-8baf-9e3df9a1114e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2ff49deb-b435-4cde-86ee-7bf5afb5465b","type":"text/javascript","exec":[""]}}],"_postman_id":"e6493cbf-b93a-4ea6-aab7-9a6ebe23ae1c"}],"event":[{"listen":"prerequest","script":{"id":"a075ff9b-ec18-4189-8e4c-59fc7d650445","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"74098065-c0ee-48eb-b057-84132a35309b","type":"text/javascript","exec":[""]}}]}