Newer Version Available
Insurance Plans Eligibility Details
Output representation of the plan eligibility check for an.
- JSON example
-
1{ 2 "contextId": "42ce00ea6a44dcc0d308ba1ea7c4c9bb455bd14bb0405ff03dca1b5371c42cda", 3 "isSuccess": true, 4 "errors": [], 5 "memberId": "0r6RM0000000h1pYAA", 6 "planEligibilityDetails": { 7 "plans": [ 8 { 9 "planId": "plan123", 10 "isOptional": false, 11 "productCategory": "Medical", 12 "planName": "plan123", 13 "attributes": [], 14 "coverages": [ 15 { 16 "planId": "coverageA", 17 "isOptional": false, 18 "productCategory": "Medical", 19 "planName": "plan123" 20 }, 21 { 22 "planId": "coverageB", 23 "isOptional": false, 24 "productCategory": "Medical", 25 "planName": "plan123" 26 } 27 ] 28 } 29 ] 30 } 31}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| contextId | String | ID of the context that's used for the eligibility check. | Small, 66.0 | 66.0 |
| errors | Insurance Error[] | List of errors that occurred during the eligibility check. | Small, 66.0 | 66.0 |
| isSuccess | Boolean | Indicates whether the API operation is successful (true) or not (false). | Small, 66.0 | 66.0 |
| memberId | String | ID of the group census member. | Small, 66.0 | 66.0 |
| planEligibilityDetails | Eligible Plan Details | Details of the eligible plans. | Small, 66.0 | 66.0 |