vericred_client 0.0.38 → 0.0.40

Sign up to get free protection for your applications and to get access to all the features.
Files changed (474) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -11
  3. data/docs/ACAPlan.md +4 -2
  4. data/docs/ACAPlan2018.md +5 -3
  5. data/docs/ACAPlan2018Search.md +5 -4
  6. data/docs/ACAPlan2018SearchResult.md +5 -4
  7. data/docs/ACAPlanPre2018.md +4 -2
  8. data/docs/ACAPlanPre2018Bulk.md +4 -3
  9. data/docs/ACAPlanPre2018Search.md +4 -3
  10. data/docs/ACAPlanPre2018SearchResult.md +4 -3
  11. data/docs/BulkPlansApi.md +3 -3
  12. data/docs/BusinessRule.md +9 -0
  13. data/docs/BusinessRuleSet.md +10 -0
  14. data/docs/CarrierSubsidiaryBulk.md +12 -0
  15. data/docs/DentalPlan.md +1 -0
  16. data/docs/DentalPlanSearch.md +2 -2
  17. data/docs/DentalPlanSearchRequest.md +1 -1
  18. data/docs/Location.md +9 -0
  19. data/docs/MajorMedicalPlansApi.md +5 -5
  20. data/docs/MedicalPlansApi.md +5 -5
  21. data/docs/NetworksApi.md +2 -2
  22. data/docs/PlanAncestor.md +1 -1
  23. data/docs/PlanShowResponse.md +1 -1
  24. data/docs/{PlansBulkSearchResponse.md → PlansBulkACA2018Response.md} +2 -2
  25. data/docs/ProviderDetails.md +0 -1
  26. data/docs/QuotingApi.md +11 -5
  27. data/docs/RateShow.md +1 -0
  28. data/docs/RequestProvidersSearch.md +1 -0
  29. data/docs/V7ResponseProvidersProviderDetails.md +0 -1
  30. data/docs/VisionPlan.md +1 -0
  31. data/docs/VisionPlanSearch.md +1 -1
  32. data/docs/VisionPlanSearchRequest.md +1 -1
  33. data/lib/vericred_client.rb +8 -7
  34. data/lib/vericred_client/api/bulk_plans_api.rb +8 -5
  35. data/lib/vericred_client/api/carrier_groups_api.rb +3 -0
  36. data/lib/vericred_client/api/carrier_subsidiary_disclaimers_api.rb +3 -0
  37. data/lib/vericred_client/api/carriers_api.rb +3 -0
  38. data/lib/vericred_client/api/dental_plans_api.rb +3 -0
  39. data/lib/vericred_client/api/drugs_api.rb +3 -0
  40. data/lib/vericred_client/api/embargoes_api.rb +3 -0
  41. data/lib/vericred_client/api/formularies_api.rb +3 -0
  42. data/lib/vericred_client/api/issuers_api.rb +3 -0
  43. data/lib/vericred_client/api/major_medical_plans_api.rb +10 -7
  44. data/lib/vericred_client/api/medical_plans_api.rb +10 -7
  45. data/lib/vericred_client/api/medicare_advantage_plans_api.rb +3 -0
  46. data/lib/vericred_client/api/network_sizes_api.rb +3 -0
  47. data/lib/vericred_client/api/networks_api.rb +5 -2
  48. data/lib/vericred_client/api/plans_api.rb +3 -0
  49. data/lib/vericred_client/api/providers_api.rb +3 -0
  50. data/lib/vericred_client/api/quoting_api.rb +15 -6
  51. data/lib/vericred_client/api/rates_api.rb +3 -0
  52. data/lib/vericred_client/api/service_areas_api.rb +3 -0
  53. data/lib/vericred_client/api/specialties_api.rb +3 -0
  54. data/lib/vericred_client/api/vision_plans_api.rb +3 -0
  55. data/lib/vericred_client/api/zip_counties_api.rb +3 -0
  56. data/lib/vericred_client/api_client.rb +3 -0
  57. data/lib/vericred_client/api_error.rb +3 -0
  58. data/lib/vericred_client/configuration.rb +3 -0
  59. data/lib/vericred_client/models/aca_plan.rb +28 -5
  60. data/lib/vericred_client/models/aca_plan2018.rb +28 -5
  61. data/lib/vericred_client/models/aca_plan2018_search.rb +25 -12
  62. data/lib/vericred_client/models/aca_plan2018_search_response.rb +3 -0
  63. data/lib/vericred_client/models/aca_plan2018_search_result.rb +25 -12
  64. data/lib/vericred_client/models/aca_plan2018_show_response.rb +3 -0
  65. data/lib/vericred_client/models/aca_plan_pre2018.rb +28 -5
  66. data/lib/vericred_client/models/aca_plan_pre2018_bulk.rb +24 -11
  67. data/lib/vericred_client/models/aca_plan_pre2018_search.rb +23 -10
  68. data/lib/vericred_client/models/aca_plan_pre2018_search_response.rb +3 -0
  69. data/lib/vericred_client/models/aca_plan_pre2018_search_result.rb +24 -11
  70. data/lib/vericred_client/models/aca_plan_pre2018_show_response.rb +3 -0
  71. data/lib/vericred_client/models/address.rb +3 -0
  72. data/lib/vericred_client/models/adult_child_tier_composite.rb +3 -0
  73. data/lib/vericred_client/models/age_banded.rb +3 -0
  74. data/lib/vericred_client/models/ancillary_plan_identifier.rb +3 -0
  75. data/lib/vericred_client/models/base.rb +3 -0
  76. data/lib/vericred_client/models/base_plan_search_response.rb +3 -0
  77. data/lib/vericred_client/models/{plan_search_response.rb → business_rule.rb} +19 -30
  78. data/lib/vericred_client/models/business_rule_set.rb +1210 -0
  79. data/lib/vericred_client/models/carrier.rb +3 -0
  80. data/lib/vericred_client/models/carrier_group_request.rb +3 -0
  81. data/lib/vericred_client/models/carrier_request.rb +3 -0
  82. data/lib/vericred_client/models/carrier_subsidiary.rb +3 -0
  83. data/lib/vericred_client/models/{vision_plan_bulk.rb → carrier_subsidiary_bulk.rb} +32 -121
  84. data/lib/vericred_client/models/carrier_subsidiary_disclaimer.rb +3 -0
  85. data/lib/vericred_client/models/composite.rb +3 -0
  86. data/lib/vericred_client/models/county.rb +3 -0
  87. data/lib/vericred_client/models/county_bulk.rb +3 -0
  88. data/lib/vericred_client/models/dental_plan.rb +14 -1
  89. data/lib/vericred_client/models/dental_plan_benefits.rb +3 -0
  90. data/lib/vericred_client/models/dental_plan_search.rb +11 -8
  91. data/lib/vericred_client/models/dental_plan_search_applicant.rb +3 -0
  92. data/lib/vericred_client/models/dental_plan_search_request.rb +4 -1
  93. data/lib/vericred_client/models/dental_plan_search_response.rb +3 -0
  94. data/lib/vericred_client/models/dental_plan_show_response.rb +3 -0
  95. data/lib/vericred_client/models/dental_plan_update.rb +3 -0
  96. data/lib/vericred_client/models/dental_plan_update_request.rb +3 -0
  97. data/lib/vericred_client/models/dependent_create.rb +3 -0
  98. data/lib/vericred_client/models/dependent_create_request.rb +3 -0
  99. data/lib/vericred_client/models/dependent_show.rb +3 -0
  100. data/lib/vericred_client/models/drug.rb +3 -0
  101. data/lib/vericred_client/models/drug_coverage.rb +3 -0
  102. data/lib/vericred_client/models/drug_coverage_base.rb +3 -0
  103. data/lib/vericred_client/models/drug_coverage_response.rb +3 -0
  104. data/lib/vericred_client/models/drug_details.rb +3 -0
  105. data/lib/vericred_client/models/drug_package.rb +3 -0
  106. data/lib/vericred_client/models/drug_search_drug_package.rb +3 -0
  107. data/lib/vericred_client/models/drug_search_request.rb +3 -0
  108. data/lib/vericred_client/models/drug_search_response.rb +3 -0
  109. data/lib/vericred_client/models/embargo_request.rb +3 -0
  110. data/lib/vericred_client/models/formulary.rb +3 -0
  111. data/lib/vericred_client/models/formulary_drug_coverage.rb +3 -0
  112. data/lib/vericred_client/models/formulary_drug_package_response.rb +3 -0
  113. data/lib/vericred_client/models/formulary_response.rb +3 -0
  114. data/lib/vericred_client/models/four_tier_composite.rb +3 -0
  115. data/lib/vericred_client/models/group_create.rb +3 -0
  116. data/lib/vericred_client/models/group_create_request.rb +3 -0
  117. data/lib/vericred_client/models/group_create_response.rb +3 -0
  118. data/lib/vericred_client/models/group_show.rb +3 -0
  119. data/lib/vericred_client/models/group_show_response.rb +3 -0
  120. data/lib/vericred_client/models/group_update.rb +3 -0
  121. data/lib/vericred_client/models/group_update_request.rb +3 -0
  122. data/lib/vericred_client/models/issuer_request.rb +3 -0
  123. data/lib/vericred_client/models/{plans_bulk_aca2018.rb → location.rb} +22 -9
  124. data/lib/vericred_client/models/location_create.rb +3 -0
  125. data/lib/vericred_client/models/location_show.rb +3 -0
  126. data/lib/vericred_client/models/location_update.rb +3 -0
  127. data/lib/vericred_client/models/medical_plan_benefits.rb +3 -0
  128. data/lib/vericred_client/models/medical_plan_search_request.rb +3 -0
  129. data/lib/vericred_client/models/medical_plan_update.rb +3 -0
  130. data/lib/vericred_client/models/medical_plan_update_request.rb +3 -0
  131. data/lib/vericred_client/models/medicare_advantage_plan.rb +3 -0
  132. data/lib/vericred_client/models/medicare_advantage_plan_benefits.rb +3 -0
  133. data/lib/vericred_client/models/medicare_advantage_plan_search.rb +3 -0
  134. data/lib/vericred_client/models/medicare_advantage_plan_search_request.rb +3 -0
  135. data/lib/vericred_client/models/medicare_advantage_plan_search_response.rb +3 -0
  136. data/lib/vericred_client/models/medicare_advantage_plan_show_response.rb +3 -0
  137. data/lib/vericred_client/models/medicare_advantage_plan_update.rb +3 -0
  138. data/lib/vericred_client/models/medicare_advantage_plan_update_request.rb +3 -0
  139. data/lib/vericred_client/models/member_adult_child_tier_composite.rb +3 -0
  140. data/lib/vericred_client/models/member_age_banded.rb +3 -0
  141. data/lib/vericred_client/models/member_create.rb +3 -0
  142. data/lib/vericred_client/models/member_premiums.rb +3 -0
  143. data/lib/vericred_client/models/member_rate_show.rb +3 -0
  144. data/lib/vericred_client/models/member_rate_show_request.rb +3 -0
  145. data/lib/vericred_client/models/member_rates_show_response.rb +3 -0
  146. data/lib/vericred_client/models/member_show.rb +3 -0
  147. data/lib/vericred_client/models/members_create_request.rb +3 -0
  148. data/lib/vericred_client/models/members_create_response.rb +3 -0
  149. data/lib/vericred_client/models/members_show_response.rb +3 -0
  150. data/lib/vericred_client/models/meta.rb +3 -0
  151. data/lib/vericred_client/models/meta_plan_search_response.rb +3 -0
  152. data/lib/vericred_client/models/network.rb +3 -0
  153. data/lib/vericred_client/models/network_comparison.rb +3 -0
  154. data/lib/vericred_client/models/network_comparison_request.rb +3 -0
  155. data/lib/vericred_client/models/network_comparison_response.rb +3 -0
  156. data/lib/vericred_client/models/network_details.rb +3 -0
  157. data/lib/vericred_client/models/network_details_response.rb +3 -0
  158. data/lib/vericred_client/models/network_disruption_analysis.rb +3 -0
  159. data/lib/vericred_client/models/network_disruption_analysis_request.rb +3 -0
  160. data/lib/vericred_client/models/network_disruption_analysis_response.rb +3 -0
  161. data/lib/vericred_client/models/network_search.rb +3 -0
  162. data/lib/vericred_client/models/network_search_response.rb +3 -0
  163. data/lib/vericred_client/models/network_size.rb +3 -0
  164. data/lib/vericred_client/models/notification_subscription.rb +3 -0
  165. data/lib/vericred_client/models/notification_subscription_response.rb +3 -0
  166. data/lib/vericred_client/models/plan.rb +3 -0
  167. data/lib/vericred_client/models/plan_ancestor.rb +10 -7
  168. data/lib/vericred_client/models/plan_county.rb +3 -0
  169. data/lib/vericred_client/models/plan_county_bulk.rb +3 -0
  170. data/lib/vericred_client/models/plan_deleted.rb +3 -0
  171. data/lib/vericred_client/models/plan_identifier.rb +3 -0
  172. data/lib/vericred_client/models/plan_medicare.rb +3 -0
  173. data/lib/vericred_client/models/plan_medicare_bulk.rb +3 -0
  174. data/lib/vericred_client/models/plan_network.rb +3 -0
  175. data/lib/vericred_client/models/plan_pricing_medicare.rb +3 -0
  176. data/lib/vericred_client/models/plan_show_response.rb +4 -1
  177. data/lib/vericred_client/models/{plans_bulk_search_response.rb → plans_bulk_aca2018_response.rb} +5 -2
  178. data/lib/vericred_client/models/plans_bulk_aca_pre2018.rb +3 -0
  179. data/lib/vericred_client/models/plans_bulk_base.rb +3 -0
  180. data/lib/vericred_client/models/plans_bulk_dental.rb +3 -0
  181. data/lib/vericred_client/models/plans_bulk_search_request.rb +3 -0
  182. data/lib/vericred_client/models/plans_bulk_vision.rb +3 -0
  183. data/lib/vericred_client/models/premiums.rb +3 -0
  184. data/lib/vericred_client/models/provider.rb +3 -0
  185. data/lib/vericred_client/models/provider_details.rb +4 -13
  186. data/lib/vericred_client/models/provider_geocode.rb +3 -0
  187. data/lib/vericred_client/models/provider_network_event_notification.rb +3 -0
  188. data/lib/vericred_client/models/provider_network_specialty.rb +3 -0
  189. data/lib/vericred_client/models/provider_networks.rb +3 -0
  190. data/lib/vericred_client/models/provider_networks_address.rb +3 -0
  191. data/lib/vericred_client/models/provider_plan_network_response.rb +3 -0
  192. data/lib/vericred_client/models/provider_plan_response.rb +3 -0
  193. data/lib/vericred_client/models/provider_plans.rb +3 -0
  194. data/lib/vericred_client/models/provider_plans_request.rb +3 -0
  195. data/lib/vericred_client/models/provider_show_response.rb +3 -0
  196. data/lib/vericred_client/models/providers_geocode_response.rb +3 -0
  197. data/lib/vericred_client/models/providers_search_response.rb +3 -0
  198. data/lib/vericred_client/models/quote_create.rb +3 -0
  199. data/lib/vericred_client/models/quote_create_request.rb +3 -0
  200. data/lib/vericred_client/models/quote_create_response.rb +3 -0
  201. data/lib/vericred_client/models/quote_show.rb +3 -0
  202. data/lib/vericred_client/models/quote_show_response.rb +3 -0
  203. data/lib/vericred_client/models/rate_request.rb +3 -0
  204. data/lib/vericred_client/models/rate_search.rb +3 -0
  205. data/lib/vericred_client/models/rate_show.rb +14 -1
  206. data/lib/vericred_client/models/rate_show_request.rb +3 -0
  207. data/lib/vericred_client/models/rates_show_response.rb +3 -0
  208. data/lib/vericred_client/models/rating_area.rb +3 -0
  209. data/lib/vericred_client/models/request_plan_find_applicant.rb +3 -0
  210. data/lib/vericred_client/models/request_plan_find_drug_package.rb +3 -0
  211. data/lib/vericred_client/models/request_plan_find_provider.rb +3 -0
  212. data/lib/vericred_client/models/request_provider_notification_subscription.rb +3 -0
  213. data/lib/vericred_client/models/request_providers_search.rb +14 -1
  214. data/lib/vericred_client/models/request_rates_search.rb +3 -0
  215. data/lib/vericred_client/models/response_rates_search.rb +3 -0
  216. data/lib/vericred_client/models/rx_cui_identifier.rb +3 -0
  217. data/lib/vericred_client/models/rx_cui_identifier_search_response.rb +3 -0
  218. data/lib/vericred_client/models/service_area.rb +3 -0
  219. data/lib/vericred_client/models/service_area_update.rb +3 -0
  220. data/lib/vericred_client/models/service_area_zip_county.rb +3 -0
  221. data/lib/vericred_client/models/service_area_zip_county_update.rb +3 -0
  222. data/lib/vericred_client/models/specialty_search_response.rb +3 -0
  223. data/lib/vericred_client/models/specialty_show.rb +3 -0
  224. data/lib/vericred_client/models/state.rb +3 -0
  225. data/lib/vericred_client/models/state_network_size_request.rb +3 -0
  226. data/lib/vericred_client/models/state_network_size_response.rb +3 -0
  227. data/lib/vericred_client/models/supplemental_options.rb +3 -0
  228. data/lib/vericred_client/models/supplemental_options_update.rb +3 -0
  229. data/lib/vericred_client/models/three_tier_composite.rb +3 -0
  230. data/lib/vericred_client/models/two_tier_composite.rb +3 -0
  231. data/lib/vericred_client/models/v7_network_comparison_response.rb +3 -0
  232. data/lib/vericred_client/models/v7_response_providers_provider_details.rb +4 -13
  233. data/lib/vericred_client/models/vision_plan.rb +14 -1
  234. data/lib/vericred_client/models/vision_plan_benefits.rb +3 -0
  235. data/lib/vericred_client/models/vision_plan_search.rb +10 -7
  236. data/lib/vericred_client/models/vision_plan_search_applicant.rb +3 -0
  237. data/lib/vericred_client/models/vision_plan_search_request.rb +4 -1
  238. data/lib/vericred_client/models/vision_plan_search_response.rb +3 -0
  239. data/lib/vericred_client/models/vision_plan_show_response.rb +3 -0
  240. data/lib/vericred_client/models/vision_plan_update.rb +3 -0
  241. data/lib/vericred_client/models/vision_plan_update_request.rb +3 -0
  242. data/lib/vericred_client/models/zip_code.rb +3 -0
  243. data/lib/vericred_client/models/zip_counties_response.rb +3 -0
  244. data/lib/vericred_client/models/zip_county.rb +3 -0
  245. data/lib/vericred_client/models/zip_county_bulk.rb +3 -0
  246. data/lib/vericred_client/models/zip_county_response.rb +3 -0
  247. data/lib/vericred_client/version.rb +4 -1
  248. data/spec/api/bulk_plans_api_spec.rb +5 -2
  249. data/spec/api/carrier_groups_api_spec.rb +3 -0
  250. data/spec/api/carrier_subsidiary_disclaimers_api_spec.rb +3 -0
  251. data/spec/api/carriers_api_spec.rb +3 -0
  252. data/spec/api/dental_plans_api_spec.rb +3 -0
  253. data/spec/api/drugs_api_spec.rb +3 -0
  254. data/spec/api/embargoes_api_spec.rb +3 -0
  255. data/spec/api/formularies_api_spec.rb +3 -0
  256. data/spec/api/issuers_api_spec.rb +3 -0
  257. data/spec/api/major_medical_plans_api_spec.rb +6 -3
  258. data/spec/api/medical_plans_api_spec.rb +6 -3
  259. data/spec/api/medicare_advantage_plans_api_spec.rb +3 -0
  260. data/spec/api/network_sizes_api_spec.rb +3 -0
  261. data/spec/api/networks_api_spec.rb +4 -1
  262. data/spec/api/plans_api_spec.rb +3 -0
  263. data/spec/api/providers_api_spec.rb +3 -0
  264. data/spec/api/quoting_api_spec.rb +8 -3
  265. data/spec/api/rates_api_spec.rb +3 -0
  266. data/spec/api/service_areas_api_spec.rb +3 -0
  267. data/spec/api/specialties_api_spec.rb +3 -0
  268. data/spec/api/vision_plans_api_spec.rb +3 -0
  269. data/spec/api/zip_counties_api_spec.rb +3 -0
  270. data/spec/api_client_spec.rb +3 -0
  271. data/spec/configuration_spec.rb +3 -0
  272. data/spec/models/aca_plan2018_search_response_spec.rb +3 -0
  273. data/spec/models/aca_plan2018_search_result_spec.rb +10 -1
  274. data/spec/models/aca_plan2018_search_spec.rb +10 -1
  275. data/spec/models/aca_plan2018_show_response_spec.rb +3 -0
  276. data/spec/models/aca_plan2018_spec.rb +15 -0
  277. data/spec/models/aca_plan_pre2018_bulk_spec.rb +10 -1
  278. data/spec/models/aca_plan_pre2018_search_response_spec.rb +3 -0
  279. data/spec/models/aca_plan_pre2018_search_result_spec.rb +10 -1
  280. data/spec/models/aca_plan_pre2018_search_spec.rb +10 -1
  281. data/spec/models/aca_plan_pre2018_show_response_spec.rb +3 -0
  282. data/spec/models/aca_plan_pre2018_spec.rb +15 -0
  283. data/spec/models/aca_plan_spec.rb +15 -0
  284. data/spec/models/address_spec.rb +3 -0
  285. data/spec/models/adult_child_tier_composite_spec.rb +3 -0
  286. data/spec/models/age_banded_spec.rb +3 -0
  287. data/spec/models/ancillary_plan_identifier_spec.rb +3 -0
  288. data/spec/models/base_plan_search_response_spec.rb +3 -0
  289. data/spec/models/base_spec.rb +3 -0
  290. data/spec/models/{plan_search_response_spec.rb → business_rule_set_spec.rb} +12 -9
  291. data/spec/models/business_rule_spec.rb +1047 -0
  292. data/spec/models/carrier_group_request_spec.rb +3 -0
  293. data/spec/models/carrier_request_spec.rb +3 -0
  294. data/spec/models/carrier_spec.rb +3 -0
  295. data/spec/models/{dental_plan_bulk_spec.rb → carrier_subsidiary_bulk_spec.rb} +12 -63
  296. data/spec/models/carrier_subsidiary_disclaimer_spec.rb +3 -0
  297. data/spec/models/carrier_subsidiary_spec.rb +3 -0
  298. data/spec/models/composite_spec.rb +3 -0
  299. data/spec/models/county_bulk_spec.rb +3 -0
  300. data/spec/models/county_spec.rb +3 -0
  301. data/spec/models/dental_plan_benefits_spec.rb +3 -0
  302. data/spec/models/dental_plan_search_applicant_spec.rb +3 -0
  303. data/spec/models/dental_plan_search_request_spec.rb +3 -0
  304. data/spec/models/dental_plan_search_response_spec.rb +3 -0
  305. data/spec/models/dental_plan_search_spec.rb +4 -1
  306. data/spec/models/dental_plan_show_response_spec.rb +3 -0
  307. data/spec/models/dental_plan_spec.rb +9 -0
  308. data/spec/models/dental_plan_update_request_spec.rb +3 -0
  309. data/spec/models/dental_plan_update_spec.rb +3 -0
  310. data/spec/models/dependent_create_request_spec.rb +3 -0
  311. data/spec/models/dependent_create_spec.rb +3 -0
  312. data/spec/models/dependent_show_spec.rb +3 -0
  313. data/spec/models/drug_coverage_base_spec.rb +3 -0
  314. data/spec/models/drug_coverage_response_spec.rb +3 -0
  315. data/spec/models/drug_coverage_spec.rb +3 -0
  316. data/spec/models/drug_details_spec.rb +3 -0
  317. data/spec/models/drug_package_spec.rb +3 -0
  318. data/spec/models/drug_search_drug_package_spec.rb +3 -0
  319. data/spec/models/drug_search_request_spec.rb +3 -0
  320. data/spec/models/drug_search_response_spec.rb +3 -0
  321. data/spec/models/drug_spec.rb +3 -0
  322. data/spec/models/embargo_request_spec.rb +3 -0
  323. data/spec/models/formulary_drug_coverage_spec.rb +3 -0
  324. data/spec/models/formulary_drug_package_response_spec.rb +3 -0
  325. data/spec/models/formulary_response_spec.rb +3 -0
  326. data/spec/models/formulary_spec.rb +3 -0
  327. data/spec/models/four_tier_composite_spec.rb +3 -0
  328. data/spec/models/group_create_request_spec.rb +3 -0
  329. data/spec/models/group_create_response_spec.rb +3 -0
  330. data/spec/models/group_create_spec.rb +3 -0
  331. data/spec/models/group_show_response_spec.rb +3 -0
  332. data/spec/models/group_show_spec.rb +3 -0
  333. data/spec/models/group_update_request_spec.rb +3 -0
  334. data/spec/models/group_update_spec.rb +3 -0
  335. data/spec/models/issuer_request_spec.rb +3 -0
  336. data/spec/models/location_create_spec.rb +3 -0
  337. data/spec/models/location_show_spec.rb +3 -0
  338. data/spec/models/{plans_bulk_aca2018_spec.rb → location_spec.rb} +16 -7
  339. data/spec/models/location_update_spec.rb +3 -0
  340. data/spec/models/medical_plan_benefits_spec.rb +3 -0
  341. data/spec/models/medical_plan_search_request_spec.rb +3 -0
  342. data/spec/models/medical_plan_update_request_spec.rb +3 -0
  343. data/spec/models/medical_plan_update_spec.rb +3 -0
  344. data/spec/models/medicare_advantage_plan_benefits_spec.rb +3 -0
  345. data/spec/models/medicare_advantage_plan_search_request_spec.rb +3 -0
  346. data/spec/models/medicare_advantage_plan_search_response_spec.rb +3 -0
  347. data/spec/models/medicare_advantage_plan_search_spec.rb +3 -0
  348. data/spec/models/medicare_advantage_plan_show_response_spec.rb +3 -0
  349. data/spec/models/medicare_advantage_plan_spec.rb +3 -0
  350. data/spec/models/medicare_advantage_plan_update_request_spec.rb +3 -0
  351. data/spec/models/medicare_advantage_plan_update_spec.rb +3 -0
  352. data/spec/models/member_adult_child_tier_composite_spec.rb +3 -0
  353. data/spec/models/member_age_banded_spec.rb +3 -0
  354. data/spec/models/member_create_spec.rb +3 -0
  355. data/spec/models/member_premiums_spec.rb +3 -0
  356. data/spec/models/member_rate_show_request_spec.rb +3 -0
  357. data/spec/models/member_rate_show_spec.rb +3 -0
  358. data/spec/models/member_rates_show_response_spec.rb +3 -0
  359. data/spec/models/member_show_spec.rb +3 -0
  360. data/spec/models/members_create_request_spec.rb +3 -0
  361. data/spec/models/members_create_response_spec.rb +3 -0
  362. data/spec/models/members_show_response_spec.rb +3 -0
  363. data/spec/models/meta_plan_search_response_spec.rb +3 -0
  364. data/spec/models/meta_spec.rb +3 -0
  365. data/spec/models/network_comparison_request_spec.rb +3 -0
  366. data/spec/models/network_comparison_response_spec.rb +3 -0
  367. data/spec/models/network_comparison_spec.rb +3 -0
  368. data/spec/models/network_details_response_spec.rb +3 -0
  369. data/spec/models/network_details_spec.rb +3 -0
  370. data/spec/models/network_disruption_analysis_request_spec.rb +3 -0
  371. data/spec/models/network_disruption_analysis_response_spec.rb +3 -0
  372. data/spec/models/network_disruption_analysis_spec.rb +3 -0
  373. data/spec/models/network_search_response_spec.rb +3 -0
  374. data/spec/models/network_search_spec.rb +3 -0
  375. data/spec/models/network_size_spec.rb +3 -0
  376. data/spec/models/network_spec.rb +3 -0
  377. data/spec/models/notification_subscription_response_spec.rb +3 -0
  378. data/spec/models/notification_subscription_spec.rb +3 -0
  379. data/spec/models/plan_ancestor_spec.rb +4 -1
  380. data/spec/models/plan_county_bulk_spec.rb +3 -0
  381. data/spec/models/plan_county_spec.rb +3 -0
  382. data/spec/models/plan_deleted_spec.rb +3 -0
  383. data/spec/models/plan_identifier_spec.rb +3 -0
  384. data/spec/models/plan_medicare_bulk_spec.rb +3 -0
  385. data/spec/models/plan_medicare_spec.rb +3 -0
  386. data/spec/models/plan_network_spec.rb +3 -0
  387. data/spec/models/plan_pricing_medicare_spec.rb +3 -0
  388. data/spec/models/plan_show_response_spec.rb +3 -0
  389. data/spec/models/plan_spec.rb +3 -0
  390. data/spec/models/{plans_bulk_search_response_spec.rb → plans_bulk_aca2018_response_spec.rb} +9 -6
  391. data/spec/models/plans_bulk_aca_pre2018_spec.rb +3 -0
  392. data/spec/models/plans_bulk_base_spec.rb +3 -0
  393. data/spec/models/plans_bulk_dental_spec.rb +3 -0
  394. data/spec/models/plans_bulk_search_request_spec.rb +3 -0
  395. data/spec/models/plans_bulk_vision_spec.rb +3 -0
  396. data/spec/models/premiums_spec.rb +3 -0
  397. data/spec/models/provider_details_spec.rb +3 -6
  398. data/spec/models/provider_geocode_spec.rb +3 -0
  399. data/spec/models/provider_network_event_notification_spec.rb +3 -0
  400. data/spec/models/provider_network_specialty_spec.rb +3 -0
  401. data/spec/models/provider_networks_address_spec.rb +3 -0
  402. data/spec/models/provider_networks_spec.rb +3 -0
  403. data/spec/models/provider_plan_network_response_spec.rb +3 -0
  404. data/spec/models/provider_plan_response_spec.rb +3 -0
  405. data/spec/models/provider_plans_request_spec.rb +3 -0
  406. data/spec/models/provider_plans_spec.rb +3 -0
  407. data/spec/models/provider_show_response_spec.rb +3 -0
  408. data/spec/models/provider_spec.rb +3 -0
  409. data/spec/models/providers_geocode_response_spec.rb +3 -0
  410. data/spec/models/providers_search_response_spec.rb +3 -0
  411. data/spec/models/quote_create_request_spec.rb +3 -0
  412. data/spec/models/quote_create_response_spec.rb +3 -0
  413. data/spec/models/quote_create_spec.rb +3 -0
  414. data/spec/models/quote_show_response_spec.rb +3 -0
  415. data/spec/models/quote_show_spec.rb +3 -0
  416. data/spec/models/rate_request_spec.rb +3 -0
  417. data/spec/models/rate_search_spec.rb +3 -0
  418. data/spec/models/rate_show_request_spec.rb +3 -0
  419. data/spec/models/rate_show_spec.rb +9 -0
  420. data/spec/models/rates_show_response_spec.rb +3 -0
  421. data/spec/models/rating_area_spec.rb +3 -0
  422. data/spec/models/request_plan_find_applicant_spec.rb +3 -0
  423. data/spec/models/request_plan_find_drug_package_spec.rb +3 -0
  424. data/spec/models/request_plan_find_provider_spec.rb +3 -0
  425. data/spec/models/request_provider_notification_subscription_spec.rb +3 -0
  426. data/spec/models/request_providers_search_spec.rb +9 -0
  427. data/spec/models/request_rates_search_spec.rb +3 -0
  428. data/spec/models/response_rates_search_spec.rb +3 -0
  429. data/spec/models/rx_cui_identifier_search_response_spec.rb +3 -0
  430. data/spec/models/rx_cui_identifier_spec.rb +3 -0
  431. data/spec/models/service_area_spec.rb +3 -0
  432. data/spec/models/service_area_update_spec.rb +3 -0
  433. data/spec/models/service_area_zip_county_spec.rb +3 -0
  434. data/spec/models/service_area_zip_county_update_spec.rb +3 -0
  435. data/spec/models/specialty_search_response_spec.rb +3 -0
  436. data/spec/models/specialty_show_spec.rb +3 -0
  437. data/spec/models/state_network_size_request_spec.rb +3 -0
  438. data/spec/models/state_network_size_response_spec.rb +3 -0
  439. data/spec/models/state_spec.rb +3 -0
  440. data/spec/models/supplemental_options_spec.rb +3 -0
  441. data/spec/models/supplemental_options_update_spec.rb +3 -0
  442. data/spec/models/three_tier_composite_spec.rb +3 -0
  443. data/spec/models/two_tier_composite_spec.rb +3 -0
  444. data/spec/models/v7_network_comparison_response_spec.rb +3 -0
  445. data/spec/models/v7_response_providers_provider_details_spec.rb +3 -6
  446. data/spec/models/vision_plan_benefits_spec.rb +3 -0
  447. data/spec/models/vision_plan_search_applicant_spec.rb +3 -0
  448. data/spec/models/vision_plan_search_request_spec.rb +3 -0
  449. data/spec/models/vision_plan_search_response_spec.rb +3 -0
  450. data/spec/models/vision_plan_search_spec.rb +4 -1
  451. data/spec/models/vision_plan_show_response_spec.rb +3 -0
  452. data/spec/models/vision_plan_spec.rb +9 -0
  453. data/spec/models/vision_plan_update_request_spec.rb +3 -0
  454. data/spec/models/vision_plan_update_spec.rb +3 -0
  455. data/spec/models/zip_code_spec.rb +3 -0
  456. data/spec/models/zip_counties_response_spec.rb +3 -0
  457. data/spec/models/zip_county_bulk_spec.rb +3 -0
  458. data/spec/models/zip_county_response_spec.rb +3 -0
  459. data/spec/models/zip_county_spec.rb +3 -0
  460. data/spec/spec_helper.rb +3 -0
  461. data/vericred_client.gemspec +3 -0
  462. metadata +22 -30
  463. data/docs/ACAPlan2018Bulk.md +0 -100
  464. data/docs/ACAPlanSearch.md +0 -97
  465. data/docs/DentalPlanBulk.md +0 -21
  466. data/docs/PlanSearchResponse.md +0 -10
  467. data/docs/PlansBulkACA2018.md +0 -8
  468. data/docs/VisionPlanBulk.md +0 -21
  469. data/lib/vericred_client/models/aca_plan2018_bulk.rb +0 -2113
  470. data/lib/vericred_client/models/aca_plan_search.rb +0 -2085
  471. data/lib/vericred_client/models/dental_plan_bulk.rb +0 -1319
  472. data/spec/models/aca_plan2018_bulk_spec.rb +0 -1590
  473. data/spec/models/aca_plan_search_spec.rb +0 -1572
  474. data/spec/models/vision_plan_bulk_spec.rb +0 -1116
