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.
- 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
@@ -93,7 +93,7 @@ document.
|
|
93
93
|
In this case, we want to select `name` and `phone` from the `provider` key,
|
94
94
|
so we would add the parameters `select=provider.name,provider.phone`.
|
95
95
|
We also want the `name` and `code` from the `states` key, so we would
|
96
|
-
add the parameters `select=states.name,
|
96
|
+
add the parameters `select=states.name,states.code`. The id field of
|
97
97
|
each document is always returned whether or not it is requested.
|
98
98
|
|
99
99
|
Our final request would be `GET /providers/12345?select=provider.name,provider.phone,states.name,states.code`
|
@@ -150,15 +150,16 @@ Here's a description of the benefits summary string, represented as a context-fr
|
|
150
150
|
```
|
151
151
|
root ::= coverage
|
152
152
|
|
153
|
-
coverage ::= (simple_coverage | tiered_coverage) (space pipe space
|
153
|
+
coverage ::= (simple_coverage | tiered_coverage) (space pipe space coverage_modifier)?
|
154
154
|
tiered_coverage ::= tier (space slash space tier)*
|
155
155
|
tier ::= tier_name colon space (tier_coverage | not_applicable)
|
156
156
|
tier_coverage ::= simple_coverage (space (then | or | and) space simple_coverage)* tier_limitation?
|
157
157
|
simple_coverage ::= (pre_coverage_limitation space)? coverage_amount (space post_coverage_limitation)? (comma? space coverage_condition)?
|
158
|
-
|
158
|
+
coverage_modifier ::= limit_condition colon space (((simple_coverage | simple_limitation) (semicolon space see_carrier_documentation)?) | see_carrier_documentation | waived_if_admitted | shared_across_tiers)
|
159
159
|
waived_if_admitted ::= ("copay" space)? "waived if admitted"
|
160
160
|
simple_limitation ::= pre_coverage_limitation space "copay applies"
|
161
161
|
tier_name ::= "In-Network-Tier-2" | "Out-of-Network" | "In-Network"
|
162
|
+
limit_condition ::= "limit" | "condition"
|
162
163
|
tier_limitation ::= comma space "up to" space (currency | (integer space time_unit plural?)) (space post_coverage_limitation)?
|
163
164
|
coverage_amount ::= currency | unlimited | included | unknown | percentage | (digits space (treatment_unit | time_unit) plural?)
|
164
165
|
pre_coverage_limitation ::= first space digits space time_unit plural?
|
@@ -168,6 +169,7 @@ allowance ::= upto_allowance | after_allowance
|
|
168
169
|
upto_allowance ::= "up to" space (currency space)? "allowance"
|
169
170
|
after_allowance ::= "after" space (currency space)? "allowance"
|
170
171
|
see_carrier_documentation ::= "see carrier documentation for more information"
|
172
|
+
shared_across_tiers ::= "shared across all tiers"
|
171
173
|
unknown ::= "unknown"
|
172
174
|
unlimited ::= /[uU]nlimited/
|
173
175
|
included ::= /[iI]ncluded in [mM]edical/
|
@@ -219,121 +221,169 @@ require 'spec_helper'
|
|
219
221
|
require 'json'
|
220
222
|
require 'date'
|
221
223
|
|
222
|
-
# Unit tests for VericredClient::
|
224
|
+
# Unit tests for VericredClient::ACAPlan
|
223
225
|
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
224
226
|
# Please update as you see appropriate
|
225
|
-
describe '
|
227
|
+
describe 'ACAPlan' do
|
226
228
|
before do
|
227
229
|
# run before each test
|
228
|
-
@instance = VericredClient::
|
230
|
+
@instance = VericredClient::ACAPlan.new
|
229
231
|
end
|
230
232
|
|
231
233
|
after do
|
232
234
|
# run after each test
|
233
235
|
end
|
234
236
|
|
235
|
-
describe 'test an instance of
|
236
|
-
it 'should create an instact of
|
237
|
-
expect(@instance).to be_instance_of(VericredClient::
|
237
|
+
describe 'test an instance of ACAPlan' do
|
238
|
+
it 'should create an instact of ACAPlan' do
|
239
|
+
expect(@instance).to be_instance_of(VericredClient::ACAPlan)
|
238
240
|
end
|
239
241
|
end
|
240
|
-
describe 'test attribute "
|
242
|
+
describe 'test attribute "carrier_name"' do
|
241
243
|
it 'should work' do
|
242
244
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
243
245
|
end
|
244
246
|
end
|
245
247
|
|
246
|
-
describe 'test attribute "
|
248
|
+
describe 'test attribute "display_name"' do
|
247
249
|
it 'should work' do
|
248
250
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
249
251
|
end
|
250
252
|
end
|
251
253
|
|
252
|
-
describe 'test attribute "
|
254
|
+
describe 'test attribute "effective_date"' do
|
253
255
|
it 'should work' do
|
254
256
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
255
257
|
end
|
256
258
|
end
|
257
259
|
|
258
|
-
describe 'test attribute "
|
260
|
+
describe 'test attribute "expiration_date"' do
|
259
261
|
it 'should work' do
|
260
262
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
261
263
|
end
|
262
264
|
end
|
263
265
|
|
264
|
-
describe 'test attribute "
|
266
|
+
describe 'test attribute "identifiers"' do
|
265
267
|
it 'should work' do
|
266
268
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
267
269
|
end
|
268
270
|
end
|
269
271
|
|
270
|
-
describe 'test attribute "
|
272
|
+
describe 'test attribute "name"' do
|
271
273
|
it 'should work' do
|
272
274
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
273
275
|
end
|
274
276
|
end
|
275
277
|
|
276
|
-
describe 'test attribute "
|
278
|
+
describe 'test attribute "network_ids"' do
|
277
279
|
it 'should work' do
|
278
280
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
279
281
|
end
|
280
282
|
end
|
281
283
|
|
282
|
-
describe 'test attribute "
|
284
|
+
describe 'test attribute "network_size"' do
|
283
285
|
it 'should work' do
|
284
286
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
285
287
|
end
|
286
288
|
end
|
287
289
|
|
288
|
-
describe 'test attribute "
|
290
|
+
describe 'test attribute "plan_type"' do
|
289
291
|
it 'should work' do
|
290
292
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
291
293
|
end
|
292
294
|
end
|
293
295
|
|
294
|
-
describe 'test attribute "
|
296
|
+
describe 'test attribute "service_area_id"' do
|
295
297
|
it 'should work' do
|
296
298
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
297
299
|
end
|
298
300
|
end
|
299
301
|
|
300
|
-
describe 'test attribute "
|
302
|
+
describe 'test attribute "source"' do
|
301
303
|
it 'should work' do
|
302
304
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
303
305
|
end
|
304
306
|
end
|
305
307
|
|
306
|
-
describe 'test attribute "
|
308
|
+
describe 'test attribute "type"' do
|
307
309
|
it 'should work' do
|
308
310
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
309
311
|
end
|
310
312
|
end
|
311
313
|
|
312
|
-
describe 'test attribute "
|
314
|
+
describe 'test attribute "adult_dental"' do
|
313
315
|
it 'should work' do
|
314
316
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
315
317
|
end
|
316
318
|
end
|
317
319
|
|
318
|
-
describe 'test attribute "
|
320
|
+
describe 'test attribute "age29_rider"' do
|
319
321
|
it 'should work' do
|
320
322
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
321
323
|
end
|
322
324
|
end
|
323
325
|
|
324
|
-
describe 'test attribute "
|
326
|
+
describe 'test attribute "ambulance"' do
|
325
327
|
it 'should work' do
|
326
328
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
327
329
|
end
|
328
330
|
end
|
329
331
|
|
330
|
-
describe 'test attribute "
|
332
|
+
describe 'test attribute "benefits_summary_url"' do
|
331
333
|
it 'should work' do
|
332
334
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
333
335
|
end
|
334
336
|
end
|
335
337
|
|
336
|
-
describe 'test attribute "
|
338
|
+
describe 'test attribute "buy_link"' do
|
339
|
+
it 'should work' do
|
340
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
341
|
+
end
|
342
|
+
end
|
343
|
+
|
344
|
+
describe 'test attribute "child_dental"' do
|
345
|
+
it 'should work' do
|
346
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
347
|
+
end
|
348
|
+
end
|
349
|
+
|
350
|
+
describe 'test attribute "child_eyewear"' do
|
351
|
+
it 'should work' do
|
352
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
353
|
+
end
|
354
|
+
end
|
355
|
+
|
356
|
+
describe 'test attribute "child_eye_exam"' do
|
357
|
+
it 'should work' do
|
358
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
359
|
+
end
|
360
|
+
end
|
361
|
+
|
362
|
+
describe 'test attribute "customer_service_phone_number"' do
|
363
|
+
it 'should work' do
|
364
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
365
|
+
end
|
366
|
+
end
|
367
|
+
|
368
|
+
describe 'test attribute "durable_medical_equipment"' do
|
369
|
+
it 'should work' do
|
370
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
371
|
+
end
|
372
|
+
end
|
373
|
+
|
374
|
+
describe 'test attribute "diagnostic_test"' do
|
375
|
+
it 'should work' do
|
376
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
377
|
+
end
|
378
|
+
end
|
379
|
+
|
380
|
+
describe 'test attribute "dp_rider"' do
|
381
|
+
it 'should work' do
|
382
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
383
|
+
end
|
384
|
+
end
|
385
|
+
|
386
|
+
describe 'test attribute "drug_formulary_url"' do
|
337
387
|
it 'should work' do
|
338
388
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
339
389
|
end
|
@@ -423,12 +473,6 @@ describe 'PlanSearchResult' do
|
|
423
473
|
end
|
424
474
|
end
|
425
475
|
|
426
|
-
describe 'test attribute "in_network_ids"' do
|
427
|
-
it 'should work' do
|
428
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
429
|
-
end
|
430
|
-
end
|
431
|
-
|
432
476
|
describe 'test attribute "individual_drug_deductible"' do
|
433
477
|
it 'should work' do
|
434
478
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -483,19 +527,19 @@ describe 'PlanSearchResult' do
|
|
483
527
|
end
|
484
528
|
end
|
485
529
|
|
486
|
-
describe 'test attribute "
|
530
|
+
describe 'test attribute "in_network_ids"' do
|
487
531
|
it 'should work' do
|
488
532
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
489
533
|
end
|
490
534
|
end
|
491
535
|
|
492
|
-
describe 'test attribute "
|
536
|
+
describe 'test attribute "level"' do
|
493
537
|
it 'should work' do
|
494
538
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
495
539
|
end
|
496
540
|
end
|
497
541
|
|
498
|
-
describe 'test attribute "
|
542
|
+
describe 'test attribute "logo_url"' do
|
499
543
|
it 'should work' do
|
500
544
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
501
545
|
end
|
@@ -561,12 +605,6 @@ describe 'PlanSearchResult' do
|
|
561
605
|
end
|
562
606
|
end
|
563
607
|
|
564
|
-
describe 'test attribute "plan_type"' do
|
565
|
-
it 'should work' do
|
566
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
567
|
-
end
|
568
|
-
end
|
569
|
-
|
570
608
|
describe 'test attribute "preferred_brand_drugs"' do
|
571
609
|
it 'should work' do
|
572
610
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -615,61 +653,121 @@ describe 'PlanSearchResult' do
|
|
615
653
|
end
|
616
654
|
end
|
617
655
|
|
618
|
-
describe 'test attribute "
|
656
|
+
describe 'test attribute "skilled_nursing"' do
|
619
657
|
it 'should work' do
|
620
658
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
621
659
|
end
|
622
660
|
end
|
623
661
|
|
624
|
-
describe 'test attribute "
|
662
|
+
describe 'test attribute "specialist"' do
|
625
663
|
it 'should work' do
|
626
664
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
627
665
|
end
|
628
666
|
end
|
629
667
|
|
630
|
-
describe 'test attribute "
|
668
|
+
describe 'test attribute "specialty_drugs"' do
|
631
669
|
it 'should work' do
|
632
670
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
633
671
|
end
|
634
672
|
end
|
635
673
|
|
636
|
-
describe 'test attribute "
|
674
|
+
describe 'test attribute "urgent_care"' do
|
637
675
|
it 'should work' do
|
638
676
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
639
677
|
end
|
640
678
|
end
|
641
679
|
|
642
|
-
describe 'test attribute "
|
680
|
+
describe 'test attribute "actuarial_value"' do
|
643
681
|
it 'should work' do
|
644
682
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
645
683
|
end
|
646
684
|
end
|
647
685
|
|
648
|
-
describe 'test attribute "
|
686
|
+
describe 'test attribute "chiropractic_services"' do
|
687
|
+
it 'should work' do
|
688
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
689
|
+
end
|
690
|
+
end
|
691
|
+
|
692
|
+
describe 'test attribute "coinsurance"' do
|
693
|
+
it 'should work' do
|
694
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
695
|
+
end
|
696
|
+
end
|
697
|
+
|
698
|
+
describe 'test attribute "embedded_deductible"' do
|
699
|
+
it 'should work' do
|
700
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
701
|
+
end
|
702
|
+
end
|
703
|
+
|
704
|
+
describe 'test attribute "gated"' do
|
705
|
+
it 'should work' do
|
706
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
707
|
+
end
|
708
|
+
end
|
709
|
+
|
710
|
+
describe 'test attribute "imaging_center"' do
|
711
|
+
it 'should work' do
|
712
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
713
|
+
end
|
714
|
+
end
|
715
|
+
|
716
|
+
describe 'test attribute "imaging_physician"' do
|
717
|
+
it 'should work' do
|
718
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
719
|
+
end
|
720
|
+
end
|
721
|
+
|
722
|
+
describe 'test attribute "lab_test"' do
|
723
|
+
it 'should work' do
|
724
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
725
|
+
end
|
726
|
+
end
|
727
|
+
|
728
|
+
describe 'test attribute "mail_order_rx"' do
|
729
|
+
it 'should work' do
|
730
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
731
|
+
end
|
732
|
+
end
|
733
|
+
|
734
|
+
describe 'test attribute "nonpreferred_generic_drug_share"' do
|
735
|
+
it 'should work' do
|
736
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
737
|
+
end
|
738
|
+
end
|
739
|
+
|
740
|
+
describe 'test attribute "nonpreferred_specialty_drug_share"' do
|
741
|
+
it 'should work' do
|
742
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
743
|
+
end
|
744
|
+
end
|
745
|
+
|
746
|
+
describe 'test attribute "outpatient_ambulatory_care_center"' do
|
649
747
|
it 'should work' do
|
650
748
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
651
749
|
end
|
652
750
|
end
|
653
751
|
|
654
|
-
describe 'test attribute "
|
752
|
+
describe 'test attribute "plan_calendar"' do
|
655
753
|
it 'should work' do
|
656
754
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
657
755
|
end
|
658
756
|
end
|
659
757
|
|
660
|
-
describe 'test attribute "
|
758
|
+
describe 'test attribute "prenatal_care"' do
|
661
759
|
it 'should work' do
|
662
760
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
663
761
|
end
|
664
762
|
end
|
665
763
|
|
666
|
-
describe 'test attribute "
|
764
|
+
describe 'test attribute "postnatal_care"' do
|
667
765
|
it 'should work' do
|
668
766
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
669
767
|
end
|
670
768
|
end
|
671
769
|
|
672
|
-
describe 'test attribute "
|
770
|
+
describe 'test attribute "skilled_nursing_facility_365"' do
|
673
771
|
it 'should work' do
|
674
772
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
675
773
|
end
|
@@ -0,0 +1,255 @@
|
|
1
|
+
=begin
|
2
|
+
#Vericred API
|
3
|
+
|
4
|
+
#Vericred's API allows you to search for Health Plans that a specific doctor
|
5
|
+
accepts.
|
6
|
+
|
7
|
+
## Getting Started
|
8
|
+
|
9
|
+
Visit our [Developer Portal](https://developers.vericred.com) to
|
10
|
+
create an account.
|
11
|
+
|
12
|
+
Once you have created an account, you can create one Application for
|
13
|
+
Production and another for our Sandbox (select the appropriate Plan when
|
14
|
+
you create the Application).
|
15
|
+
|
16
|
+
## SDKs
|
17
|
+
|
18
|
+
Our API follows standard REST conventions, so you can use any HTTP client
|
19
|
+
to integrate with us. You will likely find it easier to use one of our
|
20
|
+
[autogenerated SDKs](https://github.com/vericred/?query=vericred-),
|
21
|
+
which we make available for several common programming languages.
|
22
|
+
|
23
|
+
## Authentication
|
24
|
+
|
25
|
+
To authenticate, pass the API Key you created in the Developer Portal as
|
26
|
+
a `Vericred-Api-Key` header.
|
27
|
+
|
28
|
+
`curl -H 'Vericred-Api-Key: YOUR_KEY' "https://api.vericred.com/providers?search_term=Foo&zip_code=11215"`
|
29
|
+
|
30
|
+
## Versioning
|
31
|
+
|
32
|
+
Vericred's API default to the latest version. However, if you need a specific
|
33
|
+
version, you can request it with an `Accept-Version` header.
|
34
|
+
|
35
|
+
The current version is `v3`. Previous versions are `v1` and `v2`.
|
36
|
+
|
37
|
+
`curl -H 'Vericred-Api-Key: YOUR_KEY' -H 'Accept-Version: v2' "https://api.vericred.com/providers?search_term=Foo&zip_code=11215"`
|
38
|
+
|
39
|
+
## Pagination
|
40
|
+
|
41
|
+
Endpoints that accept `page` and `per_page` parameters are paginated. They expose
|
42
|
+
four additional fields that contain data about your position in the response,
|
43
|
+
namely `Total`, `Per-Page`, `Link`, and `Page` as described in [RFC-5988](https://tools.ietf.org/html/rfc5988).
|
44
|
+
|
45
|
+
For example, to display 5 results per page and view the second page of a
|
46
|
+
`GET` to `/networks`, your final request would be `GET /networks?....page=2&per_page=5`.
|
47
|
+
|
48
|
+
## Sideloading
|
49
|
+
|
50
|
+
When we return multiple levels of an object graph (e.g. `Provider`s and their `State`s
|
51
|
+
we sideload the associated data. In this example, we would provide an Array of
|
52
|
+
`State`s and a `state_id` for each provider. This is done primarily to reduce the
|
53
|
+
payload size since many of the `Provider`s will share a `State`
|
54
|
+
|
55
|
+
```
|
56
|
+
{
|
57
|
+
providers: [{ id: 1, state_id: 1}, { id: 2, state_id: 1 }],
|
58
|
+
states: [{ id: 1, code: 'NY' }]
|
59
|
+
}
|
60
|
+
```
|
61
|
+
|
62
|
+
If you need the second level of the object graph, you can just match the
|
63
|
+
corresponding id.
|
64
|
+
|
65
|
+
## Selecting specific data
|
66
|
+
|
67
|
+
All endpoints allow you to specify which fields you would like to return.
|
68
|
+
This allows you to limit the response to contain only the data you need.
|
69
|
+
|
70
|
+
For example, let's take a request that returns the following JSON by default
|
71
|
+
|
72
|
+
```
|
73
|
+
{
|
74
|
+
provider: {
|
75
|
+
id: 1,
|
76
|
+
name: 'John',
|
77
|
+
phone: '1234567890',
|
78
|
+
field_we_dont_care_about: 'value_we_dont_care_about'
|
79
|
+
},
|
80
|
+
states: [{
|
81
|
+
id: 1,
|
82
|
+
name: 'New York',
|
83
|
+
code: 'NY',
|
84
|
+
field_we_dont_care_about: 'value_we_dont_care_about'
|
85
|
+
}]
|
86
|
+
}
|
87
|
+
```
|
88
|
+
|
89
|
+
To limit our results to only return the fields we care about, we specify the
|
90
|
+
`select` query string parameter for the corresponding fields in the JSON
|
91
|
+
document.
|
92
|
+
|
93
|
+
In this case, we want to select `name` and `phone` from the `provider` key,
|
94
|
+
so we would add the parameters `select=provider.name,provider.phone`.
|
95
|
+
We also want the `name` and `code` from the `states` key, so we would
|
96
|
+
add the parameters `select=states.name,states.code`. The id field of
|
97
|
+
each document is always returned whether or not it is requested.
|
98
|
+
|
99
|
+
Our final request would be `GET /providers/12345?select=provider.name,provider.phone,states.name,states.code`
|
100
|
+
|
101
|
+
The response would be
|
102
|
+
|
103
|
+
```
|
104
|
+
{
|
105
|
+
provider: {
|
106
|
+
id: 1,
|
107
|
+
name: 'John',
|
108
|
+
phone: '1234567890'
|
109
|
+
},
|
110
|
+
states: [{
|
111
|
+
id: 1,
|
112
|
+
name: 'New York',
|
113
|
+
code: 'NY'
|
114
|
+
}]
|
115
|
+
}
|
116
|
+
```
|
117
|
+
|
118
|
+
## Benefits summary format
|
119
|
+
Benefit cost-share strings are formatted to capture:
|
120
|
+
* Network tiers
|
121
|
+
* Compound or conditional cost-share
|
122
|
+
* Limits on the cost-share
|
123
|
+
* Benefit-specific maximum out-of-pocket costs
|
124
|
+
|
125
|
+
**Example #1**
|
126
|
+
As an example, we would represent [this Summary of Benefits & Coverage](https://s3.amazonaws.com/vericred-data/SBC/2017/33602TX0780032.pdf) as:
|
127
|
+
|
128
|
+
* **Hospital stay facility fees**:
|
129
|
+
- Network Provider: `$400 copay/admit plus 20% coinsurance`
|
130
|
+
- Out-of-Network Provider: `$1,500 copay/admit plus 50% coinsurance`
|
131
|
+
- Vericred's format for this benefit: `In-Network: $400 before deductible then 20% after deductible / Out-of-Network: $1,500 before deductible then 50% after deductible`
|
132
|
+
|
133
|
+
* **Rehabilitation services:**
|
134
|
+
- Network Provider: `20% coinsurance`
|
135
|
+
- Out-of-Network Provider: `50% coinsurance`
|
136
|
+
- Limitations & Exceptions: `35 visit maximum per benefit period combined with Chiropractic care.`
|
137
|
+
- Vericred's format for this benefit: `In-Network: 20% after deductible / Out-of-Network: 50% after deductible | limit: 35 visit(s) per Benefit Period`
|
138
|
+
|
139
|
+
**Example #2**
|
140
|
+
In [this other Summary of Benefits & Coverage](https://s3.amazonaws.com/vericred-data/SBC/2017/40733CA0110568.pdf), the **specialty_drugs** cost-share has a maximum out-of-pocket for in-network pharmacies.
|
141
|
+
* **Specialty drugs:**
|
142
|
+
- Network Provider: `40% coinsurance up to a $500 maximum for up to a 30 day supply`
|
143
|
+
- Out-of-Network Provider `Not covered`
|
144
|
+
- Vericred's format for this benefit: `In-Network: 40% after deductible, up to $500 per script / Out-of-Network: 100%`
|
145
|
+
|
146
|
+
**BNF**
|
147
|
+
|
148
|
+
Here's a description of the benefits summary string, represented as a context-free grammar:
|
149
|
+
|
150
|
+
```
|
151
|
+
root ::= coverage
|
152
|
+
|
153
|
+
coverage ::= (simple_coverage | tiered_coverage) (space pipe space coverage_modifier)?
|
154
|
+
tiered_coverage ::= tier (space slash space tier)*
|
155
|
+
tier ::= tier_name colon space (tier_coverage | not_applicable)
|
156
|
+
tier_coverage ::= simple_coverage (space (then | or | and) space simple_coverage)* tier_limitation?
|
157
|
+
simple_coverage ::= (pre_coverage_limitation space)? coverage_amount (space post_coverage_limitation)? (comma? space coverage_condition)?
|
158
|
+
coverage_modifier ::= limit_condition colon space (((simple_coverage | simple_limitation) (semicolon space see_carrier_documentation)?) | see_carrier_documentation | waived_if_admitted | shared_across_tiers)
|
159
|
+
waived_if_admitted ::= ("copay" space)? "waived if admitted"
|
160
|
+
simple_limitation ::= pre_coverage_limitation space "copay applies"
|
161
|
+
tier_name ::= "In-Network-Tier-2" | "Out-of-Network" | "In-Network"
|
162
|
+
limit_condition ::= "limit" | "condition"
|
163
|
+
tier_limitation ::= comma space "up to" space (currency | (integer space time_unit plural?)) (space post_coverage_limitation)?
|
164
|
+
coverage_amount ::= currency | unlimited | included | unknown | percentage | (digits space (treatment_unit | time_unit) plural?)
|
165
|
+
pre_coverage_limitation ::= first space digits space time_unit plural?
|
166
|
+
post_coverage_limitation ::= (((then space currency) | "per condition") space)? "per" space (treatment_unit | (integer space time_unit) | time_unit) plural?
|
167
|
+
coverage_condition ::= ("before deductible" | "after deductible" | "penalty" | allowance | "in-state" | "out-of-state") (space allowance)?
|
168
|
+
allowance ::= upto_allowance | after_allowance
|
169
|
+
upto_allowance ::= "up to" space (currency space)? "allowance"
|
170
|
+
after_allowance ::= "after" space (currency space)? "allowance"
|
171
|
+
see_carrier_documentation ::= "see carrier documentation for more information"
|
172
|
+
shared_across_tiers ::= "shared across all tiers"
|
173
|
+
unknown ::= "unknown"
|
174
|
+
unlimited ::= /[uU]nlimited/
|
175
|
+
included ::= /[iI]ncluded in [mM]edical/
|
176
|
+
time_unit ::= /[hH]our/ | (((/[cC]alendar/ | /[cC]ontract/) space)? /[yY]ear/) | /[mM]onth/ | /[dD]ay/ | /[wW]eek/ | /[vV]isit/ | /[lL]ifetime/ | ((((/[bB]enefit/ plural?) | /[eE]ligibility/) space)? /[pP]eriod/)
|
177
|
+
treatment_unit ::= /[pP]erson/ | /[gG]roup/ | /[cC]ondition/ | /[sS]cript/ | /[vV]isit/ | /[eE]xam/ | /[iI]tem/ | /[sS]tay/ | /[tT]reatment/ | /[aA]dmission/ | /[eE]pisode/
|
178
|
+
comma ::= ","
|
179
|
+
colon ::= ":"
|
180
|
+
semicolon ::= ";"
|
181
|
+
pipe ::= "|"
|
182
|
+
slash ::= "/"
|
183
|
+
plural ::= "(s)" | "s"
|
184
|
+
then ::= "then" | ("," space) | space
|
185
|
+
or ::= "or"
|
186
|
+
and ::= "and"
|
187
|
+
not_applicable ::= "Not Applicable" | "N/A" | "NA"
|
188
|
+
first ::= "first"
|
189
|
+
currency ::= "$" number
|
190
|
+
percentage ::= number "%"
|
191
|
+
number ::= float | integer
|
192
|
+
float ::= digits "." digits
|
193
|
+
integer ::= /[0-9]/+ (comma_int | under_int)*
|
194
|
+
comma_int ::= ("," /[0-9]/*3) !"_"
|
195
|
+
under_int ::= ("_" /[0-9]/*3) !","
|
196
|
+
digits ::= /[0-9]/+ ("_" /[0-9]/+)*
|
197
|
+
space ::= /[ \t]/+
|
198
|
+
```
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
OpenAPI spec version: 1.0.0
|
203
|
+
|
204
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
205
|
+
|
206
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
207
|
+
you may not use this file except in compliance with the License.
|
208
|
+
You may obtain a copy of the License at
|
209
|
+
|
210
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
211
|
+
|
212
|
+
Unless required by applicable law or agreed to in writing, software
|
213
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
214
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
215
|
+
See the License for the specific language governing permissions and
|
216
|
+
limitations under the License.
|
217
|
+
|
218
|
+
=end
|
219
|
+
|
220
|
+
require 'spec_helper'
|
221
|
+
require 'json'
|
222
|
+
require 'date'
|
223
|
+
|
224
|
+
# Unit tests for VericredClient::BasePlanSearchResponse
|
225
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
226
|
+
# Please update as you see appropriate
|
227
|
+
describe 'BasePlanSearchResponse' do
|
228
|
+
before do
|
229
|
+
# run before each test
|
230
|
+
@instance = VericredClient::BasePlanSearchResponse.new
|
231
|
+
end
|
232
|
+
|
233
|
+
after do
|
234
|
+
# run after each test
|
235
|
+
end
|
236
|
+
|
237
|
+
describe 'test an instance of BasePlanSearchResponse' do
|
238
|
+
it 'should create an instact of BasePlanSearchResponse' do
|
239
|
+
expect(@instance).to be_instance_of(VericredClient::BasePlanSearchResponse)
|
240
|
+
end
|
241
|
+
end
|
242
|
+
describe 'test attribute "meta"' do
|
243
|
+
it 'should work' do
|
244
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
245
|
+
end
|
246
|
+
end
|
247
|
+
|
248
|
+
describe 'test attribute "coverages"' do
|
249
|
+
it 'should work' do
|
250
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
251
|
+
end
|
252
|
+
end
|
253
|
+
|
254
|
+
end
|
255
|
+
|