vericred_client 0.0.18 → 0.0.21
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +7 -0
- data/README.md +12 -204
- data/Rakefile +8 -0
- data/docs/CarrierGroupsApi.md +3 -3
- data/docs/CarrierVerificationPlansApi.md +1 -1
- data/docs/CarriersApi.md +3 -3
- data/docs/DentalPlanBenefits.md +10 -5
- data/docs/DentalPlansApi.md +4 -4
- data/docs/DrugCoveragesApi.md +4 -4
- data/docs/DrugPackagesApi.md +2 -2
- data/docs/DrugsApi.md +2 -2
- data/docs/EmbargoesApi.md +3 -3
- data/docs/FormulariesApi.md +3 -3
- data/docs/IssuersApi.md +3 -3
- data/docs/MedicalPlanBenefits.md +54 -0
- data/docs/MedicalPlanUpdate.md +42 -0
- data/docs/MedicalPlanUpdateRequest.md +8 -0
- data/docs/MedicalPlansApi.md +59 -2
- data/docs/NetworkSizesApi.md +2 -2
- data/docs/NetworksApi.md +1 -1
- data/docs/PlansApi.md +3 -3
- data/docs/ProviderNotificationSubscriptionsApi.md +2 -2
- data/docs/ProvidersApi.md +1 -1
- data/docs/RateRequest.md +1 -0
- data/docs/RatesApi.md +3 -3
- data/docs/VisionPlansApi.md +4 -4
- data/docs/ZipCountiesApi.md +2 -2
- data/lib/vericred_client/api/carrier_groups_api.rb +17 -226
- data/lib/vericred_client/api/carrier_verification_plans_api.rb +8 -217
- data/lib/vericred_client/api/carriers_api.rb +17 -226
- data/lib/vericred_client/api/dental_plans_api.rb +23 -234
- data/lib/vericred_client/api/drug_coverages_api.rb +12 -221
- data/lib/vericred_client/api/drug_packages_api.rb +11 -218
- data/lib/vericred_client/api/drugs_api.rb +8 -217
- data/lib/vericred_client/api/embargoes_api.rb +17 -226
- data/lib/vericred_client/api/formularies_api.rb +5 -216
- data/lib/vericred_client/api/issuers_api.rb +17 -226
- data/lib/vericred_client/api/medical_plans_api.rb +72 -227
- data/lib/vericred_client/api/network_sizes_api.rb +14 -225
- data/lib/vericred_client/api/networks_api.rb +23 -234
- data/lib/vericred_client/api/plans_api.rb +27 -244
- data/lib/vericred_client/api/provider_notification_subscriptions_api.rb +12 -233
- data/lib/vericred_client/api/providers_api.rb +25 -246
- data/lib/vericred_client/api/rates_api.rb +17 -226
- data/lib/vericred_client/api/vision_plans_api.rb +23 -234
- data/lib/vericred_client/api/zip_counties_api.rb +10 -229
- data/lib/vericred_client/api_client.rb +69 -257
- data/lib/vericred_client/api_error.rb +9 -214
- data/lib/vericred_client/configuration.rb +8 -209
- data/lib/vericred_client/models/aca_plan.rb +4 -211
- data/lib/vericred_client/models/aca_plan2018.rb +4 -211
- data/lib/vericred_client/models/aca_plan2018_search_response.rb +4 -211
- data/lib/vericred_client/models/aca_plan2018_search_result.rb +4 -211
- data/lib/vericred_client/models/aca_plan2018_show_response.rb +4 -211
- data/lib/vericred_client/models/aca_plan_pre2018.rb +4 -211
- data/lib/vericred_client/models/aca_plan_pre2018_search_response.rb +4 -211
- data/lib/vericred_client/models/aca_plan_pre2018_search_result.rb +4 -211
- data/lib/vericred_client/models/aca_plan_pre2018_show_response.rb +4 -211
- data/lib/vericred_client/models/base.rb +4 -211
- data/lib/vericred_client/models/base_plan_search_response.rb +4 -211
- data/lib/vericred_client/models/carrier.rb +4 -211
- data/lib/vericred_client/models/carrier_group_request.rb +4 -211
- data/lib/vericred_client/models/carrier_request.rb +4 -211
- data/lib/vericred_client/models/carrier_subsidiary.rb +4 -211
- data/lib/vericred_client/models/county.rb +4 -211
- data/lib/vericred_client/models/county_bulk.rb +4 -211
- data/lib/vericred_client/models/dental_plan.rb +4 -211
- data/lib/vericred_client/models/dental_plan_benefits.rb +108 -265
- data/lib/vericred_client/models/dental_plan_search_applicant.rb +4 -211
- data/lib/vericred_client/models/dental_plan_search_request.rb +4 -211
- data/lib/vericred_client/models/dental_plan_search_response.rb +4 -211
- data/lib/vericred_client/models/dental_plan_show_response.rb +4 -211
- data/lib/vericred_client/models/dental_plan_update.rb +4 -211
- data/lib/vericred_client/models/dental_plan_update_request.rb +4 -211
- data/lib/vericred_client/models/drug.rb +4 -211
- data/lib/vericred_client/models/drug_coverage.rb +4 -211
- data/lib/vericred_client/models/drug_coverage_response.rb +4 -211
- data/lib/vericred_client/models/drug_package.rb +4 -211
- data/lib/vericred_client/models/drug_search_response.rb +4 -211
- data/lib/vericred_client/models/embargo_request.rb +4 -211
- data/lib/vericred_client/models/formulary.rb +4 -211
- data/lib/vericred_client/models/formulary_drug_package_response.rb +4 -211
- data/lib/vericred_client/models/formulary_response.rb +4 -211
- data/lib/vericred_client/models/issuer_request.rb +4 -211
- data/lib/vericred_client/models/medical_plan_benefits.rb +649 -0
- data/lib/vericred_client/models/medical_plan_update.rb +531 -0
- data/lib/vericred_client/models/medical_plan_update_request.rb +189 -0
- data/lib/vericred_client/models/meta.rb +4 -211
- data/lib/vericred_client/models/meta_plan_search_response.rb +4 -211
- data/lib/vericred_client/models/network.rb +4 -211
- data/lib/vericred_client/models/network_comparison.rb +4 -211
- data/lib/vericred_client/models/network_comparison_request.rb +4 -211
- data/lib/vericred_client/models/network_comparison_response.rb +4 -211
- data/lib/vericred_client/models/network_details.rb +4 -211
- data/lib/vericred_client/models/network_details_response.rb +4 -211
- data/lib/vericred_client/models/network_search_response.rb +4 -211
- data/lib/vericred_client/models/network_size.rb +4 -211
- data/lib/vericred_client/models/notification_subscription.rb +4 -211
- data/lib/vericred_client/models/notification_subscription_response.rb +4 -211
- data/lib/vericred_client/models/plan.rb +4 -211
- data/lib/vericred_client/models/plan_county.rb +4 -211
- data/lib/vericred_client/models/plan_county_bulk.rb +4 -211
- data/lib/vericred_client/models/plan_deleted.rb +4 -211
- data/lib/vericred_client/models/plan_identifier.rb +4 -211
- data/lib/vericred_client/models/plan_medicare.rb +4 -211
- data/lib/vericred_client/models/plan_medicare_bulk.rb +4 -211
- data/lib/vericred_client/models/plan_pricing_medicare.rb +4 -211
- data/lib/vericred_client/models/plan_search_response.rb +4 -211
- data/lib/vericred_client/models/plan_show_response.rb +4 -211
- data/lib/vericred_client/models/provider.rb +4 -211
- data/lib/vericred_client/models/provider_details.rb +4 -211
- data/lib/vericred_client/models/provider_geocode.rb +4 -211
- data/lib/vericred_client/models/provider_network_event_notification.rb +4 -211
- data/lib/vericred_client/models/provider_show_response.rb +4 -211
- data/lib/vericred_client/models/providers_geocode_response.rb +4 -211
- data/lib/vericred_client/models/providers_search_response.rb +4 -211
- data/lib/vericred_client/models/rate_request.rb +18 -215
- data/lib/vericred_client/models/rate_search.rb +4 -211
- data/lib/vericred_client/models/rating_area.rb +4 -211
- data/lib/vericred_client/models/request_plan_find.rb +4 -211
- data/lib/vericred_client/models/request_plan_find_applicant.rb +4 -211
- data/lib/vericred_client/models/request_plan_find_carrier_verification.rb +4 -211
- data/lib/vericred_client/models/request_plan_find_drug_package.rb +4 -211
- data/lib/vericred_client/models/request_plan_find_provider.rb +4 -211
- data/lib/vericred_client/models/request_provider_notification_subscription.rb +4 -211
- data/lib/vericred_client/models/request_providers_search.rb +4 -211
- data/lib/vericred_client/models/request_rates_search.rb +4 -211
- data/lib/vericred_client/models/response_rates_search.rb +4 -211
- data/lib/vericred_client/models/rx_cui_identifier.rb +4 -211
- data/lib/vericred_client/models/rx_cui_identifier_search_response.rb +4 -211
- data/lib/vericred_client/models/service_area.rb +4 -211
- data/lib/vericred_client/models/service_area_zip_county.rb +4 -211
- data/lib/vericred_client/models/state.rb +4 -211
- data/lib/vericred_client/models/state_network_size_request.rb +4 -211
- data/lib/vericred_client/models/state_network_size_response.rb +4 -211
- data/lib/vericred_client/models/vision_plan.rb +4 -211
- data/lib/vericred_client/models/vision_plan_benefits.rb +4 -211
- data/lib/vericred_client/models/vision_plan_search_applicant.rb +4 -211
- data/lib/vericred_client/models/vision_plan_search_request.rb +4 -211
- data/lib/vericred_client/models/vision_plan_search_response.rb +4 -211
- data/lib/vericred_client/models/vision_plan_show_response.rb +4 -211
- data/lib/vericred_client/models/vision_plan_update.rb +4 -211
- data/lib/vericred_client/models/vision_plan_update_request.rb +4 -211
- data/lib/vericred_client/models/zip_code.rb +4 -211
- data/lib/vericred_client/models/zip_counties_response.rb +4 -211
- data/lib/vericred_client/models/zip_county.rb +4 -211
- data/lib/vericred_client/models/zip_county_bulk.rb +4 -211
- data/lib/vericred_client/models/zip_county_response.rb +4 -211
- data/lib/vericred_client/version.rb +3 -210
- data/lib/vericred_client.rb +5 -209
- data/spec/api/carrier_groups_api_spec.rb +3 -210
- data/spec/api/carrier_verification_plans_api_spec.rb +3 -210
- data/spec/api/carriers_api_spec.rb +3 -210
- data/spec/api/dental_plans_api_spec.rb +3 -210
- data/spec/api/drug_coverages_api_spec.rb +3 -210
- data/spec/api/drug_packages_api_spec.rb +3 -210
- data/spec/api/drugs_api_spec.rb +3 -210
- data/spec/api/embargoes_api_spec.rb +3 -210
- data/spec/api/formularies_api_spec.rb +3 -210
- data/spec/api/issuers_api_spec.rb +3 -210
- data/spec/api/medical_plans_api_spec.rb +16 -210
- data/spec/api/network_sizes_api_spec.rb +3 -210
- data/spec/api/networks_api_spec.rb +3 -210
- data/spec/api/plans_api_spec.rb +3 -210
- data/spec/api/provider_notification_subscriptions_api_spec.rb +3 -210
- data/spec/api/providers_api_spec.rb +3 -210
- data/spec/api/rates_api_spec.rb +3 -210
- data/spec/api/vision_plans_api_spec.rb +3 -210
- data/spec/api/zip_counties_api_spec.rb +3 -210
- data/spec/api_client_spec.rb +26 -212
- data/spec/configuration_spec.rb +5 -212
- data/spec/models/aca_plan2018_search_response_spec.rb +3 -210
- data/spec/models/aca_plan2018_search_result_spec.rb +3 -210
- data/spec/models/aca_plan2018_show_response_spec.rb +3 -210
- data/spec/models/aca_plan2018_spec.rb +3 -210
- data/spec/models/aca_plan_pre2018_search_response_spec.rb +3 -210
- data/spec/models/aca_plan_pre2018_search_result_spec.rb +3 -210
- data/spec/models/aca_plan_pre2018_show_response_spec.rb +3 -210
- data/spec/models/aca_plan_pre2018_spec.rb +3 -210
- data/spec/models/aca_plan_spec.rb +3 -210
- data/spec/models/base_plan_search_response_spec.rb +3 -210
- data/spec/models/base_spec.rb +3 -210
- data/spec/models/carrier_group_request_spec.rb +3 -210
- data/spec/models/carrier_request_spec.rb +3 -210
- data/spec/models/carrier_spec.rb +3 -210
- data/spec/models/carrier_subsidiary_spec.rb +3 -210
- data/spec/models/county_bulk_spec.rb +3 -210
- data/spec/models/county_spec.rb +3 -210
- data/spec/models/dental_plan_benefits_spec.rb +52 -229
- data/spec/models/dental_plan_search_applicant_spec.rb +3 -210
- data/spec/models/dental_plan_search_request_spec.rb +3 -210
- data/spec/models/dental_plan_search_response_spec.rb +3 -210
- data/spec/models/dental_plan_show_response_spec.rb +3 -210
- data/spec/models/dental_plan_spec.rb +3 -210
- data/spec/models/dental_plan_update_request_spec.rb +3 -210
- data/spec/models/dental_plan_update_spec.rb +3 -210
- data/spec/models/drug_coverage_response_spec.rb +3 -210
- data/spec/models/drug_coverage_spec.rb +3 -210
- data/spec/models/drug_package_spec.rb +3 -210
- data/spec/models/drug_search_response_spec.rb +3 -210
- data/spec/models/drug_spec.rb +3 -210
- data/spec/models/embargo_request_spec.rb +3 -210
- data/spec/models/formulary_drug_package_response_spec.rb +3 -210
- data/spec/models/formulary_response_spec.rb +3 -210
- data/spec/models/formulary_spec.rb +3 -210
- data/spec/models/issuer_request_spec.rb +3 -210
- data/spec/models/medical_plan_benefits_spec.rb +318 -0
- data/spec/models/medical_plan_update_request_spec.rb +42 -0
- data/spec/models/medical_plan_update_spec.rb +246 -0
- data/spec/models/meta_plan_search_response_spec.rb +3 -210
- data/spec/models/meta_spec.rb +3 -210
- data/spec/models/network_comparison_request_spec.rb +3 -210
- data/spec/models/network_comparison_response_spec.rb +3 -210
- data/spec/models/network_comparison_spec.rb +3 -210
- data/spec/models/network_details_response_spec.rb +3 -210
- data/spec/models/network_details_spec.rb +3 -210
- data/spec/models/network_search_response_spec.rb +3 -210
- data/spec/models/network_size_spec.rb +3 -210
- data/spec/models/network_spec.rb +3 -210
- data/spec/models/notification_subscription_response_spec.rb +3 -210
- data/spec/models/notification_subscription_spec.rb +3 -210
- data/spec/models/plan_county_bulk_spec.rb +3 -210
- data/spec/models/plan_county_spec.rb +3 -210
- data/spec/models/plan_deleted_spec.rb +3 -210
- data/spec/models/plan_identifier_spec.rb +3 -210
- data/spec/models/plan_medicare_bulk_spec.rb +3 -210
- data/spec/models/plan_medicare_spec.rb +3 -210
- data/spec/models/plan_pricing_medicare_spec.rb +3 -210
- data/spec/models/plan_search_response_spec.rb +3 -210
- data/spec/models/plan_show_response_spec.rb +3 -210
- data/spec/models/plan_spec.rb +3 -210
- data/spec/models/provider_details_spec.rb +3 -210
- data/spec/models/provider_geocode_spec.rb +3 -210
- data/spec/models/provider_network_event_notification_spec.rb +3 -210
- data/spec/models/provider_show_response_spec.rb +3 -210
- data/spec/models/provider_spec.rb +3 -210
- data/spec/models/providers_geocode_response_spec.rb +3 -210
- data/spec/models/providers_search_response_spec.rb +3 -210
- data/spec/models/rate_request_spec.rb +9 -210
- data/spec/models/rate_search_spec.rb +3 -210
- data/spec/models/rating_area_spec.rb +3 -210
- data/spec/models/request_plan_find_applicant_spec.rb +3 -210
- data/spec/models/request_plan_find_carrier_verification_spec.rb +3 -210
- data/spec/models/request_plan_find_drug_package_spec.rb +3 -210
- data/spec/models/request_plan_find_provider_spec.rb +3 -210
- data/spec/models/request_plan_find_spec.rb +3 -210
- data/spec/models/request_provider_notification_subscription_spec.rb +3 -210
- data/spec/models/request_providers_search_spec.rb +3 -210
- data/spec/models/request_rates_search_spec.rb +3 -210
- data/spec/models/response_rates_search_spec.rb +3 -210
- data/spec/models/rx_cui_identifier_search_response_spec.rb +3 -210
- data/spec/models/rx_cui_identifier_spec.rb +3 -210
- data/spec/models/service_area_spec.rb +3 -210
- data/spec/models/service_area_zip_county_spec.rb +3 -210
- data/spec/models/state_network_size_request_spec.rb +3 -210
- data/spec/models/state_network_size_response_spec.rb +3 -210
- data/spec/models/state_spec.rb +3 -210
- data/spec/models/vision_plan_benefits_spec.rb +3 -210
- data/spec/models/vision_plan_search_applicant_spec.rb +3 -210
- data/spec/models/vision_plan_search_request_spec.rb +3 -210
- data/spec/models/vision_plan_search_response_spec.rb +3 -210
- data/spec/models/vision_plan_show_response_spec.rb +3 -210
- data/spec/models/vision_plan_spec.rb +3 -210
- data/spec/models/vision_plan_update_request_spec.rb +3 -210
- data/spec/models/vision_plan_update_spec.rb +3 -210
- data/spec/models/zip_code_spec.rb +3 -210
- data/spec/models/zip_counties_response_spec.rb +3 -210
- data/spec/models/zip_county_bulk_spec.rb +3 -210
- data/spec/models/zip_county_response_spec.rb +3 -210
- data/spec/models/zip_county_spec.rb +3 -210
- data/spec/spec_helper.rb +2 -209
- data/vericred_client.gemspec +6 -213
- metadata +126 -107
- data/LICENSE +0 -201
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58fbc5f5dc3f9b1129517ae104178ba6855cd932
|
4
|
+
data.tar.gz: 4da86b7eec8bd03e44de015a64aba248614cba83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd8492368c33b630355416171bfb27ba21ced8cc4c509eba58295dea1318cd81b40b6e0932e83ceeb6440b59dc853f5fea26f0b92150ba3dec042d1973cc3208
|
7
|
+
data.tar.gz: 6d7518d8d8890bfd1ad313132a804dccbcdf68dc4ba9dd4be15b0c17a4f3e4894c585b6ab1b5539f04cf569510d1087f15a9b1266c4b977b2e61348bc13259b8
|
data/Gemfile
ADDED
data/README.md
CHANGED
@@ -2,209 +2,13 @@
|
|
2
2
|
|
3
3
|
VericredClient - the Ruby gem for the Vericred API
|
4
4
|
|
5
|
-
Vericred's API allows you to search for Health Plans that a specific doctor
|
6
|
-
accepts.
|
7
|
-
|
8
|
-
## Getting Started
|
9
|
-
|
10
|
-
Visit our [Developer Portal](https://developers.vericred.com) to
|
11
|
-
create an account.
|
12
|
-
|
13
|
-
Once you have created an account, you can create one Application for
|
14
|
-
Production and another for our Sandbox (select the appropriate Plan when
|
15
|
-
you create the Application).
|
16
|
-
|
17
|
-
## SDKs
|
18
|
-
|
19
|
-
Our API follows standard REST conventions, so you can use any HTTP client
|
20
|
-
to integrate with us. You will likely find it easier to use one of our
|
21
|
-
[autogenerated SDKs](https://github.com/vericred/?query=vericred-),
|
22
|
-
which we make available for several common programming languages.
|
23
|
-
|
24
|
-
## Authentication
|
25
|
-
|
26
|
-
To authenticate, pass the API Key you created in the Developer Portal as
|
27
|
-
a `Vericred-Api-Key` header.
|
28
|
-
|
29
|
-
`curl -H 'Vericred-Api-Key: YOUR_KEY' "https://api.vericred.com/providers?search_term=Foo&zip_code=11215"`
|
30
|
-
|
31
|
-
## Versioning
|
32
|
-
|
33
|
-
Vericred's API default to the latest version. However, if you need a specific
|
34
|
-
version, you can request it with an `Accept-Version` header.
|
35
|
-
|
36
|
-
The current version is `v3`. Previous versions are `v1` and `v2`.
|
37
|
-
|
38
|
-
`curl -H 'Vericred-Api-Key: YOUR_KEY' -H 'Accept-Version: v2' "https://api.vericred.com/providers?search_term=Foo&zip_code=11215"`
|
39
|
-
|
40
|
-
## Pagination
|
41
|
-
|
42
|
-
Endpoints that accept `page` and `per_page` parameters are paginated. They expose
|
43
|
-
four additional fields that contain data about your position in the response,
|
44
|
-
namely `Total`, `Per-Page`, `Link`, and `Page` as described in [RFC-5988](https://tools.ietf.org/html/rfc5988).
|
45
|
-
|
46
|
-
For example, to display 5 results per page and view the second page of a
|
47
|
-
`GET` to `/networks`, your final request would be `GET /networks?....page=2&per_page=5`.
|
48
|
-
|
49
|
-
## Sideloading
|
50
|
-
|
51
|
-
When we return multiple levels of an object graph (e.g. `Provider`s and their `State`s
|
52
|
-
we sideload the associated data. In this example, we would provide an Array of
|
53
|
-
`State`s and a `state_id` for each provider. This is done primarily to reduce the
|
54
|
-
payload size since many of the `Provider`s will share a `State`
|
55
|
-
|
56
|
-
```
|
57
|
-
{
|
58
|
-
providers: [{ id: 1, state_id: 1}, { id: 2, state_id: 1 }],
|
59
|
-
states: [{ id: 1, code: 'NY' }]
|
60
|
-
}
|
61
|
-
```
|
62
|
-
|
63
|
-
If you need the second level of the object graph, you can just match the
|
64
|
-
corresponding id.
|
65
|
-
|
66
|
-
## Selecting specific data
|
67
|
-
|
68
|
-
All endpoints allow you to specify which fields you would like to return.
|
69
|
-
This allows you to limit the response to contain only the data you need.
|
70
|
-
|
71
|
-
For example, let's take a request that returns the following JSON by default
|
72
|
-
|
73
|
-
```
|
74
|
-
{
|
75
|
-
provider: {
|
76
|
-
id: 1,
|
77
|
-
name: 'John',
|
78
|
-
phone: '1234567890',
|
79
|
-
field_we_dont_care_about: 'value_we_dont_care_about'
|
80
|
-
},
|
81
|
-
states: [{
|
82
|
-
id: 1,
|
83
|
-
name: 'New York',
|
84
|
-
code: 'NY',
|
85
|
-
field_we_dont_care_about: 'value_we_dont_care_about'
|
86
|
-
}]
|
87
|
-
}
|
88
|
-
```
|
89
|
-
|
90
|
-
To limit our results to only return the fields we care about, we specify the
|
91
|
-
`select` query string parameter for the corresponding fields in the JSON
|
92
|
-
document.
|
93
|
-
|
94
|
-
In this case, we want to select `name` and `phone` from the `provider` key,
|
95
|
-
so we would add the parameters `select=provider.name,provider.phone`.
|
96
|
-
We also want the `name` and `code` from the `states` key, so we would
|
97
|
-
add the parameters `select=states.name,states.code`. The id field of
|
98
|
-
each document is always returned whether or not it is requested.
|
99
|
-
|
100
|
-
Our final request would be `GET /providers/12345?select=provider.name,provider.phone,states.name,states.code`
|
101
|
-
|
102
|
-
The response would be
|
103
|
-
|
104
|
-
```
|
105
|
-
{
|
106
|
-
provider: {
|
107
|
-
id: 1,
|
108
|
-
name: 'John',
|
109
|
-
phone: '1234567890'
|
110
|
-
},
|
111
|
-
states: [{
|
112
|
-
id: 1,
|
113
|
-
name: 'New York',
|
114
|
-
code: 'NY'
|
115
|
-
}]
|
116
|
-
}
|
117
|
-
```
|
118
|
-
|
119
|
-
## Benefits summary format
|
120
|
-
Benefit cost-share strings are formatted to capture:
|
121
|
-
* Network tiers
|
122
|
-
* Compound or conditional cost-share
|
123
|
-
* Limits on the cost-share
|
124
|
-
* Benefit-specific maximum out-of-pocket costs
|
125
|
-
|
126
|
-
**Example #1**
|
127
|
-
As an example, we would represent [this Summary of Benefits & Coverage](https://s3.amazonaws.com/vericred-data/SBC/2017/33602TX0780032.pdf) as:
|
128
|
-
|
129
|
-
* **Hospital stay facility fees**:
|
130
|
-
- Network Provider: `$400 copay/admit plus 20% coinsurance`
|
131
|
-
- Out-of-Network Provider: `$1,500 copay/admit plus 50% coinsurance`
|
132
|
-
- 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`
|
133
|
-
|
134
|
-
* **Rehabilitation services:**
|
135
|
-
- Network Provider: `20% coinsurance`
|
136
|
-
- Out-of-Network Provider: `50% coinsurance`
|
137
|
-
- Limitations & Exceptions: `35 visit maximum per benefit period combined with Chiropractic care.`
|
138
|
-
- Vericred's format for this benefit: `In-Network: 20% after deductible / Out-of-Network: 50% after deductible | limit: 35 visit(s) per Benefit Period`
|
139
|
-
|
140
|
-
**Example #2**
|
141
|
-
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.
|
142
|
-
* **Specialty drugs:**
|
143
|
-
- Network Provider: `40% coinsurance up to a $500 maximum for up to a 30 day supply`
|
144
|
-
- Out-of-Network Provider `Not covered`
|
145
|
-
- Vericred's format for this benefit: `In-Network: 40% after deductible, up to $500 per script / Out-of-Network: 100%`
|
146
|
-
|
147
|
-
**BNF**
|
148
|
-
|
149
|
-
Here's a description of the benefits summary string, represented as a context-free grammar:
|
150
|
-
|
151
|
-
```
|
152
|
-
root ::= coverage
|
153
|
-
|
154
|
-
coverage ::= (simple_coverage | tiered_coverage) (space pipe space coverage_modifier)?
|
155
|
-
tiered_coverage ::= tier (space slash space tier)*
|
156
|
-
tier ::= tier_name colon space (tier_coverage | not_applicable)
|
157
|
-
tier_coverage ::= simple_coverage (space (then | or | and) space simple_coverage)* tier_limitation?
|
158
|
-
simple_coverage ::= (pre_coverage_limitation space)? coverage_amount (space post_coverage_limitation)? (comma? space coverage_condition)?
|
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
|
-
waived_if_admitted ::= ("copay" space)? "waived if admitted"
|
161
|
-
simple_limitation ::= pre_coverage_limitation space "copay applies"
|
162
|
-
tier_name ::= "In-Network-Tier-2" | "Out-of-Network" | "In-Network"
|
163
|
-
limit_condition ::= "limit" | "condition"
|
164
|
-
tier_limitation ::= comma space "up to" space (currency | (integer space time_unit plural?)) (space post_coverage_limitation)?
|
165
|
-
coverage_amount ::= currency | unlimited | included | unknown | percentage | (digits space (treatment_unit | time_unit) plural?)
|
166
|
-
pre_coverage_limitation ::= first space digits space time_unit plural?
|
167
|
-
post_coverage_limitation ::= (((then space currency) | "per condition") space)? "per" space (treatment_unit | (integer space time_unit) | time_unit) plural?
|
168
|
-
coverage_condition ::= ("before deductible" | "after deductible" | "penalty" | allowance | "in-state" | "out-of-state") (space allowance)?
|
169
|
-
allowance ::= upto_allowance | after_allowance
|
170
|
-
upto_allowance ::= "up to" space (currency space)? "allowance"
|
171
|
-
after_allowance ::= "after" space (currency space)? "allowance"
|
172
|
-
see_carrier_documentation ::= "see carrier documentation for more information"
|
173
|
-
shared_across_tiers ::= "shared across all tiers"
|
174
|
-
unknown ::= "unknown"
|
175
|
-
unlimited ::= /[uU]nlimited/
|
176
|
-
included ::= /[iI]ncluded in [mM]edical/
|
177
|
-
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/)
|
178
|
-
treatment_unit ::= /[pP]erson/ | /[gG]roup/ | /[cC]ondition/ | /[sS]cript/ | /[vV]isit/ | /[eE]xam/ | /[iI]tem/ | /[sS]tay/ | /[tT]reatment/ | /[aA]dmission/ | /[eE]pisode/
|
179
|
-
comma ::= ","
|
180
|
-
colon ::= ":"
|
181
|
-
semicolon ::= ";"
|
182
|
-
pipe ::= "|"
|
183
|
-
slash ::= "/"
|
184
|
-
plural ::= "(s)" | "s"
|
185
|
-
then ::= "then" | ("," space) | space
|
186
|
-
or ::= "or"
|
187
|
-
and ::= "and"
|
188
|
-
not_applicable ::= "Not Applicable" | "N/A" | "NA"
|
189
|
-
first ::= "first"
|
190
|
-
currency ::= "$" number
|
191
|
-
percentage ::= number "%"
|
192
|
-
number ::= float | integer
|
193
|
-
float ::= digits "." digits
|
194
|
-
integer ::= /[0-9]/+ (comma_int | under_int)*
|
195
|
-
comma_int ::= ("," /[0-9]/*3) !"_"
|
196
|
-
under_int ::= ("_" /[0-9]/*3) !","
|
197
|
-
digits ::= /[0-9]/+ ("_" /[0-9]/+)*
|
198
|
-
space ::= /[ \t]/+
|
199
|
-
```
|
200
|
-
|
201
|
-
|
5
|
+
Vericred's API allows you to search for Health Plans that a specific doctor accepts. ## Getting Started Visit our [Developer Portal](https://developers.vericred.com) to create an account. Once you have created an account, you can create one Application for Production and another for our Sandbox (select the appropriate Plan when you create the Application). ## SDKs Our API follows standard REST conventions, so you can use any HTTP client to integrate with us. You will likely find it easier to use one of our [autogenerated SDKs](https://github.com/vericred/?query=vericred-), which we make available for several common programming languages. ## Authentication To authenticate, pass the API Key you created in the Developer Portal as a `Vericred-Api-Key` header. `curl -H 'Vericred-Api-Key: YOUR_KEY' \"https://api.vericred.com/providers?search_term=Foo&zip_code=11215\"` ## Versioning Vericred's API default to the latest version. However, if you need a specific version, you can request it with an `Accept-Version` header. The current version is `v3`. Previous versions are `v1` and `v2`. `curl -H 'Vericred-Api-Key: YOUR_KEY' -H 'Accept-Version: v2' \"https://api.vericred.com/providers?search_term=Foo&zip_code=11215\"` ## Pagination Endpoints that accept `page` and `per_page` parameters are paginated. They expose four additional fields that contain data about your position in the response, namely `Total`, `Per-Page`, `Link`, and `Page` as described in [RFC-5988](https://tools.ietf.org/html/rfc5988). For example, to display 5 results per page and view the second page of a `GET` to `/networks`, your final request would be `GET /networks?....page=2&per_page=5`. ## Sideloading When we return multiple levels of an object graph (e.g. `Provider`s and their `State`s we sideload the associated data. In this example, we would provide an Array of `State`s and a `state_id` for each provider. This is done primarily to reduce the payload size since many of the `Provider`s will share a `State` ``` { providers: [{ id: 1, state_id: 1}, { id: 2, state_id: 1 }], states: [{ id: 1, code: 'NY' }] } ``` If you need the second level of the object graph, you can just match the corresponding id. ## Selecting specific data All endpoints allow you to specify which fields you would like to return. This allows you to limit the response to contain only the data you need. For example, let's take a request that returns the following JSON by default ``` { provider: { id: 1, name: 'John', phone: '1234567890', field_we_dont_care_about: 'value_we_dont_care_about' }, states: [{ id: 1, name: 'New York', code: 'NY', field_we_dont_care_about: 'value_we_dont_care_about' }] } ``` To limit our results to only return the fields we care about, we specify the `select` query string parameter for the corresponding fields in the JSON document. In this case, we want to select `name` and `phone` from the `provider` key, so we would add the parameters `select=provider.name,provider.phone`. We also want the `name` and `code` from the `states` key, so we would add the parameters `select=states.name,states.code`. The id field of each document is always returned whether or not it is requested. Our final request would be `GET /providers/12345?select=provider.name,provider.phone,states.name,states.code` The response would be ``` { provider: { id: 1, name: 'John', phone: '1234567890' }, states: [{ id: 1, name: 'New York', code: 'NY' }] } ``` ## Benefits summary format Benefit cost-share strings are formatted to capture: * Network tiers * Compound or conditional cost-share * Limits on the cost-share * Benefit-specific maximum out-of-pocket costs **Example #1** As an example, we would represent [this Summary of Benefits & Coverage](https://s3.amazonaws.com/vericred-data/SBC/2017/33602TX0780032.pdf) as: * **Hospital stay facility fees**: - Network Provider: `$400 copay/admit plus 20% coinsurance` - Out-of-Network Provider: `$1,500 copay/admit plus 50% coinsurance` - 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` * **Rehabilitation services:** - Network Provider: `20% coinsurance` - Out-of-Network Provider: `50% coinsurance` - Limitations & Exceptions: `35 visit maximum per benefit period combined with Chiropractic care.` - Vericred's format for this benefit: `In-Network: 20% after deductible / Out-of-Network: 50% after deductible | limit: 35 visit(s) per Benefit Period` **Example #2** 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. * **Specialty drugs:** - Network Provider: `40% coinsurance up to a $500 maximum for up to a 30 day supply` - Out-of-Network Provider `Not covered` - Vericred's format for this benefit: `In-Network: 40% after deductible, up to $500 per script / Out-of-Network: 100%` **BNF** Here's a description of the benefits summary string, represented as a context-free grammar: ``` root ::= coverage coverage ::= (simple_coverage | tiered_coverage) (space pipe space coverage_modifier)? tiered_coverage ::= tier (space slash space tier)* tier ::= tier_name colon space (tier_coverage | not_applicable) tier_coverage ::= simple_coverage (space (then | or | and) space simple_coverage)* tier_limitation? simple_coverage ::= (pre_coverage_limitation space)? coverage_amount (space post_coverage_limitation)? (comma? space coverage_condition)? coverage_modifier ::= limit_condition colon space (((simple_coverage | simple_limitation) (semicolon space see_carrier_documentation)?) | see_carrier_documentation | waived_if_admitted | shared_across_tiers) waived_if_admitted ::= (\"copay\" space)? \"waived if admitted\" simple_limitation ::= pre_coverage_limitation space \"copay applies\" tier_name ::= \"In-Network-Tier-2\" | \"Out-of-Network\" | \"In-Network\" limit_condition ::= \"limit\" | \"condition\" tier_limitation ::= comma space \"up to\" space (currency | (integer space time_unit plural?)) (space post_coverage_limitation)? coverage_amount ::= currency | unlimited | included | unknown | percentage | (digits space (treatment_unit | time_unit) plural?) pre_coverage_limitation ::= first space digits space time_unit plural? post_coverage_limitation ::= (((then space currency) | \"per condition\") space)? \"per\" space (treatment_unit | (integer space time_unit) | time_unit) plural? coverage_condition ::= (\"before deductible\" | \"after deductible\" | \"penalty\" | allowance | \"in-state\" | \"out-of-state\") (space allowance)? allowance ::= upto_allowance | after_allowance upto_allowance ::= \"up to\" space (currency space)? \"allowance\" after_allowance ::= \"after\" space (currency space)? \"allowance\" see_carrier_documentation ::= \"see carrier documentation for more information\" shared_across_tiers ::= \"shared across all tiers\" unknown ::= \"unknown\" unlimited ::= /[uU]nlimited/ included ::= /[iI]ncluded in [mM]edical/ 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/) treatment_unit ::= /[pP]erson/ | /[gG]roup/ | /[cC]ondition/ | /[sS]cript/ | /[vV]isit/ | /[eE]xam/ | /[iI]tem/ | /[sS]tay/ | /[tT]reatment/ | /[aA]dmission/ | /[eE]pisode/ comma ::= \",\" colon ::= \":\" semicolon ::= \";\" pipe ::= \"|\" slash ::= \"/\" plural ::= \"(s)\" | \"s\" then ::= \"then\" | (\",\" space) | space or ::= \"or\" and ::= \"and\" not_applicable ::= \"Not Applicable\" | \"N/A\" | \"NA\" first ::= \"first\" currency ::= \"$\" number percentage ::= number \"%\" number ::= float | integer float ::= digits \".\" digits integer ::= /[0-9]/+ (comma_int | under_int)* comma_int ::= (\",\" /[0-9]/*3) !\"_\" under_int ::= (\"_\" /[0-9]/*3) !\",\" digits ::= /[0-9]/+ (\"_\" /[0-9]/+)* space ::= /[ \\t]/+ ```
|
202
6
|
|
203
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
204
8
|
|
205
9
|
- API version: 1.0.0
|
206
|
-
- Package version: 0.0.
|
207
|
-
- Build package:
|
10
|
+
- Package version: 0.0.21
|
11
|
+
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
208
12
|
|
209
13
|
## Installation
|
210
14
|
|
@@ -219,15 +23,15 @@ gem build vericred_client.gemspec
|
|
219
23
|
Then either install the gem locally:
|
220
24
|
|
221
25
|
```shell
|
222
|
-
gem install ./vericred_client-0.0.
|
26
|
+
gem install ./vericred_client-0.0.21.gem
|
223
27
|
```
|
224
|
-
(for development, run `gem install --dev ./vericred_client-0.0.
|
28
|
+
(for development, run `gem install --dev ./vericred_client-0.0.21.gem` to install the development dependencies)
|
225
29
|
|
226
30
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
227
31
|
|
228
32
|
Finally add this to the Gemfile:
|
229
33
|
|
230
|
-
gem 'vericred_client', '~> 0.0.
|
34
|
+
gem 'vericred_client', '~> 0.0.21'
|
231
35
|
|
232
36
|
### Install from Git
|
233
37
|
|
@@ -260,7 +64,7 @@ end
|
|
260
64
|
|
261
65
|
api_instance = VericredClient::CarrierGroupsApi.new
|
262
66
|
|
263
|
-
vericred_id = "a234567b90" # String | The unique Vericred id
|
67
|
+
vericred_id = "\"a234567b90\"" # String | The unique Vericred id
|
264
68
|
|
265
69
|
|
266
70
|
begin
|
@@ -274,7 +78,7 @@ end
|
|
274
78
|
|
275
79
|
## Documentation for API Endpoints
|
276
80
|
|
277
|
-
All URIs are relative to *https://api.vericred.com
|
81
|
+
All URIs are relative to *https://api.vericred.com*
|
278
82
|
|
279
83
|
Class | Method | HTTP request | Description
|
280
84
|
------------ | ------------- | ------------- | -------------
|
@@ -295,6 +99,7 @@ Class | Method | HTTP request | Description
|
|
295
99
|
*VericredClient::IssuersApi* | [**delete_issuer**](docs/IssuersApi.md#delete_issuer) | **DELETE** /issuers/{vericred_id} | Delete an Issuer.
|
296
100
|
*VericredClient::IssuersApi* | [**put_issuer**](docs/IssuersApi.md#put_issuer) | **PUT** /issuers/{vericred_id} | Create/update an Issuer
|
297
101
|
*VericredClient::MedicalPlansApi* | [**find_plans**](docs/MedicalPlansApi.md#find_plans) | **POST** /plans/medical/search | Find Plans
|
102
|
+
*VericredClient::MedicalPlansApi* | [**put_medical_plan**](docs/MedicalPlansApi.md#put_medical_plan) | **PUT** /plans/medical/{vericred_id} | Create/update a Medical Plan
|
298
103
|
*VericredClient::MedicalPlansApi* | [**show_plan**](docs/MedicalPlansApi.md#show_plan) | **GET** /plans/medical/{id} | Show Plan
|
299
104
|
*VericredClient::NetworkSizesApi* | [**list_state_network_sizes**](docs/NetworkSizesApi.md#list_state_network_sizes) | **GET** /states/{state_id}/network_sizes | State Network Sizes
|
300
105
|
*VericredClient::NetworkSizesApi* | [**search_network_sizes**](docs/NetworkSizesApi.md#search_network_sizes) | **POST** /network_sizes/search | Network Sizes
|
@@ -358,6 +163,9 @@ Class | Method | HTTP request | Description
|
|
358
163
|
- [VericredClient::FormularyDrugPackageResponse](docs/FormularyDrugPackageResponse.md)
|
359
164
|
- [VericredClient::FormularyResponse](docs/FormularyResponse.md)
|
360
165
|
- [VericredClient::IssuerRequest](docs/IssuerRequest.md)
|
166
|
+
- [VericredClient::MedicalPlanBenefits](docs/MedicalPlanBenefits.md)
|
167
|
+
- [VericredClient::MedicalPlanUpdate](docs/MedicalPlanUpdate.md)
|
168
|
+
- [VericredClient::MedicalPlanUpdateRequest](docs/MedicalPlanUpdateRequest.md)
|
361
169
|
- [VericredClient::Meta](docs/Meta.md)
|
362
170
|
- [VericredClient::MetaPlanSearchResponse](docs/MetaPlanSearchResponse.md)
|
363
171
|
- [VericredClient::Network](docs/Network.md)
|
data/Rakefile
ADDED
data/docs/CarrierGroupsApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# VericredClient::CarrierGroupsApi
|
2
2
|
|
3
|
-
All URIs are relative to *https://api.vericred.com
|
3
|
+
All URIs are relative to *https://api.vericred.com*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -29,7 +29,7 @@ end
|
|
29
29
|
|
30
30
|
api_instance = VericredClient::CarrierGroupsApi.new
|
31
31
|
|
32
|
-
vericred_id = "a234567b90" # String | The unique Vericred id
|
32
|
+
vericred_id = "\"a234567b90\"" # String | The unique Vericred id
|
33
33
|
|
34
34
|
|
35
35
|
begin
|
@@ -82,7 +82,7 @@ end
|
|
82
82
|
|
83
83
|
api_instance = VericredClient::CarrierGroupsApi.new
|
84
84
|
|
85
|
-
vericred_id = "a234567b90" # String | The unique Vericred id
|
85
|
+
vericred_id = "\"a234567b90\"" # String | The unique Vericred id
|
86
86
|
|
87
87
|
body = VericredClient::CarrierGroupRequest.new # CarrierGroupRequest | CarrierGroup Record
|
88
88
|
|
data/docs/CarriersApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# VericredClient::CarriersApi
|
2
2
|
|
3
|
-
All URIs are relative to *https://api.vericred.com
|
3
|
+
All URIs are relative to *https://api.vericred.com*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -29,7 +29,7 @@ end
|
|
29
29
|
|
30
30
|
api_instance = VericredClient::CarriersApi.new
|
31
31
|
|
32
|
-
vericred_id = "a234567b90" # String | The unique Vericred id
|
32
|
+
vericred_id = "\"a234567b90\"" # String | The unique Vericred id
|
33
33
|
|
34
34
|
|
35
35
|
begin
|
@@ -82,7 +82,7 @@ end
|
|
82
82
|
|
83
83
|
api_instance = VericredClient::CarriersApi.new
|
84
84
|
|
85
|
-
vericred_id = "a234567b90" # String | The unique Vericred id
|
85
|
+
vericred_id = "\"a234567b90\"" # String | The unique Vericred id
|
86
86
|
|
87
87
|
body = VericredClient::CarrierRequest.new # CarrierRequest | Carrier Record
|
88
88
|
|
data/docs/DentalPlanBenefits.md
CHANGED
@@ -7,8 +7,6 @@ Name | Type | Description | Notes
|
|
7
7
|
**family_deductible** | **String** | Family Deductible benefit string | [optional]
|
8
8
|
**individual_annual_max** | **String** | Individual Annual Max benefit string | [optional]
|
9
9
|
**family_max_annual_max** | **String** | Family Max Annual Max benefit string | [optional]
|
10
|
-
**individual_moop** | **String** | Individual MOOP benefit string | [optional]
|
11
|
-
**family_moop** | **String** | Family MOOP benefit string | [optional]
|
12
10
|
**office_visits** | **String** | Office Visits benefit string | [optional]
|
13
11
|
**radiograph_bitewings** | **String** | Radiograph - Bitewings benefit string | [optional]
|
14
12
|
**radiograph_other** | **String** | Radiograph - Other benefit string | [optional]
|
@@ -17,14 +15,21 @@ Name | Type | Description | Notes
|
|
17
15
|
**prophylaxis_cleaning** | **String** | Prophylaxis Cleaning benefit string | [optional]
|
18
16
|
**sealant** | **String** | Sealant benefit string | [optional]
|
19
17
|
**fillings_amalgram** | **String** | Fillings - Amalgram benefit string | [optional]
|
20
|
-
**fillings_composite** | **String** | Fillings - Composite benefit string | [optional]
|
21
18
|
**emergency_treatment** | **String** | Emergency Treatment benefit string | [optional]
|
22
|
-
**restorative** | **String** | Restorative benefit string | [optional]
|
23
|
-
**surgery_anesthesia** | **String** | Surgery - Anesthesia benefit string | [optional]
|
24
19
|
**surgery_extraction** | **String** | Surgery - Extraction benefit string | [optional]
|
25
20
|
**endodontics** | **String** | Endodontics benefit string | [optional]
|
26
21
|
**periodontics** | **String** | Periodontics benefit string | [optional]
|
27
22
|
**orthodontics_adult** | **String** | Orthodontics - Adult benefit string | [optional]
|
28
23
|
**orthodontics_child** | **String** | Orthodontics - Child benefit string | [optional]
|
24
|
+
**simple_extraction** | **String** | Simple Extraction benefit string | [optional]
|
25
|
+
**implants** | **String** | Implants benefit string | [optional]
|
26
|
+
**crowns** | **String** | Crowns benefit string | [optional]
|
27
|
+
**bridges** | **String** | Bridges benefit string | [optional]
|
28
|
+
**dentures** | **String** | Dentures benefit string | [optional]
|
29
|
+
**inlays** | **String** | Inlays benefit string | [optional]
|
30
|
+
**onlays** | **String** | Onlays benefit string | [optional]
|
31
|
+
**periodontal_maintenance** | **String** | Periodontal Maintenance benefit string | [optional]
|
32
|
+
**denture_relines_rebases** | **String** | Denture Relines/Rebases benefit string | [optional]
|
33
|
+
**denture_repair_and_adjustments** | **String** | Denture Repair and Adjustments benefit string | [optional]
|
29
34
|
|
30
35
|
|
data/docs/DentalPlansApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# VericredClient::DentalPlansApi
|
2
2
|
|
3
|
-
All URIs are relative to *https://api.vericred.com
|
3
|
+
All URIs are relative to *https://api.vericred.com*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -30,7 +30,7 @@ end
|
|
30
30
|
|
31
31
|
api_instance = VericredClient::DentalPlansApi.new
|
32
32
|
|
33
|
-
vericred_id = "a234567b90" # String | The unique Vericred id
|
33
|
+
vericred_id = "\"a234567b90\"" # String | The unique Vericred id
|
34
34
|
|
35
35
|
|
36
36
|
begin
|
@@ -83,7 +83,7 @@ end
|
|
83
83
|
|
84
84
|
api_instance = VericredClient::DentalPlansApi.new
|
85
85
|
|
86
|
-
vericred_id = "a234567b90" # String | The unique Vericred id
|
86
|
+
vericred_id = "\"a234567b90\"" # String | The unique Vericred id
|
87
87
|
|
88
88
|
body = VericredClient::DentalPlanUpdateRequest.new # DentalPlanUpdateRequest | Dental Plan Record
|
89
89
|
|
@@ -139,7 +139,7 @@ end
|
|
139
139
|
|
140
140
|
api_instance = VericredClient::DentalPlansApi.new
|
141
141
|
|
142
|
-
id = "88582NY0230001" # String | ID of the Plan
|
142
|
+
id = "\"88582NY0230001\"" # String | ID of the Plan
|
143
143
|
|
144
144
|
|
145
145
|
begin
|
data/docs/DrugCoveragesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# VericredClient::DrugCoveragesApi
|
2
2
|
|
3
|
-
All URIs are relative to *https://api.vericred.com
|
3
|
+
All URIs are relative to *https://api.vericred.com*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -28,11 +28,11 @@ end
|
|
28
28
|
|
29
29
|
api_instance = VericredClient::DrugCoveragesApi.new
|
30
30
|
|
31
|
-
ndc_package_code = "07777-3105-01" # String | NDC package code
|
31
|
+
ndc_package_code = "\"07777-3105-01\"" # String | NDC package code
|
32
32
|
|
33
|
-
audience = "individual" # String | Plan Audience (individual or small_group)
|
33
|
+
audience = "\"individual\"" # String | Plan Audience (individual or small_group)
|
34
34
|
|
35
|
-
state_code = "CA" # String | Two-character state code
|
35
|
+
state_code = "\"CA\"" # String | Two-character state code
|
36
36
|
|
37
37
|
|
38
38
|
begin
|
data/docs/DrugPackagesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# VericredClient::DrugPackagesApi
|
2
2
|
|
3
|
-
All URIs are relative to *https://api.vericred.com
|
3
|
+
All URIs are relative to *https://api.vericred.com*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -30,7 +30,7 @@ api_instance = VericredClient::DrugPackagesApi.new
|
|
30
30
|
|
31
31
|
formulary_id = "123" # String | ID of the Formulary in question
|
32
32
|
|
33
|
-
ndc_package_code = "07777-3105-01" # String | ID of the DrugPackage in question
|
33
|
+
ndc_package_code = "\"07777-3105-01\"" # String | ID of the DrugPackage in question
|
34
34
|
|
35
35
|
|
36
36
|
begin
|
data/docs/DrugsApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# VericredClient::DrugsApi
|
2
2
|
|
3
|
-
All URIs are relative to *https://api.vericred.com
|
3
|
+
All URIs are relative to *https://api.vericred.com*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -28,7 +28,7 @@ end
|
|
28
28
|
|
29
29
|
api_instance = VericredClient::DrugsApi.new
|
30
30
|
|
31
|
-
search_term = "Zyrtec" # String | Full or partial proprietary name of drug
|
31
|
+
search_term = "\"Zyrtec\"" # String | Full or partial proprietary name of drug
|
32
32
|
|
33
33
|
|
34
34
|
begin
|
data/docs/EmbargoesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# VericredClient::EmbargoesApi
|
2
2
|
|
3
|
-
All URIs are relative to *https://api.vericred.com
|
3
|
+
All URIs are relative to *https://api.vericred.com*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -29,7 +29,7 @@ end
|
|
29
29
|
|
30
30
|
api_instance = VericredClient::EmbargoesApi.new
|
31
31
|
|
32
|
-
vericred_id = "a234567b90" # String | The unique Vericred id
|
32
|
+
vericred_id = "\"a234567b90\"" # String | The unique Vericred id
|
33
33
|
|
34
34
|
|
35
35
|
begin
|
@@ -82,7 +82,7 @@ end
|
|
82
82
|
|
83
83
|
api_instance = VericredClient::EmbargoesApi.new
|
84
84
|
|
85
|
-
vericred_id = "a234567b90" # String | The unique Vericred id
|
85
|
+
vericred_id = "\"a234567b90\"" # String | The unique Vericred id
|
86
86
|
|
87
87
|
body = VericredClient::EmbargoRequest.new # EmbargoRequest | Embargo Record
|
88
88
|
|
data/docs/FormulariesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# VericredClient::FormulariesApi
|
2
2
|
|
3
|
-
All URIs are relative to *https://api.vericred.com
|
3
|
+
All URIs are relative to *https://api.vericred.com*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -29,9 +29,9 @@ end
|
|
29
29
|
api_instance = VericredClient::FormulariesApi.new
|
30
30
|
|
31
31
|
opts = {
|
32
|
-
search_term: "HIX PPO", # String | Full or partial name of the formulary
|
32
|
+
search_term: "\"HIX PPO\"", # String | Full or partial name of the formulary
|
33
33
|
rx_bin: "123456", # String | RX BIN Number (found on an insurance card)
|
34
|
-
rx_group: "HEALTH", # String | RX Group String (found on an insurance card)
|
34
|
+
rx_group: "\"HEALTH\"", # String | RX Group String (found on an insurance card)
|
35
35
|
rx_pcn: "9999" # String | RX PCN Number (found on an insurance card)
|
36
36
|
}
|
37
37
|
|
data/docs/IssuersApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# VericredClient::IssuersApi
|
2
2
|
|
3
|
-
All URIs are relative to *https://api.vericred.com
|
3
|
+
All URIs are relative to *https://api.vericred.com*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -29,7 +29,7 @@ end
|
|
29
29
|
|
30
30
|
api_instance = VericredClient::IssuersApi.new
|
31
31
|
|
32
|
-
vericred_id = "a234567b90" # String | The unique Vericred id
|
32
|
+
vericred_id = "\"a234567b90\"" # String | The unique Vericred id
|
33
33
|
|
34
34
|
|
35
35
|
begin
|
@@ -82,7 +82,7 @@ end
|
|
82
82
|
|
83
83
|
api_instance = VericredClient::IssuersApi.new
|
84
84
|
|
85
|
-
vericred_id = "a234567b90" # String | The unique Vericred id
|
85
|
+
vericred_id = "\"a234567b90\"" # String | The unique Vericred id
|
86
86
|
|
87
87
|
body = VericredClient::IssuerRequest.new # IssuerRequest | Issuer Record
|
88
88
|
|
@@ -0,0 +1,54 @@
|
|
1
|
+
# VericredClient::MedicalPlanBenefits
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**individual_medical_deductible** | **String** | Individual Medical Deductible benefits string | [optional]
|
7
|
+
**family_medical_deductible** | **String** | Family Medical Deductible benefits string | [optional]
|
8
|
+
**individual_drug_deductible** | **String** | Individual Drug Deductible benefits string | [optional]
|
9
|
+
**family_drug_deductible** | **String** | Family Drug Deductible benefits string | [optional]
|
10
|
+
**individual_medical_moop** | **String** | Individual Medical Moop benefits string | [optional]
|
11
|
+
**family_medical_moop** | **String** | Family Medical Moop benefits string | [optional]
|
12
|
+
**individual_drug_moop** | **String** | Individual Drug Moop benefits string | [optional]
|
13
|
+
**family_drug_moop** | **String** | Family Drug Moop benefits string | [optional]
|
14
|
+
**primary_care_physician** | **String** | Primary Care Physician benefits string | [optional]
|
15
|
+
**specialist** | **String** | Specialist benefits string | [optional]
|
16
|
+
**preventative_care** | **String** | Preventative Care benefits string | [optional]
|
17
|
+
**chiropractic_services** | **String** | Chiropractic Services benefits string | [optional]
|
18
|
+
**diagnostic_test** | **String** | Diagnostic Test benefits string | [optional]
|
19
|
+
**lab_test** | **String** | Lab Test benefits string | [optional]
|
20
|
+
**imaging_center** | **String** | Imaging Center benefits string | [optional]
|
21
|
+
**imaging_physician** | **String** | Imaging PHysician benefits string | [optional]
|
22
|
+
**generic_drugs** | **String** | Generic Drugs benefits string | [optional]
|
23
|
+
**nonpreferred_generic_drug_share** | **String** | Non Preferred Generic_drug_share benefits string | [optional]
|
24
|
+
**preferred_brand_drugs** | **String** | Preferred Brand Drugs benefits string | [optional]
|
25
|
+
**non_preferred_brand_drugs** | **String** | Non Preferred Brand_drugs benefits string | [optional]
|
26
|
+
**specialty_drugs** | **String** | Specialty Drugs benefits string | [optional]
|
27
|
+
**nonpreferred_specialty_drug_share** | **String** | Non Preferred Specialty Drug Share benefits string | [optional]
|
28
|
+
**outpatient_facility** | **String** | Outpatient Hospital benefits string | [optional]
|
29
|
+
**outpatient_ambulatory_care_center** | **String** | Outpatient Ambulatory Care Center benefits string | [optional]
|
30
|
+
**outpatient_physician** | **String** | outpatient Physician benefits string | [optional]
|
31
|
+
**emergency_room** | **String** | Emergency Room benefits string | [optional]
|
32
|
+
**ambulance** | **String** | Ambulance benefits string | [optional]
|
33
|
+
**urgent_care** | **String** | Urgent Care benefits string | [optional]
|
34
|
+
**inpatient_facility** | **String** | Inpatient Facility benefits string | [optional]
|
35
|
+
**inpatient_physician** | **String** | Inpatient Physician benefits string | [optional]
|
36
|
+
**outpatient_mental_health** | **String** | Outpatient Mental Health benefits string | [optional]
|
37
|
+
**inpatient_mental_health** | **String** | Inpatient Mental Health benefits string | [optional]
|
38
|
+
**outpatient_substance** | **String** | Outpatient Substance benefits string | [optional]
|
39
|
+
**inpatient_substance** | **String** | Inpatient Substance benefits string | [optional]
|
40
|
+
**prenatal_care** | **String** | Prenatal Care benefits string | [optional]
|
41
|
+
**postnatal_care** | **String** | Postnatal Care benefits string | [optional]
|
42
|
+
**inpatient_birth** | **String** | Inpatient Birth benefits string | [optional]
|
43
|
+
**home_health_care** | **String** | Home Health Care benefits string | [optional]
|
44
|
+
**rehabilitation_services** | **String** | Rehabilitation Services benefits string | [optional]
|
45
|
+
**habilitation_services** | **String** | Habilitation Services benefits string | [optional]
|
46
|
+
**skilled_nursing** | **String** | Skilled Nursing benefits string | [optional]
|
47
|
+
**durable_medical_equipment** | **String** | Durable Medical Equipment benefits string | [optional]
|
48
|
+
**hospice_service** | **String** | Hospice Service benefits string | [optional]
|
49
|
+
**child_eye_exam** | **String** | Child Eye Exam benefits string | [optional]
|
50
|
+
**child_eyewear** | **String** | Child Eyewear benefits string | [optional]
|
51
|
+
**child_dental** | **String** | Child Dental benefits string | [optional]
|
52
|
+
**adult_dental** | **String** | Adult Dental benefits string | [optional]
|
53
|
+
|
54
|
+
|