vericred_client 0.0.25 → 0.0.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (449) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +62 -17
  3. data/docs/ACAPlan.md +1 -0
  4. data/docs/ACAPlan2018.md +1 -0
  5. data/docs/ACAPlan2018SearchResult.md +1 -0
  6. data/docs/ACAPlanPre2018.md +1 -0
  7. data/docs/ACAPlanPre2018SearchResult.md +1 -0
  8. data/docs/DentalPlan.md +6 -2
  9. data/docs/DentalPlanSearchRequest.md +2 -1
  10. data/docs/DentalPlanUpdate.md +1 -0
  11. data/docs/DentalPlansApi.md +1 -1
  12. data/docs/Drug.md +1 -1
  13. data/docs/DrugCoverage.md +1 -4
  14. data/docs/DrugCoverageBase.md +11 -0
  15. data/docs/DrugCoverageResponse.md +1 -2
  16. data/docs/DrugDetails.md +12 -0
  17. data/docs/DrugPackage.md +1 -0
  18. data/docs/DrugPackagesApi.md +1 -1
  19. data/docs/DrugSearchDrugPackage.md +12 -0
  20. data/docs/DrugSearchRequest.md +10 -0
  21. data/docs/DrugSearchResponse.md +1 -2
  22. data/docs/DrugsApi.md +71 -3
  23. data/docs/FormularyDrugCoverage.md +11 -0
  24. data/docs/MedicareAdvantagePlan.md +6 -1
  25. data/docs/MedicareAdvantagePlanSearchRequest.md +4 -2
  26. data/docs/MedicareAdvantagePlanSearchResponse.md +2 -1
  27. data/docs/MedicareAdvantagePlanUpdate.md +27 -0
  28. data/docs/MedicareAdvantagePlanUpdateRequest.md +8 -0
  29. data/docs/MedicareAdvantagePlansApi.md +179 -0
  30. data/docs/Network.md +1 -0
  31. data/docs/NetworkDetails.md +5 -1
  32. data/docs/NetworkDisruptionAnalysis.md +11 -0
  33. data/docs/NetworkDisruptionAnalysisRequest.md +9 -0
  34. data/docs/NetworkDisruptionAnalysisResponse.md +9 -0
  35. data/docs/NetworkSearch.md +14 -0
  36. data/docs/NetworkSearchResponse.md +1 -1
  37. data/docs/NetworksApi.md +77 -12
  38. data/docs/Plan.md +5 -6
  39. data/docs/PlanMedicare.md +5 -6
  40. data/docs/PlanMedicareBulk.md +5 -6
  41. data/docs/{V7Network.md → PlanNetwork.md} +1 -2
  42. data/docs/ProviderDetails.md +0 -3
  43. data/docs/ProviderNetworkSpecialty.md +10 -0
  44. data/docs/ProviderNetworks.md +3 -0
  45. data/docs/ProviderPlanResponse.md +12 -0
  46. data/docs/{V7NetworkSearchResponse.md → ProviderPlans.md} +2 -2
  47. data/docs/ProviderPlansRequest.md +13 -0
  48. data/docs/ProvidersApi.md +66 -1
  49. data/docs/RequestProvidersSearch.md +2 -1
  50. data/docs/SpecialtiesApi.md +70 -0
  51. data/docs/SpecialtySearchResponse.md +9 -0
  52. data/docs/SpecialtyShow.md +12 -0
  53. data/docs/SupplementalOptionsUpdate.md +13 -0
  54. data/docs/{V7ProviderDetails.md → V7ResponseProvidersProviderDetails.md} +1 -4
  55. data/docs/VisionPlanSearchRequest.md +1 -1
  56. data/docs/VisionPlanUpdate.md +1 -0
  57. data/docs/VisionPlansApi.md +1 -1
  58. data/lib/vericred_client/api/carrier_groups_api.rb +30 -5
  59. data/lib/vericred_client/api/carrier_verification_dental_plans_api.rb +30 -5
  60. data/lib/vericred_client/api/carrier_verification_medical_plans_api.rb +30 -5
  61. data/lib/vericred_client/api/carrier_verification_plans_api.rb +30 -5
  62. data/lib/vericred_client/api/carrier_verification_vision_plans_api.rb +30 -5
  63. data/lib/vericred_client/api/carriers_api.rb +30 -5
  64. data/lib/vericred_client/api/dental_plans_api.rb +32 -7
  65. data/lib/vericred_client/api/drug_packages_api.rb +30 -5
  66. data/lib/vericred_client/api/drugs_api.rb +110 -10
  67. data/lib/vericred_client/api/embargoes_api.rb +30 -5
  68. data/lib/vericred_client/api/formularies_api.rb +30 -5
  69. data/lib/vericred_client/api/issuers_api.rb +30 -5
  70. data/lib/vericred_client/api/major_medical_plans_api.rb +30 -5
  71. data/lib/vericred_client/api/medical_plans_api.rb +30 -5
  72. data/lib/vericred_client/api/{drug_coverages_api.rb → medicare_advantage_plans_api.rb} +168 -33
  73. data/lib/vericred_client/api/network_sizes_api.rb +30 -5
  74. data/lib/vericred_client/api/networks_api.rb +114 -20
  75. data/lib/vericred_client/api/plans_api.rb +30 -5
  76. data/lib/vericred_client/api/provider_notification_subscriptions_api.rb +30 -5
  77. data/lib/vericred_client/api/providers_api.rb +102 -7
  78. data/lib/vericred_client/api/quoting_api.rb +30 -5
  79. data/lib/vericred_client/api/rates_api.rb +30 -5
  80. data/lib/vericred_client/api/specialties_api.rb +1059 -0
  81. data/lib/vericred_client/api/vision_plans_api.rb +30 -5
  82. data/lib/vericred_client/api/zip_counties_api.rb +30 -5
  83. data/lib/vericred_client/api_client.rb +30 -5
  84. data/lib/vericred_client/api_error.rb +30 -5
  85. data/lib/vericred_client/configuration.rb +30 -5
  86. data/lib/vericred_client/models/aca_plan.rb +43 -6
  87. data/lib/vericred_client/models/aca_plan2018.rb +43 -6
  88. data/lib/vericred_client/models/aca_plan2018_search_response.rb +30 -5
  89. data/lib/vericred_client/models/aca_plan2018_search_result.rb +43 -6
  90. data/lib/vericred_client/models/aca_plan2018_show_response.rb +30 -5
  91. data/lib/vericred_client/models/aca_plan_pre2018.rb +43 -6
  92. data/lib/vericred_client/models/aca_plan_pre2018_search_response.rb +30 -5
  93. data/lib/vericred_client/models/aca_plan_pre2018_search_result.rb +43 -6
  94. data/lib/vericred_client/models/aca_plan_pre2018_show_response.rb +30 -5
  95. data/lib/vericred_client/models/address.rb +30 -5
  96. data/lib/vericred_client/models/ancillary_plan_identifier.rb +30 -5
  97. data/lib/vericred_client/models/base.rb +30 -5
  98. data/lib/vericred_client/models/base_plan_search_response.rb +30 -5
  99. data/lib/vericred_client/models/carrier.rb +30 -5
  100. data/lib/vericred_client/models/carrier_group_request.rb +30 -5
  101. data/lib/vericred_client/models/carrier_request.rb +30 -5
  102. data/lib/vericred_client/models/carrier_subsidiary.rb +30 -5
  103. data/lib/vericred_client/models/county.rb +30 -5
  104. data/lib/vericred_client/models/county_bulk.rb +30 -5
  105. data/lib/vericred_client/models/dental_plan.rb +79 -8
  106. data/lib/vericred_client/models/dental_plan_benefits.rb +30 -5
  107. data/lib/vericred_client/models/dental_plan_search_applicant.rb +30 -5
  108. data/lib/vericred_client/models/dental_plan_search_request.rb +44 -7
  109. data/lib/vericred_client/models/dental_plan_search_response.rb +30 -5
  110. data/lib/vericred_client/models/dental_plan_show_response.rb +30 -5
  111. data/lib/vericred_client/models/dental_plan_update.rb +43 -6
  112. data/lib/vericred_client/models/dental_plan_update_request.rb +30 -5
  113. data/lib/vericred_client/models/dependent_create.rb +30 -5
  114. data/lib/vericred_client/models/dependent_create_request.rb +30 -5
  115. data/lib/vericred_client/models/dependent_show.rb +30 -5
  116. data/lib/vericred_client/models/drug.rb +31 -6
  117. data/lib/vericred_client/models/drug_coverage.rb +32 -39
  118. data/lib/vericred_client/models/drug_coverage_base.rb +1190 -0
  119. data/lib/vericred_client/models/drug_coverage_response.rb +39 -24
  120. data/lib/vericred_client/models/drug_details.rb +1202 -0
  121. data/lib/vericred_client/models/drug_package.rb +44 -9
  122. data/lib/vericred_client/models/drug_search_drug_package.rb +1200 -0
  123. data/lib/vericred_client/models/drug_search_request.rb +1180 -0
  124. data/lib/vericred_client/models/drug_search_response.rb +32 -19
  125. data/lib/vericred_client/models/embargo_request.rb +30 -5
  126. data/lib/vericred_client/models/formulary.rb +30 -5
  127. data/lib/vericred_client/models/formulary_drug_coverage.rb +1190 -0
  128. data/lib/vericred_client/models/formulary_drug_package_response.rb +30 -5
  129. data/lib/vericred_client/models/formulary_response.rb +30 -5
  130. data/lib/vericred_client/models/group_create.rb +30 -5
  131. data/lib/vericred_client/models/group_create_request.rb +30 -5
  132. data/lib/vericred_client/models/group_create_response.rb +30 -5
  133. data/lib/vericred_client/models/group_show.rb +30 -5
  134. data/lib/vericred_client/models/group_show_response.rb +30 -5
  135. data/lib/vericred_client/models/group_update.rb +30 -5
  136. data/lib/vericred_client/models/group_update_request.rb +30 -5
  137. data/lib/vericred_client/models/issuer_request.rb +30 -5
  138. data/lib/vericred_client/models/location_create.rb +30 -5
  139. data/lib/vericred_client/models/location_show.rb +30 -5
  140. data/lib/vericred_client/models/location_update.rb +30 -5
  141. data/lib/vericred_client/models/medical_plan_benefits.rb +30 -5
  142. data/lib/vericred_client/models/medical_plan_update.rb +30 -5
  143. data/lib/vericred_client/models/medical_plan_update_request.rb +30 -5
  144. data/lib/vericred_client/models/medicare_advantage_plan.rb +86 -7
  145. data/lib/vericred_client/models/medicare_advantage_plan_benefits.rb +30 -5
  146. data/lib/vericred_client/models/medicare_advantage_plan_search_request.rb +57 -8
  147. data/lib/vericred_client/models/medicare_advantage_plan_search_response.rb +45 -8
  148. data/lib/vericred_client/models/medicare_advantage_plan_show_response.rb +30 -5
  149. data/lib/vericred_client/models/medicare_advantage_plan_update.rb +1354 -0
  150. data/lib/vericred_client/models/{v7_network.rb → medicare_advantage_plan_update_request.rb} +39 -34
  151. data/lib/vericred_client/models/member_create.rb +30 -5
  152. data/lib/vericred_client/models/member_rate_show.rb +30 -5
  153. data/lib/vericred_client/models/member_rate_show_request.rb +30 -5
  154. data/lib/vericred_client/models/member_rates_show_response.rb +30 -5
  155. data/lib/vericred_client/models/member_show.rb +30 -5
  156. data/lib/vericred_client/models/members_create_request.rb +30 -5
  157. data/lib/vericred_client/models/members_create_response.rb +30 -5
  158. data/lib/vericred_client/models/members_show_response.rb +30 -5
  159. data/lib/vericred_client/models/meta.rb +30 -5
  160. data/lib/vericred_client/models/meta_plan_search_response.rb +30 -5
  161. data/lib/vericred_client/models/network.rb +41 -6
  162. data/lib/vericred_client/models/network_comparison.rb +30 -5
  163. data/lib/vericred_client/models/network_comparison_request.rb +30 -5
  164. data/lib/vericred_client/models/network_comparison_response.rb +30 -5
  165. data/lib/vericred_client/models/network_details.rb +88 -17
  166. data/lib/vericred_client/models/network_details_response.rb +30 -5
  167. data/lib/vericred_client/models/network_disruption_analysis.rb +1194 -0
  168. data/lib/vericred_client/models/network_disruption_analysis_request.rb +1174 -0
  169. data/lib/vericred_client/models/network_disruption_analysis_response.rb +1172 -0
  170. data/lib/vericred_client/models/network_search.rb +1228 -0
  171. data/lib/vericred_client/models/network_search_response.rb +31 -6
  172. data/lib/vericred_client/models/network_size.rb +30 -5
  173. data/lib/vericred_client/models/notification_subscription.rb +30 -5
  174. data/lib/vericred_client/models/notification_subscription_response.rb +30 -5
  175. data/lib/vericred_client/models/plan.rb +83 -64
  176. data/lib/vericred_client/models/plan_county.rb +30 -5
  177. data/lib/vericred_client/models/plan_county_bulk.rb +30 -5
  178. data/lib/vericred_client/models/plan_deleted.rb +30 -5
  179. data/lib/vericred_client/models/plan_identifier.rb +30 -5
  180. data/lib/vericred_client/models/plan_medicare.rb +83 -64
  181. data/lib/vericred_client/models/plan_medicare_bulk.rb +83 -64
  182. data/lib/vericred_client/models/{v7_network_details.rb → plan_network.rb} +32 -29
  183. data/lib/vericred_client/models/plan_pricing_medicare.rb +30 -5
  184. data/lib/vericred_client/models/plan_search_response.rb +30 -5
  185. data/lib/vericred_client/models/plan_show_response.rb +30 -5
  186. data/lib/vericred_client/models/plans_bulk_aca2018.rb +30 -5
  187. data/lib/vericred_client/models/plans_bulk_aca_pre2018.rb +30 -5
  188. data/lib/vericred_client/models/plans_bulk_base.rb +30 -5
  189. data/lib/vericred_client/models/plans_bulk_dental.rb +30 -5
  190. data/lib/vericred_client/models/plans_bulk_vision.rb +30 -5
  191. data/lib/vericred_client/models/provider.rb +30 -5
  192. data/lib/vericred_client/models/provider_details.rb +31 -42
  193. data/lib/vericred_client/models/provider_geocode.rb +30 -5
  194. data/lib/vericred_client/models/provider_network_event_notification.rb +30 -5
  195. data/lib/vericred_client/models/{v7_provider_networks.rb → provider_network_specialty.rb} +42 -37
  196. data/lib/vericred_client/models/provider_networks.rb +68 -9
  197. data/lib/vericred_client/models/provider_plan_response.rb +1202 -0
  198. data/lib/vericred_client/models/{v7_network_search_response.rb → provider_plans.rb} +40 -15
  199. data/lib/vericred_client/models/provider_plans_request.rb +1210 -0
  200. data/lib/vericred_client/models/provider_show_response.rb +30 -5
  201. data/lib/vericred_client/models/providers_geocode_response.rb +30 -5
  202. data/lib/vericred_client/models/providers_search_response.rb +30 -5
  203. data/lib/vericred_client/models/quote_create.rb +30 -5
  204. data/lib/vericred_client/models/quote_create_request.rb +30 -5
  205. data/lib/vericred_client/models/quote_create_response.rb +30 -5
  206. data/lib/vericred_client/models/quote_show.rb +30 -5
  207. data/lib/vericred_client/models/quote_show_response.rb +30 -5
  208. data/lib/vericred_client/models/rate_request.rb +30 -5
  209. data/lib/vericred_client/models/rate_search.rb +30 -5
  210. data/lib/vericred_client/models/rate_show.rb +30 -5
  211. data/lib/vericred_client/models/rate_show_request.rb +30 -5
  212. data/lib/vericred_client/models/rates_show_response.rb +30 -5
  213. data/lib/vericred_client/models/rating_area.rb +30 -5
  214. data/lib/vericred_client/models/request_plan_find.rb +30 -5
  215. data/lib/vericred_client/models/request_plan_find_applicant.rb +30 -5
  216. data/lib/vericred_client/models/request_plan_find_carrier_verification.rb +30 -5
  217. data/lib/vericred_client/models/request_plan_find_drug_package.rb +30 -5
  218. data/lib/vericred_client/models/request_plan_find_provider.rb +30 -5
  219. data/lib/vericred_client/models/request_provider_notification_subscription.rb +30 -5
  220. data/lib/vericred_client/models/request_providers_search.rb +44 -7
  221. data/lib/vericred_client/models/request_rates_search.rb +30 -5
  222. data/lib/vericred_client/models/response_rates_search.rb +30 -5
  223. data/lib/vericred_client/models/rx_cui_identifier.rb +30 -5
  224. data/lib/vericred_client/models/rx_cui_identifier_search_response.rb +30 -5
  225. data/lib/vericred_client/models/service_area.rb +30 -5
  226. data/lib/vericred_client/models/service_area_zip_county.rb +30 -5
  227. data/lib/vericred_client/models/specialty_search_response.rb +1172 -0
  228. data/lib/vericred_client/models/specialty_show.rb +1200 -0
  229. data/lib/vericred_client/models/state.rb +30 -5
  230. data/lib/vericred_client/models/state_network_size_request.rb +30 -5
  231. data/lib/vericred_client/models/state_network_size_response.rb +30 -5
  232. data/lib/vericred_client/models/supplemental_options.rb +30 -5
  233. data/lib/vericred_client/models/supplemental_options_update.rb +1212 -0
  234. data/lib/vericred_client/models/v7_network_comparison_response.rb +30 -5
  235. data/lib/vericred_client/models/{v7_provider_details.rb → v7_response_providers_provider_details.rb} +32 -43
  236. data/lib/vericred_client/models/vision_plan.rb +30 -5
  237. data/lib/vericred_client/models/vision_plan_benefits.rb +30 -5
  238. data/lib/vericred_client/models/vision_plan_search_applicant.rb +30 -5
  239. data/lib/vericred_client/models/vision_plan_search_request.rb +31 -6
  240. data/lib/vericred_client/models/vision_plan_search_response.rb +30 -5
  241. data/lib/vericred_client/models/vision_plan_show_response.rb +30 -5
  242. data/lib/vericred_client/models/vision_plan_update.rb +43 -6
  243. data/lib/vericred_client/models/vision_plan_update_request.rb +30 -5
  244. data/lib/vericred_client/models/zip_code.rb +30 -5
  245. data/lib/vericred_client/models/zip_counties_response.rb +30 -5
  246. data/lib/vericred_client/models/zip_county.rb +30 -5
  247. data/lib/vericred_client/models/zip_county_bulk.rb +30 -5
  248. data/lib/vericred_client/models/zip_county_response.rb +30 -5
  249. data/lib/vericred_client/version.rb +31 -6
  250. data/lib/vericred_client.rb +52 -12
  251. data/spec/api/carrier_groups_api_spec.rb +30 -5
  252. data/spec/api/carrier_verification_dental_plans_api_spec.rb +30 -5
  253. data/spec/api/carrier_verification_medical_plans_api_spec.rb +30 -5
  254. data/spec/api/carrier_verification_plans_api_spec.rb +30 -5
  255. data/spec/api/carrier_verification_vision_plans_api_spec.rb +30 -5
  256. data/spec/api/carriers_api_spec.rb +30 -5
  257. data/spec/api/dental_plans_api_spec.rb +31 -6
  258. data/spec/api/drug_packages_api_spec.rb +30 -5
  259. data/spec/api/drugs_api_spec.rb +48 -7
  260. data/spec/api/embargoes_api_spec.rb +30 -5
  261. data/spec/api/formularies_api_spec.rb +30 -5
  262. data/spec/api/issuers_api_spec.rb +30 -5
  263. data/spec/api/major_medical_plans_api_spec.rb +30 -5
  264. data/spec/api/medical_plans_api_spec.rb +30 -5
  265. data/spec/api/{drug_coverages_api_spec.rb → medicare_advantage_plans_api_spec.rb} +68 -19
  266. data/spec/api/network_sizes_api_spec.rb +30 -5
  267. data/spec/api/networks_api_spec.rb +52 -11
  268. data/spec/api/plans_api_spec.rb +30 -5
  269. data/spec/api/provider_notification_subscriptions_api_spec.rb +30 -5
  270. data/spec/api/providers_api_spec.rb +46 -6
  271. data/spec/api/quoting_api_spec.rb +30 -5
  272. data/spec/api/rates_api_spec.rb +30 -5
  273. data/spec/api/specialties_api_spec.rb +1021 -0
  274. data/spec/api/vision_plans_api_spec.rb +30 -5
  275. data/spec/api/zip_counties_api_spec.rb +30 -5
  276. data/spec/api_client_spec.rb +30 -5
  277. data/spec/configuration_spec.rb +30 -5
  278. data/spec/models/aca_plan2018_search_response_spec.rb +30 -5
  279. data/spec/models/aca_plan2018_search_result_spec.rb +36 -5
  280. data/spec/models/aca_plan2018_show_response_spec.rb +30 -5
  281. data/spec/models/aca_plan2018_spec.rb +36 -5
  282. data/spec/models/aca_plan_pre2018_search_response_spec.rb +30 -5
  283. data/spec/models/aca_plan_pre2018_search_result_spec.rb +36 -5
  284. data/spec/models/aca_plan_pre2018_show_response_spec.rb +30 -5
  285. data/spec/models/aca_plan_pre2018_spec.rb +36 -5
  286. data/spec/models/aca_plan_spec.rb +36 -5
  287. data/spec/models/address_spec.rb +30 -5
  288. data/spec/models/ancillary_plan_identifier_spec.rb +30 -5
  289. data/spec/models/base_plan_search_response_spec.rb +30 -5
  290. data/spec/models/base_spec.rb +30 -5
  291. data/spec/models/carrier_group_request_spec.rb +30 -5
  292. data/spec/models/carrier_request_spec.rb +30 -5
  293. data/spec/models/carrier_spec.rb +30 -5
  294. data/spec/models/carrier_subsidiary_spec.rb +30 -5
  295. data/spec/models/county_bulk_spec.rb +30 -5
  296. data/spec/models/county_spec.rb +30 -5
  297. data/spec/models/dental_plan_benefits_spec.rb +30 -5
  298. data/spec/models/dental_plan_search_applicant_spec.rb +30 -5
  299. data/spec/models/dental_plan_search_request_spec.rb +36 -5
  300. data/spec/models/dental_plan_search_response_spec.rb +30 -5
  301. data/spec/models/dental_plan_show_response_spec.rb +30 -5
  302. data/spec/models/dental_plan_spec.rb +54 -5
  303. data/spec/models/dental_plan_update_request_spec.rb +30 -5
  304. data/spec/models/dental_plan_update_spec.rb +36 -5
  305. data/spec/models/dependent_create_request_spec.rb +30 -5
  306. data/spec/models/dependent_create_spec.rb +30 -5
  307. data/spec/models/dependent_show_spec.rb +30 -5
  308. data/spec/models/drug_coverage_base_spec.rb +1031 -0
  309. data/spec/models/drug_coverage_response_spec.rb +31 -12
  310. data/spec/models/drug_coverage_spec.rb +30 -23
  311. data/spec/models/drug_details_spec.rb +1037 -0
  312. data/spec/models/drug_package_spec.rb +36 -5
  313. data/spec/models/drug_search_drug_package_spec.rb +1037 -0
  314. data/spec/models/{v7_network_spec.rb → drug_search_request_spec.rb} +39 -14
  315. data/spec/models/drug_search_response_spec.rb +30 -11
  316. data/spec/models/drug_spec.rb +30 -5
  317. data/spec/models/embargo_request_spec.rb +30 -5
  318. data/spec/models/formulary_drug_coverage_spec.rb +1031 -0
  319. data/spec/models/formulary_drug_package_response_spec.rb +30 -5
  320. data/spec/models/formulary_response_spec.rb +30 -5
  321. data/spec/models/formulary_spec.rb +30 -5
  322. data/spec/models/group_create_request_spec.rb +30 -5
  323. data/spec/models/group_create_response_spec.rb +30 -5
  324. data/spec/models/group_create_spec.rb +30 -5
  325. data/spec/models/group_show_response_spec.rb +30 -5
  326. data/spec/models/group_show_spec.rb +30 -5
  327. data/spec/models/group_update_request_spec.rb +30 -5
  328. data/spec/models/group_update_spec.rb +30 -5
  329. data/spec/models/issuer_request_spec.rb +30 -5
  330. data/spec/models/location_create_spec.rb +30 -5
  331. data/spec/models/location_show_spec.rb +30 -5
  332. data/spec/models/location_update_spec.rb +30 -5
  333. data/spec/models/medical_plan_benefits_spec.rb +30 -5
  334. data/spec/models/medical_plan_update_request_spec.rb +30 -5
  335. data/spec/models/medical_plan_update_spec.rb +30 -5
  336. data/spec/models/medicare_advantage_plan_benefits_spec.rb +30 -5
  337. data/spec/models/medicare_advantage_plan_search_request_spec.rb +42 -5
  338. data/spec/models/medicare_advantage_plan_search_response_spec.rb +36 -5
  339. data/spec/models/medicare_advantage_plan_show_response_spec.rb +30 -5
  340. data/spec/models/medicare_advantage_plan_spec.rb +60 -5
  341. data/spec/models/medicare_advantage_plan_update_request_spec.rb +1013 -0
  342. data/spec/models/medicare_advantage_plan_update_spec.rb +1127 -0
  343. data/spec/models/member_create_spec.rb +30 -5
  344. data/spec/models/member_rate_show_request_spec.rb +30 -5
  345. data/spec/models/member_rate_show_spec.rb +30 -5
  346. data/spec/models/member_rates_show_response_spec.rb +30 -5
  347. data/spec/models/member_show_spec.rb +30 -5
  348. data/spec/models/members_create_request_spec.rb +30 -5
  349. data/spec/models/members_create_response_spec.rb +30 -5
  350. data/spec/models/members_show_response_spec.rb +30 -5
  351. data/spec/models/meta_plan_search_response_spec.rb +30 -5
  352. data/spec/models/meta_spec.rb +30 -5
  353. data/spec/models/network_comparison_request_spec.rb +30 -5
  354. data/spec/models/network_comparison_response_spec.rb +30 -5
  355. data/spec/models/network_comparison_spec.rb +30 -5
  356. data/spec/models/network_details_response_spec.rb +30 -5
  357. data/spec/models/network_details_spec.rb +55 -6
  358. data/spec/models/network_disruption_analysis_request_spec.rb +1019 -0
  359. data/spec/models/network_disruption_analysis_response_spec.rb +1019 -0
  360. data/spec/models/network_disruption_analysis_spec.rb +1031 -0
  361. data/spec/models/network_search_response_spec.rb +30 -5
  362. data/spec/models/network_search_spec.rb +1049 -0
  363. data/spec/models/network_size_spec.rb +30 -5
  364. data/spec/models/network_spec.rb +36 -5
  365. data/spec/models/notification_subscription_response_spec.rb +30 -5
  366. data/spec/models/notification_subscription_spec.rb +30 -5
  367. data/spec/models/plan_county_bulk_spec.rb +30 -5
  368. data/spec/models/plan_county_spec.rb +30 -5
  369. data/spec/models/plan_deleted_spec.rb +30 -5
  370. data/spec/models/plan_identifier_spec.rb +30 -5
  371. data/spec/models/plan_medicare_bulk_spec.rb +41 -22
  372. data/spec/models/plan_medicare_spec.rb +40 -21
  373. data/spec/models/{v7_provider_networks_spec.rb → plan_network_spec.rb} +36 -29
  374. data/spec/models/plan_pricing_medicare_spec.rb +30 -5
  375. data/spec/models/plan_search_response_spec.rb +30 -5
  376. data/spec/models/plan_show_response_spec.rb +30 -5
  377. data/spec/models/plan_spec.rb +39 -20
  378. data/spec/models/plans_bulk_aca2018_spec.rb +30 -5
  379. data/spec/models/plans_bulk_aca_pre2018_spec.rb +30 -5
  380. data/spec/models/plans_bulk_base_spec.rb +30 -5
  381. data/spec/models/plans_bulk_dental_spec.rb +30 -5
  382. data/spec/models/plans_bulk_vision_spec.rb +30 -5
  383. data/spec/models/provider_details_spec.rb +30 -23
  384. data/spec/models/provider_geocode_spec.rb +30 -5
  385. data/spec/models/provider_network_event_notification_spec.rb +30 -5
  386. data/spec/models/{v7_network_details_spec.rb → provider_network_specialty_spec.rb} +39 -20
  387. data/spec/models/provider_networks_spec.rb +48 -5
  388. data/spec/models/provider_plan_response_spec.rb +1037 -0
  389. data/spec/models/provider_plans_request_spec.rb +1043 -0
  390. data/spec/models/{v7_network_search_response_spec.rb → provider_plans_spec.rb} +37 -12
  391. data/spec/models/provider_show_response_spec.rb +30 -5
  392. data/spec/models/provider_spec.rb +30 -5
  393. data/spec/models/providers_geocode_response_spec.rb +30 -5
  394. data/spec/models/providers_search_response_spec.rb +30 -5
  395. data/spec/models/quote_create_request_spec.rb +30 -5
  396. data/spec/models/quote_create_response_spec.rb +30 -5
  397. data/spec/models/quote_create_spec.rb +30 -5
  398. data/spec/models/quote_show_response_spec.rb +30 -5
  399. data/spec/models/quote_show_spec.rb +30 -5
  400. data/spec/models/rate_request_spec.rb +30 -5
  401. data/spec/models/rate_search_spec.rb +30 -5
  402. data/spec/models/rate_show_request_spec.rb +30 -5
  403. data/spec/models/rate_show_spec.rb +30 -5
  404. data/spec/models/rates_show_response_spec.rb +30 -5
  405. data/spec/models/rating_area_spec.rb +30 -5
  406. data/spec/models/request_plan_find_applicant_spec.rb +30 -5
  407. data/spec/models/request_plan_find_carrier_verification_spec.rb +30 -5
  408. data/spec/models/request_plan_find_drug_package_spec.rb +30 -5
  409. data/spec/models/request_plan_find_provider_spec.rb +30 -5
  410. data/spec/models/request_plan_find_spec.rb +30 -5
  411. data/spec/models/request_provider_notification_subscription_spec.rb +30 -5
  412. data/spec/models/request_providers_search_spec.rb +36 -5
  413. data/spec/models/request_rates_search_spec.rb +30 -5
  414. data/spec/models/response_rates_search_spec.rb +30 -5
  415. data/spec/models/rx_cui_identifier_search_response_spec.rb +30 -5
  416. data/spec/models/rx_cui_identifier_spec.rb +30 -5
  417. data/spec/models/service_area_spec.rb +30 -5
  418. data/spec/models/service_area_zip_county_spec.rb +30 -5
  419. data/spec/models/specialty_search_response_spec.rb +1019 -0
  420. data/spec/models/specialty_show_spec.rb +1037 -0
  421. data/spec/models/state_network_size_request_spec.rb +30 -5
  422. data/spec/models/state_network_size_response_spec.rb +30 -5
  423. data/spec/models/state_spec.rb +30 -5
  424. data/spec/models/supplemental_options_spec.rb +30 -5
  425. data/spec/models/supplemental_options_update_spec.rb +1043 -0
  426. data/spec/models/v7_network_comparison_response_spec.rb +30 -5
  427. data/spec/models/{v7_provider_details_spec.rb → v7_response_providers_provider_details_spec.rb} +36 -29
  428. data/spec/models/vision_plan_benefits_spec.rb +30 -5
  429. data/spec/models/vision_plan_search_applicant_spec.rb +30 -5
  430. data/spec/models/vision_plan_search_request_spec.rb +30 -5
  431. data/spec/models/vision_plan_search_response_spec.rb +30 -5
  432. data/spec/models/vision_plan_show_response_spec.rb +30 -5
  433. data/spec/models/vision_plan_spec.rb +30 -5
  434. data/spec/models/vision_plan_update_request_spec.rb +30 -5
  435. data/spec/models/vision_plan_update_spec.rb +36 -5
  436. data/spec/models/zip_code_spec.rb +30 -5
  437. data/spec/models/zip_counties_response_spec.rb +30 -5
  438. data/spec/models/zip_county_bulk_spec.rb +30 -5
  439. data/spec/models/zip_county_response_spec.rb +30 -5
  440. data/spec/models/zip_county_spec.rb +30 -5
  441. data/spec/spec_helper.rb +30 -5
  442. data/vericred_client.gemspec +30 -5
  443. metadata +226 -166
  444. data/docs/DrugCoveragesApi.md +0 -69
  445. data/docs/V7NetworkDetails.md +0 -11
  446. data/docs/V7NetworkDetailsResponse.md +0 -8
  447. data/docs/V7ProviderNetworks.md +0 -12
  448. data/lib/vericred_client/models/v7_network_details_response.rb +0 -1135
  449. data/spec/models/v7_network_details_response_spec.rb +0 -988
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a76eddb4ee1709cbea7dca19b58648ded9a9edd5
4
- data.tar.gz: 86b0737a2afa140972aa82bdb329ae708e07536d
3
+ metadata.gz: 1e808849686a227291a9e3a78ccb6a54a648800b
4
+ data.tar.gz: 3b9704ab180a8fbdfa26602d683a497d4a2b9faa
5
5
  SHA512:
6
- metadata.gz: 07bf73ad9c43066a1b6b5041f0c8576216e69cbc56c6ce05927dce89f2fa9e3ee524d981ece8e3020ef54563e9a613a432172cc440fabc60a7c59148decb778c
7
- data.tar.gz: d8bedb760ce9a1fda69f10c24aa8139d413fb1c0035afa430b210e250277c2d487eda3fee1d2070403d8d749bc026a87611fbe7258645f3ce45bb46895b1a327
6
+ metadata.gz: 38674b548d8a9551b698b9fcf9ee0a6418e32fa998688e773d3fffd3619d8b516b6ae02b51b5762d069f103e8e3b7f7fa732ec72d6060b5e47a8f7bd410ac6e9
7
+ data.tar.gz: 0cd395d39e8121d1efb00f4162040de39082ace95f810eab3a33474b4773a9ea207e566675a7c5ab258b1958377cd04dc6140de1f41b2c19c6a88cfd5096a550
data/README.md CHANGED
@@ -24,16 +24,18 @@ which we make available for several common programming languages.
24
24
  To authenticate, pass the API Key you created in the Developer Portal as
25
25
  a `Vericred-Api-Key` header.
26
26
 
27
- `curl -H 'Vericred-Api-Key: YOUR_KEY' "https://api.vericred.com/providers?search_term=Foo&zip_code=11215"`
27
+ `curl -H 'Vericred-Api-Key: YOUR_KEY' "https://api.vericred.com/drugs?search_term=Lipitor"`
28
28
 
