Price Comparison Item Details
Output representation of the details of a single node in the price comparison, such as
the overall summary, a plan, a group class, a member, or a coverage. The comparison is returned
as a flat list of items. Build the hierarchy by matching the parent value of an item with the id value of
another item.
- JSON example
-
1{ 2 "category": "vision", 3 "current": { 4 "attributes": [], 5 "fee": 40.00, 6 "id": "0rHxx000000002bEAA", 7 "premium": 2000.00, 8 "tax": 180.00, 9 "total": 2220.00 10 }, 11 "durationKey": "dur1", 12 "id": "identifier2", 13 "name": "Vision Gold", 14 "node": "plan", 15 "parent": null, 16 "previous": { 17 "attributes": [], 18 "fee": 20.00, 19 "id": "0rHxx000000001aEAA", 20 "premium": 1800.00, 21 "tax": 180.00, 22 "total": 2000.00 23 } 24}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| category | String | Product category that the item belongs to, such as dental or vision. The value is null for the overall summary item. | Small, 68.0 | 68.0 |
| current | Price Comparison Impact Details | New amounts for the item, after the change that's being analyzed. | Small, 68.0 | 68.0 |
| durationKey | String | Key of the rating period that the item's amounts apply to. The key matches the key value of an entry in the durations list. | Small, 68.0 | 68.0 |
| id | String | Identifier of the item within the response. Child items refer to this value through their parent property. | Small, 68.0 | 68.0 |
| name | String | Display name of the item, such as the plan name, group class name, coverage name, or member name. The value is null for the overall summary item. | Small, 68.0 | 68.0 |
| node | String | Type of the element that the item represents. Valid values are summary, plan, class, member, and coverage. | Small, 68.0 | 68.0 |
| parent | String | Identifier of the parent item in the comparison hierarchy. The value is null for the top-level items, such as the overall summary and the plans. | Small, 68.0 | 68.0 |
| previous | Price Comparison Impact Details | Old amounts for the item, before the change that's being analyzed. The amounts are zero for a fresh enrollment, where no earlier price exists. | Small, 68.0 | 68.0 |