vericred_client 0.0.11 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (319) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +92 -21
  3. data/docs/ACAPlan.md +96 -0
  4. data/docs/ACAPlan2018.md +97 -0
  5. data/docs/ACAPlan2018SearchResponse.md +10 -0
  6. data/docs/ACAPlan2018SearchResult.md +100 -0
  7. data/docs/ACAPlan2018ShowResponse.md +8 -0
  8. data/docs/ACAPlanPre2018.md +96 -0
  9. data/docs/ACAPlanPre2018SearchResponse.md +10 -0
  10. data/docs/{PlanSearchResult.md → ACAPlanPre2018SearchResult.md} +30 -11
  11. data/docs/ACAPlanPre2018ShowResponse.md +8 -0
  12. data/docs/BasePlanSearchResponse.md +9 -0
  13. data/docs/Carrier.md +0 -1
  14. data/docs/CarrierGroupRequest.md +10 -0
  15. data/docs/CarrierGroupsApi.md +119 -0
  16. data/docs/CarrierRequest.md +11 -0
  17. data/docs/CarrierSubsidiary.md +1 -0
  18. data/docs/CarrierVerificationPlansApi.md +63 -0
  19. data/docs/CarriersApi.md +119 -0
  20. data/docs/DentalPlan.md +20 -0
  21. data/docs/DentalPlanBenefits.md +30 -0
  22. data/docs/DentalPlanSearchApplicant.md +10 -0
  23. data/docs/DentalPlanSearchRequest.md +15 -0
  24. data/docs/DentalPlanSearchResponse.md +9 -0
  25. data/docs/DentalPlanShowResponse.md +8 -0
  26. data/docs/DentalPlanUpdate.md +16 -0
  27. data/docs/DentalPlanUpdateRequest.md +8 -0
  28. data/docs/DentalPlansApi.md +174 -0
  29. data/docs/DrugCoverage.md +1 -0
  30. data/docs/DrugCoverageResponse.md +1 -2
  31. data/docs/EmbargoRequest.md +13 -0
  32. data/docs/EmbargoesApi.md +119 -0
  33. data/docs/FormulariesApi.md +70 -0
  34. data/docs/IssuerRequest.md +19 -0
  35. data/docs/IssuersApi.md +119 -0
  36. data/docs/MedicalPlansApi.md +122 -0
  37. data/docs/{PlanSearchResponseMeta.md → MetaPlanSearchResponse.md} +2 -1
  38. data/docs/NetworkComparison.md +13 -0
  39. data/docs/NetworkComparisonRequest.md +10 -0
  40. data/docs/NetworkComparisonResponse.md +9 -0
  41. data/docs/NetworksApi.md +58 -0
  42. data/docs/NotificationSubscription.md +8 -0
  43. data/docs/NotificationSubscriptionResponse.md +8 -0
  44. data/docs/Plan.md +2 -61
  45. data/docs/PlanDeleted.md +7 -0
  46. data/docs/PlanIdentifier.md +9 -0
  47. data/docs/PlanMedicare.md +19 -0
  48. data/docs/PlanMedicareBulk.md +21 -0
  49. data/docs/PlanPricingMedicare.md +15 -0
  50. data/docs/PlanSearchResponse.md +1 -1
  51. data/docs/PlanShowResponse.md +1 -1
  52. data/docs/PlansApi.md +111 -1
  53. data/docs/Provider.md +1 -1
  54. data/docs/ProviderDetails.md +1 -1
  55. data/docs/ProviderNetworkEventNotification.md +13 -0
  56. data/docs/ProviderNotificationSubscriptionsApi.md +173 -0
  57. data/docs/ProvidersApi.md +68 -18
  58. data/docs/RateRequest.md +148 -0
  59. data/docs/RateSearch.md +143 -0
  60. data/docs/RatesApi.md +119 -0
  61. data/docs/RequestPlanFind.md +2 -0
  62. data/docs/RequestPlanFindCarrierVerification.md +23 -0
  63. data/docs/RequestProviderNotificationSubscription.md +10 -0
  64. data/docs/RequestProvidersSearch.md +1 -0
  65. data/docs/RequestRatesSearch.md +10 -0
  66. data/docs/ResponseRatesSearch.md +8 -0
  67. data/docs/RxCuiIdentifier.md +11 -0
  68. data/docs/RxCuiIdentifierSearchResponse.md +9 -0
  69. data/docs/VisionPlan.md +20 -0
  70. data/docs/VisionPlanBenefits.md +25 -0
  71. data/docs/VisionPlanSearchApplicant.md +10 -0
  72. data/docs/VisionPlanSearchRequest.md +15 -0
  73. data/docs/VisionPlanSearchResponse.md +9 -0
  74. data/docs/VisionPlanShowResponse.md +8 -0
  75. data/docs/VisionPlanUpdate.md +16 -0
  76. data/docs/VisionPlanUpdateRequest.md +8 -0
  77. data/docs/VisionPlansApi.md +174 -0
  78. data/lib/vericred_client/api/carrier_groups_api.rb +346 -0
  79. data/lib/vericred_client/api/carrier_verification_plans_api.rb +287 -0
  80. data/lib/vericred_client/api/carriers_api.rb +346 -0
  81. data/lib/vericred_client/api/dental_plans_api.rb +403 -0
  82. data/lib/vericred_client/api/drug_coverages_api.rb +5 -3
  83. data/lib/vericred_client/api/drug_packages_api.rb +5 -3
  84. data/lib/vericred_client/api/drugs_api.rb +5 -3
  85. data/lib/vericred_client/api/embargoes_api.rb +346 -0
  86. data/lib/vericred_client/api/formularies_api.rb +295 -0
  87. data/lib/vericred_client/api/issuers_api.rb +346 -0
  88. data/lib/vericred_client/api/medical_plans_api.rb +347 -0
  89. data/lib/vericred_client/api/network_sizes_api.rb +5 -3
  90. data/lib/vericred_client/api/networks_api.rb +66 -3
  91. data/lib/vericred_client/api/plans_api.rb +122 -3
  92. data/lib/vericred_client/api/provider_notification_subscriptions_api.rb +395 -0
  93. data/lib/vericred_client/api/providers_api.rb +82 -27
  94. data/lib/vericred_client/api/rates_api.rb +346 -0
  95. data/lib/vericred_client/api/vision_plans_api.rb +403 -0
  96. data/lib/vericred_client/api/zip_counties_api.rb +5 -3
  97. data/lib/vericred_client/api_client.rb +5 -3
  98. data/lib/vericred_client/api_error.rb +5 -3
  99. data/lib/vericred_client/configuration.rb +5 -3
  100. data/lib/vericred_client/models/aca_plan.rb +1284 -0
  101. data/lib/vericred_client/models/aca_plan2018.rb +1294 -0
  102. data/lib/vericred_client/models/aca_plan2018_search_response.rb +420 -0
  103. data/lib/vericred_client/models/aca_plan2018_search_result.rb +1324 -0
  104. data/lib/vericred_client/models/aca_plan2018_show_response.rb +396 -0
  105. data/lib/vericred_client/models/aca_plan_pre2018.rb +1284 -0
  106. data/lib/vericred_client/models/aca_plan_pre2018_search_response.rb +420 -0
  107. data/lib/vericred_client/models/{plan_search_result.rb → aca_plan_pre2018_search_result.rb} +294 -98
  108. data/lib/vericred_client/models/aca_plan_pre2018_show_response.rb +396 -0
  109. data/lib/vericred_client/models/base.rb +5 -3
  110. data/lib/vericred_client/models/base_plan_search_response.rb +408 -0
  111. data/lib/vericred_client/models/carrier.rb +9 -17
  112. data/lib/vericred_client/models/carrier_group_request.rb +416 -0
  113. data/lib/vericred_client/models/carrier_request.rb +426 -0
  114. data/lib/vericred_client/models/carrier_subsidiary.rb +19 -7
  115. data/lib/vericred_client/models/county.rb +5 -3
  116. data/lib/vericred_client/models/county_bulk.rb +5 -3
  117. data/lib/vericred_client/models/dental_plan.rb +518 -0
  118. data/lib/vericred_client/models/dental_plan_benefits.rb +616 -0
  119. data/lib/vericred_client/models/dental_plan_search_applicant.rb +416 -0
  120. data/lib/vericred_client/models/dental_plan_search_request.rb +468 -0
  121. data/lib/vericred_client/models/dental_plan_search_response.rb +408 -0
  122. data/lib/vericred_client/models/dental_plan_show_response.rb +396 -0
  123. data/lib/vericred_client/models/dental_plan_update.rb +478 -0
  124. data/lib/vericred_client/models/dental_plan_update_request.rb +396 -0
  125. data/lib/vericred_client/models/drug.rb +5 -3
  126. data/lib/vericred_client/models/drug_coverage.rb +18 -4
  127. data/lib/vericred_client/models/drug_coverage_response.rb +12 -24
  128. data/lib/vericred_client/models/drug_package.rb +5 -3
  129. data/lib/vericred_client/models/drug_search_response.rb +5 -3
  130. data/lib/vericred_client/models/embargo_request.rb +446 -0
  131. data/lib/vericred_client/models/formulary.rb +5 -3
  132. data/lib/vericred_client/models/formulary_drug_package_response.rb +5 -3
  133. data/lib/vericred_client/models/formulary_response.rb +5 -3
  134. data/lib/vericred_client/models/issuer_request.rb +506 -0
  135. data/lib/vericred_client/models/meta.rb +5 -3
  136. data/lib/vericred_client/models/{plan_search_response_meta.rb → meta_plan_search_response.rb} +20 -8
  137. data/lib/vericred_client/models/network.rb +5 -3
  138. data/lib/vericred_client/models/network_comparison.rb +446 -0
  139. data/lib/vericred_client/models/network_comparison_request.rb +418 -0
  140. data/lib/vericred_client/models/network_comparison_response.rb +410 -0
  141. data/lib/vericred_client/models/network_details.rb +5 -3
  142. data/lib/vericred_client/models/network_details_response.rb +5 -3
  143. data/lib/vericred_client/models/network_search_response.rb +5 -3
  144. data/lib/vericred_client/models/network_size.rb +5 -3
  145. data/lib/vericred_client/models/notification_subscription.rb +396 -0
  146. data/lib/vericred_client/models/notification_subscription_response.rb +396 -0
  147. data/lib/vericred_client/models/plan.rb +28 -616
  148. data/lib/vericred_client/models/plan_county.rb +5 -3
  149. data/lib/vericred_client/models/plan_county_bulk.rb +5 -3
  150. data/lib/vericred_client/models/plan_deleted.rb +386 -0
  151. data/lib/vericred_client/models/plan_identifier.rb +406 -0
  152. data/lib/vericred_client/models/plan_medicare.rb +510 -0
  153. data/lib/vericred_client/models/plan_medicare_bulk.rb +530 -0
  154. data/lib/vericred_client/models/plan_pricing_medicare.rb +466 -0
  155. data/lib/vericred_client/models/plan_search_response.rb +21 -19
  156. data/lib/vericred_client/models/plan_show_response.rb +6 -4
  157. data/lib/vericred_client/models/provider.rb +21 -17
  158. data/lib/vericred_client/models/provider_details.rb +18 -14
  159. data/lib/vericred_client/models/provider_geocode.rb +5 -3
  160. data/lib/vericred_client/models/provider_network_event_notification.rb +450 -0
  161. data/lib/vericred_client/models/provider_show_response.rb +5 -3
  162. data/lib/vericred_client/models/providers_geocode_response.rb +5 -3
  163. data/lib/vericred_client/models/providers_search_response.rb +5 -3
  164. data/lib/vericred_client/models/rate_request.rb +1796 -0
  165. data/lib/vericred_client/models/rate_search.rb +1746 -0
  166. data/lib/vericred_client/models/rating_area.rb +5 -3
  167. data/lib/vericred_client/models/request_plan_find.rb +26 -4
  168. data/lib/vericred_client/models/request_plan_find_applicant.rb +5 -3
  169. data/lib/vericred_client/models/request_plan_find_carrier_verification.rb +556 -0
  170. data/lib/vericred_client/models/request_plan_find_drug_package.rb +5 -3
  171. data/lib/vericred_client/models/request_plan_find_provider.rb +5 -3
  172. data/lib/vericred_client/models/request_provider_notification_subscription.rb +418 -0
  173. data/lib/vericred_client/models/request_providers_search.rb +18 -4
  174. data/lib/vericred_client/models/request_rates_search.rb +416 -0
  175. data/lib/vericred_client/models/response_rates_search.rb +396 -0
  176. data/lib/vericred_client/models/{applicant.rb → rx_cui_identifier.rb} +23 -51
  177. data/lib/vericred_client/models/rx_cui_identifier_search_response.rb +408 -0
  178. data/lib/vericred_client/models/service_area.rb +5 -3
  179. data/lib/vericred_client/models/service_area_zip_county.rb +5 -3
  180. data/lib/vericred_client/models/state.rb +5 -3
  181. data/lib/vericred_client/models/state_network_size_request.rb +5 -3
  182. data/lib/vericred_client/models/state_network_size_response.rb +5 -3
  183. data/lib/vericred_client/models/vision_plan.rb +518 -0
  184. data/lib/vericred_client/models/vision_plan_benefits.rb +566 -0
  185. data/lib/vericred_client/models/vision_plan_search_applicant.rb +416 -0
  186. data/lib/vericred_client/models/vision_plan_search_request.rb +468 -0
  187. data/lib/vericred_client/models/vision_plan_search_response.rb +408 -0
  188. data/lib/vericred_client/models/vision_plan_show_response.rb +396 -0
  189. data/lib/vericred_client/models/vision_plan_update.rb +478 -0
  190. data/lib/vericred_client/models/vision_plan_update_request.rb +396 -0
  191. data/lib/vericred_client/models/zip_code.rb +5 -3
  192. data/lib/vericred_client/models/zip_counties_response.rb +5 -3
  193. data/lib/vericred_client/models/zip_county.rb +5 -3
  194. data/lib/vericred_client/models/zip_county_bulk.rb +5 -3
  195. data/lib/vericred_client/models/zip_county_response.rb +5 -3
  196. data/lib/vericred_client/version.rb +6 -4
  197. data/lib/vericred_client.rb +66 -6
  198. data/spec/api/carrier_groups_api_spec.rb +267 -0
  199. data/spec/api/carrier_verification_plans_api_spec.rb +254 -0
  200. data/spec/api/carriers_api_spec.rb +267 -0
  201. data/spec/api/dental_plans_api_spec.rb +279 -0
  202. data/spec/api/drug_coverages_api_spec.rb +5 -3
  203. data/spec/api/drug_packages_api_spec.rb +5 -3
  204. data/spec/api/drugs_api_spec.rb +5 -3
  205. data/spec/api/embargoes_api_spec.rb +267 -0
  206. data/spec/api/formularies_api_spec.rb +257 -0
  207. data/spec/api/issuers_api_spec.rb +267 -0
  208. data/spec/api/medical_plans_api_spec.rb +267 -0
  209. data/spec/api/network_sizes_api_spec.rb +5 -3
  210. data/spec/api/networks_api_spec.rb +18 -3
  211. data/spec/api/plans_api_spec.rb +30 -3
  212. data/spec/api/provider_notification_subscriptions_api_spec.rb +278 -0
  213. data/spec/api/providers_api_spec.rb +23 -10
  214. data/spec/api/rates_api_spec.rb +267 -0
  215. data/spec/api/vision_plans_api_spec.rb +279 -0
  216. data/spec/api/zip_counties_api_spec.rb +5 -3
  217. data/spec/api_client_spec.rb +5 -3
  218. data/spec/configuration_spec.rb +5 -3
  219. data/spec/models/aca_plan2018_search_response_spec.rb +261 -0
  220. data/spec/models/aca_plan2018_search_result_spec.rb +801 -0
  221. data/spec/models/aca_plan2018_show_response_spec.rb +249 -0
  222. data/spec/models/aca_plan2018_spec.rb +783 -0
  223. data/spec/models/aca_plan_pre2018_search_response_spec.rb +261 -0
  224. data/spec/models/aca_plan_pre2018_search_result_spec.rb +795 -0
  225. data/spec/models/aca_plan_pre2018_show_response_spec.rb +249 -0
  226. data/spec/models/aca_plan_pre2018_spec.rb +777 -0
  227. data/spec/models/{plan_search_result_spec.rb → aca_plan_spec.rb} +149 -51
  228. data/spec/models/base_plan_search_response_spec.rb +255 -0
  229. data/spec/models/base_spec.rb +5 -3
  230. data/spec/models/carrier_group_request_spec.rb +261 -0
  231. data/spec/models/carrier_request_spec.rb +267 -0
  232. data/spec/models/carrier_spec.rb +5 -9
  233. data/spec/models/carrier_subsidiary_spec.rb +11 -3
  234. data/spec/models/county_bulk_spec.rb +5 -3
  235. data/spec/models/county_spec.rb +5 -3
  236. data/spec/models/dental_plan_benefits_spec.rb +381 -0
  237. data/spec/models/dental_plan_search_applicant_spec.rb +261 -0
  238. data/spec/models/dental_plan_search_request_spec.rb +291 -0
  239. data/spec/models/dental_plan_search_response_spec.rb +255 -0
  240. data/spec/models/dental_plan_show_response_spec.rb +249 -0
  241. data/spec/models/dental_plan_spec.rb +321 -0
  242. data/spec/models/dental_plan_update_request_spec.rb +249 -0
  243. data/spec/models/dental_plan_update_spec.rb +297 -0
  244. data/spec/models/drug_coverage_response_spec.rb +6 -10
  245. data/spec/models/drug_coverage_spec.rb +11 -3
  246. data/spec/models/drug_package_spec.rb +5 -3
  247. data/spec/models/drug_search_response_spec.rb +5 -3
  248. data/spec/models/drug_spec.rb +5 -3
  249. data/spec/models/{applicant_spec.rb → embargo_request_spec.rb} +17 -21
  250. data/spec/models/formulary_drug_package_response_spec.rb +5 -3
  251. data/spec/models/formulary_response_spec.rb +5 -3
  252. data/spec/models/formulary_spec.rb +5 -3
  253. data/spec/models/issuer_request_spec.rb +315 -0
  254. data/spec/models/meta_plan_search_response_spec.rb +261 -0
  255. data/spec/models/meta_spec.rb +5 -3
  256. data/spec/models/network_comparison_request_spec.rb +261 -0
  257. data/spec/models/network_comparison_response_spec.rb +255 -0
  258. data/spec/models/network_comparison_spec.rb +279 -0
  259. data/spec/models/network_details_response_spec.rb +5 -3
  260. data/spec/models/network_details_spec.rb +5 -3
  261. data/spec/models/network_search_response_spec.rb +5 -3
  262. data/spec/models/network_size_spec.rb +5 -3
  263. data/spec/models/network_spec.rb +5 -3
  264. data/spec/models/notification_subscription_response_spec.rb +249 -0
  265. data/spec/models/notification_subscription_spec.rb +249 -0
  266. data/spec/models/plan_county_bulk_spec.rb +5 -3
  267. data/spec/models/plan_county_spec.rb +5 -3
  268. data/spec/models/plan_deleted_spec.rb +243 -0
  269. data/spec/models/{plan_search_response_meta_spec.rb → plan_identifier_spec.rb} +13 -11
  270. data/spec/models/plan_medicare_bulk_spec.rb +327 -0
  271. data/spec/models/plan_medicare_spec.rb +315 -0
  272. data/spec/models/plan_pricing_medicare_spec.rb +291 -0
  273. data/spec/models/plan_search_response_spec.rb +7 -5
  274. data/spec/models/plan_show_response_spec.rb +5 -3
  275. data/spec/models/plan_spec.rb +8 -360
  276. data/spec/models/provider_details_spec.rb +11 -9
  277. data/spec/models/provider_geocode_spec.rb +5 -3
  278. data/spec/models/provider_network_event_notification_spec.rb +279 -0
  279. data/spec/models/provider_show_response_spec.rb +5 -3
  280. data/spec/models/provider_spec.rb +11 -9
  281. data/spec/models/providers_geocode_response_spec.rb +5 -3
  282. data/spec/models/providers_search_response_spec.rb +5 -3
  283. data/spec/models/rate_request_spec.rb +1089 -0
  284. data/spec/models/rate_search_spec.rb +1059 -0
  285. data/spec/models/rating_area_spec.rb +5 -3
  286. data/spec/models/request_plan_find_applicant_spec.rb +5 -3
  287. data/spec/models/request_plan_find_carrier_verification_spec.rb +339 -0
  288. data/spec/models/request_plan_find_drug_package_spec.rb +5 -3
  289. data/spec/models/request_plan_find_provider_spec.rb +5 -3
  290. data/spec/models/request_plan_find_spec.rb +17 -3
  291. data/spec/models/request_provider_notification_subscription_spec.rb +261 -0
  292. data/spec/models/request_providers_search_spec.rb +11 -3
  293. data/spec/models/request_rates_search_spec.rb +261 -0
  294. data/spec/models/response_rates_search_spec.rb +249 -0
  295. data/spec/models/rx_cui_identifier_search_response_spec.rb +255 -0
  296. data/spec/models/rx_cui_identifier_spec.rb +267 -0
  297. data/spec/models/service_area_spec.rb +5 -3
  298. data/spec/models/service_area_zip_county_spec.rb +5 -3
  299. data/spec/models/state_network_size_request_spec.rb +5 -3
  300. data/spec/models/state_network_size_response_spec.rb +5 -3
  301. data/spec/models/state_spec.rb +5 -3
  302. data/spec/models/vision_plan_benefits_spec.rb +351 -0
  303. data/spec/models/vision_plan_search_applicant_spec.rb +261 -0
  304. data/spec/models/vision_plan_search_request_spec.rb +291 -0
  305. data/spec/models/vision_plan_search_response_spec.rb +255 -0
  306. data/spec/models/vision_plan_show_response_spec.rb +249 -0
  307. data/spec/models/vision_plan_spec.rb +321 -0
  308. data/spec/models/vision_plan_update_request_spec.rb +249 -0
  309. data/spec/models/vision_plan_update_spec.rb +297 -0
  310. data/spec/models/zip_code_spec.rb +5 -3
  311. data/spec/models/zip_counties_response_spec.rb +5 -3
  312. data/spec/models/zip_county_bulk_spec.rb +5 -3
  313. data/spec/models/zip_county_response_spec.rb +5 -3
  314. data/spec/models/zip_county_spec.rb +5 -3
  315. data/spec/spec_helper.rb +5 -3
  316. data/vericred_client.gemspec +5 -3
  317. metadata +247 -16
  318. data/docs/Applicant.md +0 -14
  319. data/git_push.sh +0 -67