29
29
  ## Versioning
30
30
 
31
31
  Vericred's API default to the latest version. However, if you need a specific
32
32
  version, you can request it with an `Accept-Version` header.
33
33
 
34
- The current version is `v4`. We also support `v2` and `v3`
34
+ The current version is `v6`. We support prior versions. Our latest
35
+ stable version is `v7` and we will indicate in the documentation for an
36
+ endpoint if it's required.
35
37
 
36
- `curl -H 'Vericred-Api-Key: YOUR_KEY' -H 'Accept-Version: v3' "https://api.vericred.com/providers?search_term=Foo&zip_code=11215"`
38
+ `curl -H 'Vericred-Api-Key: YOUR_KEY' -H 'Accept-Version: v6' "https://api.vericred.com/drugs?search_term=Lipitor"`
37
39
 
38
40
  ## Pagination
39
41
 
@@ -96,14 +98,14 @@ We also want the `name` and `code` from the `states` key, so we would
96
98
  add the parameters `select=states.name,states.code`. The id field of
97
99
  each document is always returned whether or not it is requested.
98
100
 
99
- Our final request would be `GET /providers/12345?select=provider.name,provider.phone,states.name,states.code`
101
+ Our final request would be `GET /providers/1234567898?select=provider.name,provider.phone,states.name,states.code`
100
102
 
