Insurance Member Plans
Output representation of the Insurance Get Member Plans service for an individual member.
- JSON example
-
1{ 2 "error": null, 3 "memberId": "0r6xx0000000001AAA", 4 "plans": { 5 "Medical": { 6 "values": [ 7 { 8 "attributes": [], 9 "coverages": [ 10 { 11 "attributes": [], 12 "coverages": [], 13 "isOptional": false, 14 "isPrimarySubscribed": false, 15 "isSubscribed": false, 16 "planId": "0rgxx000000001dAAA", 17 "planName": "Annual Health Checkups" 18 }, 19 { 20 "attributes": [], 21 "coverages": [], 22 "isOptional": false, 23 "isPrimarySubscribed": false, 24 "isSubscribed": false, 25 "planId": "0rgxx000000003FAAQ", 26 "planName": "OPD Consults" 27 } 28 ], 29 "isOptional": false, 30 "isPrimarySubscribed": false, 31 "isSubscribed": false, 32 "planId": "0rgxx0000000001AAA", 33 "planName": "Bajaj Medical Premium" 34 } 35 ] 36 } 37 } 38}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| error | Insurance Error | Error details if an error occurred while getting plans for the member. | Small, 65.0 | 65.0 |
| memberId | String | ID of the group census member. | Small, 65.0 | 65.0 |
| plans | Map<String, Insurance Plan List> | Map of eligible plans, where the key is the plan category, such as Medical and Dental, and the value is a list of plans in that category. | Small, 65.0 | 65.0 |