@@ -240,6 +240,7 @@ The following are the appropriate Benefit Fields for Major Medical:
240
240
  - individual\_medical\_deductible
241
241
  - individual\_medical\_moop
242
242
  - inpatient\_birth
243
+ - inpatient\_birth\_physician
243
244
  - inpatient\_facility
244
245
  - inpatient\_mental\_health
245
246
  - inpatient\_physician
@@ -253,6 +254,7 @@ The following are the appropriate Benefit Fields for Major Medical:
253
254
  - outpatient\_mental\_health
254
255
  - outpatient\_physician
255
256
  - outpatient\_substance
257
+ - plan\_coinsurance
256
258
  - postnatal\_care
257
259
  - preferred\_brand\_drugs
258
260
  - prenatal\_care
@@ -262,6 +264,7 @@ The following are the appropriate Benefit Fields for Major Medical:
262
264
  - skilled\_nursing
263
265
  - specialist
264
266
  - specialty\_drugs
267
+ - telemedicine
265
268
  - urgent\_care
266
269
 
267
270
  ### Dental
@@ -240,6 +240,7 @@ The following are the appropriate Benefit Fields for Major Medical:
240
240
  - individual\_medical\_deductible
241
241
  - individual\_medical\_moop
242
242
  - inpatient\_birth