@@ -0,0 +1,96 @@
1
+ # VericredClient::ACAPlanPre2018
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **carrier_name** | **String** | Name of the insurance carrier | [optional]
7
+ **display_name** | **String** | Alternate name for the Plan | [optional]
8
+ **effective_date** | **String** | Effective date of coverage. | [optional]
9
+ **expiration_date** | **String** | Expiration date of coverage. | [optional]
10
+ **identifiers** | [**Array<PlanIdentifier>**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
11
+ **name** | **String** | Marketing name of the plan | [optional]
12
+ **network_ids** | **Array<Integer>** | List of Vericred-generated network_ids | [optional]
13
+ **network_size** | **Integer** | Total number of Providers in network | [optional]
14
+ **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
+ **service_area_id** | **String** | Foreign key for service area | [optional]
16
+ **source** | **String** | Source of the plan benefit data | [optional]
17
+ **type** | **String** | The type of the Plan | [optional]
18
+ **adult_dental** | **BOOLEAN** | Does the plan provide dental coverage for adults? | [optional]
19
+ **age29_rider** | **BOOLEAN** | True if the plan allows dependents up to age 29 | [optional]
20
+ **ambulance** | **String** | Benefits string for ambulance coverage | [optional]
21
+ **benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
22
+ **buy_link** | **String** | Link to a location to purchase the plan. | [optional]
23
+ **child_dental** | **BOOLEAN** | Does the plan provide dental coverage for children? | [optional]
24
+ **child_eyewear** | **String** | Child eyewear benefits summary | [optional]
25
+ **child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
26
+ **customer_service_phone_number** | **String** | Phone number to contact the insurance carrier | [optional]
27
+ **durable_medical_equipment** | **String** | Benefits summary for durable medical equipment | [optional]
28
+ **diagnostic_test** | **String** | Diagnostic tests benefit summary | [optional]
29
+ **dp_rider** | **BOOLEAN** | True if plan does not cover domestic partners | [optional]
30
+ **drug_formulary_url** | **String** | Link to the summary of drug benefits for the plan | [optional]
31
+ **emergency_room** | **String** | Description of costs when visiting the ER | [optional]
32
+ **family_drug_deductible** | **String** | Deductible for drugs when a family is on the plan. | [optional]
33
+ **family_drug_moop** | **String** | Maximum out-of-pocket for drugs when a family is on the plan | [optional]
34
+ **family_medical_deductible** | **String** | Deductible when a family is on the plan | [optional]
35
+ **family_medical_moop** | **String** | Maximum out-of-pocket when a family is on the plan | [optional]
36
+ **fp_rider** | **BOOLEAN** | True if plan does not cover family planning | [optional]
37
+ **generic_drugs** | **String** | Cost for generic drugs | [optional]
38
+ **habilitation_services** | **String** | Habilitation services benefits summary | [optional]
39
+ **hios_issuer_id** | **String** | | [optional]
40
+ **home_health_care** | **String** | Home health care benefits summary | [optional]
41
+ **hospice_service** | **String** | Hospice service benefits summary | [optional]
42
+ **hsa_eligible** | **BOOLEAN** | Is the plan HSA eligible? | [optional]
43
+ **id** | **String** | Government-issued HIOS plan ID | [optional]
44
+ **imaging** | **String** | Benefits summary for imaging coverage | [optional]
45
+ **individual_drug_deductible** | **String** | Deductible for drugs when an individual is on the plan | [optional]
46
+ **individual_drug_moop** | **String** | Maximum out-of-pocket for drugs when an individual is on the plan | [optional]
47
+ **individual_medical_deductible** | **String** | Deductible when an individual is on the plan | [optional]
48
+ **individual_medical_moop** | **String** | Maximum out-of-pocket when an individual is on the plan | [optional]
49
+ **inpatient_birth** | **String** | Inpatient birth benefits summary | [optional]
50
+ **inpatient_facility** | **String** | Cost under the plan for an inpatient facility | [optional]
51
+ **inpatient_mental_health** | **String** | Inpatient mental helath benefits summary | [optional]
52
+ **inpatient_physician** | **String** | Cost under the plan for an inpatient physician | [optional]
53
+ **inpatient_substance** | **String** | Inpatient substance abuse benefits summary | [optional]
54
+ **in_network_ids** | **Array<Integer>** | List of NPI numbers for Providers passed in who accept this Plan | [optional]
55
+ **level** | **String** | Plan metal grouping (e.g. platinum, gold, silver, etc) | [optional]
56
+ **logo_url** | **String** | Link to a copy of the insurance carrier's logo | [optional]
57
+ **non_preferred_brand_drugs** | **String** | Cost under the plan for non-preferred brand drugs | [optional]
58
+ **on_market** | **BOOLEAN** | Is the plan on-market? | [optional]
59
+ **off_market** | **BOOLEAN** | Is the plan off-market? | [optional]
60
+ **out_of_network_coverage** | **BOOLEAN** | Does this plan provide any out of network coverage? | [optional]
61
+ **out_of_network_ids** | **Array<Integer>** | List of NPI numbers for Providers passed in who do not accept this Plan | [optional]
62
+ **outpatient_facility** | **String** | Benefits summary for outpatient facility coverage | [optional]
63
+ **outpatient_mental_health** | **String** | Benefits summary for outpatient mental health coverage | [optional]
64
+ **outpatient_physician** | **String** | Benefits summary for outpatient physician coverage | [optional]
65
+ **outpatient_substance** | **String** | Outpatient substance abuse benefits summary | [optional]
66
+ **plan_market** | **String** | Market in which the plan is offered (on_marketplace, shop, etc) | [optional]
67
+ **preferred_brand_drugs** | **String** | Cost under the plan for perferred brand drugs | [optional]
68
+ **prenatal_postnatal_care** | **String** | Inpatient substance abuse benefits summary | [optional]
69
+ **preventative_care** | **String** | Benefits summary for preventative care | [optional]
70
+ **premium_subsidized** | **Float** | Cumulative premium amount after subsidy | [optional]
71
+ **premium** | **Float** | Cumulative premium amount | [optional]
72
+ **premium_source** | **String** | Source of the base pricing data | [optional]
73
+ **primary_care_physician** | **String** | Cost under the plan to visit a Primary Care Physician | [optional]
74
+ **rehabilitation_services** | **String** | Benefits summary for rehabilitation services | [optional]
75
+ **skilled_nursing** | **String** | Benefits summary for skilled nursing services | [optional]
76
+ **specialist** | **String** | Cost under the plan to visit a specialist | [optional]
77
+ **specialty_drugs** | **String** | Cost under the plan for specialty drugs | [optional]
78
+ **urgent_care** | **String** | Benefits summary for urgent care | [optional]
79
+ **actuarial_value** | **Float** | Percentage of total average costs for covered benefits that a plan will cover. | [optional]
80
+ **chiropractic_services** | **String** | Chiropractic services benefits summary | [optional]
81
+ **coinsurance** | **Float** | Standard cost share for most benefits | [optional]
82
+ **embedded_deductible** | **String** | Is the individual deductible for each covered person, embedded in the family deductible | [optional]
83
+ **gated** | **BOOLEAN** | Does the plan's network require a physician referral? | [optional]
84
+ **imaging_center** | **String** | Imaging center benefits summary | [optional]
85
+ **imaging_physician** | **String** | Imaging physician benefits summary | [optional]
86
+ **lab_test** | **String** | Lab test benefits summary | [optional]
87
+ **mail_order_rx** | **Float** | Multiple of the standard Rx cost share for orders filled via mail order | [optional]
88
+ **nonpreferred_generic_drug_share** | **String** | Non-preferred generic drugs benefits summary | [optional]
89
+ **nonpreferred_specialty_drug_share** | **String** | Non-preferred specialty drugs benefits summary | [optional]
90
+ **outpatient_ambulatory_care_center** | **String** | Outpatient ambulatory care center benefits summary | [optional]
91
+ **plan_calendar** | **String** | Are deductibles and MOOPs reset on Dec-31 (\"calendar year\"), 365 days after enrollment date (\"plan year\"), or are both options available (\"both\")? | [optional]
92
+ **prenatal_care** | **String** | Prenatal care benefits summary | [optional]
93
+ **postnatal_care** | **String** | Post-natal care benefits summary | [optional]
94
+ **skilled_nursing_facility_365** | **String** | Does the plan cover full-time, year-round, nursing facilities? | [optional]
95
+
96
+
@@ -0,0 +1,10 @@
1
+ # VericredClient::ACAPlanPre2018SearchResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **meta** | [**Meta**](Meta.md) | Meta-data | [optional]
7
+ **coverages** | [**Array<DrugCoverage>**](DrugCoverage.md) | Coverages associated with the plan. | [optional]
8
+ **plans** | [**Array<ACAPlanPre2018>**](ACAPlanPre2018.md) | Plan search results | [optional]
9
+
10
+
@@ -1,25 +1,32 @@
1
- # VericredClient::PlanSearchResult
1
+ # VericredClient::ACAPlanPre2018SearchResult
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **carrier_name** | **String** | Name of the insurance carrier | [optional]
7
+ **display_name** | **String** | Alternate name for the Plan | [optional]
8
+ **effective_date** | **String** | Effective date of coverage. | [optional]
9
+ **expiration_date** | **String** | Expiration date of coverage. | [optional]
10
+ **identifiers** | [**Array<PlanIdentifier>**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
11
+ **name** | **String** | Marketing name of the plan | [optional]
12
+ **network_ids** | **Array<Integer>** | List of Vericred-generated network_ids | [optional]
13
+ **plan_type** | **String** | Category of the plan (e.g. EPO, HMO, PPO, POS, Indemnity, PACE, Medicare-Medicaid, HMO w/POS, Cost, FFS, MSA) | [optional]
14
+ **service_area_id** | **String** | Foreign key for service area | [optional]
15
+ **source** | **String** | Source of the plan benefit data | [optional]
16
+ **type** | **String** | The type of the Plan | [optional]
6
17
  **adult_dental** | **BOOLEAN** | Does the plan provide dental coverage for adults? | [optional]
7
18
  **age29_rider** | **BOOLEAN** | True if the plan allows dependents up to age 29 | [optional]
8
19
  **ambulance** | **String** | Benefits string for ambulance coverage | [optional]
9
20
  **benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
10
21
  **buy_link** | **String** | Link to a location to purchase the plan. | [optional]
11
- **carrier_name** | **String** | Name of the insurance carrier | [optional]
12
22
  **child_dental** | **BOOLEAN** | Does the plan provide dental coverage for children? | [optional]
13
23
  **child_eyewear** | **String** | Child eyewear benefits summary | [optional]
14
24
  **child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
15
25
  **customer_service_phone_number** | **String** | Phone number to contact the insurance carrier | [optional]
16
26
  **durable_medical_equipment** | **String** | Benefits summary for durable medical equipment | [optional]
17
27
  **diagnostic_test** | **String** | Diagnostic tests benefit summary | [optional]
18
- **display_name** | **String** | Alternate name for the Plan | [optional]
19
28
  **dp_rider** | **BOOLEAN** | True if plan does not cover domestic partners | [optional]
20
29
  **drug_formulary_url** | **String** | Link to the summary of drug benefits for the plan | [optional]
21
- **effective_date** | **String** | Effective date of coverage. | [optional]
22
- **expiration_date** | **String** | Expiration date of coverage. | [optional]
23
30
  **emergency_room** | **String** | Description of costs when visiting the ER | [optional]
24
31
  **family_drug_deductible** | **String** | Deductible for drugs when a family is on the plan. | [optional]
25
32
  **family_drug_moop** | **String** | Maximum out-of-pocket for drugs when a family is on the plan | [optional]
@@ -34,7 +41,6 @@ Name | Type | Description | Notes
34
41
  **hsa_eligible** | **BOOLEAN** | Is the plan HSA eligible? | [optional]
35
42
  **id** | **String** | Government-issued HIOS plan ID | [optional]
36
43
  **imaging** | **String** | Benefits summary for imaging coverage | [optional]
37
- **in_network_ids** | **Array<Integer>** | List of NPI numbers for Providers passed in who accept this Plan | [optional]
38
44
  **individual_drug_deductible** | **String** | Deductible for drugs when an individual is on the plan | [optional]
39
45
  **individual_drug_moop** | **String** | Maximum out-of-pocket for drugs when an individual is on the plan | [optional]
40
46
  **individual_medical_deductible** | **String** | Deductible when an individual is on the plan | [optional]
@@ -44,9 +50,9 @@ Name | Type | Description | Notes
44
50
  **inpatient_mental_health** | **String** | Inpatient mental helath benefits summary | [optional]
45
51
  **inpatient_physician** | **String** | Cost under the plan for an inpatient physician | [optional]
46
52
  **inpatient_substance** | **String** | Inpatient substance abuse benefits summary | [optional]
53
+ **in_network_ids** | **Array<Integer>** | List of NPI numbers for Providers passed in who accept this Plan | [optional]
47
54
  **level** | **String** | Plan metal grouping (e.g. platinum, gold, silver, etc) | [optional]
48
55
  **logo_url** | **String** | Link to a copy of the insurance carrier's logo | [optional]
49
- **name** | **String** | Marketing name of the plan | [optional]
50
56
  **non_preferred_brand_drugs** | **String** | Cost under the plan for non-preferred brand drugs | [optional]
51
57
  **on_market** | **BOOLEAN** | Is the plan on-market? | [optional]
52
58
  **off_market** | **BOOLEAN** | Is the plan off-market? | [optional]
@@ -57,7 +63,6 @@ Name | Type | Description | Notes
57
63
  **outpatient_physician** | **String** | Benefits summary for outpatient physician coverage | [optional]
58
64
  **outpatient_substance** | **String** | Outpatient substance abuse benefits summary | [optional]
59
65
  **plan_market** | **String** | Market in which the plan is offered (on_marketplace, shop, etc) | [optional]
60
- **plan_type** | **String** | Category of the plan (e.g. EPO, HMO, PPO, POS, Indemnity, PACE, Medicare-Medicaid, HMO w/POS, Cost, FFS, MSA) | [optional]
61
66
  **preferred_brand_drugs** | **String** | Cost under the plan for perferred brand drugs | [optional]
62
67
  **prenatal_postnatal_care** | **String** | Inpatient substance abuse benefits summary | [optional]
63
68
  **preventative_care** | **String** | Benefits summary for preventative care | [optional]
@@ -66,14 +71,28 @@ Name | Type | Description | Notes
66
71
  **premium_source** | **String** | Source of the base pricing data | [optional]
67
72
  **primary_care_physician** | **String** | Cost under the plan to visit a Primary Care Physician | [optional]
68
73
  **rehabilitation_services** | **String** | Benefits summary for rehabilitation services | [optional]
69
- **service_area_id** | **String** | Foreign key for service area | [optional]
70
74
  **skilled_nursing** | **String** | Benefits summary for skilled nursing services | [optional]
71
- **source** | **String** | Source of the plan benefit data | [optional]
72
75
  **specialist** | **String** | Cost under the plan to visit a specialist | [optional]
73
76
  **specialty_drugs** | **String** | Cost under the plan for specialty drugs | [optional]
74
77
  **urgent_care** | **String** | Benefits summary for urgent care | [optional]
78
+ **actuarial_value** | **Float** | Percentage of total average costs for covered benefits that a plan will cover. | [optional]
79
+ **chiropractic_services** | **String** | Chiropractic services benefits summary | [optional]
80
+ **coinsurance** | **Float** | Standard cost share for most benefits | [optional]
81
+ **embedded_deductible** | **String** | Is the individual deductible for each covered person, embedded in the family deductible | [optional]
82
+ **gated** | **BOOLEAN** | Does the plan's network require a physician referral? | [optional]
83
+ **imaging_center** | **String** | Imaging center benefits summary | [optional]
84
+ **imaging_physician** | **String** | Imaging physician benefits summary | [optional]
85
+ **lab_test** | **String** | Lab test benefits summary | [optional]
86
+ **mail_order_rx** | **Float** | Multiple of the standard Rx cost share for orders filled via mail order | [optional]
87
+ **nonpreferred_generic_drug_share** | **String** | Non-preferred generic drugs benefits summary | [optional]
88
+ **nonpreferred_specialty_drug_share** | **String** | Non-preferred specialty drugs benefits summary | [optional]
89
+ **outpatient_ambulatory_care_center** | **String** | Outpatient ambulatory care center benefits summary | [optional]
90
+ **plan_calendar** | **String** | Are deductibles and MOOPs reset on Dec-31 (\"calendar year\"), 365 days after enrollment date (\"plan year\"), or are both options available (\"both\")? | [optional]
91
+ **prenatal_care** | **String** | Prenatal care benefits summary | [optional]
92
+ **postnatal_care** | **String** | Post-natal care benefits summary | [optional]
93
+ **skilled_nursing_facility_365** | **String** | Does the plan cover full-time, year-round, nursing facilities? | [optional]
75
94
  **match_percentage** | **Integer** | Percentage of doctors who matched this Plan | [optional]
76
- **perfect_match_percentage** | **Integer** | Percentage of employees with 100% match | [optional]
95
+ **perfect_match_percentage** | **Integer** | Percentage of employees with 100% matchedch | [optional]
77
96
  **employee_premium** | **Float** | Cumulative premium amount for employees | [optional]
78
97
  **dependent_premium** | **Float** | Cumulative premium amount for dependents | [optional]
79
98
 
@@ -0,0 +1,8 @@
1
+ # VericredClient::ACAPlanPre2018ShowResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **plan** | [**Plan**](Plan.md) | Plan response | [optional]
7
+
8
+
@@ -0,0 +1,9 @@
1
+ # VericredClient::BasePlanSearchResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **meta** | [**Meta**](Meta.md) | Meta-data | [optional]
7
+ **coverages** | [**Array<DrugCoverage>**](DrugCoverage.md) | Coverages associated with the plan. | [optional]
8
+
9
+
data/docs/Carrier.md CHANGED
@@ -5,6 +5,5 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **id** | **Integer** | Primary key | [optional]
7
7
  **name** | **String** | Name of the Carrier | [optional]
8
- **logo_path** | **String** | URL for the Carrier's logo | [optional]
9
8
 
10
9
 
@@ -0,0 +1,10 @@
1
+ # VericredClient::CarrierGroupRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **group_id_type** | **String** | The carrier group id type | [optional]
7
+ **group_id** | **String** | The carrier group id | [optional]
8
+ **name** | **String** | The name of the Carrier Group | [optional]
9
+
10
+
@@ -0,0 +1,119 @@
1
+ # VericredClient::CarrierGroupsApi
2
+
3
+ All URIs are relative to *https://api.vericred.com/*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**delete_carrier_group**](CarrierGroupsApi.md#delete_carrier_group) | **DELETE** /carrier_groups/{vericred_id} | Delete a CarrierGroup.
8
+ [**put_carrier_group**](CarrierGroupsApi.md#put_carrier_group) | **PUT** /carrier_groups/{vericred_id} | Create/update a CarrierGroup
9
+
10
+
11
+ # **delete_carrier_group**
12
+ > delete_carrier_group(vericred_id)
13
+
14
+ Delete a CarrierGroup.
15
+
16
+ Delete a CarrierGroup from the database.
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::CarrierGroupsApi.new
31
+
32
+ vericred_id = "a234567b90" # String | The unique Vericred id
33
+
34
+
35
+ begin
36
+ #Delete a CarrierGroup.
37
+ api_instance.delete_carrier_group(vericred_id)
38
+ rescue VericredClient::ApiError => e
39
+ puts "Exception when calling CarrierGroupsApi->delete_carrier_group: #{e}"
40
+ end
41
+ ```
42
+
43
+ ### Parameters
44
+
45
+ Name | Type | Description | Notes
46
+ ------------- | ------------- | ------------- | -------------
47
+ **vericred_id** | **String**| The unique Vericred id |
48
+
49
+ ### Return type
50
+
51
+ nil (empty response body)
52
+
53
+ ### Authorization
54
+
55
+ [Vericred-Api-Key](../README.md#Vericred-Api-Key)
56
+
57
+ ### HTTP request headers
58
+
59
+ - **Content-Type**: application/json
60
+ - **Accept**: application/json
61
+
62
+
63
+
64
+ # **put_carrier_group**
65
+ > put_carrier_group(vericred_id, body)
66
+
67
+ Create/update a CarrierGroup
68
+
69
+ Add or update a CarrierGroup to the database.
70
+
71
+ ### Example
72
+ ```ruby
73
+ # load the gem
74
+ require 'vericred_client'
75
+ # setup authorization
76
+ VericredClient.configure do |config|
77
+ # Configure API key authorization: Vericred-Api-Key
78
+ config.api_key['Vericred-Api-Key'] = 'YOUR API KEY'
79
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
80
+ #config.api_key_prefix['Vericred-Api-Key'] = 'Bearer'
81
+ end
82
+
83
+ api_instance = VericredClient::CarrierGroupsApi.new
84
+
85
+ vericred_id = "a234567b90" # String | The unique Vericred id
86
+
87
+ body = VericredClient::CarrierGroupRequest.new # CarrierGroupRequest | CarrierGroup Record
88
+
89
+
90
+ begin
91
+ #Create/update a CarrierGroup
92
+ api_instance.put_carrier_group(vericred_id, body)
93
+ rescue VericredClient::ApiError => e
94
+ puts "Exception when calling CarrierGroupsApi->put_carrier_group: #{e}"
95
+ end
96
+ ```
97
+
98
+ ### Parameters
99
+
100
+ Name | Type | Description | Notes
101
+ ------------- | ------------- | ------------- | -------------
102
+ **vericred_id** | **String**| The unique Vericred id |
103
+ **body** | [**CarrierGroupRequest**](CarrierGroupRequest.md)| CarrierGroup Record |
104
+
105
+ ### Return type
106
+
107
+ nil (empty response body)
108
+
109
+ ### Authorization
110
+
111
+ [Vericred-Api-Key](../README.md#Vericred-Api-Key)
112
+
113
+ ### HTTP request headers
114
+
115
+ - **Content-Type**: application/json
116
+ - **Accept**: application/json
117
+
118
+
119
+
@@ -0,0 +1,11 @@
1
+ # VericredClient::CarrierRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **carrier_id_type** | **String** | The carrier id type | [optional]
7
+ **carrier_id** | **String** | The carrier id | [optional]
8
+ **carrier_group_vericred_id** | **String** | The parent carrier group vericred id | [optional]
9
+ **name** | **String** | The name of the Carrier | [optional]
10
+
11
+
@@ -6,5 +6,6 @@ Name | Type | Description | Notes
6
6
  **id** | **Integer** | Primary key | [optional]
7
7
  **name** | **String** | Subsidiary name | [optional]
8
8
  **alternate_name** | **String** | Parent Carrier Name | [optional]
9
+ **logo_path** | **String** | URL for the Carrier's logo | [optional]
9
10
 
10
11
 
@@ -0,0 +1,63 @@
1
+ # VericredClient::CarrierVerificationPlansApi
2
+
3
+ All URIs are relative to *https://api.vericred.com/*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**find_carrier_verification_plans**](CarrierVerificationPlansApi.md#find_carrier_verification_plans) | **POST** /plans/cvt/search | Find Carrier Verification Plans
8
+
9
+
10
+ # **find_carrier_verification_plans**
11
+ > PlanSearchResponse find_carrier_verification_plans(body)
12
+
13
+ Find Carrier Verification Plans
14
+
15
+ Find Plans for Carrier Verification
16
+
17
+ ### Example
18
+ ```ruby
19
+ # load the gem
20
+ require 'vericred_client'
21
+ # setup authorization
22
+ VericredClient.configure do |config|
23
+ # Configure API key authorization: Vericred-Api-Key
24
+ config.api_key['Vericred-Api-Key'] = 'YOUR API KEY'
25
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
26
+ #config.api_key_prefix['Vericred-Api-Key'] = 'Bearer'
27
+ end
28
+
29
+ api_instance = VericredClient::CarrierVerificationPlansApi.new
30
+
31
+ body = VericredClient::RequestPlanFindCarrierVerification.new # RequestPlanFindCarrierVerification |
32
+
33
+
34
+ begin
35
+ #Find Carrier Verification Plans
36
+ result = api_instance.find_carrier_verification_plans(body)
37
+ p result
38
+ rescue VericredClient::ApiError => e
39
+ puts "Exception when calling CarrierVerificationPlansApi->find_carrier_verification_plans: #{e}"
40
+ end
41
+ ```
42
+
43
+ ### Parameters
44
+
45
+ Name | Type | Description | Notes
46
+ ------------- | ------------- | ------------- | -------------
47
+ **body** | [**RequestPlanFindCarrierVerification**](RequestPlanFindCarrierVerification.md)| |
48
+
49
+ ### Return type
50
+
51
+ [**PlanSearchResponse**](PlanSearchResponse.md)
52
+
53
+ ### Authorization
54
+
55
+ [Vericred-Api-Key](../README.md#Vericred-Api-Key)
56
+
57
+ ### HTTP request headers
58
+
59
+ - **Content-Type**: application/json
60
+ - **Accept**: application/json
61
+
62
+
63
+
@@ -0,0 +1,119 @@
1
+ # VericredClient::CarriersApi
2
+
3
+ All URIs are relative to *https://api.vericred.com/*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**delete_carrier**](CarriersApi.md#delete_carrier) | **DELETE** /carriers/{vericred_id} | Delete a Carrier.
8
+ [**put_carrier**](CarriersApi.md#put_carrier) | **PUT** /carriers/{vericred_id} | Create/update a Carrier
9
+
10
+
11
+ # **delete_carrier**
12
+ > delete_carrier(vericred_id)
13
+
14
+ Delete a Carrier.
15
+
16
+ Delete a Carrier from the database.
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::CarriersApi.new
31
+
32
+ vericred_id = "a234567b90" # String | The unique Vericred id
33
+
34
+
35
+ begin
36
+ #Delete a Carrier.
37
+ api_instance.delete_carrier(vericred_id)
38
+ rescue VericredClient::ApiError => e
39
+ puts "Exception when calling CarriersApi->delete_carrier: #{e}"
40
+ end
41
+ ```
42
+
43
+ ### Parameters
44
+
45
+ Name | Type | Description | Notes
46
+ ------------- | ------------- | ------------- | -------------
47
+ **vericred_id** | **String**| The unique Vericred id |
48
+
49
+ ### Return type
50
+
51
+ nil (empty response body)
52
+
53
+ ### Authorization
54
+
55
+ [Vericred-Api-Key](../README.md#Vericred-Api-Key)
56
+
57
+ ### HTTP request headers
58
+
59
+ - **Content-Type**: application/json
60
+ - **Accept**: application/json
61
+
62
+
63
+
64
+ # **put_carrier**
65
+ > put_carrier(vericred_id, body)
66
+
67
+ Create/update a Carrier
68
+
69
+ Add or update a Carrier to the database.
70
+
71
+ ### Example
72
+ ```ruby
73
+ # load the gem
74
+ require 'vericred_client'
75
+ # setup authorization
76
+ VericredClient.configure do |config|
77
+ # Configure API key authorization: Vericred-Api-Key
78
+ config.api_key['Vericred-Api-Key'] = 'YOUR API KEY'
79
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
80
+ #config.api_key_prefix['Vericred-Api-Key'] = 'Bearer'
81
+ end
82
+
83
+ api_instance = VericredClient::CarriersApi.new
84
+
85
+ vericred_id = "a234567b90" # String | The unique Vericred id
86
+
87
+ body = VericredClient::CarrierRequest.new # CarrierRequest | Carrier Record
88
+
89
+
90
+ begin
91
+ #Create/update a Carrier
92
+ api_instance.put_carrier(vericred_id, body)
93
+ rescue VericredClient::ApiError => e
94
+ puts "Exception when calling CarriersApi->put_carrier: #{e}"
95
+ end
96
+ ```
97
+
98
+ ### Parameters
99
+
100
+ Name | Type | Description | Notes
101
+ ------------- | ------------- | ------------- | -------------
102
+ **vericred_id** | **String**| The unique Vericred id |
103
+ **body** | [**CarrierRequest**](CarrierRequest.md)| Carrier Record |
104
+
105
+ ### Return type
106
+
107
+ nil (empty response body)
108
+
109
+ ### Authorization
110
+
111
+ [Vericred-Api-Key](../README.md#Vericred-Api-Key)
112
+
113
+ ### HTTP request headers
114
+
115
+ - **Content-Type**: application/json
116
+ - **Accept**: application/json
117
+
118
+
119
+
@@ -0,0 +1,20 @@
1
+ # VericredClient::DentalPlan
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **id** | **String** | The dental plan identifier | [optional]
7
+ **name** | **String** | The dental plan name | [optional]
8
+ **issuer_name** | **String** | Name of the insurance carrier | [optional]
9
+ **audience** | **String** | The dental plan audience | [optional]
10
+ **benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
11
+ **logo_url** | **String** | Link to a copy of the insurance carrier's logo | [optional]
12
+ **plan_type** | **String** | Category of the plan (e.g. EPO, HMO, PPO, POS, Indemnity, PACE,HMO w/POS, Cost, FFS, MSA) | [optional]
13
+ **stand_alone** | **BOOLEAN** | Stand alone flag for dental plan | [optional]
14
+ **source** | **String** | Source of the plan benefit data | [optional]
15
+ **identifiers** | [**Array<PlanIdentifier>**](PlanIdentifier.md) | List of identifiers of this Plan | [optional]
16
+ **benefits** | [**DentalPlanBenefits**](DentalPlanBenefits.md) | Dental Plan Benefits | [optional]
17
+ **premium** | **Float** | Cumulative premium amount | [optional]
18
+ **premium_source** | **String** | Source of the base pricing data | [optional]
19
+
20
+
@@ -0,0 +1,30 @@
1
+ # VericredClient::DentalPlanBenefits
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **individual_deductible** | **String** | Individual Deductible benefit string | [optional]
7
+ **family_deductible** | **String** | Family Deductible benefit string | [optional]
8
+ **individual_annual_max** | **String** | Individual Annual Max benefit string | [optional]
9
+ **family_max_annual_max** | **String** | Family Max Annual Max benefit string | [optional]
10
+ **individual_moop** | **String** | Individual MOOP benefit string | [optional]
11
+ **family_moop** | **String** | Family MOOP benefit string | [optional]
12
+ **office_visits** | **String** | Office Visits benefit string | [optional]
13
+ **radiograph_bitewings** | **String** | Radiograph - Bitewings benefit string | [optional]
14
+ **radiograph_other** | **String** | Radiograph - Other benefit string | [optional]
15
+ **fluoride_treatment** | **String** | Fluoride Treatment benefit string | [optional]
16
+ **space_maintainers** | **String** | Space Maintainers benefit string | [optional]
17
+ **prophylaxis_cleaning** | **String** | Prophylaxis Cleaning benefit string | [optional]
18
+ **sealant** | **String** | Sealant benefit string | [optional]
19
+ **fillings_amalgram** | **String** | Fillings - Amalgram benefit string | [optional]
20
+ **fillings_composite** | **String** | Fillings - Composite benefit string | [optional]
21
+ **emergency_treatment** | **String** | Emergency Treatment benefit string | [optional]
22
+ **restorative** | **String** | Restorative benefit string | [optional]
23
+ **surgery_anesthesia** | **String** | Surgery - Anesthesia benefit string | [optional]
24
+ **surgery_extraction** | **String** | Surgery - Extraction benefit string | [optional]
25
+ **endodontics** | **String** | Endodontics benefit string | [optional]
26
+ **periodontics** | **String** | Periodontics benefit string | [optional]
27
+ **orthodontics_adult** | **String** | Orthodontics - Adult benefit string | [optional]
28
+ **orthodontics_child** | **String** | Orthodontics - Child benefit string | [optional]
29
+
30
+
@@ -0,0 +1,10 @@
1
+ # VericredClient::DentalPlanSearchApplicant
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **age** | **Integer** | Age of applicant to search for | [optional]
7
+ **child** | **BOOLEAN** | Is this applicant a child? | [optional]
8
+ **gender** | **String** | Applicant's gender (M or F) | [optional]
9
+
10
+
@@ -0,0 +1,15 @@
1
+ # VericredClient::DentalPlanSearchRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **applicants** | [**Array<DentalPlanSearchApplicant>**](DentalPlanSearchApplicant.md) | Applicants for desired plans. | [optional]
7
+ **issuer_id** | **Integer** | National-level issuer id | [optional]
8
+ **enrollment_date** | **String** | Date of enrollment | [optional]
9
+ **fips_code** | **String** | County code to determine eligibility | [optional]
10
+ **zip_code** | **String** | 5-digit zip code - this helps determine pricing. | [optional]
11
+ **market** | **String** | The audience of plan to search for. Possible values are individual, shop, small_group, medicare_advantage | [optional]
12
+ **page** | **Integer** | Selected page of paginated response. | [optional]
13
+ **per_page** | **Integer** | Results per page of response. | [optional]
14
+
15
+
@@ -0,0 +1,9 @@
1
+ # VericredClient::DentalPlanSearchResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **meta** | [**Meta**](Meta.md) | Meta-data | [optional]
7
+ **plans** | [**Array<DentalPlan>**](DentalPlan.md) | Dental plan search results | [optional]
8
+
9
+