vericred_client 0.0.11 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +92 -21
- data/docs/ACAPlan.md +96 -0
- data/docs/ACAPlan2018.md +97 -0
- data/docs/ACAPlan2018SearchResponse.md +10 -0
- data/docs/ACAPlan2018SearchResult.md +100 -0
- data/docs/ACAPlan2018ShowResponse.md +8 -0
- data/docs/ACAPlanPre2018.md +96 -0
- data/docs/ACAPlanPre2018SearchResponse.md +10 -0
- data/docs/{PlanSearchResult.md → ACAPlanPre2018SearchResult.md} +30 -11
- data/docs/ACAPlanPre2018ShowResponse.md +8 -0
- data/docs/BasePlanSearchResponse.md +9 -0
- data/docs/Carrier.md +0 -1
- data/docs/CarrierGroupRequest.md +10 -0
- data/docs/CarrierGroupsApi.md +119 -0
- data/docs/CarrierRequest.md +11 -0
- data/docs/CarrierSubsidiary.md +1 -0
- data/docs/CarrierVerificationPlansApi.md +63 -0
- data/docs/CarriersApi.md +119 -0
- data/docs/DentalPlan.md +20 -0
- data/docs/DentalPlanBenefits.md +30 -0
- data/docs/DentalPlanSearchApplicant.md +10 -0
- data/docs/DentalPlanSearchRequest.md +15 -0
- data/docs/DentalPlanSearchResponse.md +9 -0
- data/docs/DentalPlanShowResponse.md +8 -0
- data/docs/DentalPlanUpdate.md +16 -0
- data/docs/DentalPlanUpdateRequest.md +8 -0
- data/docs/DentalPlansApi.md +174 -0
- data/docs/DrugCoverage.md +1 -0
- data/docs/DrugCoverageResponse.md +1 -2
- data/docs/EmbargoRequest.md +13 -0
- data/docs/EmbargoesApi.md +119 -0
- data/docs/FormulariesApi.md +70 -0
- data/docs/IssuerRequest.md +19 -0
- data/docs/IssuersApi.md +119 -0
- data/docs/MedicalPlansApi.md +122 -0
- data/docs/{PlanSearchResponseMeta.md → MetaPlanSearchResponse.md} +2 -1
- data/docs/NetworkComparison.md +13 -0
- data/docs/NetworkComparisonRequest.md +10 -0
- data/docs/NetworkComparisonResponse.md +9 -0
- data/docs/NetworksApi.md +58 -0
- data/docs/NotificationSubscription.md +8 -0
- data/docs/NotificationSubscriptionResponse.md +8 -0
- data/docs/Plan.md +2 -61
- data/docs/PlanDeleted.md +7 -0
- data/docs/PlanIdentifier.md +9 -0
- data/docs/PlanMedicare.md +19 -0
- data/docs/PlanMedicareBulk.md +21 -0
- data/docs/PlanPricingMedicare.md +15 -0
- data/docs/PlanSearchResponse.md +1 -1
- data/docs/PlanShowResponse.md +1 -1
- data/docs/PlansApi.md +111 -1
- data/docs/Provider.md +1 -1
- data/docs/ProviderDetails.md +1 -1
- data/docs/ProviderNetworkEventNotification.md +13 -0
- data/docs/ProviderNotificationSubscriptionsApi.md +173 -0
- data/docs/ProvidersApi.md +68 -18
- data/docs/RateRequest.md +148 -0
- data/docs/RateSearch.md +143 -0
- data/docs/RatesApi.md +119 -0
- data/docs/RequestPlanFind.md +2 -0
- data/docs/RequestPlanFindCarrierVerification.md +23 -0
- data/docs/RequestProviderNotificationSubscription.md +10 -0
- data/docs/RequestProvidersSearch.md +1 -0
- data/docs/RequestRatesSearch.md +10 -0
- data/docs/ResponseRatesSearch.md +8 -0
- data/docs/RxCuiIdentifier.md +11 -0
- data/docs/RxCuiIdentifierSearchResponse.md +9 -0
- data/docs/VisionPlan.md +20 -0
- data/docs/VisionPlanBenefits.md +25 -0
- data/docs/VisionPlanSearchApplicant.md +10 -0
- data/docs/VisionPlanSearchRequest.md +15 -0
- data/docs/VisionPlanSearchResponse.md +9 -0
- data/docs/VisionPlanShowResponse.md +8 -0
- data/docs/VisionPlanUpdate.md +16 -0
- data/docs/VisionPlanUpdateRequest.md +8 -0
- data/docs/VisionPlansApi.md +174 -0
- data/lib/vericred_client/api/carrier_groups_api.rb +346 -0
- data/lib/vericred_client/api/carrier_verification_plans_api.rb +287 -0
- data/lib/vericred_client/api/carriers_api.rb +346 -0
- data/lib/vericred_client/api/dental_plans_api.rb +403 -0
- data/lib/vericred_client/api/drug_coverages_api.rb +5 -3
- data/lib/vericred_client/api/drug_packages_api.rb +5 -3
- data/lib/vericred_client/api/drugs_api.rb +5 -3
- data/lib/vericred_client/api/embargoes_api.rb +346 -0
- data/lib/vericred_client/api/formularies_api.rb +295 -0
- data/lib/vericred_client/api/issuers_api.rb +346 -0
- data/lib/vericred_client/api/medical_plans_api.rb +347 -0
- data/lib/vericred_client/api/network_sizes_api.rb +5 -3
- data/lib/vericred_client/api/networks_api.rb +66 -3
- data/lib/vericred_client/api/plans_api.rb +122 -3
- data/lib/vericred_client/api/provider_notification_subscriptions_api.rb +395 -0
- data/lib/vericred_client/api/providers_api.rb +82 -27
- data/lib/vericred_client/api/rates_api.rb +346 -0
- data/lib/vericred_client/api/vision_plans_api.rb +403 -0
- data/lib/vericred_client/api/zip_counties_api.rb +5 -3
- data/lib/vericred_client/api_client.rb +5 -3
- data/lib/vericred_client/api_error.rb +5 -3
- data/lib/vericred_client/configuration.rb +5 -3
- data/lib/vericred_client/models/aca_plan.rb +1284 -0
- data/lib/vericred_client/models/aca_plan2018.rb +1294 -0
- data/lib/vericred_client/models/aca_plan2018_search_response.rb +420 -0
- data/lib/vericred_client/models/aca_plan2018_search_result.rb +1324 -0
- data/lib/vericred_client/models/aca_plan2018_show_response.rb +396 -0
- data/lib/vericred_client/models/aca_plan_pre2018.rb +1284 -0
- data/lib/vericred_client/models/aca_plan_pre2018_search_response.rb +420 -0
- data/lib/vericred_client/models/{plan_search_result.rb → aca_plan_pre2018_search_result.rb} +294 -98
- data/lib/vericred_client/models/aca_plan_pre2018_show_response.rb +396 -0
- data/lib/vericred_client/models/base.rb +5 -3
- data/lib/vericred_client/models/base_plan_search_response.rb +408 -0
- data/lib/vericred_client/models/carrier.rb +9 -17
- data/lib/vericred_client/models/carrier_group_request.rb +416 -0
- data/lib/vericred_client/models/carrier_request.rb +426 -0
- data/lib/vericred_client/models/carrier_subsidiary.rb +19 -7
- data/lib/vericred_client/models/county.rb +5 -3
- data/lib/vericred_client/models/county_bulk.rb +5 -3
- data/lib/vericred_client/models/dental_plan.rb +518 -0
- data/lib/vericred_client/models/dental_plan_benefits.rb +616 -0
- data/lib/vericred_client/models/dental_plan_search_applicant.rb +416 -0
- data/lib/vericred_client/models/dental_plan_search_request.rb +468 -0
- data/lib/vericred_client/models/dental_plan_search_response.rb +408 -0
- data/lib/vericred_client/models/dental_plan_show_response.rb +396 -0
- data/lib/vericred_client/models/dental_plan_update.rb +478 -0
- data/lib/vericred_client/models/dental_plan_update_request.rb +396 -0
- data/lib/vericred_client/models/drug.rb +5 -3
- data/lib/vericred_client/models/drug_coverage.rb +18 -4
- data/lib/vericred_client/models/drug_coverage_response.rb +12 -24
- data/lib/vericred_client/models/drug_package.rb +5 -3
- data/lib/vericred_client/models/drug_search_response.rb +5 -3
- data/lib/vericred_client/models/embargo_request.rb +446 -0
- data/lib/vericred_client/models/formulary.rb +5 -3
- data/lib/vericred_client/models/formulary_drug_package_response.rb +5 -3
- data/lib/vericred_client/models/formulary_response.rb +5 -3
- data/lib/vericred_client/models/issuer_request.rb +506 -0
- data/lib/vericred_client/models/meta.rb +5 -3
- data/lib/vericred_client/models/{plan_search_response_meta.rb → meta_plan_search_response.rb} +20 -8
- data/lib/vericred_client/models/network.rb +5 -3
- data/lib/vericred_client/models/network_comparison.rb +446 -0
- data/lib/vericred_client/models/network_comparison_request.rb +418 -0
- data/lib/vericred_client/models/network_comparison_response.rb +410 -0
- data/lib/vericred_client/models/network_details.rb +5 -3
- data/lib/vericred_client/models/network_details_response.rb +5 -3
- data/lib/vericred_client/models/network_search_response.rb +5 -3
- data/lib/vericred_client/models/network_size.rb +5 -3
- data/lib/vericred_client/models/notification_subscription.rb +396 -0
- data/lib/vericred_client/models/notification_subscription_response.rb +396 -0
- data/lib/vericred_client/models/plan.rb +28 -616
- data/lib/vericred_client/models/plan_county.rb +5 -3
- data/lib/vericred_client/models/plan_county_bulk.rb +5 -3
- data/lib/vericred_client/models/plan_deleted.rb +386 -0
- data/lib/vericred_client/models/plan_identifier.rb +406 -0
- data/lib/vericred_client/models/plan_medicare.rb +510 -0
- data/lib/vericred_client/models/plan_medicare_bulk.rb +530 -0
- data/lib/vericred_client/models/plan_pricing_medicare.rb +466 -0
- data/lib/vericred_client/models/plan_search_response.rb +21 -19
- data/lib/vericred_client/models/plan_show_response.rb +6 -4
- data/lib/vericred_client/models/provider.rb +21 -17
- data/lib/vericred_client/models/provider_details.rb +18 -14
- data/lib/vericred_client/models/provider_geocode.rb +5 -3
- data/lib/vericred_client/models/provider_network_event_notification.rb +450 -0
- data/lib/vericred_client/models/provider_show_response.rb +5 -3
- data/lib/vericred_client/models/providers_geocode_response.rb +5 -3
- data/lib/vericred_client/models/providers_search_response.rb +5 -3
- data/lib/vericred_client/models/rate_request.rb +1796 -0
- data/lib/vericred_client/models/rate_search.rb +1746 -0
- data/lib/vericred_client/models/rating_area.rb +5 -3
- data/lib/vericred_client/models/request_plan_find.rb +26 -4
- data/lib/vericred_client/models/request_plan_find_applicant.rb +5 -3
- data/lib/vericred_client/models/request_plan_find_carrier_verification.rb +556 -0
- data/lib/vericred_client/models/request_plan_find_drug_package.rb +5 -3
- data/lib/vericred_client/models/request_plan_find_provider.rb +5 -3
- data/lib/vericred_client/models/request_provider_notification_subscription.rb +418 -0
- data/lib/vericred_client/models/request_providers_search.rb +18 -4
- data/lib/vericred_client/models/request_rates_search.rb +416 -0
- data/lib/vericred_client/models/response_rates_search.rb +396 -0
- data/lib/vericred_client/models/{applicant.rb → rx_cui_identifier.rb} +23 -51
- data/lib/vericred_client/models/rx_cui_identifier_search_response.rb +408 -0
- data/lib/vericred_client/models/service_area.rb +5 -3
- data/lib/vericred_client/models/service_area_zip_county.rb +5 -3
- data/lib/vericred_client/models/state.rb +5 -3
- data/lib/vericred_client/models/state_network_size_request.rb +5 -3
- data/lib/vericred_client/models/state_network_size_response.rb +5 -3
- data/lib/vericred_client/models/vision_plan.rb +518 -0
- data/lib/vericred_client/models/vision_plan_benefits.rb +566 -0
- data/lib/vericred_client/models/vision_plan_search_applicant.rb +416 -0
- data/lib/vericred_client/models/vision_plan_search_request.rb +468 -0
- data/lib/vericred_client/models/vision_plan_search_response.rb +408 -0
- data/lib/vericred_client/models/vision_plan_show_response.rb +396 -0
- data/lib/vericred_client/models/vision_plan_update.rb +478 -0
- data/lib/vericred_client/models/vision_plan_update_request.rb +396 -0
- data/lib/vericred_client/models/zip_code.rb +5 -3
- data/lib/vericred_client/models/zip_counties_response.rb +5 -3
- data/lib/vericred_client/models/zip_county.rb +5 -3
- data/lib/vericred_client/models/zip_county_bulk.rb +5 -3
- data/lib/vericred_client/models/zip_county_response.rb +5 -3
- data/lib/vericred_client/version.rb +6 -4
- data/lib/vericred_client.rb +66 -6
- data/spec/api/carrier_groups_api_spec.rb +267 -0
- data/spec/api/carrier_verification_plans_api_spec.rb +254 -0
- data/spec/api/carriers_api_spec.rb +267 -0
- data/spec/api/dental_plans_api_spec.rb +279 -0
- data/spec/api/drug_coverages_api_spec.rb +5 -3
- data/spec/api/drug_packages_api_spec.rb +5 -3
- data/spec/api/drugs_api_spec.rb +5 -3
- data/spec/api/embargoes_api_spec.rb +267 -0
- data/spec/api/formularies_api_spec.rb +257 -0
- data/spec/api/issuers_api_spec.rb +267 -0
- data/spec/api/medical_plans_api_spec.rb +267 -0
- data/spec/api/network_sizes_api_spec.rb +5 -3
- data/spec/api/networks_api_spec.rb +18 -3
- data/spec/api/plans_api_spec.rb +30 -3
- data/spec/api/provider_notification_subscriptions_api_spec.rb +278 -0
- data/spec/api/providers_api_spec.rb +23 -10
- data/spec/api/rates_api_spec.rb +267 -0
- data/spec/api/vision_plans_api_spec.rb +279 -0
- data/spec/api/zip_counties_api_spec.rb +5 -3
- data/spec/api_client_spec.rb +5 -3
- data/spec/configuration_spec.rb +5 -3
- data/spec/models/aca_plan2018_search_response_spec.rb +261 -0
- data/spec/models/aca_plan2018_search_result_spec.rb +801 -0
- data/spec/models/aca_plan2018_show_response_spec.rb +249 -0
- data/spec/models/aca_plan2018_spec.rb +783 -0
- data/spec/models/aca_plan_pre2018_search_response_spec.rb +261 -0
- data/spec/models/aca_plan_pre2018_search_result_spec.rb +795 -0
- data/spec/models/aca_plan_pre2018_show_response_spec.rb +249 -0
- data/spec/models/aca_plan_pre2018_spec.rb +777 -0
- data/spec/models/{plan_search_result_spec.rb → aca_plan_spec.rb} +149 -51
- data/spec/models/base_plan_search_response_spec.rb +255 -0
- data/spec/models/base_spec.rb +5 -3
- data/spec/models/carrier_group_request_spec.rb +261 -0
- data/spec/models/carrier_request_spec.rb +267 -0
- data/spec/models/carrier_spec.rb +5 -9
- data/spec/models/carrier_subsidiary_spec.rb +11 -3
- data/spec/models/county_bulk_spec.rb +5 -3
- data/spec/models/county_spec.rb +5 -3
- data/spec/models/dental_plan_benefits_spec.rb +381 -0
- data/spec/models/dental_plan_search_applicant_spec.rb +261 -0
- data/spec/models/dental_plan_search_request_spec.rb +291 -0
- data/spec/models/dental_plan_search_response_spec.rb +255 -0
- data/spec/models/dental_plan_show_response_spec.rb +249 -0
- data/spec/models/dental_plan_spec.rb +321 -0
- data/spec/models/dental_plan_update_request_spec.rb +249 -0
- data/spec/models/dental_plan_update_spec.rb +297 -0
- data/spec/models/drug_coverage_response_spec.rb +6 -10
- data/spec/models/drug_coverage_spec.rb +11 -3
- data/spec/models/drug_package_spec.rb +5 -3
- data/spec/models/drug_search_response_spec.rb +5 -3
- data/spec/models/drug_spec.rb +5 -3
- data/spec/models/{applicant_spec.rb → embargo_request_spec.rb} +17 -21
- data/spec/models/formulary_drug_package_response_spec.rb +5 -3
- data/spec/models/formulary_response_spec.rb +5 -3
- data/spec/models/formulary_spec.rb +5 -3
- data/spec/models/issuer_request_spec.rb +315 -0
- data/spec/models/meta_plan_search_response_spec.rb +261 -0
- data/spec/models/meta_spec.rb +5 -3
- data/spec/models/network_comparison_request_spec.rb +261 -0
- data/spec/models/network_comparison_response_spec.rb +255 -0
- data/spec/models/network_comparison_spec.rb +279 -0
- data/spec/models/network_details_response_spec.rb +5 -3
- data/spec/models/network_details_spec.rb +5 -3
- data/spec/models/network_search_response_spec.rb +5 -3
- data/spec/models/network_size_spec.rb +5 -3
- data/spec/models/network_spec.rb +5 -3
- data/spec/models/notification_subscription_response_spec.rb +249 -0
- data/spec/models/notification_subscription_spec.rb +249 -0
- data/spec/models/plan_county_bulk_spec.rb +5 -3
- data/spec/models/plan_county_spec.rb +5 -3
- data/spec/models/plan_deleted_spec.rb +243 -0
- data/spec/models/{plan_search_response_meta_spec.rb → plan_identifier_spec.rb} +13 -11
- data/spec/models/plan_medicare_bulk_spec.rb +327 -0
- data/spec/models/plan_medicare_spec.rb +315 -0
- data/spec/models/plan_pricing_medicare_spec.rb +291 -0
- data/spec/models/plan_search_response_spec.rb +7 -5
- data/spec/models/plan_show_response_spec.rb +5 -3
- data/spec/models/plan_spec.rb +8 -360
- data/spec/models/provider_details_spec.rb +11 -9
- data/spec/models/provider_geocode_spec.rb +5 -3
- data/spec/models/provider_network_event_notification_spec.rb +279 -0
- data/spec/models/provider_show_response_spec.rb +5 -3
- data/spec/models/provider_spec.rb +11 -9
- data/spec/models/providers_geocode_response_spec.rb +5 -3
- data/spec/models/providers_search_response_spec.rb +5 -3
- data/spec/models/rate_request_spec.rb +1089 -0
- data/spec/models/rate_search_spec.rb +1059 -0
- data/spec/models/rating_area_spec.rb +5 -3
- data/spec/models/request_plan_find_applicant_spec.rb +5 -3
- data/spec/models/request_plan_find_carrier_verification_spec.rb +339 -0
- data/spec/models/request_plan_find_drug_package_spec.rb +5 -3
- data/spec/models/request_plan_find_provider_spec.rb +5 -3
- data/spec/models/request_plan_find_spec.rb +17 -3
- data/spec/models/request_provider_notification_subscription_spec.rb +261 -0
- data/spec/models/request_providers_search_spec.rb +11 -3
- data/spec/models/request_rates_search_spec.rb +261 -0
- data/spec/models/response_rates_search_spec.rb +249 -0
- data/spec/models/rx_cui_identifier_search_response_spec.rb +255 -0
- data/spec/models/rx_cui_identifier_spec.rb +267 -0
- data/spec/models/service_area_spec.rb +5 -3
- data/spec/models/service_area_zip_county_spec.rb +5 -3
- data/spec/models/state_network_size_request_spec.rb +5 -3
- data/spec/models/state_network_size_response_spec.rb +5 -3
- data/spec/models/state_spec.rb +5 -3
- data/spec/models/vision_plan_benefits_spec.rb +351 -0
- data/spec/models/vision_plan_search_applicant_spec.rb +261 -0
- data/spec/models/vision_plan_search_request_spec.rb +291 -0
- data/spec/models/vision_plan_search_response_spec.rb +255 -0
- data/spec/models/vision_plan_show_response_spec.rb +249 -0
- data/spec/models/vision_plan_spec.rb +321 -0
- data/spec/models/vision_plan_update_request_spec.rb +249 -0
- data/spec/models/vision_plan_update_spec.rb +297 -0
- data/spec/models/zip_code_spec.rb +5 -3
- data/spec/models/zip_counties_response_spec.rb +5 -3
- data/spec/models/zip_county_bulk_spec.rb +5 -3
- data/spec/models/zip_county_response_spec.rb +5 -3
- data/spec/models/zip_county_spec.rb +5 -3
- data/spec/spec_helper.rb +5 -3
- data/vericred_client.gemspec +5 -3
- metadata +247 -16
- data/docs/Applicant.md +0 -14
- data/git_push.sh +0 -67
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 03a1f86dfec1d19b1f61db61d6c5e8c8b94dc966
|
|
4
|
+
data.tar.gz: 7421a9f952f0985c1beb044ccfdffdc98629932c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ea3c7a1ed2159bd2b633e78f72bb8e94d0b42a1a7ffc0cf37c19b56947c469254562944d28437f97d0f8ffc45c0245e34eedd7511f0d39b8e99da49896293b1
|
|
7
|
+
data.tar.gz: e2ab10391cc5278033124edad4ba87b23cad6267de8f42159216187379dbaff4516fee542579fcab889bb3dce5cc8b6b7fe929e8ab8272019df2c3b3d5117e9f
|
data/README.md
CHANGED
|
@@ -94,7 +94,7 @@ document.
|
|
|
94
94
|
In this case, we want to select `name` and `phone` from the `provider` key,
|
|
95
95
|
so we would add the parameters `select=provider.name,provider.phone`.
|
|
96
96
|
We also want the `name` and `code` from the `states` key, so we would
|
|
97
|
-
add the parameters `select=states.name,
|
|
97
|
+
add the parameters `select=states.name,states.code`. The id field of
|
|
98
98
|
each document is always returned whether or not it is requested.
|
|
99
99
|
|
|
100
100
|
Our final request would be `GET /providers/12345?select=provider.name,provider.phone,states.name,states.code`
|
|
@@ -151,15 +151,16 @@ Here's a description of the benefits summary string, represented as a context-fr
|
|
|
151
151
|
```
|
|
152
152
|
root ::= coverage
|
|
153
153
|
|
|
154
|
-
coverage ::= (simple_coverage | tiered_coverage) (space pipe space
|
|
154
|
+
coverage ::= (simple_coverage | tiered_coverage) (space pipe space coverage_modifier)?
|
|
155
155
|
tiered_coverage ::= tier (space slash space tier)*
|
|
156
156
|
tier ::= tier_name colon space (tier_coverage | not_applicable)
|
|
157
157
|
tier_coverage ::= simple_coverage (space (then | or | and) space simple_coverage)* tier_limitation?
|
|
158
158
|
simple_coverage ::= (pre_coverage_limitation space)? coverage_amount (space post_coverage_limitation)? (comma? space coverage_condition)?
|
|
159
|
-
|
|
159
|
+
coverage_modifier ::= limit_condition colon space (((simple_coverage | simple_limitation) (semicolon space see_carrier_documentation)?) | see_carrier_documentation | waived_if_admitted | shared_across_tiers)
|
|
160
160
|
waived_if_admitted ::= ("copay" space)? "waived if admitted"
|
|
161
161
|
simple_limitation ::= pre_coverage_limitation space "copay applies"
|
|
162
162
|
tier_name ::= "In-Network-Tier-2" | "Out-of-Network" | "In-Network"
|
|
163
|
+
limit_condition ::= "limit" | "condition"
|
|
163
164
|
tier_limitation ::= comma space "up to" space (currency | (integer space time_unit plural?)) (space post_coverage_limitation)?
|
|
164
165
|
coverage_amount ::= currency | unlimited | included | unknown | percentage | (digits space (treatment_unit | time_unit) plural?)
|
|
165
166
|
pre_coverage_limitation ::= first space digits space time_unit plural?
|
|
@@ -169,6 +170,7 @@ allowance ::= upto_allowance | after_allowance
|
|
|
169
170
|
upto_allowance ::= "up to" space (currency space)? "allowance"
|
|
170
171
|
after_allowance ::= "after" space (currency space)? "allowance"
|
|
171
172
|
see_carrier_documentation ::= "see carrier documentation for more information"
|
|
173
|
+
shared_across_tiers ::= "shared across all tiers"
|
|
172
174
|
unknown ::= "unknown"
|
|
173
175
|
unlimited ::= /[uU]nlimited/
|
|
174
176
|
included ::= /[iI]ncluded in [mM]edical/
|
|
@@ -201,7 +203,7 @@ space ::= /[ \t]/+
|
|
|
201
203
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
202
204
|
|
|
203
205
|
- API version: 1.0.0
|
|
204
|
-
- Package version: 0.0.
|
|
206
|
+
- Package version: 0.0.18
|
|
205
207
|
- Build package: class io.swagger.codegen.languages.RubyClientCodegen
|
|
206
208
|
|
|
207
209
|
## Installation
|
|
@@ -217,15 +219,15 @@ gem build vericred_client.gemspec
|
|
|
217
219
|
Then either install the gem locally:
|
|
218
220
|
|
|
219
221
|
```shell
|
|
220
|
-
gem install ./vericred_client-0.0.
|
|
222
|
+
gem install ./vericred_client-0.0.18.gem
|
|
221
223
|
```
|
|
222
|
-
(for development, run `gem install --dev ./vericred_client-0.0.
|
|
224
|
+
(for development, run `gem install --dev ./vericred_client-0.0.18.gem` to install the development dependencies)
|
|
223
225
|
|
|
224
226
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
225
227
|
|
|
226
228
|
Finally add this to the Gemfile:
|
|
227
229
|
|
|
228
|
-
gem 'vericred_client', '~> 0.0.
|
|
230
|
+
gem 'vericred_client', '~> 0.0.18'
|
|
229
231
|
|
|
230
232
|
### Install from Git
|
|
231
233
|
|
|
@@ -256,21 +258,16 @@ VericredClient.configure do |config|
|
|
|
256
258
|
#config.api_key_prefix['Vericred-Api-Key'] = 'Bearer'
|
|
257
259
|
end
|
|
258
260
|
|
|
259
|
-
api_instance = VericredClient::
|
|
261
|
+
api_instance = VericredClient::CarrierGroupsApi.new
|
|
260
262
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
audience = "individual" # String | Plan Audience (individual or small_group)
|
|
264
|
-
|
|
265
|
-
state_code = "CA" # String | Two-character state code
|
|
263
|
+
vericred_id = "a234567b90" # String | The unique Vericred id
|
|
266
264
|
|
|
267
265
|
|
|
268
266
|
begin
|
|
269
|
-
#
|
|
270
|
-
|
|
271
|
-
p result
|
|
267
|
+
#Delete a CarrierGroup.
|
|
268
|
+
api_instance.delete_carrier_group(vericred_id)
|
|
272
269
|
rescue VericredClient::ApiError => e
|
|
273
|
-
puts "Exception when calling
|
|
270
|
+
puts "Exception when calling CarrierGroupsApi->delete_carrier_group: #{e}"
|
|
274
271
|
end
|
|
275
272
|
|
|
276
273
|
```
|
|
@@ -281,68 +278,142 @@ All URIs are relative to *https://api.vericred.com/*
|
|
|
281
278
|
|
|
282
279
|
Class | Method | HTTP request | Description
|
|
283
280
|
------------ | ------------- | ------------- | -------------
|
|
281
|
+
*VericredClient::CarrierGroupsApi* | [**delete_carrier_group**](docs/CarrierGroupsApi.md#delete_carrier_group) | **DELETE** /carrier_groups/{vericred_id} | Delete a CarrierGroup.
|
|
282
|
+
*VericredClient::CarrierGroupsApi* | [**put_carrier_group**](docs/CarrierGroupsApi.md#put_carrier_group) | **PUT** /carrier_groups/{vericred_id} | Create/update a CarrierGroup
|
|
283
|
+
*VericredClient::CarrierVerificationPlansApi* | [**find_carrier_verification_plans**](docs/CarrierVerificationPlansApi.md#find_carrier_verification_plans) | **POST** /plans/cvt/search | Find Carrier Verification Plans
|
|
284
|
+
*VericredClient::CarriersApi* | [**delete_carrier**](docs/CarriersApi.md#delete_carrier) | **DELETE** /carriers/{vericred_id} | Delete a Carrier.
|
|
285
|
+
*VericredClient::CarriersApi* | [**put_carrier**](docs/CarriersApi.md#put_carrier) | **PUT** /carriers/{vericred_id} | Create/update a Carrier
|
|
286
|
+
*VericredClient::DentalPlansApi* | [**delete_dental_plan**](docs/DentalPlansApi.md#delete_dental_plan) | **DELETE** /plans/dental/{vericred_id} | Delete a Dental Plan.
|
|
287
|
+
*VericredClient::DentalPlansApi* | [**put_dental_plan**](docs/DentalPlansApi.md#put_dental_plan) | **PUT** /plans/dental/{vericred_id} | Create/update a Dental Plan
|
|
288
|
+
*VericredClient::DentalPlansApi* | [**show_dental_plan**](docs/DentalPlansApi.md#show_dental_plan) | **GET** /plans/dental/{vericred_id} | Show Plan
|
|
284
289
|
*VericredClient::DrugCoveragesApi* | [**get_drug_coverages**](docs/DrugCoveragesApi.md#get_drug_coverages) | **GET** /drug_packages/{ndc_package_code}/coverages | Search for DrugCoverages
|
|
285
290
|
*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
|
|
286
291
|
*VericredClient::DrugsApi* | [**list_drugs**](docs/DrugsApi.md#list_drugs) | **GET** /drugs | Drug Search
|
|
292
|
+
*VericredClient::EmbargoesApi* | [**delete_embargo**](docs/EmbargoesApi.md#delete_embargo) | **DELETE** /embargoes/{vericred_id} | Delete an Embargo.
|
|
293
|
+
*VericredClient::EmbargoesApi* | [**put_embargo**](docs/EmbargoesApi.md#put_embargo) | **PUT** /embargoes/{vericred_id} | Create/update an Embargo
|
|
294
|
+
*VericredClient::FormulariesApi* | [**list_formularies**](docs/FormulariesApi.md#list_formularies) | **GET** /formularies | Formulary Search
|
|
295
|
+
*VericredClient::IssuersApi* | [**delete_issuer**](docs/IssuersApi.md#delete_issuer) | **DELETE** /issuers/{vericred_id} | Delete an Issuer.
|
|
296
|
+
*VericredClient::IssuersApi* | [**put_issuer**](docs/IssuersApi.md#put_issuer) | **PUT** /issuers/{vericred_id} | Create/update an Issuer
|
|
297
|
+
*VericredClient::MedicalPlansApi* | [**find_plans**](docs/MedicalPlansApi.md#find_plans) | **POST** /plans/medical/search | Find Plans
|
|
298
|
+
*VericredClient::MedicalPlansApi* | [**show_plan**](docs/MedicalPlansApi.md#show_plan) | **GET** /plans/medical/{id} | Show Plan
|
|
287
299
|
*VericredClient::NetworkSizesApi* | [**list_state_network_sizes**](docs/NetworkSizesApi.md#list_state_network_sizes) | **GET** /states/{state_id}/network_sizes | State Network Sizes
|
|
288
300
|
*VericredClient::NetworkSizesApi* | [**search_network_sizes**](docs/NetworkSizesApi.md#search_network_sizes) | **POST** /network_sizes/search | Network Sizes
|
|
301
|
+
*VericredClient::NetworksApi* | [**create_network_comparisons**](docs/NetworksApi.md#create_network_comparisons) | **POST** /networks/{id}/network_comparisons | Network Comparisons
|
|
289
302
|
*VericredClient::NetworksApi* | [**list_networks**](docs/NetworksApi.md#list_networks) | **GET** /networks | Networks
|
|
290
303
|
*VericredClient::NetworksApi* | [**show_network**](docs/NetworksApi.md#show_network) | **GET** /networks/{id} | Network Details
|
|
304
|
+
*VericredClient::PlansApi* | [**delete_plan**](docs/PlansApi.md#delete_plan) | **DELETE** /plans/{hios}/{year} | Delete a plan
|
|
291
305
|
*VericredClient::PlansApi* | [**find_plans**](docs/PlansApi.md#find_plans) | **POST** /plans/search | Find Plans
|
|
306
|
+
*VericredClient::PlansApi* | [**search_rates**](docs/PlansApi.md#search_rates) | **POST** /plans/{id}/rates | Show Plan Rates
|
|
292
307
|
*VericredClient::PlansApi* | [**show_plan**](docs/PlansApi.md#show_plan) | **GET** /plans/{id} | Show Plan
|
|
293
|
-
*VericredClient::
|
|
308
|
+
*VericredClient::ProviderNotificationSubscriptionsApi* | [**create_provider_notification_subscription**](docs/ProviderNotificationSubscriptionsApi.md#create_provider_notification_subscription) | **POST** /providers/subscription | Subscribe
|
|
309
|
+
*VericredClient::ProviderNotificationSubscriptionsApi* | [**delete_provider_notification_subscription**](docs/ProviderNotificationSubscriptionsApi.md#delete_provider_notification_subscription) | **DELETE** /providers/subscription/{nonce} | Unsubscribe
|
|
310
|
+
*VericredClient::ProviderNotificationSubscriptionsApi* | [**notify_provider_notification_subscription**](docs/ProviderNotificationSubscriptionsApi.md#notify_provider_notification_subscription) | **POST** /CALLBACK_URL | Webhook
|
|
311
|
+
*VericredClient::ProvidersApi* | [**delete_provider**](docs/ProvidersApi.md#delete_provider) | **DELETE** /providers/{npi} | Delete an NPI from a provider.
|
|
294
312
|
*VericredClient::ProvidersApi* | [**get_providers**](docs/ProvidersApi.md#get_providers) | **POST** /providers/search | Find Providers
|
|
295
313
|
*VericredClient::ProvidersApi* | [**get_providers_0**](docs/ProvidersApi.md#get_providers_0) | **POST** /providers/search/geocode | Find Providers
|
|
314
|
+
*VericredClient::ProvidersApi* | [**put_provider**](docs/ProvidersApi.md#put_provider) | **PUT** /providers/{npi} | Find a Provider
|
|
315
|
+
*VericredClient::RatesApi* | [**delete_rate**](docs/RatesApi.md#delete_rate) | **DELETE** /rates/{vericred_id} | Delete a Rate.
|
|
316
|
+
*VericredClient::RatesApi* | [**put_rate**](docs/RatesApi.md#put_rate) | **PUT** /rates/{vericred_id} | Create/update a Rate
|
|
317
|
+
*VericredClient::VisionPlansApi* | [**delete_vision_plan**](docs/VisionPlansApi.md#delete_vision_plan) | **DELETE** /plans/vision/{vericred_id} | Delete a Vision Plan.
|
|
318
|
+
*VericredClient::VisionPlansApi* | [**put_vision_plan**](docs/VisionPlansApi.md#put_vision_plan) | **PUT** /plans/vision/{vericred_id} | Create/update a Vision Plan
|
|
319
|
+
*VericredClient::VisionPlansApi* | [**show_vision_plan**](docs/VisionPlansApi.md#show_vision_plan) | **GET** /plans/vision/{vericred_id} | Show Plan
|
|
296
320
|
*VericredClient::ZipCountiesApi* | [**get_zip_counties**](docs/ZipCountiesApi.md#get_zip_counties) | **GET** /zip_counties | Search for Zip Counties
|
|
297
321
|
*VericredClient::ZipCountiesApi* | [**show_zip_county**](docs/ZipCountiesApi.md#show_zip_county) | **GET** /zip_counties/{id} | Show an individual ZipCounty
|
|
298
322
|
|
|
299
323
|
|
|
300
324
|
## Documentation for Models
|
|
301
325
|
|
|
302
|
-
- [VericredClient::
|
|
326
|
+
- [VericredClient::ACAPlan](docs/ACAPlan.md)
|
|
327
|
+
- [VericredClient::ACAPlan2018](docs/ACAPlan2018.md)
|
|
328
|
+
- [VericredClient::ACAPlan2018SearchResponse](docs/ACAPlan2018SearchResponse.md)
|
|
329
|
+
- [VericredClient::ACAPlan2018SearchResult](docs/ACAPlan2018SearchResult.md)
|
|
330
|
+
- [VericredClient::ACAPlan2018ShowResponse](docs/ACAPlan2018ShowResponse.md)
|
|
331
|
+
- [VericredClient::ACAPlanPre2018](docs/ACAPlanPre2018.md)
|
|
332
|
+
- [VericredClient::ACAPlanPre2018SearchResponse](docs/ACAPlanPre2018SearchResponse.md)
|
|
333
|
+
- [VericredClient::ACAPlanPre2018SearchResult](docs/ACAPlanPre2018SearchResult.md)
|
|
334
|
+
- [VericredClient::ACAPlanPre2018ShowResponse](docs/ACAPlanPre2018ShowResponse.md)
|
|
303
335
|
- [VericredClient::Base](docs/Base.md)
|
|
336
|
+
- [VericredClient::BasePlanSearchResponse](docs/BasePlanSearchResponse.md)
|
|
304
337
|
- [VericredClient::Carrier](docs/Carrier.md)
|
|
338
|
+
- [VericredClient::CarrierGroupRequest](docs/CarrierGroupRequest.md)
|
|
339
|
+
- [VericredClient::CarrierRequest](docs/CarrierRequest.md)
|
|
305
340
|
- [VericredClient::CarrierSubsidiary](docs/CarrierSubsidiary.md)
|
|
306
341
|
- [VericredClient::County](docs/County.md)
|
|
307
342
|
- [VericredClient::CountyBulk](docs/CountyBulk.md)
|
|
343
|
+
- [VericredClient::DentalPlan](docs/DentalPlan.md)
|
|
344
|
+
- [VericredClient::DentalPlanBenefits](docs/DentalPlanBenefits.md)
|
|
345
|
+
- [VericredClient::DentalPlanSearchApplicant](docs/DentalPlanSearchApplicant.md)
|
|
346
|
+
- [VericredClient::DentalPlanSearchRequest](docs/DentalPlanSearchRequest.md)
|
|
347
|
+
- [VericredClient::DentalPlanSearchResponse](docs/DentalPlanSearchResponse.md)
|
|
348
|
+
- [VericredClient::DentalPlanShowResponse](docs/DentalPlanShowResponse.md)
|
|
349
|
+
- [VericredClient::DentalPlanUpdate](docs/DentalPlanUpdate.md)
|
|
350
|
+
- [VericredClient::DentalPlanUpdateRequest](docs/DentalPlanUpdateRequest.md)
|
|
308
351
|
- [VericredClient::Drug](docs/Drug.md)
|
|
309
352
|
- [VericredClient::DrugCoverage](docs/DrugCoverage.md)
|
|
310
353
|
- [VericredClient::DrugCoverageResponse](docs/DrugCoverageResponse.md)
|
|
311
354
|
- [VericredClient::DrugPackage](docs/DrugPackage.md)
|
|
312
355
|
- [VericredClient::DrugSearchResponse](docs/DrugSearchResponse.md)
|
|
356
|
+
- [VericredClient::EmbargoRequest](docs/EmbargoRequest.md)
|
|
313
357
|
- [VericredClient::Formulary](docs/Formulary.md)
|
|
314
358
|
- [VericredClient::FormularyDrugPackageResponse](docs/FormularyDrugPackageResponse.md)
|
|
315
359
|
- [VericredClient::FormularyResponse](docs/FormularyResponse.md)
|
|
360
|
+
- [VericredClient::IssuerRequest](docs/IssuerRequest.md)
|
|
316
361
|
- [VericredClient::Meta](docs/Meta.md)
|
|
362
|
+
- [VericredClient::MetaPlanSearchResponse](docs/MetaPlanSearchResponse.md)
|
|
317
363
|
- [VericredClient::Network](docs/Network.md)
|
|
364
|
+
- [VericredClient::NetworkComparison](docs/NetworkComparison.md)
|
|
365
|
+
- [VericredClient::NetworkComparisonRequest](docs/NetworkComparisonRequest.md)
|
|
366
|
+
- [VericredClient::NetworkComparisonResponse](docs/NetworkComparisonResponse.md)
|
|
318
367
|
- [VericredClient::NetworkDetails](docs/NetworkDetails.md)
|
|
319
368
|
- [VericredClient::NetworkDetailsResponse](docs/NetworkDetailsResponse.md)
|
|
320
369
|
- [VericredClient::NetworkSearchResponse](docs/NetworkSearchResponse.md)
|
|
321
370
|
- [VericredClient::NetworkSize](docs/NetworkSize.md)
|
|
371
|
+
- [VericredClient::NotificationSubscription](docs/NotificationSubscription.md)
|
|
372
|
+
- [VericredClient::NotificationSubscriptionResponse](docs/NotificationSubscriptionResponse.md)
|
|
322
373
|
- [VericredClient::Plan](docs/Plan.md)
|
|
323
374
|
- [VericredClient::PlanCounty](docs/PlanCounty.md)
|
|
324
375
|
- [VericredClient::PlanCountyBulk](docs/PlanCountyBulk.md)
|
|
376
|
+
- [VericredClient::PlanDeleted](docs/PlanDeleted.md)
|
|
377
|
+
- [VericredClient::PlanIdentifier](docs/PlanIdentifier.md)
|
|
378
|
+
- [VericredClient::PlanMedicare](docs/PlanMedicare.md)
|
|
379
|
+
- [VericredClient::PlanMedicareBulk](docs/PlanMedicareBulk.md)
|
|
380
|
+
- [VericredClient::PlanPricingMedicare](docs/PlanPricingMedicare.md)
|
|
325
381
|
- [VericredClient::PlanSearchResponse](docs/PlanSearchResponse.md)
|
|
326
|
-
- [VericredClient::PlanSearchResponseMeta](docs/PlanSearchResponseMeta.md)
|
|
327
|
-
- [VericredClient::PlanSearchResult](docs/PlanSearchResult.md)
|
|
328
382
|
- [VericredClient::PlanShowResponse](docs/PlanShowResponse.md)
|
|
329
383
|
- [VericredClient::Provider](docs/Provider.md)
|
|
330
384
|
- [VericredClient::ProviderDetails](docs/ProviderDetails.md)
|
|
331
385
|
- [VericredClient::ProviderGeocode](docs/ProviderGeocode.md)
|
|
386
|
+
- [VericredClient::ProviderNetworkEventNotification](docs/ProviderNetworkEventNotification.md)
|
|
332
387
|
- [VericredClient::ProviderShowResponse](docs/ProviderShowResponse.md)
|
|
333
388
|
- [VericredClient::ProvidersGeocodeResponse](docs/ProvidersGeocodeResponse.md)
|
|
334
389
|
- [VericredClient::ProvidersSearchResponse](docs/ProvidersSearchResponse.md)
|
|
390
|
+
- [VericredClient::RateRequest](docs/RateRequest.md)
|
|
391
|
+
- [VericredClient::RateSearch](docs/RateSearch.md)
|
|
335
392
|
- [VericredClient::RatingArea](docs/RatingArea.md)
|
|
336
393
|
- [VericredClient::RequestPlanFind](docs/RequestPlanFind.md)
|
|
337
394
|
- [VericredClient::RequestPlanFindApplicant](docs/RequestPlanFindApplicant.md)
|
|
395
|
+
- [VericredClient::RequestPlanFindCarrierVerification](docs/RequestPlanFindCarrierVerification.md)
|
|
338
396
|
- [VericredClient::RequestPlanFindDrugPackage](docs/RequestPlanFindDrugPackage.md)
|
|
339
397
|
- [VericredClient::RequestPlanFindProvider](docs/RequestPlanFindProvider.md)
|
|
398
|
+
- [VericredClient::RequestProviderNotificationSubscription](docs/RequestProviderNotificationSubscription.md)
|
|
340
399
|
- [VericredClient::RequestProvidersSearch](docs/RequestProvidersSearch.md)
|
|
400
|
+
- [VericredClient::RequestRatesSearch](docs/RequestRatesSearch.md)
|
|
401
|
+
- [VericredClient::ResponseRatesSearch](docs/ResponseRatesSearch.md)
|
|
402
|
+
- [VericredClient::RxCuiIdentifier](docs/RxCuiIdentifier.md)
|
|
403
|
+
- [VericredClient::RxCuiIdentifierSearchResponse](docs/RxCuiIdentifierSearchResponse.md)
|
|
341
404
|
- [VericredClient::ServiceArea](docs/ServiceArea.md)
|
|
342
405
|
- [VericredClient::ServiceAreaZipCounty](docs/ServiceAreaZipCounty.md)
|
|
343
406
|
- [VericredClient::State](docs/State.md)
|
|
344
407
|
- [VericredClient::StateNetworkSizeRequest](docs/StateNetworkSizeRequest.md)
|
|
345
408
|
- [VericredClient::StateNetworkSizeResponse](docs/StateNetworkSizeResponse.md)
|
|
409
|
+
- [VericredClient::VisionPlan](docs/VisionPlan.md)
|
|
410
|
+
- [VericredClient::VisionPlanBenefits](docs/VisionPlanBenefits.md)
|
|
411
|
+
- [VericredClient::VisionPlanSearchApplicant](docs/VisionPlanSearchApplicant.md)
|
|
412
|
+
- [VericredClient::VisionPlanSearchRequest](docs/VisionPlanSearchRequest.md)
|
|
413
|
+
- [VericredClient::VisionPlanSearchResponse](docs/VisionPlanSearchResponse.md)
|
|
414
|
+
- [VericredClient::VisionPlanShowResponse](docs/VisionPlanShowResponse.md)
|
|
415
|
+
- [VericredClient::VisionPlanUpdate](docs/VisionPlanUpdate.md)
|
|
416
|
+
- [VericredClient::VisionPlanUpdateRequest](docs/VisionPlanUpdateRequest.md)
|
|
346
417
|
- [VericredClient::ZipCode](docs/ZipCode.md)
|
|
347
418
|
- [VericredClient::ZipCountiesResponse](docs/ZipCountiesResponse.md)
|
|
348
419
|
- [VericredClient::ZipCounty](docs/ZipCounty.md)
|
data/docs/ACAPlan.md
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
# VericredClient::ACAPlan
|
|
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
|
+
|
data/docs/ACAPlan2018.md
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
# VericredClient::ACAPlan2018
|
|
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
|
+
**essential_health_benefits_percentage** | **Float** | Percentage of essential plan benefits | [optional]
|
|
96
|
+
|
|
97
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# VericredClient::ACAPlan2018SearchResponse
|
|
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<ACAPlan2018>**](ACAPlan2018.md) | Plan search results | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
# VericredClient::ACAPlan2018SearchResult
|
|
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
|
+
**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]
|
|
17
|
+
**adult_dental** | **BOOLEAN** | Does the plan provide dental coverage for adults? | [optional]
|
|
18
|
+
**age29_rider** | **BOOLEAN** | True if the plan allows dependents up to age 29 | [optional]
|
|
19
|
+
**ambulance** | **String** | Benefits string for ambulance coverage | [optional]
|
|
20
|
+
**benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
|
|
21
|
+
**buy_link** | **String** | Link to a location to purchase the plan. | [optional]
|
|
22
|
+
**child_dental** | **BOOLEAN** | Does the plan provide dental coverage for children? | [optional]
|
|
23
|
+
**child_eyewear** | **String** | Child eyewear benefits summary | [optional]
|
|
24
|
+
**child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
|
|
25
|
+
**customer_service_phone_number** | **String** | Phone number to contact the insurance carrier | [optional]
|
|
26
|
+
**durable_medical_equipment** | **String** | Benefits summary for durable medical equipment | [optional]
|
|
27
|
+
**diagnostic_test** | **String** | Diagnostic tests benefit summary | [optional]
|
|
28
|
+
**dp_rider** | **BOOLEAN** | True if plan does not cover domestic partners | [optional]
|
|
29
|
+
**drug_formulary_url** | **String** | Link to the summary of drug benefits for the plan | [optional]
|
|
30
|
+
**emergency_room** | **String** | Description of costs when visiting the ER | [optional]
|
|
31
|
+
**family_drug_deductible** | **String** | Deductible for drugs when a family is on the plan. | [optional]
|
|
32
|
+
**family_drug_moop** | **String** | Maximum out-of-pocket for drugs when a family is on the plan | [optional]
|
|
33
|
+
**family_medical_deductible** | **String** | Deductible when a family is on the plan | [optional]
|
|
34
|
+
**family_medical_moop** | **String** | Maximum out-of-pocket when a family is on the plan | [optional]
|
|
35
|
+
**fp_rider** | **BOOLEAN** | True if plan does not cover family planning | [optional]
|
|
36
|
+
**generic_drugs** | **String** | Cost for generic drugs | [optional]
|
|
37
|
+
**habilitation_services** | **String** | Habilitation services benefits summary | [optional]
|
|
38
|
+
**hios_issuer_id** | **String** | | [optional]
|
|
39
|
+
**home_health_care** | **String** | Home health care benefits summary | [optional]
|
|
40
|
+
**hospice_service** | **String** | Hospice service benefits summary | [optional]
|
|
41
|
+
**hsa_eligible** | **BOOLEAN** | Is the plan HSA eligible? | [optional]
|
|
42
|
+
**id** | **String** | Government-issued HIOS plan ID | [optional]
|
|
43
|
+
**imaging** | **String** | Benefits summary for imaging coverage | [optional]
|
|
44
|
+
**individual_drug_deductible** | **String** | Deductible for drugs when an individual is on the plan | [optional]
|
|
45
|
+
**individual_drug_moop** | **String** | Maximum out-of-pocket for drugs when an individual is on the plan | [optional]
|
|
46
|
+
**individual_medical_deductible** | **String** | Deductible when an individual is on the plan | [optional]
|
|
47
|
+
**individual_medical_moop** | **String** | Maximum out-of-pocket when an individual is on the plan | [optional]
|
|
48
|
+
**inpatient_birth** | **String** | Inpatient birth benefits summary | [optional]
|
|
49
|
+
**inpatient_facility** | **String** | Cost under the plan for an inpatient facility | [optional]
|
|
50
|
+
**inpatient_mental_health** | **String** | Inpatient mental helath benefits summary | [optional]
|
|
51
|
+
**inpatient_physician** | **String** | Cost under the plan for an inpatient physician | [optional]
|
|
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]
|
|
54
|
+
**level** | **String** | Plan metal grouping (e.g. platinum, gold, silver, etc) | [optional]
|
|
55
|
+
**logo_url** | **String** | Link to a copy of the insurance carrier's logo | [optional]
|
|
56
|
+
**non_preferred_brand_drugs** | **String** | Cost under the plan for non-preferred brand drugs | [optional]
|
|
57
|
+
**on_market** | **BOOLEAN** | Is the plan on-market? | [optional]
|
|
58
|
+
**off_market** | **BOOLEAN** | Is the plan off-market? | [optional]
|
|
59
|
+
**out_of_network_coverage** | **BOOLEAN** | Does this plan provide any out of network coverage? | [optional]
|
|
60
|
+
**out_of_network_ids** | **Array<Integer>** | List of NPI numbers for Providers passed in who do not accept this Plan | [optional]
|
|
61
|
+
**outpatient_facility** | **String** | Benefits summary for outpatient facility coverage | [optional]
|
|
62
|
+
**outpatient_mental_health** | **String** | Benefits summary for outpatient mental health coverage | [optional]
|
|
63
|
+
**outpatient_physician** | **String** | Benefits summary for outpatient physician coverage | [optional]
|
|
64
|
+
**outpatient_substance** | **String** | Outpatient substance abuse benefits summary | [optional]
|
|
65
|
+
**plan_market** | **String** | Market in which the plan is offered (on_marketplace, shop, etc) | [optional]
|
|
66
|
+
**preferred_brand_drugs** | **String** | Cost under the plan for perferred brand drugs | [optional]
|
|
67
|
+
**prenatal_postnatal_care** | **String** | Inpatient substance abuse benefits summary | [optional]
|
|
68
|
+
**preventative_care** | **String** | Benefits summary for preventative care | [optional]
|
|
69
|
+
**premium_subsidized** | **Float** | Cumulative premium amount after subsidy | [optional]
|
|
70
|
+
**premium** | **Float** | Cumulative premium amount | [optional]
|
|
71
|
+
**premium_source** | **String** | Source of the base pricing data | [optional]
|
|
72
|
+
**primary_care_physician** | **String** | Cost under the plan to visit a Primary Care Physician | [optional]
|
|
73
|
+
**rehabilitation_services** | **String** | Benefits summary for rehabilitation services | [optional]
|
|
74
|
+
**skilled_nursing** | **String** | Benefits summary for skilled nursing services | [optional]
|
|
75
|
+
**specialist** | **String** | Cost under the plan to visit a specialist | [optional]
|
|
76
|
+
**specialty_drugs** | **String** | Cost under the plan for specialty drugs | [optional]
|
|
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]
|
|
94
|
+
**essential_health_benefits_percentage** | **Float** | Percentage of essential plan benefits | [optional]
|
|
95
|
+
**match_percentage** | **Integer** | Percentage of doctors who matched this Plan | [optional]
|
|
96
|
+
**perfect_match_percentage** | **Integer** | Percentage of employees with 100% matchedch | [optional]
|
|
97
|
+
**employee_premium** | **Float** | Cumulative premium amount for employees | [optional]
|
|
98
|
+
**dependent_premium** | **Float** | Cumulative premium amount for dependents | [optional]
|
|
99
|
+
|
|
100
|
+
|