243
+ - inpatient\_birth\_physician
243
244
  - inpatient\_facility
244
245
  - inpatient\_mental\_health
245
246
  - inpatient\_physician
@@ -253,6 +254,7 @@ The following are the appropriate Benefit Fields for Major Medical:
253
254
  - outpatient\_mental\_health
254
255
  - outpatient\_physician
255
256
  - outpatient\_substance
257
+ - plan\_coinsurance
256
258
  - postnatal\_care
257
259
  - preferred\_brand\_drugs
258
260
  - prenatal\_care
@@ -262,6 +264,7 @@ The following are the appropriate Benefit Fields for Major Medical:
262
264
  - skilled\_nursing
263
265
  - specialist
264
266
  - specialty\_drugs
267
+ - telemedicine
265
268
  - urgent\_care
266
269
 
267
270
  ### Dental
@@ -240,6 +240,7 @@ The following are the appropriate Benefit Fields for Major Medical:
240
240
  - individual\_medical\_deductible
241
241
  - individual\_medical\_moop
242
242
  - inpatient\_birth
243
+ - inpatient\_birth\_physician
243
244
  - inpatient\_facility
244
245
  - inpatient\_mental\_health
245
246
  - inpatient\_physician
@@ -253,6 +254,7 @@ The following are the appropriate Benefit Fields for Major Medical:
253
254
  - outpatient\_mental\_health