101
103
  The response would be
102
104
 
103
105
  ```
104
106
  {
105
107
  provider: {
106
- id: 1,
108
+ id: 1234567898,
107
109
  name: 'John',
108
110
  phone: '1234567890'
109
111
  },
@@ -334,6 +336,16 @@ The following are the supported Benefit Fields for Vision:
334
336
  - laser\_vision\_correction
335
337
  - additional\_pairs\_of\_eyeglasses
336
338
 
339
+ ### Medicare Advantage
340
+
341
+ Medicare Advantage endpoints support MA (Medicare Advantage plans without prescription drug benefits), MAPD (Medicare Advantage plans with prescription drug benefits), and PDP (prescription drug benefits only) plans.
342
+
343
+ Medical and hospital benefits - we support over 4000 individual plans through our API nationwide. At this time, we do not support EGHP (employer group health plans).
344
+
345
+ Prescription drug benefits - drug benefits are categorized into initial coverage phase, coverage gap phase, and catastrophic phase. Each phase is broken down by drug tiers, pharmacy tiers, and length of supply.
346
+
347
+ [Click here](#header-medicare-advantage-quotes) to learn more about quoting Medicare Advantage plans.
348
+
337
349
  ## Rates
338
350
 
339
351
  Rates are returned from the API as a part of [Quoting](#header-quoting). We calculate Rates in one of two ways.
@@ -615,6 +627,19 @@ Note that in contrast to [Major Medical Quotes](#majormedicalquotes), [Vision Qu
615
627
 
616
628
  Also note that [Subsidies](#subsidies) and [Cost Sharing Reduction](#costsharingreductionplans) are *not* relevant for [Vision Quotes](#visionquotes).
617
629
 
630
+ ### Medicare Advantage quotes
631
+
632
+ Given an enrollment date and location, you can search all plans available at this location using [/plans/medadv/search](#medicare-advantage-plans-medicare-advantage-plans-post); you can also search a specific plan using its plan ID with [/plans/medadv/{plan_id}](#medicare-advantage-plans-medicare-advantage-plans-get) if the plan ID is already known. The following example contains the required parameters:
633
+ ```
634
+ {
635
+ "zip_code": "02880",
636
+ "fips_code": "44009",
637
+ "enrollment_date": "2019-01-01"
638
+ }
639
+ ```
640
+ To view the technical documentation, [click here](#medicare-advantage-plans).
641
+
642
+
618
643
  ## Quotes for Groups
619
644
  A Group Quote finds [Plans](#header-plans) and [Rates](#header-rates) for a group of employees for a small business. Different [Plans](#header-plans) are available to small groups than are available in [Individual Quoting](#individualquotes). In addition, [Business Rules](#header-business-rules) that apply across multiple families or based upon employer attributes such as [SIC](https://en.wikipedia.org/wiki/Standard_Industrial_Classification) code factor into rates and availability.
620
645
 
@@ -942,7 +967,7 @@ This is useful for large group data or when you are not dealing with `Plan`s dir
942
967
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
943
968
 
944
969
  - API version: 1.0.0
945
- - Package version: 0.0.25
970
+ - Package version: 0.0.27
946
971
  - Build package: class io.swagger.codegen.languages.RubyClientCodegen
947
972
 
948
973
  ## Installation
@@ -958,15 +983,15 @@ gem build vericred_client.gemspec
958
983
  Then either install the gem locally:
959
984
 
960
985
  ```shell
