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
@@ -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
@@ -1007,5 +1010,5 @@ limitations under the License.
1007
1010
  =end
1008
1011
 
1009
1012
  module VericredClient
1010
- VERSION = "0.0.38"
1013
+ VERSION = "0.0.40"
1011
1014
  end
@@ -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
@@ -1030,10 +1033,10 @@ describe 'BulkPlansApi' do
1030
1033
 
1031
1034
  # unit tests for find_bulk_plans
1032
1035
  # Plans in Bulk
1033
- # ### Retrieve plan benefit data in bulk Use this endpoint to get plan information in bulk by state, market, year, and product line. ### Parameters | Field | Type | Notes | |-------------------------------------------|--------------|--------------------------------------------------------------------------------------------------------------| | market<br />_(required)_ | `string` | The options are `individual` or `small_group`. | | state<br />_(required)_ | `string` | The two-letter state code where the plans are offered. | | product_line<br />_(required)_ | `string` | The options are `medical`, `dental`, or `vision`. | | year<br />_(required)_ | `string` | |
1036
+ # ### Retrieve plan benefit data in bulk Use this endpoint to get plan information in bulk by state, market, year, and product line. **Notice:** Please note that there are potential breaking changes in the 2020 ACA medical 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 | |-------------------------------------------|--------------|--------------------------------------------------------------------------------------------------------------| | market<br />_(required)_ | `string` | The options are `individual` or `small_group`. | | state<br />_(required)_ | `string` | The two-letter state code where the plans are offered. | | product_line<br />_(required)_ | `string` | The options are `medical`, `dental`, or `vision`. | | year<br />_(required)_ | `string` | |
1034
1037
  # @param body
1035
1038
  # @param [Hash] opts the optional parameters
1036
- # @return [PlansBulkSearchResponse]
1039
+ # @return [PlansBulkACA2018Response]
1037
1040
  describe 'find_bulk_plans test' do
1038
1041
  it "should work" do
1039
1042
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -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
@@ -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
@@ -1030,10 +1033,10 @@ describe 'MajorMedicalPlansApi' do
1030
1033
 
1031
1034
  # unit tests for find_major_medical_plans
1032
1035
  # Search Plans
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. ### 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.
1036
+ # ### 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.
1034
1037
  # @param body
1035
1038
  # @param [Hash] opts the optional parameters
1036
- # @return [PlanSearchResponse]
1039
+ # @return [ACAPlan2018SearchResponse]
1037
1040
  describe 'find_major_medical_plans test' do
1038
1041
  it "should work" do
1039
1042
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -1042,7 +1045,7 @@ describe 'MajorMedicalPlansApi' do
1042
1045
 
1043
1046
  # unit tests for show_medical_plan
1044
1047
  # Show Plan
1045
- # ### 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.
1048
+ # ### 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).
1046
1049
  # @param id ID of the Plan
1047
1050
  # @param [Hash] opts the optional parameters
1048
1051
  # @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
@@ -1030,10 +1033,10 @@ describe 'MedicalPlansApi' do
1030
1033
 
1031
1034
  # unit tests for find_major_medical_plans
1032
1035
  # Search Plans
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. ### 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.
1036
+ # ### 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.
1034
1037
  # @param body
1035
1038
  # @param [Hash] opts the optional parameters
1036
- # @return [PlanSearchResponse]
1039
+ # @return [ACAPlan2018SearchResponse]
1037
1040
  describe 'find_major_medical_plans test' do
1038
1041
  it "should work" do
1039
1042
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -1055,7 +1058,7 @@ describe 'MedicalPlansApi' do
1055
1058
 
1056
1059
  # unit tests for show_medical_plan
1057
1060
  # Show Plan
1058
- # ### 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.
1061
+ # ### 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).
1059
1062
  # @param id ID of the Plan
1060
1063
  # @param [Hash] opts the optional parameters
1061
1064
  # @option opts [Integer] :year Plan year (defaults to current year)