254
255
  - outpatient\_physician
255
256
  - outpatient\_substance
257
+ - plan\_coinsurance
256
258
  - postnatal\_care
257
259
  - preferred\_brand\_drugs
258
260
  - prenatal\_care
@@ -262,6 +264,7 @@ The following are the appropriate Benefit Fields for Major Medical:
262
264
  - skilled\_nursing
263
265
  - specialist
264
266
  - specialty\_drugs
267
+ - telemedicine
265
268
  - urgent\_care
266
269
 
267
270
  ### Dental
@@ -240,6 +240,7 @@ The following are the appropriate Benefit Fields for Major Medical:
240
240
  - individual\_medical\_deductible
241
241
  - individual\_medical\_moop
242
242
  - inpatient\_birth
243
+ - inpatient\_birth\_physician
243
244
  - inpatient\_facility
244
245
  - inpatient\_mental\_health
245
246
  - inpatient\_physician
@@ -253,6 +254,7 @@ The following are the appropriate Benefit Fields for Major Medical:
253
254
  - outpatient\_mental\_health
254
255
  - outpatient\_physician
255
256
  - outpatient\_substance
257
+ - plan\_coinsurance
256
258
  - postnatal\_care
257
259
  - preferred\_brand\_drugs
258
260
  - prenatal\_care
@@ -262,6 +264,7 @@ The following are the appropriate Benefit Fields for Major Medical:
262
264
  - skilled\_nursing
263
265
  - specialist
264
266
  - specialty\_drugs
267
+ - telemedicine
265
268
  - urgent\_care
266
269
 
267
270
  ### Dental
@@ -240,6 +240,7 @@ The following are the appropriate Benefit Fields for Major Medical:
240
240
  - individual\_medical\_deductible
241
241
  - individual\_medical\_moop
242
242
  - inpatient\_birth
243
+ - inpatient\_birth\_physician
243
244
  - inpatient\_facility
244
245
  - inpatient\_mental\_health
245
246
  - inpatient\_physician
@@ -253,6 +254,7 @@ The following are the appropriate Benefit Fields for Major Medical:
253
254
  - outpatient\_mental\_health
254
255
  - outpatient\_physician
255
256
  - outpatient\_substance
257
+ - plan\_coinsurance
256
258
  - postnatal\_care
257
259
  - preferred\_brand\_drugs
258
260
  - prenatal\_care
@@ -262,6 +264,7 @@ The following are the appropriate Benefit Fields for Major Medical:
262
264
  - skilled\_nursing
263
265
  - specialist
264
266
  - specialty\_drugs
267
+ - telemedicine
265
268
  - urgent\_care
266
269
 
267
270
  ### Dental
@@ -1017,20 +1020,20 @@ module VericredClient
1017
1020
  end
1018
1021
 
1019
1022
  # Search Plans
1020
- # ### Searching for Medical Plans Determine the available Plans and their Premiums for a particular Family in a given Location. For details on searching for Plans and their related data, see the [Quoting Medical Plans](#header-major-medical-quotes) section. ### Parameters | Field | Type | Notes | |---------------------------------------------------|----------|---------------------------------------------------------------------------------------------------------------------------| | zip_code<br />_(required)_ | `string` | | | fips_code<br />_(required)_ | `string` | | | market<br />_(required)_ | `string` | The options are: `individual` or `small_group`. | | enrollment_date<br />_(optional)_ | `string` | The format is `2019-01-01`. If this is not provided, we default it to today's date. | | applicants<br />_(optional)_ | `list` | Use this field to see premiums for `individual` quotes. See below for parameters. | | drug_packages<br />_(optional)_ | `list` | Use this field to see drug coverage information by plan. Supply either the NDC Package Code or the Med ID of the `Drug`. | | household_income<br />_(optional)_ | `int` | The total household income of the applicant for `individual` quotes. | | household_size<br />_(optional)_ | `int` | The number of applicants and dependents applying for `individual` quotes. | | ids<br />_(optional)_ | `list` | Use this field to hard filter results to certain HIOS IDs. | | providers<br />_(optional)_ | `list` | Use this field to see if providers are in- or out-of-network for each plan by providing their NPIs. | | issuer_qualifications_met<br />_(optional)_ | `list` | A list of HIOS Issuer IDs of which the end-user has answered qualification questions for. | ### Applicants _(optional)_ | Field | Type | Notes | |---------------------------------------------------|-----------|-------| | age<br />_(required)_ | `int` | | | child<br />_(required)_ | `boolean` | | | smoker<br />_(required)_ | `boolean` | | ### Additional Sorting Plans can be sorted by the `premium`, `carrier_name`, `level`, and `plan_type` fields, by either ascending (as `asc`) or descending (as `dsc`) sort under the `sort` field. ### Provider Data The Major Medical Plans are paired with [Network Provider Data](#header-network-and-provider-data) ### Drug coverages Are included along with the rest of the plan data. See [the description below](#drugcoverages) for more details. ### Issuer Qualifications Some issuers require end users to answer questions before their plans can be made available to them, e.g. certain Association Health Plans. Vericred supports this by asking you to confirm that the end user has answered the requisite questions by passing the HIOS Issuer ID of the issuer in the optional `issuer_qualifications_met` request key. Plans for the requested issuer(s) that are available in the geographic area will have a `-94` suffix in their `id`. For information on the issuers with qualifications that are supported, please reach out to support@vericred.com.
1023
+ # ### Searching for Medical Plans Determine the available Plans and their Premiums for a particular Family in a given Location. For details on searching for Plans and their related data, see the [Quoting Medical Plans](#header-major-medical-quotes) section. **Notice:** Please note that there are potential breaking changes in the 2020 plan schema. For backwards compatibility, the previous schema will be maintained for plans before the 2020 plan year until January 2, 2020. For more information, please see our [2020 ACA Medical Plan Data Update](https://vericred-marketing.s3.amazonaws.com/vericred-communications/2020+ACA+Medical+Updates.pdf). ### Parameters | Field | Type | Notes | |---------------------------------------------------|----------|---------------------------------------------------------------------------------------------------------------------------| | zip_code<br />_(required)_ | `string` | | | fips_code<br />_(required)_ | `string` | | | market<br />_(required)_ | `string` | The options are: `individual` or `small_group`. | | enrollment_date<br />_(optional)_ | `string` | The format is `2019-01-01`. If this is not provided, we default it to today's date. | | applicants<br />_(optional)_ | `list` | Use this field to see premiums for `individual` quotes. See below for parameters. | | drug_packages<br />_(optional)_ | `list` | Use this field to see drug coverage information by plan. Supply either the NDC Package Code or the Med ID of the `Drug`. | | household_income<br />_(optional)_ | `int` | The total household income of the applicant for `individual` quotes. | | household_size<br />_(optional)_ | `int` | The number of applicants and dependents applying for `individual` quotes. | | ids<br />_(optional)_ | `list` | Use this field to hard filter results to certain HIOS IDs. | | providers<br />_(optional)_ | `list` | Use this field to see if providers are in- or out-of-network for each plan by providing their NPIs. | | issuer_qualifications_met<br />_(optional)_ | `list` | A list of HIOS Issuer IDs of which the end-user has answered qualification questions for. | ### Applicants _(optional)_ | Field | Type | Notes | |---------------------------------------------------|-----------|-------| | age<br />_(required)_ | `int` | | | child<br />_(required)_ | `boolean` | | | smoker<br />_(required)_ | `boolean` | | ### Additional Sorting Plans can be sorted by the `premium`, `carrier_name`, `level`, and `plan_type` fields, by either ascending (as `asc`) or descending (as `dsc`) sort under the `sort` field. ### Provider Data The Major Medical Plans are paired with [Network Provider Data](#header-network-and-provider-data) ### Drug coverages Are included along with the rest of the plan data. See [the description below](#drugcoverages) for more details. ### Issuer Qualifications Some issuers require end users to answer questions before their plans can be made available to them, e.g. certain Association Health Plans. Vericred supports this by asking you to confirm that the end user has answered the requisite questions by passing the HIOS Issuer ID of the issuer in the optional `issuer_qualifications_met` request key. Plans for the requested issuer(s) that are available in the geographic area will have a `-94` suffix in their `id`. For information on the issuers with qualifications that are supported, please reach out to support@vericred.com.
1021
1024
  # @param body
1022
1025
  # @param [Hash] opts the optional parameters
1023
- # @return [PlanSearchResponse]
1026
+ # @return [ACAPlan2018SearchResponse]
1024
1027
  def find_major_medical_plans(body, opts = {})
1025
1028
  data, _status_code, _headers = find_major_medical_plans_with_http_info(body, opts)
1026
1029
  return data
1027
1030
  end
1028
1031
 
1029
1032
  # Search Plans