961
- gem install ./vericred_client-0.0.25.gem
986
+ gem install ./vericred_client-0.0.27.gem
962
987
  ```
963
- (for development, run `gem install --dev ./vericred_client-0.0.25.gem` to install the development dependencies)
988
+ (for development, run `gem install --dev ./vericred_client-0.0.27.gem` to install the development dependencies)
964
989
 
965
990
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
966
991
 
967
992
  Finally add this to the Gemfile:
968
993
 
969
- gem 'vericred_client', '~> 0.0.25'
994
+ gem 'vericred_client', '~> 0.0.27'
970
995
 
971
996
  ### Install from Git
972
997
 
@@ -1030,8 +1055,8 @@ Class | Method | HTTP request | Description
1030
1055
  *VericredClient::DentalPlansApi* | [**put_dental_plan**](docs/DentalPlansApi.md#put_dental_plan) | **PUT** /plans/dental/{vericred_id} | Create/update a Dental Plan
1031
1056
  *VericredClient::DentalPlansApi* | [**show_dental_plan**](docs/DentalPlansApi.md#show_dental_plan) | **GET** /plans/dental/{id} | Show Plan
1032
1057
  *VericredClient::DentalPlansApi* | [**show_dental_plan_0**](docs/DentalPlansApi.md#show_dental_plan_0) | **GET** /plans/dental/{vericred_id} | Show Plan
1033
- *VericredClient::DrugCoveragesApi* | [**get_drug_coverages**](docs/DrugCoveragesApi.md#get_drug_coverages) | **GET** /drug_packages/{ndc_package_code}/coverages | Search for DrugCoverages
1034
1058
  *VericredClient::DrugPackagesApi* | [**show_formulary_drug_package_coverage**](docs/DrugPackagesApi.md#show_formulary_drug_package_coverage) | **GET** /formularies/{formulary_id}/drug_packages/{ndc_package_code} | Formulary Drug Package Search
1059
+ *VericredClient::DrugsApi* | [**get_drug_coverages**](docs/DrugsApi.md#get_drug_coverages) | **GET** /drugs/{id}/coverages | Drug Coverage Search
1035
1060
  *VericredClient::DrugsApi* | [**list_drugs**](docs/DrugsApi.md#list_drugs) | **GET** /drugs | Drug Search
1036
1061
  *VericredClient::EmbargoesApi* | [**delete_embargo**](docs/EmbargoesApi.md#delete_embargo) | **DELETE** /embargoes/{vericred_id} | Delete an Embargo.
1037
1062
  *VericredClient::EmbargoesApi* | [**put_embargo**](docs/EmbargoesApi.md#put_embargo) | **PUT** /embargoes/{vericred_id} | Create/update an Embargo
@@ -1041,16 +1066,21 @@ Class | Method | HTTP request | Description
1041
1066
  *VericredClient::MajorMedicalPlansApi* | [**find_major_medical_plans**](docs/MajorMedicalPlansApi.md#find_major_medical_plans) | **POST** /plans/medical/search | Search Plans
1042
1067
  *VericredClient::MajorMedicalPlansApi* | [**show_major_medical_plan**](docs/MajorMedicalPlansApi.md#show_major_medical_plan) | **GET** /plans/medical/{id} | Show Plan
1043
1068
  *VericredClient::MedicalPlansApi* | [**put_medical_plan**](docs/MedicalPlansApi.md#put_medical_plan) | **PUT** /plans/medical/{vericred_id} | Create/update a Medical Plan
1069
+ *VericredClient::MedicareAdvantagePlansApi* | [**find_medicare_advantage_plans**](docs/MedicareAdvantagePlansApi.md#find_medicare_advantage_plans) | **POST** /plans/medadv/search | Search Plans
1070
+ *VericredClient::MedicareAdvantagePlansApi* | [**put_medicare_advantage_plan**](docs/MedicareAdvantagePlansApi.md#put_medicare_advantage_plan) | **PUT** /plans/medadv/{vericred_id} | Create/update a Medicare Advantage Plan
1071
+ *VericredClient::MedicareAdvantagePlansApi* | [**show_med_adv_plan**](docs/MedicareAdvantagePlansApi.md#show_med_adv_plan) | **GET** /plans/medadv/{id} | Show Plan
1044
1072
  *VericredClient::NetworkSizesApi* | [**list_state_network_sizes**](docs/NetworkSizesApi.md#list_state_network_sizes) | **GET** /states/{state_id}/network_sizes | State Network Sizes
1045
1073
  *VericredClient::NetworkSizesApi* | [**search_network_sizes**](docs/NetworkSizesApi.md#search_network_sizes) | **POST** /network_sizes/search | Network Sizes
1074
+ *VericredClient::NetworksApi* | [**create_disruption_analysis**](docs/NetworksApi.md#create_disruption_analysis) | **POST** /networks/disruption_analysis | Disruption Analysis
1046
1075
  *VericredClient::NetworksApi* | [**create_network_comparisons**](docs/NetworksApi.md#create_network_comparisons) | **POST** /networks/{id}/network_comparisons | Compare Multiple Networks
1047
- *VericredClient::NetworksApi* | [**list_networks**](docs/NetworksApi.md#list_networks) | **GET** /networks | Networks
1076
+ *VericredClient::NetworksApi* | [**list_networks**](docs/NetworksApi.md#list_networks) | **GET** /networks | Network Search
1048
1077
  *VericredClient::NetworksApi* | [**show_network**](docs/NetworksApi.md#show_network) | **GET** /networks/{id} | Display a Network
1049
1078
  *VericredClient::PlansApi* | [**delete_plan**](docs/PlansApi.md#delete_plan) | **DELETE** /plans/{hios}/{year} | Delete a plan
1050
1079
  *VericredClient::ProviderNotificationSubscriptionsApi* | [**create_provider_notification_subscription**](docs/ProviderNotificationSubscriptionsApi.md#create_provider_notification_subscription) | **POST** /providers/subscription | Subscribe
1051
1080
  *VericredClient::ProviderNotificationSubscriptionsApi* | [**delete_provider_notification_subscription**](docs/ProviderNotificationSubscriptionsApi.md#delete_provider_notification_subscription) | **DELETE** /providers/subscription/{nonce} | Unsubscribe
1052
1081
  *VericredClient::ProviderNotificationSubscriptionsApi* | [**notify_provider_notification_subscription**](docs/ProviderNotificationSubscriptionsApi.md#notify_provider_notification_subscription) | **POST** /CALLBACK_URL | Webhook
1053
1082
  *VericredClient::ProvidersApi* | [**delete_provider**](docs/ProvidersApi.md#delete_provider) | **DELETE** /providers/{npi} | Delete an NPI from a provider.
1083
+ *VericredClient::ProvidersApi* | [**get_provider_plans**](docs/ProvidersApi.md#get_provider_plans) | **GET** /providers/{npi}/plans | Provider Plans
1054
1084
  *VericredClient::ProvidersApi* | [**get_providers**](docs/ProvidersApi.md#get_providers) | **POST** /providers/search | Find Providers
1055
1085
  *VericredClient::ProvidersApi* | [**put_provider**](docs/ProvidersApi.md#put_provider) | **PUT** /providers/{npi} | Find a Provider
1056
1086
  *VericredClient::QuotingApi* | [**create_group**](docs/QuotingApi.md#create_group) | **POST** /groups | Create a Group
@@ -1061,6 +1091,7 @@ Class | Method | HTTP request | Description
1061
1091
  *VericredClient::QuotingApi* | [**update_group_members**](docs/QuotingApi.md#update_group_members) | **PUT** /groups/{id}/members | Create or Update Members
1062
1092
  *VericredClient::RatesApi* | [**delete_rate**](docs/RatesApi.md#delete_rate) | **DELETE** /rates/{vericred_id} | Delete a Rate.
1063
1093
  *VericredClient::RatesApi* | [**put_rate**](docs/RatesApi.md#put_rate) | **PUT** /rates/{vericred_id} | Create/update a Rate
1094
+ *VericredClient::SpecialtiesApi* | [**get_specialties**](docs/SpecialtiesApi.md#get_specialties) | **GET** /specialties | Specialty Search
1064
1095
  *VericredClient::VisionPlansApi* | [**delete_vision_plan**](docs/VisionPlansApi.md#delete_vision_plan) | **DELETE** /plans/vision/{vericred_id} | Delete a Vision Plan.
1065
1096
  *VericredClient::VisionPlansApi* | [**find_vision_plans**](docs/VisionPlansApi.md#find_vision_plans) | **POST** /plans/vision/search | Search Plans
1066
1097
  *VericredClient::VisionPlansApi* | [**put_vision_plan**](docs/VisionPlansApi.md#put_vision_plan) | **PUT** /plans/vision/{vericred_id} | Create/update a Vision Plan
@@ -1104,11 +1135,16 @@ Class | Method | HTTP request | Description
1104
1135
  - [VericredClient::DependentShow](docs/DependentShow.md)
1105
1136
  - [VericredClient::Drug](docs/Drug.md)
1106
1137
  - [VericredClient::DrugCoverage](docs/DrugCoverage.md)
1138
+ - [VericredClient::DrugCoverageBase](docs/DrugCoverageBase.md)
1107
1139
  - [VericredClient::DrugCoverageResponse](docs/DrugCoverageResponse.md)
1140
+ - [VericredClient::DrugDetails](docs/DrugDetails.md)
1108
1141
  - [VericredClient::DrugPackage](docs/DrugPackage.md)
1142
+ - [VericredClient::DrugSearchDrugPackage](docs/DrugSearchDrugPackage.md)
1143
+ - [VericredClient::DrugSearchRequest](docs/DrugSearchRequest.md)
1109
1144
  - [VericredClient::DrugSearchResponse](docs/DrugSearchResponse.md)
1110
1145
  - [VericredClient::EmbargoRequest](docs/EmbargoRequest.md)
1111
1146
  - [VericredClient::Formulary](docs/Formulary.md)
1147
+ - [VericredClient::FormularyDrugCoverage](docs/FormularyDrugCoverage.md)
1112
1148
  - [VericredClient::FormularyDrugPackageResponse](docs/FormularyDrugPackageResponse.md)
1113
1149
  - [VericredClient::FormularyResponse](docs/FormularyResponse.md)
1114
1150
  - [VericredClient::GroupCreate](docs/GroupCreate.md)
@@ -1130,6 +1166,8 @@ Class | Method | HTTP request | Description
1130
1166
  - [VericredClient::MedicareAdvantagePlanSearchRequest](docs/MedicareAdvantagePlanSearchRequest.md)
1131
1167
  - [VericredClient::MedicareAdvantagePlanSearchResponse](docs/MedicareAdvantagePlanSearchResponse.md)
1132
1168
  - [VericredClient::MedicareAdvantagePlanShowResponse](docs/MedicareAdvantagePlanShowResponse.md)
1169
+ - [VericredClient::MedicareAdvantagePlanUpdate](docs/MedicareAdvantagePlanUpdate.md)
1170
+ - [VericredClient::MedicareAdvantagePlanUpdateRequest](docs/MedicareAdvantagePlanUpdateRequest.md)
1133
1171
  - [VericredClient::MemberCreate](docs/MemberCreate.md)
1134
1172
  - [VericredClient::MemberRateShow](docs/MemberRateShow.md)
1135
1173
  - [VericredClient::MemberRateShowRequest](docs/MemberRateShowRequest.md)
@@ -1146,6 +1184,10 @@ Class | Method | HTTP request | Description
1146
1184
  - [VericredClient::NetworkComparisonResponse](docs/NetworkComparisonResponse.md)
1147
1185
  - [VericredClient::NetworkDetails](docs/NetworkDetails.md)
1148
1186
  - [VericredClient::NetworkDetailsResponse](docs/NetworkDetailsResponse.md)
1187
+ - [VericredClient::NetworkDisruptionAnalysis](docs/NetworkDisruptionAnalysis.md)
1188
+ - [VericredClient::NetworkDisruptionAnalysisRequest](docs/NetworkDisruptionAnalysisRequest.md)
1189
+ - [VericredClient::NetworkDisruptionAnalysisResponse](docs/NetworkDisruptionAnalysisResponse.md)
1190
+ - [VericredClient::NetworkSearch](docs/NetworkSearch.md)
1149
1191
  - [VericredClient::NetworkSearchResponse](docs/NetworkSearchResponse.md)
1150
1192
  - [VericredClient::NetworkSize](docs/NetworkSize.md)
1151
1193
  - [VericredClient::NotificationSubscription](docs/NotificationSubscription.md)
@@ -1157,6 +1199,7 @@ Class | Method | HTTP request | Description
1157
1199
  - [VericredClient::PlanIdentifier](docs/PlanIdentifier.md)
1158
1200
  - [VericredClient::PlanMedicare](docs/PlanMedicare.md)
1159
1201
  - [VericredClient::PlanMedicareBulk](docs/PlanMedicareBulk.md)
1202
+ - [VericredClient::PlanNetwork](docs/PlanNetwork.md)
1160
1203
  - [VericredClient::PlanPricingMedicare](docs/PlanPricingMedicare.md)
1161
1204
  - [VericredClient::PlanSearchResponse](docs/PlanSearchResponse.md)
1162
1205
  - [VericredClient::PlanShowResponse](docs/PlanShowResponse.md)
@@ -1169,7 +1212,11 @@ Class | Method | HTTP request | Description
1169
1212
  - [VericredClient::ProviderDetails](docs/ProviderDetails.md)
1170
1213
  - [VericredClient::ProviderGeocode](docs/ProviderGeocode.md)
1171
1214
  - [VericredClient::ProviderNetworkEventNotification](docs/ProviderNetworkEventNotification.md)
1215
+ - [VericredClient::ProviderNetworkSpecialty](docs/ProviderNetworkSpecialty.md)
1172
1216
  - [VericredClient::ProviderNetworks](docs/ProviderNetworks.md)
1217
+ - [VericredClient::ProviderPlanResponse](docs/ProviderPlanResponse.md)
1218
+ - [VericredClient::ProviderPlans](docs/ProviderPlans.md)
1219
+ - [VericredClient::ProviderPlansRequest](docs/ProviderPlansRequest.md)
1173
1220
  - [VericredClient::ProviderShowResponse](docs/ProviderShowResponse.md)
1174
1221
  - [VericredClient::ProvidersGeocodeResponse](docs/ProvidersGeocodeResponse.md)
1175
1222
  - [VericredClient::ProvidersSearchResponse](docs/ProvidersSearchResponse.md)
@@ -1197,17 +1244,15 @@ Class | Method | HTTP request | Description
1197
1244
  - [VericredClient::RxCuiIdentifierSearchResponse](docs/RxCuiIdentifierSearchResponse.md)
1198
1245
  - [VericredClient::ServiceArea](docs/ServiceArea.md)
1199
1246
  - [VericredClient::ServiceAreaZipCounty](docs/ServiceAreaZipCounty.md)
1247
+ - [VericredClient::SpecialtySearchResponse](docs/SpecialtySearchResponse.md)
1248
+ - [VericredClient::SpecialtyShow](docs/SpecialtyShow.md)
1200
1249
  - [VericredClient::State](docs/State.md)
1201
1250
  - [VericredClient::StateNetworkSizeRequest](docs/StateNetworkSizeRequest.md)
1202
1251
  - [VericredClient::StateNetworkSizeResponse](docs/StateNetworkSizeResponse.md)
1203
1252
  - [VericredClient::SupplementalOptions](docs/SupplementalOptions.md)
1204
- - [VericredClient::V7Network](docs/V7Network.md)
1253
+ - [VericredClient::SupplementalOptionsUpdate](docs/SupplementalOptionsUpdate.md)
1205
1254
  - [VericredClient::V7NetworkComparisonResponse](docs/V7NetworkComparisonResponse.md)
1206
- - [VericredClient::V7NetworkDetails](docs/V7NetworkDetails.md)
1207
- - [VericredClient::V7NetworkDetailsResponse](docs/V7NetworkDetailsResponse.md)
1208
- - [VericredClient::V7NetworkSearchResponse](docs/V7NetworkSearchResponse.md)
1209
- - [VericredClient::V7ProviderDetails](docs/V7ProviderDetails.md)
1210
- - [VericredClient::V7ProviderNetworks](docs/V7ProviderNetworks.md)
1255
+ - [VericredClient::V7ResponseProvidersProviderDetails](docs/V7ResponseProvidersProviderDetails.md)
1211
1256
  - [VericredClient::VisionPlan](docs/VisionPlan.md)
1212
1257
  - [VericredClient::VisionPlanBenefits](docs/VisionPlanBenefits.md)
1213
1258
  - [VericredClient::VisionPlanSearchApplicant](docs/VisionPlanSearchApplicant.md)
data/docs/ACAPlan.md CHANGED
@@ -59,6 +59,7 @@ Name | Type | Description | Notes
59
59
  **name** | **String** | Marketing name of the plan | [optional]
60
60
  **network_ids** | **Array<Integer>** | List of Vericred-generated network_ids | [optional]
61
61
  **network_size** | **Integer** | Total number of Providers in network | [optional]
62
+ **networks** | [**Array<PlanNetwork>**](PlanNetwork.md) | List of networks associated with the plan | [optional]
62
63
  **non_preferred_brand_drugs** | **String** | Cost under the plan for non-preferred brand drugs | [optional]
63
64
  **nonpreferred_generic_drug_share** | **String** | Non-preferred generic drugs benefits summary | [optional]
64
65
  **nonpreferred_specialty_drug_share** | **String** | Non-preferred specialty drugs benefits summary | [optional]
data/docs/ACAPlan2018.md CHANGED
@@ -60,6 +60,7 @@ Name | Type | Description | Notes
60
60
  **name** | **String** | Marketing name of the plan | [optional]
61
61
  **network_ids** | **Array<Integer>** | List of Vericred-generated network_ids | [optional]
62
62
  **network_size** | **Integer** | Total number of Providers in network | [optional]
63
+ **networks** | [**Array<PlanNetwork>**](PlanNetwork.md) | List of networks associated with the plan | [optional]
63
64
  **non_preferred_brand_drugs** | **String** | Cost under the plan for non-preferred brand drugs | [optional]
64
65
  **nonpreferred_generic_drug_share** | **String** | Non-preferred generic drugs benefits summary | [optional]
65
66
  **nonpreferred_specialty_drug_share** | **String** | Non-preferred specialty drugs benefits summary | [optional]
@@ -62,6 +62,7 @@ Name | Type | Description | Notes
62
62
  **match_percentage** | **Integer** | Percentage of doctors who matched this Plan | [optional]
63
63
  **name** | **String** | Marketing name of the plan | [optional]
64
64
  **network_ids** | **Array<Integer>** | List of Vericred-generated network_ids | [optional]
65
+ **networks** | [**Array<PlanNetwork>**](PlanNetwork.md) | List of networks associated with the plan | [optional]
65
66
  **non_preferred_brand_drugs** | **String** | Cost under the plan for non-preferred brand drugs | [optional]
66
67
  **nonpreferred_generic_drug_share** | **String** | Non-preferred generic drugs benefits summary | [optional]
67
68
  **nonpreferred_specialty_drug_share** | **String** | Non-preferred specialty drugs benefits summary | [optional]
@@ -59,6 +59,7 @@ Name | Type | Description | Notes
59
59
  **name** | **String** | Marketing name of the plan | [optional]
60
60
  **network_ids** | **Array<Integer>** | List of Vericred-generated network_ids | [optional]
61
61
  **network_size** | **Integer** | Total number of Providers in network | [optional]
62
+ **networks** | [**Array<PlanNetwork>**](PlanNetwork.md) | List of networks associated with the plan | [optional]
62
63
  **non_preferred_brand_drugs** | **String** | Cost under the plan for non-preferred brand drugs | [optional]
63
64
  **nonpreferred_generic_drug_share** | **String** | Non-preferred generic drugs benefits summary | [optional]
64
65
  **nonpreferred_specialty_drug_share** | **String** | Non-preferred specialty drugs benefits summary | [optional]
@@ -61,6 +61,7 @@ Name | Type | Description | Notes
61
61
  **match_percentage** | **Integer** | Percentage of doctors who matched this Plan | [optional]
62
62
  **name** | **String** | Marketing name of the plan | [optional]
63
63
  **network_ids** | **Array<Integer>** | List of Vericred-generated network_ids | [optional]
64
+ **networks** | [**Array<PlanNetwork>**](PlanNetwork.md) | List of networks associated with the plan | [optional]
64
65
  **non_preferred_brand_drugs** | **String** | Cost under the plan for non-preferred brand drugs | [optional]
65
66
  **nonpreferred_generic_drug_share** | **String** | Non-preferred generic drugs benefits summary | [optional]
66
67
  **nonpreferred_specialty_drug_share** | **String** | Non-preferred specialty drugs benefits summary | [optional]
data/docs/DentalPlan.md CHANGED
@@ -8,10 +8,14 @@ Name | Type | Description | Notes
8
8
  **benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
9
9
  **id** | **String** | The dental plan identifier | [optional]
10
10
  **identifiers** | [**Array<AncillaryPlanIdentifier>**](AncillaryPlanIdentifier.md) | List of identifiers of this Plan | [optional]
11
+ **in_network_ids** | **Array<Integer>** | List of NPI numbers for Providers passed in who accept this Plan | [optional]
11
12
  **issuer_name** | **String** | Name of the insurance carrier | [optional]
12
13
  **logo_url** | **String** | Link to a copy of the insurance carrier's logo | [optional]
13
- **name** | **String** | The dental plan name | [optional]
14
- **plan_type** | **String** | Category of the plan (e.g. EPO, HMO, PPO, POS, Indemnity, PACE,HMO w/POS, Cost, FFS, MSA) | [optional]
14
+ **name** | **String** | Marketing name of the plan | [optional]
15
+ **network_size** | **Integer** | Total number of Providers in network | [optional]
16
+ **networks** | [**Array<PlanNetwork>**](PlanNetwork.md) | List of networks associated with the plan | [optional]
17
+ **out_of_network_ids** | **Array<Integer>** | List of NPI numbers for Providers passed in who do not accept this Plan | [optional]
18
+ **plan_type** | **String** | Category of the plan (e.g. EPO, HMO, PPO, POS, Indemnity, PACE, Medicare-Medicaid, HMO w/POS, Cost, FFS, MSA) | [optional]
15
19
  **premium** | **Float** | Cumulative premium amount | [optional]
16
20
  **premium_source** | **String** | Source of the base pricing data | [optional]
17
21
  **source** | **String** | Source of the plan benefit data | [optional]
@@ -6,9 +6,10 @@ Name | Type | Description | Notes
6
6
  **applicants** | [**Array<DentalPlanSearchApplicant>**](DentalPlanSearchApplicant.md) | Applicants for desired plans. | [optional]
7
7
  **enrollment_date** | **String** | Date of enrollment | [optional]
8
8
  **fips_code** | **String** | County code to determine eligibility | [optional]
9
- **market** | **String** | The audience of plan to search for. Possible values are individual, shop, small_group, medicare_advantage | [optional]
9
+ **market** | **String** | The audience of plan to search for. Possible values are individual, shop, small_group, medicare_advantage, large_group | [optional]
10
10
  **page** | **Integer** | Selected page of paginated response. | [optional]
11
11
  **per_page** | **Integer** | Results per page of response. | [optional]
12
+ **providers** | [**Array<RequestPlanFindProvider>**](RequestPlanFindProvider.md) | List of Provider National Practitioner Index numbers | [optional]
12
13
  **zip_code** | **String** | 5-digit zip code - this helps determine pricing. | [optional]
13
14
 
14
15
 
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
  **issuer_vericred_id** | **String** | The issuer vericred id | [optional]
11
11
  **name** | **String** | The dental plan name | [optional]
12
12
  **plan_type** | **String** | The dental plan type | [optional]
13
+ **plan_years** | **Array<Integer>** | The dental plan years | [optional]
13
14
  **source** | **String** | The dental plan source | [optional]
14
15
  **stand_alone** | **BOOLEAN** | Stand alone flag for dental plan | [optional]
15
16
 
@@ -69,7 +69,7 @@ nil (empty response body)
69
69
 
70
70
  Search Plans
71
71
 
72
- ### Searching for Dental Plans Determine the available Plans and their Premiums for a particular Family in a given Location. The overview on dental plans and plan benefits can be accessed [here](#header-dental). For details on searching for Plans and their related data, see the [Quoting Dental Plans](#header-dental-quotes) section.
72
+ ### Searching for Dental Plans Determine the available Plans and their Premiums for a particular Family in a given Location. The overview on dental plans and plan benefits can be accessed [here](#header-dental). For details on searching for Plans and their related data, see the [Quoting Dental Plans](#header-dental-quotes) section. ### Provider Data The Dental Plans are paired with [Network Provider Data](#header-network-and-provider-data)
73
73
 
74
74
  ### Example
75
75
  ```ruby
