Newer Version Available
Plan Benefit Networks Output
Represents Insurance Policy Coverage Networks.
- JSON example
-
1{ 2 "networks": [ 3 { 4 "id": "n1", 5 "network": "FIRST_NETWORK_TIER", 6 "name": "Preferred Network", 7 "sequence": 1 8 }, 9 { 10 "id": "n2", 11 "network": "SECOND_NETWORK_TIER", 12 "name": "In Network", 13 "sequence": 2 14 } 15 ] 16} - Properties
-
Name Type Description Available Version id String ID of the Insurance Policy Coverage Network. 63.0 name String The name of Insurance Policy Coverage Network. 63.0 network String Insurance Policy Coverage Network tier type. 63.0 sequence String Sequence field of the Insurance Policy Coverage Network. 63.0