1030
- # ### Searching for Medical Plans Determine the available Plans and their Premiums for a particular Family in a given Location. For details on searching for Plans and their related data, see the [Quoting Medical Plans](#header-major-medical-quotes) section. ### Parameters | Field | Type | Notes | |---------------------------------------------------|----------|---------------------------------------------------------------------------------------------------------------------------| | zip_code&lt;br /&gt;_(required)_ | &#x60;string&#x60; | | | fips_code&lt;br /&gt;_(required)_ | &#x60;string&#x60; | | | market&lt;br /&gt;_(required)_ | &#x60;string&#x60; | The options are: &#x60;individual&#x60; or &#x60;small_group&#x60;. | | enrollment_date&lt;br /&gt;_(optional)_ | &#x60;string&#x60; | The format is &#x60;2019-01-01&#x60;. If this is not provided, we default it to today&#39;s date. | | applicants&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | Use this field to see premiums for &#x60;individual&#x60; quotes. See below for parameters. | | drug_packages&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | Use this field to see drug coverage information by plan. Supply either the NDC Package Code or the Med ID of the &#x60;Drug&#x60;. | | household_income&lt;br /&gt;_(optional)_ | &#x60;int&#x60; | The total household income of the applicant for &#x60;individual&#x60; quotes. | | household_size&lt;br /&gt;_(optional)_ | &#x60;int&#x60; | The number of applicants and dependents applying for &#x60;individual&#x60; quotes. | | ids&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | Use this field to hard filter results to certain HIOS IDs. | | providers&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | Use this field to see if providers are in- or out-of-network for each plan by providing their NPIs. | | issuer_qualifications_met&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | A list of HIOS Issuer IDs of which the end-user has answered qualification questions for. | ### Applicants _(optional)_ | Field | Type | Notes | |---------------------------------------------------|-----------|-------| | age&lt;br /&gt;_(required)_ | &#x60;int&#x60; | | | child&lt;br /&gt;_(required)_ | &#x60;boolean&#x60; | | | smoker&lt;br /&gt;_(required)_ | &#x60;boolean&#x60; | | ### Additional Sorting Plans can be sorted by the &#x60;premium&#x60;, &#x60;carrier_name&#x60;, &#x60;level&#x60;, and &#x60;plan_type&#x60; fields, by either ascending (as &#x60;asc&#x60;) or descending (as &#x60;dsc&#x60;) sort under the &#x60;sort&#x60; field. ### Provider Data The Major Medical Plans are paired with [Network Provider Data](#header-network-and-provider-data) ### Drug coverages Are included along with the rest of the plan data. See [the description below](#drugcoverages) for more details. ### Issuer Qualifications Some issuers require end users to answer questions before their plans can be made available to them, e.g. certain Association Health Plans. Vericred supports this by asking you to confirm that the end user has answered the requisite questions by passing the HIOS Issuer ID of the issuer in the optional &#x60;issuer_qualifications_met&#x60; request key. Plans for the requested issuer(s) that are available in the geographic area will have a &#x60;-94&#x60; suffix in their &#x60;id&#x60;. For information on the issuers with qualifications that are supported, please reach out to support@vericred.com.
1033
+ # ### Searching for Medical Plans Determine the available Plans and their Premiums for a particular Family in a given Location. For details on searching for Plans and their related data, see the [Quoting Medical Plans](#header-major-medical-quotes) section. **Notice:** Please note that there are potential breaking changes in the 2020 plan schema. For backwards compatibility, the previous schema will be maintained for plans before the 2020 plan year until January 2, 2020. For more information, please see our [2020 ACA Medical Plan Data Update](https://vericred-marketing.s3.amazonaws.com/vericred-communications/2020+ACA+Medical+Updates.pdf). ### Parameters | Field | Type | Notes | |---------------------------------------------------|----------|---------------------------------------------------------------------------------------------------------------------------| | zip_code&lt;br /&gt;_(required)_ | &#x60;string&#x60; | | | fips_code&lt;br /&gt;_(required)_ | &#x60;string&#x60; | | | market&lt;br /&gt;_(required)_ | &#x60;string&#x60; | The options are: &#x60;individual&#x60; or &#x60;small_group&#x60;. | | enrollment_date&lt;br /&gt;_(optional)_ | &#x60;string&#x60; | The format is &#x60;2019-01-01&#x60;. If this is not provided, we default it to today&#39;s date. | | applicants&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | Use this field to see premiums for &#x60;individual&#x60; quotes. See below for parameters. | | drug_packages&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | Use this field to see drug coverage information by plan. Supply either the NDC Package Code or the Med ID of the &#x60;Drug&#x60;. | | household_income&lt;br /&gt;_(optional)_ | &#x60;int&#x60; | The total household income of the applicant for &#x60;individual&#x60; quotes. | | household_size&lt;br /&gt;_(optional)_ | &#x60;int&#x60; | The number of applicants and dependents applying for &#x60;individual&#x60; quotes. | | ids&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | Use this field to hard filter results to certain HIOS IDs. | | providers&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | Use this field to see if providers are in- or out-of-network for each plan by providing their NPIs. | | issuer_qualifications_met&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | A list of HIOS Issuer IDs of which the end-user has answered qualification questions for. | ### Applicants _(optional)_ | Field | Type | Notes | |---------------------------------------------------|-----------|-------| | age&lt;br /&gt;_(required)_ | &#x60;int&#x60; | | | child&lt;br /&gt;_(required)_ | &#x60;boolean&#x60; | | | smoker&lt;br /&gt;_(required)_ | &#x60;boolean&#x60; | | ### Additional Sorting Plans can be sorted by the &#x60;premium&#x60;, &#x60;carrier_name&#x60;, &#x60;level&#x60;, and &#x60;plan_type&#x60; fields, by either ascending (as &#x60;asc&#x60;) or descending (as &#x60;dsc&#x60;) sort under the &#x60;sort&#x60; field. ### Provider Data The Major Medical Plans are paired with [Network Provider Data](#header-network-and-provider-data) ### Drug coverages Are included along with the rest of the plan data. See [the description below](#drugcoverages) for more details. ### Issuer Qualifications Some issuers require end users to answer questions before their plans can be made available to them, e.g. certain Association Health Plans. Vericred supports this by asking you to confirm that the end user has answered the requisite questions by passing the HIOS Issuer ID of the issuer in the optional &#x60;issuer_qualifications_met&#x60; request key. Plans for the requested issuer(s) that are available in the geographic area will have a &#x60;-94&#x60; suffix in their &#x60;id&#x60;. For information on the issuers with qualifications that are supported, please reach out to support@vericred.com.
1031
1034
  # @param body
1032
1035
  # @param [Hash] opts the optional parameters
1033
- # @return [Array<(PlanSearchResponse, Fixnum, Hash)>] PlanSearchResponse data, response status code and response headers
1036
+ # @return [Array<(ACAPlan2018SearchResponse, Fixnum, Hash)>] ACAPlan2018SearchResponse data, response status code and response headers
1034
1037
  def find_major_medical_plans_with_http_info(body, opts = {})
1035
1038
  if @api_client.config.debugging
1036
1039
  @api_client.config.logger.debug "Calling API: MajorMedicalPlansApi.find_major_medical_plans ..."
@@ -1066,7 +1069,7 @@ module VericredClient
1066
1069
  :form_params => form_params,
1067
1070
  :body => post_body,
1068
1071
  :auth_names => auth_names,
1069
- :return_type => 'PlanSearchResponse')
1072
+ :return_type => 'ACAPlan2018SearchResponse')
1070
1073
  if @api_client.config.debugging
1071
1074
  @api_client.config.logger.debug "API called: MajorMedicalPlansApi#find_major_medical_plans\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1072
1075
  end
@@ -1074,7 +1077,7 @@ module VericredClient
1074
1077
  end
1075
1078
 
1076
1079
  # Show Plan
1077
- # ### Retrieving Benefits for a Medical Plan Show the details of an individual Plan. This includes all [benefits](#header-major-medical) for the Plan. For more details on displaying Plans and their related data, see the [Quoting](#header-individual-quotes) section.
1080
+ # ### Retrieving Benefits for a Medical Plan Show the details of an individual Plan. This includes all [benefits](#header-major-medical) for the Plan. For more details on displaying Plans and their related data, see the [Quoting](#header-individual-quotes) section. **Notice:** Please note that there are potential breaking changes in the 2020 plan schema. For backwards compatibility, the previous schema will be maintained for plans before the 2020 plan year until January 2, 2020. For more information, please see our [2020 ACA Medical Plan Data Update](https://vericred-marketing.s3.amazonaws.com/vericred-communications/2020+ACA+Medical+Updates.pdf).
1078
1081
  # @param id ID of the Plan
1079
1082
  # @param [Hash] opts the optional parameters
1080
1083
  # @option opts [Integer] :year Plan year (defaults to current year)
@@ -1085,7 +1088,7 @@ module VericredClient
1085
1088
  end
1086
1089
 
1087
1090
  # Show Plan
1088
- # ### Retrieving Benefits for a Medical Plan Show the details of an individual Plan. This includes all [benefits](#header-major-medical) for the Plan. For more details on displaying Plans and their related data, see the [Quoting](#header-individual-quotes) section.
1091
+ # ### Retrieving Benefits for a Medical Plan Show the details of an individual Plan. This includes all [benefits](#header-major-medical) for the Plan. For more details on displaying Plans and their related data, see the [Quoting](#header-individual-quotes) section. **Notice:** Please note that there are potential breaking changes in the 2020 plan schema. For backwards compatibility, the previous schema will be maintained for plans before the 2020 plan year until January 2, 2020. For more information, please see our [2020 ACA Medical Plan Data Update](https://vericred-marketing.s3.amazonaws.com/vericred-communications/2020+ACA+Medical+Updates.pdf).
1089
1092
  # @param id ID of the Plan
1090
1093
  # @param [Hash] opts the optional parameters
1091
1094
  # @option opts [Integer] :year Plan year (defaults to current year)
@@ -240,6 +240,7 @@ The following are the appropriate Benefit Fields for Major Medical:
240
240
  - individual\_medical\_deductible
241
241
  - individual\_medical\_moop
242
242
  - inpatient\_birth
243
+ - inpatient\_birth\_physician
243
244
  - inpatient\_facility
244
245
  - inpatient\_mental\_health
245
246
  - inpatient\_physician
@@ -253,6 +254,7 @@ The following are the appropriate Benefit Fields for Major Medical:
253
254
  - outpatient\_mental\_health
254
255
  - outpatient\_physician
255
256
  - outpatient\_substance
257
+ - plan\_coinsurance
256
258
  - postnatal\_care
257
259
  - preferred\_brand\_drugs
258
260
  - prenatal\_care
@@ -262,6 +264,7 @@ The following are the appropriate Benefit Fields for Major Medical:
262
264
  - skilled\_nursing
263
265
  - specialist
264
266
  - specialty\_drugs
267
+ - telemedicine
265
268
  - urgent\_care
266
269
 
267
270
  ### Dental
@@ -1017,20 +1020,20 @@ module VericredClient
1017
1020
  end
1018
1021
 
1019
1022
  # Search Plans