data/docs/Drug.md CHANGED
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **active_ingredient_strength** | **String** | Active Ingredient Strength information | [optional]
7
7
  **drug_package_ids** | **Array<String>** | Array of drug package Ids | [optional]
8
- **id** | **String** | National Drug Code ID | [optional]
8
+ **id** | **String** | National Drug Code | [optional]
9
9
  **non_proprietary_name** | **String** | Non-proprietary name of drug | [optional]
10
10
  **proprietary_name** | **String** | Proprietary name of drug | [optional]
11
11
 
data/docs/DrugCoverage.md CHANGED
@@ -3,10 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **drug_ids** | **Array<String>** | Vericred-generated IDs for drugs | [optional]
7
- **drug_package_id** | **String** | NDC package code | [optional]
8
- **med_id** | **Integer** | Med ID | [optional]
9
- **plan_id** | **String** | Health Insurance Oversight System id | [optional]
6
+ **plan_id** | **String** | Plan Identifier | [optional]
10
7
  **prior_authorization** | **BOOLEAN** | Prior authorization required | [optional]
11
8
  **quantity_limit** | **BOOLEAN** | Quantity limit exists | [optional]
12
9
  **step_therapy** | **BOOLEAN** | Step Treatment required | [optional]
@@ -0,0 +1,11 @@
1
+ # VericredClient::DrugCoverageBase
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **prior_authorization** | **BOOLEAN** | Prior authorization required | [optional]
7
+ **quantity_limit** | **BOOLEAN** | Quantity limit exists | [optional]
8
+ **step_therapy** | **BOOLEAN** | Step Treatment required | [optional]
9
+ **tier** | **String** | Tier Name | [optional]
10
+
11
+
@@ -3,8 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **drug** | [**Drug**](Drug.md) | Drug | [optional]
7
- **drug_coverages** | [**Array<DrugCoverage>**](DrugCoverage.md) | DrugCoverage search results | [optional]
6
+ **coverages** | [**Array<DrugCoverage>**](DrugCoverage.md) | Drug coverage search results | [optional]
8
7
  **meta** | [**Meta**](Meta.md) | Meta-data | [optional]