1020
- # ### Searching for Medical Plans Determine the available Plans and their Premiums for a particular Family in a given Location. For details on searching for Plans and their related data, see the [Quoting Medical Plans](#header-major-medical-quotes) section. ### Parameters | Field | Type | Notes | |---------------------------------------------------|----------|---------------------------------------------------------------------------------------------------------------------------| | zip_code<br />_(required)_ | `string` | | | fips_code<br />_(required)_ | `string` | | | market<br />_(required)_ | `string` | The options are: `individual` or `small_group`. | | enrollment_date<br />_(optional)_ | `string` | The format is `2019-01-01`. If this is not provided, we default it to today's date. | | applicants<br />_(optional)_ | `list` | Use this field to see premiums for `individual` quotes. See below for parameters. | | drug_packages<br />_(optional)_ | `list` | Use this field to see drug coverage information by plan. Supply either the NDC Package Code or the Med ID of the `Drug`. | | household_income<br />_(optional)_ | `int` | The total household income of the applicant for `individual` quotes. | | household_size<br />_(optional)_ | `int` | The number of applicants and dependents applying for `individual` quotes. | | ids<br />_(optional)_ | `list` | Use this field to hard filter results to certain HIOS IDs. | | providers<br />_(optional)_ | `list` | Use this field to see if providers are in- or out-of-network for each plan by providing their NPIs. | | issuer_qualifications_met<br />_(optional)_ | `list` | A list of HIOS Issuer IDs of which the end-user has answered qualification questions for. | ### Applicants _(optional)_ | Field | Type | Notes | |---------------------------------------------------|-----------|-------| | age<br />_(required)_ | `int` | | | child<br />_(required)_ | `boolean` | | | smoker<br />_(required)_ | `boolean` | | ### Additional Sorting Plans can be sorted by the `premium`, `carrier_name`, `level`, and `plan_type` fields, by either ascending (as `asc`) or descending (as `dsc`) sort under the `sort` field. ### Provider Data The Major Medical Plans are paired with [Network Provider Data](#header-network-and-provider-data) ### Drug coverages Are included along with the rest of the plan data. See [the description below](#drugcoverages) for more details. ### Issuer Qualifications Some issuers require end users to answer questions before their plans can be made available to them, e.g. certain Association Health Plans. Vericred supports this by asking you to confirm that the end user has answered the requisite questions by passing the HIOS Issuer ID of the issuer in the optional `issuer_qualifications_met` request key. Plans for the requested issuer(s) that are available in the geographic area will have a `-94` suffix in their `id`. For information on the issuers with qualifications that are supported, please reach out to support@vericred.com.
1023
+ # ### Searching for Medical Plans Determine the available Plans and their Premiums for a particular Family in a given Location. For details on searching for Plans and their related data, see the [Quoting Medical Plans](#header-major-medical-quotes) section. **Notice:** Please note that there are potential breaking changes in the 2020 plan schema. For backwards compatibility, the previous schema will be maintained for plans before the 2020 plan year until January 2, 2020. For more information, please see our [2020 ACA Medical Plan Data Update](https://vericred-marketing.s3.amazonaws.com/vericred-communications/2020+ACA+Medical+Updates.pdf). ### Parameters | Field | Type | Notes | |---------------------------------------------------|----------|---------------------------------------------------------------------------------------------------------------------------| | zip_code<br />_(required)_ | `string` | | | fips_code<br />_(required)_ | `string` | | | market<br />_(required)_ | `string` | The options are: `individual` or `small_group`. | | enrollment_date<br />_(optional)_ | `string` | The format is `2019-01-01`. If this is not provided, we default it to today's date. | | applicants<br />_(optional)_ | `list` | Use this field to see premiums for `individual` quotes. See below for parameters. | | drug_packages<br />_(optional)_ | `list` | Use this field to see drug coverage information by plan. Supply either the NDC Package Code or the Med ID of the `Drug`. | | household_income<br />_(optional)_ | `int` | The total household income of the applicant for `individual` quotes. | | household_size<br />_(optional)_ | `int` | The number of applicants and dependents applying for `individual` quotes. | | ids<br />_(optional)_ | `list` | Use this field to hard filter results to certain HIOS IDs. | | providers<br />_(optional)_ | `list` | Use this field to see if providers are in- or out-of-network for each plan by providing their NPIs. | | issuer_qualifications_met<br />_(optional)_ | `list` | A list of HIOS Issuer IDs of which the end-user has answered qualification questions for. | ### Applicants _(optional)_ | Field | Type | Notes | |---------------------------------------------------|-----------|-------| | age<br />_(required)_ | `int` | | | child<br />_(required)_ | `boolean` | | | smoker<br />_(required)_ | `boolean` | | ### Additional Sorting Plans can be sorted by the `premium`, `carrier_name`, `level`, and `plan_type` fields, by either ascending (as `asc`) or descending (as `dsc`) sort under the `sort` field. ### Provider Data The Major Medical Plans are paired with [Network Provider Data](#header-network-and-provider-data) ### Drug coverages Are included along with the rest of the plan data. See [the description below](#drugcoverages) for more details. ### Issuer Qualifications Some issuers require end users to answer questions before their plans can be made available to them, e.g. certain Association Health Plans. Vericred supports this by asking you to confirm that the end user has answered the requisite questions by passing the HIOS Issuer ID of the issuer in the optional `issuer_qualifications_met` request key. Plans for the requested issuer(s) that are available in the geographic area will have a `-94` suffix in their `id`. For information on the issuers with qualifications that are supported, please reach out to support@vericred.com.
1021
1024
  # @param body
1022
1025
  # @param [Hash] opts the optional parameters
1023
- # @return [PlanSearchResponse]
1026
+ # @return [ACAPlan2018SearchResponse]
1024
1027
  def find_major_medical_plans(body, opts = {})
1025
1028
  data, _status_code, _headers = find_major_medical_plans_with_http_info(body, opts)
1026
1029
  return data
1027
1030
  end
1028
1031
 
1029
1032
  # Search Plans
1030
- # ### Searching for Medical Plans Determine the available Plans and their Premiums for a particular Family in a given Location. For details on searching for Plans and their related data, see the [Quoting Medical Plans](#header-major-medical-quotes) section. ### Parameters | Field | Type | Notes | |---------------------------------------------------|----------|---------------------------------------------------------------------------------------------------------------------------| | zip_code&lt;br /&gt;_(required)_ | &#x60;string&#x60; | | | fips_code&lt;br /&gt;_(required)_ | &#x60;string&#x60; | | | market&lt;br /&gt;_(required)_ | &#x60;string&#x60; | The options are: &#x60;individual&#x60; or &#x60;small_group&#x60;. | | enrollment_date&lt;br /&gt;_(optional)_ | &#x60;string&#x60; | The format is &#x60;2019-01-01&#x60;. If this is not provided, we default it to today&#39;s date. | | applicants&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | Use this field to see premiums for &#x60;individual&#x60; quotes. See below for parameters. | | drug_packages&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | Use this field to see drug coverage information by plan. Supply either the NDC Package Code or the Med ID of the &#x60;Drug&#x60;. | | household_income&lt;br /&gt;_(optional)_ | &#x60;int&#x60; | The total household income of the applicant for &#x60;individual&#x60; quotes. | | household_size&lt;br /&gt;_(optional)_ | &#x60;int&#x60; | The number of applicants and dependents applying for &#x60;individual&#x60; quotes. | | ids&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | Use this field to hard filter results to certain HIOS IDs. | | providers&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | Use this field to see if providers are in- or out-of-network for each plan by providing their NPIs. | | issuer_qualifications_met&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | A list of HIOS Issuer IDs of which the end-user has answered qualification questions for. | ### Applicants _(optional)_ | Field | Type | Notes | |---------------------------------------------------|-----------|-------| | age&lt;br /&gt;_(required)_ | &#x60;int&#x60; | | | child&lt;br /&gt;_(required)_ | &#x60;boolean&#x60; | | | smoker&lt;br /&gt;_(required)_ | &#x60;boolean&#x60; | | ### Additional Sorting Plans can be sorted by the &#x60;premium&#x60;, &#x60;carrier_name&#x60;, &#x60;level&#x60;, and &#x60;plan_type&#x60; fields, by either ascending (as &#x60;asc&#x60;) or descending (as &#x60;dsc&#x60;) sort under the &#x60;sort&#x60; field. ### Provider Data The Major Medical Plans are paired with [Network Provider Data](#header-network-and-provider-data) ### Drug coverages Are included along with the rest of the plan data. See [the description below](#drugcoverages) for more details. ### Issuer Qualifications Some issuers require end users to answer questions before their plans can be made available to them, e.g. certain Association Health Plans. Vericred supports this by asking you to confirm that the end user has answered the requisite questions by passing the HIOS Issuer ID of the issuer in the optional &#x60;issuer_qualifications_met&#x60; request key. Plans for the requested issuer(s) that are available in the geographic area will have a &#x60;-94&#x60; suffix in their &#x60;id&#x60;. For information on the issuers with qualifications that are supported, please reach out to support@vericred.com.
1033
+ # ### Searching for Medical Plans Determine the available Plans and their Premiums for a particular Family in a given Location. For details on searching for Plans and their related data, see the [Quoting Medical Plans](#header-major-medical-quotes) section. **Notice:** Please note that there are potential breaking changes in the 2020 plan schema. For backwards compatibility, the previous schema will be maintained for plans before the 2020 plan year until January 2, 2020. For more information, please see our [2020 ACA Medical Plan Data Update](https://vericred-marketing.s3.amazonaws.com/vericred-communications/2020+ACA+Medical+Updates.pdf). ### Parameters | Field | Type | Notes | |---------------------------------------------------|----------|---------------------------------------------------------------------------------------------------------------------------| | zip_code&lt;br /&gt;_(required)_ | &#x60;string&#x60; | | | fips_code&lt;br /&gt;_(required)_ | &#x60;string&#x60; | | | market&lt;br /&gt;_(required)_ | &#x60;string&#x60; | The options are: &#x60;individual&#x60; or &#x60;small_group&#x60;. | | enrollment_date&lt;br /&gt;_(optional)_ | &#x60;string&#x60; | The format is &#x60;2019-01-01&#x60;. If this is not provided, we default it to today&#39;s date. | | applicants&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | Use this field to see premiums for &#x60;individual&#x60; quotes. See below for parameters. | | drug_packages&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | Use this field to see drug coverage information by plan. Supply either the NDC Package Code or the Med ID of the &#x60;Drug&#x60;. | | household_income&lt;br /&gt;_(optional)_ | &#x60;int&#x60; | The total household income of the applicant for &#x60;individual&#x60; quotes. | | household_size&lt;br /&gt;_(optional)_ | &#x60;int&#x60; | The number of applicants and dependents applying for &#x60;individual&#x60; quotes. | | ids&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | Use this field to hard filter results to certain HIOS IDs. | | providers&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | Use this field to see if providers are in- or out-of-network for each plan by providing their NPIs. | | issuer_qualifications_met&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | A list of HIOS Issuer IDs of which the end-user has answered qualification questions for. | ### Applicants _(optional)_ | Field | Type | Notes | |---------------------------------------------------|-----------|-------| | age&lt;br /&gt;_(required)_ | &#x60;int&#x60; | | | child&lt;br /&gt;_(required)_ | &#x60;boolean&#x60; | | | smoker&lt;br /&gt;_(required)_ | &#x60;boolean&#x60; | | ### Additional Sorting Plans can be sorted by the &#x60;premium&#x60;, &#x60;carrier_name&#x60;, &#x60;level&#x60;, and &#x60;plan_type&#x60; fields, by either ascending (as &#x60;asc&#x60;) or descending (as &#x60;dsc&#x60;) sort under the &#x60;sort&#x60; field. ### Provider Data The Major Medical Plans are paired with [Network Provider Data](#header-network-and-provider-data) ### Drug coverages Are included along with the rest of the plan data. See [the description below](#drugcoverages) for more details. ### Issuer Qualifications Some issuers require end users to answer questions before their plans can be made available to them, e.g. certain Association Health Plans. Vericred supports this by asking you to confirm that the end user has answered the requisite questions by passing the HIOS Issuer ID of the issuer in the optional &#x60;issuer_qualifications_met&#x60; request key. Plans for the requested issuer(s) that are available in the geographic area will have a &#x60;-94&#x60; suffix in their &#x60;id&#x60;. For information on the issuers with qualifications that are supported, please reach out to support@vericred.com.
1031
1034
  # @param body
1032
1035
  # @param [Hash] opts the optional parameters
1033
- # @return [Array<(PlanSearchResponse, Fixnum, Hash)>] PlanSearchResponse data, response status code and response headers
1036
+ # @return [Array<(ACAPlan2018SearchResponse, Fixnum, Hash)>] ACAPlan2018SearchResponse data, response status code and response headers
1034
1037
  def find_major_medical_plans_with_http_info(body, opts = {})
1035
1038
  if @api_client.config.debugging
1036
1039
  @api_client.config.logger.debug "Calling API: MedicalPlansApi.find_major_medical_plans ..."
@@ -1066,7 +1069,7 @@ module VericredClient
1066
1069
  :form_params => form_params,
1067
1070
  :body => post_body,
1068
1071
  :auth_names => auth_names,
1069
- :return_type => 'PlanSearchResponse')
1072
+ :return_type => 'ACAPlan2018SearchResponse')
1070
1073
  if @api_client.config.debugging