9
8
 
10
9
 
@@ -0,0 +1,12 @@
1
+ # VericredClient::DrugDetails
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **drug_packages** | [**Array<DrugSearchDrugPackage>**](DrugSearchDrugPackage.md) | Drug packages | [optional]
7
+ **id** | **String** | Primary key | [optional]
8
+ **med_id** | **Integer** | Foreign key to Meds (can be nil) | [optional]
9
+ **name** | **String** | The name of the Drug | [optional]
10
+ **rx_cui_id** | **String** | Foreign key to Rx-Norm | [optional]
11
+
12
+
data/docs/DrugPackage.md CHANGED
@@ -6,5 +6,6 @@ Name | Type | Description | Notes
6
6
  **description** | **String** | Package description | [optional]
7
7
  **id** | **String** | National Drug Code ID (Package) | [optional]
8
8
  **med_id** | **Integer** | Med ID | [optional]
9
+ **rx_cui_id** | **String** | Rx CUI ID | [optional]
9
10
 
10
11
 
@@ -30,7 +30,7 @@ api_instance = VericredClient::DrugPackagesApi.new
30
30
 
31
31
  formulary_id = "123" # String | ID of the Formulary in question
32
32
 
33
- ndc_package_code = "07777-3105-01" # String | ID of the DrugPackage in question
33
+ ndc_package_code = "01002-1200-11" # String | ID of the DrugPackage in question
34
34
 
35
35
 
36
36
  begin
@@ -0,0 +1,12 @@
1
+ # VericredClient::DrugSearchDrugPackage
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **active_ingredient_strength** | **String** | Active Ingredient Strength information | [optional]
7
+ **description** | **String** | Package description | [optional]
8
+ **id** | **String** | National Drug Code ID (Package) | [optional]
9
+ **non_proprietary_name** | **String** | Non-proprietary name of drug | [optional]
10
+ **proprietary_name** | **String** | Proprietary name of drug | [optional]
11
+
12
+
@@ -0,0 +1,10 @@
1
+ # VericredClient::DrugSearchRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **page** | **Integer** | null | [optional]
7
+ **per_page** | **Integer** | null | [optional]
8
+ **search_term** | **String** | The proprietary/canonical name of the drug | [optional]
9
+
10
+
@@ -3,8 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **drug_packages** | [**Array<DrugPackage>**](DrugPackage.md) | DrugPackages | [optional]
7
- **drugs** | [**Array<Drug>**](Drug.md) | Drugs found in query | [optional]
6
+ **drugs** | [**Array<DrugDetails>**](DrugDetails.md) | Drugs found in query | [optional]
8
7
  **meta** | [**Meta**](Meta.md) | Meta-data | [optional]
9
8
 
10
9
 
data/docs/DrugsApi.md CHANGED
@@ -4,15 +4,83 @@ All URIs are relative to *https://api.vericred.com/*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
+ [**get_drug_coverages**](DrugsApi.md#get_drug_coverages) | **GET** /drugs/{id}/coverages | Drug Coverage Search
7
8
  [**list_drugs**](DrugsApi.md#list_drugs) | **GET** /drugs | Drug Search
8
9
 
9
10
 
11
+ # **get_drug_coverages**
12
+ > DrugCoverageResponse get_drug_coverages(id, year, line_of_coverage, state_code, opts)
13
+
14
+ Drug Coverage Search
15
+
16
+ Drug coverages are the specific tier level, quantity limit, prior authorization and step therapy for a given Drug/Plan combination. This endpoint returns all drug coverages for a given Drug. #### Tiers Possible values for tier: | Tier | Description | | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | __generic__ | Unbranded drugs, with the same active ingredients as their brand-name equivalents, and generally available at a lower cost. | | __preferred_brand__ | Brand-name drugs included on the health plan's formulary. Generally more expensive than generics, and less expensive than non-preferred drugs. | | __non_preferred_brand__ | Brand-name drugs not included on the health plan's formulary. These generally have a higher coinsurance. | | __specialty__ | Used to treat complex conditions like cancer. May require special handling or monitoring. May be generic or brand-name. Generally the most expensive drugs covered by a plan. | | __not_covered__ | Specifically excluded from the health plan. | | __not_listed__ | Neither included nor excluded from the health plan. Most plans provide some default level of coverage for unlisted drugs. |
17
+
18
+ ### Example
19
+ ```ruby
20
+ # load the gem
21
+ require 'vericred_client'
22
+ # setup authorization
23
+ VericredClient.configure do |config|
24
+ # Configure API key authorization: Vericred-Api-Key
25
+ config.api_key['Vericred-Api-Key'] = 'YOUR API KEY'
26
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
27
+ #config.api_key_prefix['Vericred-Api-Key'] = 'Bearer'
28
+ end
29
+
30
+ api_instance = VericredClient::DrugsApi.new
31
+
32
+ id = "bb1f3523f0" # String | ID of the Drug
33
+
34
+ year = "2019" # String | Plan Year
35
+
36
+ line_of_coverage = "medical" # String | Line of coverage (medical or medicare_advantage)
37
+
38
+ state_code = "CA" # String | Two-character state code
39
+
40
+ opts = {
41
+ market: "individual" # String | Plan Market (individual or small_group)
42
+ }
43
+
44
+ begin
45
+ #Drug Coverage Search
46
+ result = api_instance.get_drug_coverages(id, year, line_of_coverage, state_code, opts)
47
+ p result
48
+ rescue VericredClient::ApiError => e
49
+ puts "Exception when calling DrugsApi->get_drug_coverages: #{e}"
50
+ end
51
+ ```
52
+
53
+ ### Parameters
54
+
55
+ Name | Type | Description | Notes
56
+ ------------- | ------------- | ------------- | -------------
57
+ **id** | **String**| ID of the Drug |
58
+ **year** | **String**| Plan Year |
59
+ **line_of_coverage** | **String**| Line of coverage (medical or medicare_advantage) |
60
+ **state_code** | **String**| Two-character state code |
61
+ **market** | **String**| Plan Market (individual or small_group) | [optional]
62
+
63
+ ### Return type
64
+
65
+ [**DrugCoverageResponse**](DrugCoverageResponse.md)
66
+
67
+ ### Authorization
68
+
69
+ [Vericred-Api-Key](../README.md#Vericred-Api-Key)
70
+
71
+ ### HTTP request headers
72
+
73
+ - **Content-Type**: Not defined
74
+ - **Accept**: Not defined
75
+
76
+
77
+
10
78
  # **list_drugs**
11
- > DrugSearchResponse list_drugs(search_term)
79
+ > DrugDetails list_drugs(search_term)
12
80
 
13
81
  Drug Search
14
82
 
15
- Search for drugs by proprietary name
83
+ Search for drugs by proprietary name. **New Verison:** In order to use this endpoint, please set your version header to `v7`. We still support previous versions of this endpoint. For more information on how to set version headers, see [Versioning](#header-versioning) of this document.
16
84
 
17
85
  ### Example
18
86
  ```ruby
@@ -48,7 +116,7 @@ Name | Type | Description | Notes
48
116
 
49
117
  ### Return type
50
118
 
51
- [**DrugSearchResponse**](DrugSearchResponse.md)
119
+ [**DrugDetails**](DrugDetails.md)
52
120
 
53
121
  ### Authorization
54
122
 
@@ -0,0 +1,11 @@
1
+ # VericredClient::FormularyDrugCoverage
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **prior_authorization** | **BOOLEAN** | Prior authorization required | [optional]
7
+ **quantity_limit** | **BOOLEAN** | Quantity limit exists | [optional]
8
+ **step_therapy** | **BOOLEAN** | Step Treatment required | [optional]
9
+ **tier** | **String** | Tier Name | [optional]
10
+
11
+
@@ -6,11 +6,16 @@ Name | Type | Description | Notes
6
6
  **audience** | **String** | The medicare advantage plan audience | [optional]
7
7
  **benefits** | [**MedicareAdvantagePlanBenefits**](MedicareAdvantagePlanBenefits.md) | Medicare Advantage Plan Benefits | [optional]
8
8
  **benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
9
+ **carrier_name** | **String** | Name of the insurance carrier | [optional]
9
10
  **customer_service_phone_member** | **String** | Customer Service member phone number | [optional]
10
11
  **customer_service_phone_non_member** | **String** | Customer_service for non-member phone number | [optional]
11
- **id** | **String** | The medicare_advantage plan external id | [optional]
12
+ **id** | **String** | The dental plan identifier | [optional]
12
13
  **identifiers** | [**Array<PlanIdentifier>**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
14
+ **in_network_ids** | **Array<Integer>** | List of NPI numbers for Providers passed in who accept this Plan | [optional]
15
+ **logo_url** | **String** | Link to a copy of the insurance carrier's logo | [optional]
13
16
  **name** | **String** | The medicare advantage plan name | [optional]
17
+ **out_of_network_ids** | **Array<Integer>** | List of NPI numbers for Providers passed in who do not accept this Plan | [optional]
18
+ **part_b_premium_reduction** | **Float** | Part B premium reduction amount | [optional]
14
19
  **plan_type** | **String** | The type of medicare advantage plan | [optional]
15
20
  **premium_drug** | **Float** | Cumulative premium amount | [optional]
16
21
  **premium_health** | **Float** | Cumulative premium amount | [optional]
@@ -3,10 +3,12 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **drug_packages** | [**Array<RequestPlanFindDrugPackage>**](RequestPlanFindDrugPackage.md) | National Drug Code Package Id | [optional]
6
7
  **enrollment_date** | **Date** | Date of enrollment | [optional]
7
- **fips_code** | **String** | County code to determine eligibility | [optional]
8
+ **fips_code** | **String** | County code for the geographic area of the search | [optional]
8
9
  **page** | **Integer** | Selected page of paginated response. | [optional]
9
10
  **per_page** | **Integer** | Results per page of response. | [optional]
10
- **zip_code** | **String** | 5-digit zip code - this helps determine pricing. | [optional]
11
+ **providers** | [**Array<RequestPlanFindProvider>**](RequestPlanFindProvider.md) | List of providers to search for. | [optional]
12
+ **zip_code** | **String** | Zip code for the geographic area of the search | [optional]
11
13
 
12
14
 
@@ -3,7 +3,8 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **coverages** | [**Array<DrugCoverage>**](DrugCoverage.md) | Coverages associated with the plan. | [optional]
6
7
  **meta** | [**Meta**](Meta.md) | Meta-data | [optional]
7
- **plans** | [**Array<DentalPlan>**](DentalPlan.md) | Dental plan search results | [optional]
8
+ **plans** | [**Array<MedicareAdvantagePlan>**](MedicareAdvantagePlan.md) | Medicare Advantage plan search results | [optional]
8
9
 
9
10