1071
1074
  @api_client.config.logger.debug "API called: MedicalPlansApi#find_major_medical_plans\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1072
1075
  end
@@ -1134,7 +1137,7 @@ module VericredClient
1134
1137
  end
1135
1138
 
1136
1139
  # Show Plan
1137
- # ### Retrieving Benefits for a Medical Plan Show the details of an individual Plan. This includes all [benefits](#header-major-medical) for the Plan. For more details on displaying Plans and their related data, see the [Quoting](#header-individual-quotes) section.
1140
+ # ### Retrieving Benefits for a Medical Plan Show the details of an individual Plan. This includes all [benefits](#header-major-medical) for the Plan. For more details on displaying Plans and their related data, see the [Quoting](#header-individual-quotes) section. **Notice:** Please note that there are potential breaking changes in the 2020 plan schema. For backwards compatibility, the previous schema will be maintained for plans before the 2020 plan year until January 2, 2020. For more information, please see our [2020 ACA Medical Plan Data Update](https://vericred-marketing.s3.amazonaws.com/vericred-communications/2020+ACA+Medical+Updates.pdf).
1138
1141
  # @param id ID of the Plan
1139
1142
  # @param [Hash] opts the optional parameters
1140
1143
  # @option opts [Integer] :year Plan year (defaults to current year)
@@ -1145,7 +1148,7 @@ module VericredClient
1145
1148
  end
1146
1149
 
1147
1150
  # Show Plan
1148
- # ### Retrieving Benefits for a Medical Plan Show the details of an individual Plan. This includes all [benefits](#header-major-medical) for the Plan. For more details on displaying Plans and their related data, see the [Quoting](#header-individual-quotes) section.
1151
+ # ### Retrieving Benefits for a Medical Plan Show the details of an individual Plan. This includes all [benefits](#header-major-medical) for the Plan. For more details on displaying Plans and their related data, see the [Quoting](#header-individual-quotes) section. **Notice:** Please note that there are potential breaking changes in the 2020 plan schema. For backwards compatibility, the previous schema will be maintained for plans before the 2020 plan year until January 2, 2020. For more information, please see our [2020 ACA Medical Plan Data Update](https://vericred-marketing.s3.amazonaws.com/vericred-communications/2020+ACA+Medical+Updates.pdf).
1149
1152
  # @param id ID of the Plan
1150
1153
  # @param [Hash] opts the optional parameters
1151
1154
  # @option opts [Integer] :year Plan year (defaults to current year)
@@ -240,6 +240,7 @@ The following are the appropriate Benefit Fields for Major Medical:
240
240
  - individual\_medical\_deductible
241
241
  - individual\_medical\_moop
242
242
  - inpatient\_birth
243
+ - inpatient\_birth\_physician
243
244
  - inpatient\_facility
244
245
  - inpatient\_mental\_health
245
246
  - inpatient\_physician
@@ -253,6 +254,7 @@ The following are the appropriate Benefit Fields for Major Medical:
253
254
  - outpatient\_mental\_health
254
255
  - outpatient\_physician
255
256
  - outpatient\_substance
257
+ - plan\_coinsurance
256
258
  - postnatal\_care
257
259
  - preferred\_brand\_drugs
258
260
  - prenatal\_care
@@ -262,6 +264,7 @@ The following are the appropriate Benefit Fields for Major Medical:
262
264
  - skilled\_nursing
263
265
  - specialist
264
266
  - specialty\_drugs
267
+ - telemedicine
265
268
  - urgent\_care
266
269
 
267
270
  ### Dental
@@ -240,6 +240,7 @@ The following are the appropriate Benefit Fields for Major Medical:
240
240
  - individual\_medical\_deductible
241
241
  - individual\_medical\_moop
242
242
  - inpatient\_birth
243
+ - inpatient\_birth\_physician
243
244
  - inpatient\_facility
244
245
  - inpatient\_mental\_health
245
246
  - inpatient\_physician
@@ -253,6 +254,7 @@ The following are the appropriate Benefit Fields for Major Medical:
253
254
  - outpatient\_mental\_health
254
255
  - outpatient\_physician
255
256
  - outpatient\_substance
257
+ - plan\_coinsurance
256
258
  - postnatal\_care
257
259
  - preferred\_brand\_drugs
258
260
  - prenatal\_care
@@ -262,6 +264,7 @@ The following are the appropriate Benefit Fields for Major Medical:
262
264
  - skilled\_nursing
263
265
  - specialist
264
266
  - specialty\_drugs
267
+ - telemedicine
265
268
  - urgent\_care
266
269
 
267
270
  ### Dental
@@ -240,6 +240,7 @@ The following are the appropriate Benefit Fields for Major Medical:
240
240
  - individual\_medical\_deductible
241
241
  - individual\_medical\_moop
242
242
  - inpatient\_birth
243
+ - inpatient\_birth\_physician
243
244
  - inpatient\_facility
244
245
  - inpatient\_mental\_health
245
246
  - inpatient\_physician
@@ -253,6 +254,7 @@ The following are the appropriate Benefit Fields for Major Medical:
253
254
  - outpatient\_mental\_health
254
255
  - outpatient\_physician
255
256
  - outpatient\_substance
257
+ - plan\_coinsurance
256
258
  - postnatal\_care
257
259
  - preferred\_brand\_drugs
258
260
  - prenatal\_care
@@ -262,6 +264,7 @@ The following are the appropriate Benefit Fields for Major Medical:
262
264
  - skilled\_nursing
263
265
  - specialist
264
266
  - specialty\_drugs
267
+ - telemedicine
265
268
  - urgent\_care
266
269
 
267
270
  ### Dental
@@ -1145,7 +1148,7 @@ module VericredClient
1145
1148
  # @param [Hash] opts the optional parameters
1146
1149
  # @option opts [String] :search_term Full or partial name of the network
1147
1150
  # @option opts [String] :line_of_coverage The line of coverage of the network. Possible values are &#x60;medical&#x60;, &#x60;medicare_advantage&#x60;, &#x60;dental&#x60;
1148
- # @option opts [String] :carrier_id Carrier HOIS Issuer ID (e.g. 10544) or Medicare Contract Issuer ID (e.g. H2649)
1151
+ # @option opts [String] :carrier_id Carrier HIOS Issuer ID (e.g. 10544) or Medicare Contract Issuer ID (e.g. H2649)
1149
1152
  # @option opts [String] :market Type of Plan to which this network is attached. Possible values are &#x60;individual&#x60;, &#x60;small_group&#x60;, &#x60;large_group&#x60;
1150
1153
  # @option opts [String] :state_code A state code (e.g. CA) in which the network is available
1151
1154
  # @option opts [String] :effective_date Use this to specify a date on which the network must be or have been active
@@ -1162,7 +1165,7 @@ module VericredClient
1162
1165
  # @param [Hash] opts the optional parameters
1163
1166
  # @option opts [String] :search_term Full or partial name of the network
1164
1167
  # @option opts [String] :line_of_coverage The line of coverage of the network. Possible values are &#x60;medical&#x60;, &#x60;medicare_advantage&#x60;, &#x60;dental&#x60;
1165
- # @option opts [String] :carrier_id Carrier HOIS Issuer ID (e.g. 10544) or Medicare Contract Issuer ID (e.g. H2649)
1168
+ # @option opts [String] :carrier_id Carrier HIOS Issuer ID (e.g. 10544) or Medicare Contract Issuer ID (e.g. H2649)
1166
1169
  # @option opts [String] :market Type of Plan to which this network is attached. Possible values are &#x60;individual&#x60;, &#x60;small_group&#x60;, &#x60;large_group&#x60;
1167
1170
  # @option opts [String] :state_code A state code (e.g. CA) in which the network is available
1168
1171
  # @option opts [String] :effective_date Use this to specify a date on which the network must be or have been active
@@ -240,6 +240,7 @@ The following are the appropriate Benefit Fields for Major Medical:
240
240
  - individual\_medical\_deductible
241
241
  - individual\_medical\_moop
242
242
  - inpatient\_birth
243
+ - inpatient\_birth\_physician
243
244
  - inpatient\_facility
244
245
  - inpatient\_mental\_health
245
246
  - inpatient\_physician
@@ -253,6 +254,7 @@ The following are the appropriate Benefit Fields for Major Medical:
253
254
  - outpatient\_mental\_health
254
255
  - outpatient\_physician
255
256
  - outpatient\_substance
257
+ - plan\_coinsurance
256
258
  - postnatal\_care
257
259
  - preferred\_brand\_drugs
258
260
  - prenatal\_care
@@ -262,6 +264,7 @@ The following are the appropriate Benefit Fields for Major Medical:
262
264
  - skilled\_nursing
263
265
  - specialist
264
266
  - specialty\_drugs
267
+ - telemedicine
265
268
  - urgent\_care
266
269
 
267
270
  ### Dental
@@ -240,6 +240,7 @@ The following are the appropriate Benefit Fields for Major Medical:
240
240
  - individual\_medical\_deductible
241
241
  - individual\_medical\_moop
242
242
  - inpatient\_birth
243
+ - inpatient\_birth\_physician
243
244
  - inpatient\_facility
244
245
  - inpatient\_mental\_health
245
246
  - inpatient\_physician
@@ -253,6 +254,7 @@ The following are the appropriate Benefit Fields for Major Medical:
253
254
  - outpatient\_mental\_health
254
255
  - outpatient\_physician
255
256
  - outpatient\_substance
257
+ - plan\_coinsurance
256
258
  - postnatal\_care
257
259
  - preferred\_brand\_drugs
258
260
  - prenatal\_care
@@ -262,6 +264,7 @@ The following are the appropriate Benefit Fields for Major Medical:
262
264
  - skilled\_nursing
263
265
  - specialist
264
266
  - specialty\_drugs
267
+ - telemedicine
265
268
  - urgent\_care
266
269
 
267
270
  ### Dental
@@ -240,6 +240,7 @@ The following are the appropriate Benefit Fields for Major Medical:
240
240
  - individual\_medical\_deductible
241
241
  - individual\_medical\_moop
242
242
  - inpatient\_birth
243
+ - inpatient\_birth\_physician
243
244
  - inpatient\_facility
244
245
  - inpatient\_mental\_health
245
246
  - inpatient\_physician
@@ -253,6 +254,7 @@ The following are the appropriate Benefit Fields for Major Medical:
253
254
  - outpatient\_mental\_health
254
255
  - outpatient\_physician
255
256
  - outpatient\_substance
257
+ - plan\_coinsurance
256
258
  - postnatal\_care
257
259
  - preferred\_brand\_drugs
258
260
  - prenatal\_care
@@ -262,6 +264,7 @@ The following are the appropriate Benefit Fields for Major Medical:
262
264
  - skilled\_nursing
263
265
  - specialist
264
266
  - specialty\_drugs
267
+ - telemedicine
265
268
  - urgent\_care
266
269
 
267
270
  ### Dental
@@ -1074,7 +1077,7 @@ module VericredClient
1074
1077
  end
1075
1078
 
1076
1079
  # Create a Quote
1077
- # Generate a `Quote` for a `Group`. See the [Overview Section](#quoting-quoting-post-1) for more information. ### Parameters #### Quote _(required)_ The `quote` key is required and it contains the criteria below for the quote that is being generated. | Field | Type | Notes | |--------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | contribution_percentage<br />_(required)_ | `integer` | | | effective_date<br />_(required)_ | `string` | The format is `YYYY-MM-DD`. | | npn<br />_(required)_ | `string` | The National Producer Number | | participation_percentage<br />_(required)_ | `integer` | | | product_line<br />_(required)_ | `string` | The product line you wish to quote for. The options are `medical`, `dental`, or `vision`. | | rating_method<br />_(required)_ | `string` | The options are `age_banded`, `4_tier_composite`, `3_tier_composite`, and `2_tier_composite`. If we do not have a method for a plan, we will use a method we have for that plan. | | voluntary<br />_(required)_ | `boolean` | | | carrier_ids<br />_(optional)_ | `list` | A list of issuer_ids in string format. Only provide this key if you want to limit the carriers quoted. |
1080
+ # Generate a `Quote` for a `Group`. See the [Overview Section](#quoting-quoting-post-1) for more information. ### Parameters #### Quote _(required)_ The `quote` key is required and it contains the criteria below for the quote that is being generated. | Field | Type | Notes | |--------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | contribution_percentage<br />_(required)_ | `integer` | | | effective_date<br />_(required)_ | `string` | The format is `YYYY-MM-DD`. | | npn<br />_(required)_ | `string` | The National Producer Number | | participation_percentage<br />_(required)_ | `integer` | | | product_line<br />_(required)_ | `string` | The product line you wish to quote for. The options are `medical`, `dental`, or `vision`. | | rating_method<br />_(required)_ | `string` | The options are `age_banded`, `4_tier_composite`, `3_tier_composite`, `2_tier_composite`, and `adult_child_tier_composite`. If we do not have a method for a plan, we will use a method we have for that plan. | | voluntary<br />_(required)_ | `boolean` | | | carrier_ids<br />_(optional)_ | `list` | A list of issuer_ids in string format. Only provide this key if you want to limit the carriers quoted. |
1078
1081
  # @param id ID of the Group
1079
1082
  # @param [Hash] opts the optional parameters
1080
1083
  # @option opts [QuoteCreateRequest] :body
@@ -1085,7 +1088,7 @@ module VericredClient
1085
1088
  end
1086
1089
 
1087
1090
  # Create a Quote
1088
- # Generate a &#x60;Quote&#x60; for a &#x60;Group&#x60;. See the [Overview Section](#quoting-quoting-post-1) for more information. ### Parameters #### Quote _(required)_ The &#x60;quote&#x60; key is required and it contains the criteria below for the quote that is being generated. | Field | Type | Notes | |--------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | contribution_percentage&lt;br /&gt;_(required)_ | &#x60;integer&#x60; | | | effective_date&lt;br /&gt;_(required)_ | &#x60;string&#x60; | The format is &#x60;YYYY-MM-DD&#x60;. | | npn&lt;br /&gt;_(required)_ | &#x60;string&#x60; | The National Producer Number | | participation_percentage&lt;br /&gt;_(required)_ | &#x60;integer&#x60; | | | product_line&lt;br /&gt;_(required)_ | &#x60;string&#x60; | The product line you wish to quote for. The options are &#x60;medical&#x60;, &#x60;dental&#x60;, or &#x60;vision&#x60;. | | rating_method&lt;br /&gt;_(required)_ | &#x60;string&#x60; | The options are &#x60;age_banded&#x60;, &#x60;4_tier_composite&#x60;, &#x60;3_tier_composite&#x60;, and &#x60;2_tier_composite&#x60;. If we do not have a method for a plan, we will use a method we have for that plan. | | voluntary&lt;br /&gt;_(required)_ | &#x60;boolean&#x60; | | | carrier_ids&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | A list of issuer_ids in string format. Only provide this key if you want to limit the carriers quoted. |
1091
+ # Generate a &#x60;Quote&#x60; for a &#x60;Group&#x60;. See the [Overview Section](#quoting-quoting-post-1) for more information. ### Parameters #### Quote _(required)_ The &#x60;quote&#x60; key is required and it contains the criteria below for the quote that is being generated. | Field | Type | Notes | |--------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | contribution_percentage&lt;br /&gt;_(required)_ | &#x60;integer&#x60; | | | effective_date&lt;br /&gt;_(required)_ | &#x60;string&#x60; | The format is &#x60;YYYY-MM-DD&#x60;. | | npn&lt;br /&gt;_(required)_ | &#x60;string&#x60; | The National Producer Number | | participation_percentage&lt;br /&gt;_(required)_ | &#x60;integer&#x60; | | | product_line&lt;br /&gt;_(required)_ | &#x60;string&#x60; | The product line you wish to quote for. The options are &#x60;medical&#x60;, &#x60;dental&#x60;, or &#x60;vision&#x60;. | | rating_method&lt;br /&gt;_(required)_ | &#x60;string&#x60; | The options are &#x60;age_banded&#x60;, &#x60;4_tier_composite&#x60;, &#x60;3_tier_composite&#x60;, &#x60;2_tier_composite&#x60;, and &#x60;adult_child_tier_composite&#x60;. If we do not have a method for a plan, we will use a method we have for that plan. | | voluntary&lt;br /&gt;_(required)_ | &#x60;boolean&#x60; | | | carrier_ids&lt;br /&gt;_(optional)_ | &#x60;list&#x60; | A list of issuer_ids in string format. Only provide this key if you want to limit the carriers quoted. |
1089
1092
  # @param id ID of the Group
1090
1093
  # @param [Hash] opts the optional parameters
1091
1094
  # @option opts [QuoteCreateRequest] :body
@@ -1190,9 +1193,11 @@ module VericredClient
1190
1193
  end
1191
1194
 
1192
1195
  # Display Rates
1193
- # Retrieve the rates for a `Quote`. **Notice:** Please note that the `premiums` key is currently only available for `medical` Quotes. Please reach out to support@vericred.com for updates on its availability for `dental` and `vision` quotes.
1196
+ # Retrieve the rates for a `Quote`. The `source` key shows the source from which we received the rates. The possible values are detailed below. | Source Value | Notes | | ------------ | ---------------------------------------------------------------------------------------------------- | | `carrier` | The rates were received from a carrier. | | `state` | The rates originate from state filings. | | `cms` | The rates originate from Centers for Medicare & Medicaid Services (CMS) filings. | | `null` | Only `Quote`s generated before the release of this key (2019-09-10) will contain null source values. | The `premiums` key contains the available rating methods we have for the each plan. The rating methods are detailed below. | Premiums Key | Notes | |----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | age_banded | The keys include `total_member`, `total_dependent`, and `total`. The values are the sums. | | 4_tier_composite | The keys include `employee_only`, `employee_plus_spouse`, `employee_plus_children`, `employee_plus_family`, and `total`. The values are the per-member rate for each bucket. | | 3_tier_composite | The keys include `employee_only`, `employee_plus_one`, `employee_plus_family`, and `total`. The values are the per-member rate for each bucket. | | 2_tier_composite | The keys include `employee_only`, `employee_plus_family`, and `total`. The values are the per-member rate for each bucket. | | adult_child_tier_composite | The keys include `adult`, `child`, and `total`. The values are the per-member rate for each bucket. | **Notice:** Please note that the `premiums` key is currently only available for `medical` Quotes. Please reach out to support@vericred.com for updates on its availability for `dental` and `vision` quotes.
1194
1197
  # @param id ID of the quote
1195
1198
  # @param [Hash] opts the optional parameters
1199
+ # @option opts [Integer] :page Page of paginated response
1200
+ # @option opts [Integer] :per_page Responses per page
1196
1201
  # @return [RatesShowResponse]
1197
1202
  def show_group_rates(id, opts = {})
1198
1203
  data, _status_code, _headers = show_group_rates_with_http_info(id, opts)
@@ -1200,9 +1205,11 @@ module VericredClient
1200
1205
  end
1201
1206
 
1202
1207
  # Display Rates
1203
- # Retrieve the rates for a &#x60;Quote&#x60;. **Notice:** Please note that the &#x60;premiums&#x60; key is currently only available for &#x60;medical&#x60; Quotes. Please reach out to support@vericred.com for updates on its availability for &#x60;dental&#x60; and &#x60;vision&#x60; quotes.
1208
+ # Retrieve the rates for a &#x60;Quote&#x60;. The &#x60;source&#x60; key shows the source from which we received the rates. The possible values are detailed below. | Source Value | Notes | | ------------ | ---------------------------------------------------------------------------------------------------- | | &#x60;carrier&#x60; | The rates were received from a carrier. | | &#x60;state&#x60; | The rates originate from state filings. | | &#x60;cms&#x60; | The rates originate from Centers for Medicare &amp; Medicaid Services (CMS) filings. | | &#x60;null&#x60; | Only &#x60;Quote&#x60;s generated before the release of this key (2019-09-10) will contain null source values. | The &#x60;premiums&#x60; key contains the available rating methods we have for the each plan. The rating methods are detailed below. | Premiums Key | Notes | |----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | age_banded | The keys include &#x60;total_member&#x60;, &#x60;total_dependent&#x60;, and &#x60;total&#x60;. The values are the sums. | | 4_tier_composite | The keys include &#x60;employee_only&#x60;, &#x60;employee_plus_spouse&#x60;, &#x60;employee_plus_children&#x60;, &#x60;employee_plus_family&#x60;, and &#x60;total&#x60;. The values are the per-member rate for each bucket. | | 3_tier_composite | The keys include &#x60;employee_only&#x60;, &#x60;employee_plus_one&#x60;, &#x60;employee_plus_family&#x60;, and &#x60;total&#x60;. The values are the per-member rate for each bucket. | | 2_tier_composite | The keys include &#x60;employee_only&#x60;, &#x60;employee_plus_family&#x60;, and &#x60;total&#x60;. The values are the per-member rate for each bucket. | | adult_child_tier_composite | The keys include &#x60;adult&#x60;, &#x60;child&#x60;, and &#x60;total&#x60;. The values are the per-member rate for each bucket. | **Notice:** Please note that the &#x60;premiums&#x60; key is currently only available for &#x60;medical&#x60; Quotes. Please reach out to support@vericred.com for updates on its availability for &#x60;dental&#x60; and &#x60;vision&#x60; quotes.
1204
1209
  # @param id ID of the quote
1205
1210
  # @param [Hash] opts the optional parameters
1211
+ # @option opts [Integer] :page Page of paginated response
1212
+ # @option opts [Integer] :per_page Responses per page
1206
1213
  # @return [Array<(RatesShowResponse, Fixnum, Hash)>] RatesShowResponse data, response status code and response headers
1207
1214
  def show_group_rates_with_http_info(id, opts = {})
1208
1215
  if @api_client.config.debugging
@@ -1215,6 +1222,8 @@ module VericredClient
1215
1222
 
1216
1223
  # query parameters
1217
1224
  query_params = {}
1225
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
1226
+ query_params[:'per_page'] = opts[:'per_page'] if !opts[:'per_page'].nil?
1218
1227
 
1219
1228
  # header parameters
1220
1229
  header_params = {}
@@ -1247,7 +1256,7 @@ module VericredClient
1247
1256
  end
1248
1257
 
1249
1258
  # Display Member Rates
1250
- # Retrieve the member-level rates for a particular `Rate` returned for a `Quote`.
1259
+ # Retrieve the member-level rates for a particular `Rate` returned for a `Quote`. The `premiums` key contains the available rating methods we have for the `Rate`, along with the member-specific rates for each method. For composite methods, the category the member falls into is shown.
1251
1260
  # @param id ID of the Rate
1252
1261
  # @param [Hash] opts the optional parameters
1253
1262
  # @return [MemberRatesShowResponse]
@@ -1257,7 +1266,7 @@ module VericredClient
1257
1266
  end
1258
1267
 
1259
1268
  # Display Member Rates
1260
- # Retrieve the member-level rates for a particular &#x60;Rate&#x60; returned for a &#x60;Quote&#x60;.
1269
+ # Retrieve the member-level rates for a particular &#x60;Rate&#x60; returned for a &#x60;Quote&#x60;. The &#x60;premiums&#x60; key contains the available rating methods we have for the &#x60;Rate&#x60;, along with the member-specific rates for each method. For composite methods, the category the member falls into is shown.
1261
1270
  # @param id ID of the Rate
1262
1271
  # @param [Hash] opts the optional parameters
1263
1272
  # @return [Array<(MemberRatesShowResponse, Fixnum, Hash)>] MemberRatesShowResponse data, response status code and response headers