vericred_client 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +30 -20
- data/docs/Applicant.md +2 -2
- data/docs/{InlineResponse2001.md → Base.md} +2 -2
- data/docs/Carrier.md +1 -1
- data/docs/County.md +3 -3
- data/docs/CountyBulk.md +10 -0
- data/docs/Drug.md +2 -1
- data/docs/DrugCoverage.md +4 -4
- data/docs/DrugCoverageResponse.md +9 -0
- data/docs/DrugPackage.md +9 -0
- data/docs/DrugSearchResponse.md +9 -0
- data/docs/DrugsApi.md +59 -0
- data/docs/Meta.md +8 -0
- data/docs/Plan.md +22 -6
- data/docs/PlanCounty.md +1 -1
- data/docs/PlanCountyBulk.md +10 -0
- data/docs/PlanFindResponse.md +9 -0
- data/docs/PlanSearchResult.md +26 -8
- data/docs/PlansApi.md +11 -11
- data/docs/Pricing.md +7 -1
- data/docs/Provider.md +9 -6
- data/docs/ProviderResponse.md +10 -0
- data/docs/ProvidersApi.md +19 -21
- data/docs/RatingArea.md +2 -2
- data/docs/RequestPlanFind.md +15 -0
- data/docs/State.md +4 -4
- data/docs/ZipCountiesApi.md +7 -8
- data/docs/ZipCountyBulk.md +11 -0
- data/docs/ZipCountyResponse.md +10 -0
- data/lib/vericred_client.rb +14 -6
- data/lib/vericred_client/api/{drug_coverage_api.rb → drugs_api.rb} +25 -19
- data/lib/vericred_client/api/plans_api.rb +14 -16
- data/lib/vericred_client/api/providers_api.rb +29 -29
- data/lib/vericred_client/api/zip_counties_api.rb +12 -12
- data/lib/vericred_client/api_client.rb +1 -1
- data/lib/vericred_client/api_error.rb +1 -1
- data/lib/vericred_client/models/applicant.rb +14 -12
- data/lib/vericred_client/models/{inline_response_200_1.rb → base.rb} +10 -9
- data/lib/vericred_client/models/carrier.rb +15 -15
- data/lib/vericred_client/models/carrier_subsidiary.rb +1 -1
- data/lib/vericred_client/models/county.rb +18 -14
- data/lib/vericred_client/models/county_bulk.rb +318 -0
- data/lib/vericred_client/models/drug.rb +27 -15
- data/lib/vericred_client/models/drug_coverage.rb +38 -32
- data/lib/vericred_client/models/drug_coverage_response.rb +310 -0
- data/lib/vericred_client/models/drug_package.rb +308 -0
- data/lib/vericred_client/models/drug_search_response.rb +310 -0
- data/lib/vericred_client/models/meta.rb +298 -0
- data/lib/vericred_client/models/plan.rb +196 -22
- data/lib/vericred_client/models/plan_county.rb +15 -15
- data/lib/vericred_client/models/plan_county_bulk.rb +318 -0
- data/lib/vericred_client/models/{inline_response_200.rb → plan_find_response.rb} +13 -11
- data/lib/vericred_client/models/plan_search_result.rb +236 -42
- data/lib/vericred_client/models/pricing.rb +63 -3
- data/lib/vericred_client/models/provider.rb +51 -9
- data/lib/vericred_client/models/provider_response.rb +322 -0
- data/lib/vericred_client/models/rating_area.rb +5 -5
- data/lib/vericred_client/models/{query.rb → request_plan_find.rb} +14 -6
- data/lib/vericred_client/models/state.rb +29 -25
- data/lib/vericred_client/models/zip_code.rb +1 -1
- data/lib/vericred_client/models/zip_county.rb +1 -1
- data/lib/vericred_client/models/zip_county_bulk.rb +328 -0
- data/lib/vericred_client/models/{inline_response_200_2.rb → zip_county_response.rb} +20 -17
- data/lib/vericred_client/version.rb +2 -2
- data/spec/api/{drug_coverage_api_spec.rb → drugs_api_spec.rb} +14 -17
- data/spec/api/plans_api_spec.rb +7 -69
- data/spec/api/providers_api_spec.rb +12 -28
- data/spec/api/zip_counties_api_spec.rb +6 -13
- metadata +31 -15
- data/docs/DrugCoverageApi.md +0 -54
- data/docs/InlineResponse200.md +0 -9
- data/docs/InlineResponse2002.md +0 -10
- data/docs/Query.md +0 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05544fed1fa1e80914f1283f59af7ad005aad9ad
|
4
|
+
data.tar.gz: 8ce3bc0b6c301d0d2845d474ab46590a3b26f477
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f753b4827230f6e7089f2d912cc954490d44bb04a65f08c3de753ce039f46ad1830ce6fda55533d30a661c3bdfe642397fecc65c384a924861cc2bba0e2951bc
|
7
|
+
data.tar.gz: ea7e0d40ae597fdb761679e8948a0900511a38e9dc90ad6fba75500b83007983e0134fd4705466e61e3660017d11ddd767a48c827c950513dba6c17d814d8b4e
|
data/README.md
CHANGED
@@ -119,9 +119,9 @@ The response would be
|
|
119
119
|
|
120
120
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
121
121
|
|
122
|
-
- API version:
|
123
|
-
- Package version: 0.0.
|
124
|
-
- Build date: 2016-05-
|
122
|
+
- API version: 1.0.0
|
123
|
+
- Package version: 0.0.4
|
124
|
+
- Build date: 2016-05-11T18:53:57.936-04:00
|
125
125
|
- Build package: class io.swagger.codegen.languages.RubyClientCodegen
|
126
126
|
|
127
127
|
## Installation
|
@@ -137,15 +137,15 @@ gem build vericred_client.gemspec
|
|
137
137
|
Then either install the gem locally:
|
138
138
|
|
139
139
|
```shell
|
140
|
-
gem install ./vericred_client-0.0.
|
140
|
+
gem install ./vericred_client-0.0.4.gem
|
141
141
|
```
|
142
|
-
(for development, run `gem install --dev ./vericred_client-0.0.
|
142
|
+
(for development, run `gem install --dev ./vericred_client-0.0.4.gem` to install the development dependencies)
|
143
143
|
|
144
144
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
145
145
|
|
146
146
|
Finally add this to the Gemfile:
|
147
147
|
|
148
|
-
gem 'vericred_client', '~> 0.0.
|
148
|
+
gem 'vericred_client', '~> 0.0.4'
|
149
149
|
|
150
150
|
### Install from Git
|
151
151
|
|
@@ -168,17 +168,19 @@ Please follow the [installation](#installation) procedure and then run the follo
|
|
168
168
|
# Load the gem
|
169
169
|
require 'vericred_client'
|
170
170
|
|
171
|
-
api_instance = VericredClient::
|
171
|
+
api_instance = VericredClient::DrugsApi.new
|
172
172
|
|
173
|
-
|
173
|
+
ndc_package_code = "ndc_package_code_example" # String | NDC package code
|
174
|
+
|
175
|
+
state_code = "state_code_example" # String | Two-character state code
|
174
176
|
|
175
177
|
|
176
178
|
begin
|
177
|
-
#
|
178
|
-
result = api_instance.
|
179
|
+
#Drug Coverages are the specific tier level, quantity limit, prior authorization and step therapy for a given Drug/Plan
|
180
|
+
result = api_instance.get_drugs_coverages_ndc(ndc_package_code, state_code)
|
179
181
|
p result
|
180
182
|
rescue VericredClient::ApiError => e
|
181
|
-
puts "Exception when calling
|
183
|
+
puts "Exception when calling DrugsApi->get_drugs_coverages_ndc: #{e}"
|
182
184
|
end
|
183
185
|
|
184
186
|
```
|
@@ -189,34 +191,42 @@ All URIs are relative to *https://api.vericred.com/*
|
|
189
191
|
|
190
192
|
Class | Method | HTTP request | Description
|
191
193
|
------------ | ------------- | ------------- | -------------
|
192
|
-
*VericredClient::
|
193
|
-
*VericredClient::PlansApi* | [**
|
194
|
-
*VericredClient::ProvidersApi* | [**
|
195
|
-
*VericredClient::ProvidersApi* | [**
|
196
|
-
*VericredClient::ZipCountiesApi* | [**
|
194
|
+
*VericredClient::DrugsApi* | [**get_drugs_coverages_ndc**](docs/DrugsApi.md#get_drugs_coverages_ndc) | **GET** /drugs/coverages | Drug Coverages are the specific tier level, quantity limit, prior authorization and step therapy for a given Drug/Plan
|
195
|
+
*VericredClient::PlansApi* | [**post_plans_find**](docs/PlansApi.md#post_plans_find) | **POST** /plans/find |
|
196
|
+
*VericredClient::ProvidersApi* | [**get_providers**](docs/ProvidersApi.md#get_providers) | **GET** /providers |
|
197
|
+
*VericredClient::ProvidersApi* | [**get_providers_npi**](docs/ProvidersApi.md#get_providers_npi) | **GET** /providers/{npi} |
|
198
|
+
*VericredClient::ZipCountiesApi* | [**get_zip_counties**](docs/ZipCountiesApi.md#get_zip_counties) | **GET** /zip_counties |
|
197
199
|
|
198
200
|
|
199
201
|
## Documentation for Models
|
200
202
|
|
201
203
|
- [VericredClient::Applicant](docs/Applicant.md)
|
204
|
+
- [VericredClient::Base](docs/Base.md)
|
202
205
|
- [VericredClient::Carrier](docs/Carrier.md)
|
203
206
|
- [VericredClient::CarrierSubsidiary](docs/CarrierSubsidiary.md)
|
204
207
|
- [VericredClient::County](docs/County.md)
|
208
|
+
- [VericredClient::CountyBulk](docs/CountyBulk.md)
|
205
209
|
- [VericredClient::Drug](docs/Drug.md)
|
206
210
|
- [VericredClient::DrugCoverage](docs/DrugCoverage.md)
|
207
|
-
- [VericredClient::
|
208
|
-
- [VericredClient::
|
209
|
-
- [VericredClient::
|
211
|
+
- [VericredClient::DrugCoverageResponse](docs/DrugCoverageResponse.md)
|
212
|
+
- [VericredClient::DrugPackage](docs/DrugPackage.md)
|
213
|
+
- [VericredClient::DrugSearchResponse](docs/DrugSearchResponse.md)
|
214
|
+
- [VericredClient::Meta](docs/Meta.md)
|
210
215
|
- [VericredClient::Plan](docs/Plan.md)
|
211
216
|
- [VericredClient::PlanCounty](docs/PlanCounty.md)
|
217
|
+
- [VericredClient::PlanCountyBulk](docs/PlanCountyBulk.md)
|
218
|
+
- [VericredClient::PlanFindResponse](docs/PlanFindResponse.md)
|
212
219
|
- [VericredClient::PlanSearchResult](docs/PlanSearchResult.md)
|
213
220
|
- [VericredClient::Pricing](docs/Pricing.md)
|
214
221
|
- [VericredClient::Provider](docs/Provider.md)
|
215
|
-
- [VericredClient::
|
222
|
+
- [VericredClient::ProviderResponse](docs/ProviderResponse.md)
|
216
223
|
- [VericredClient::RatingArea](docs/RatingArea.md)
|
224
|
+
- [VericredClient::RequestPlanFind](docs/RequestPlanFind.md)
|
217
225
|
- [VericredClient::State](docs/State.md)
|
218
226
|
- [VericredClient::ZipCode](docs/ZipCode.md)
|
219
227
|
- [VericredClient::ZipCounty](docs/ZipCounty.md)
|
228
|
+
- [VericredClient::ZipCountyBulk](docs/ZipCountyBulk.md)
|
229
|
+
- [VericredClient::ZipCountyResponse](docs/ZipCountyResponse.md)
|
220
230
|
|
221
231
|
|
222
232
|
## Documentation for Authorization
|
data/docs/Applicant.md
CHANGED
@@ -3,12 +3,12 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**id** | **Integer** | Primary key | [optional]
|
7
6
|
**dob** | **Date** | Date of Birth | [optional]
|
7
|
+
**id** | **Integer** | Primary key | [optional]
|
8
8
|
**member_id** | **String** | Foreign key to members | [optional]
|
9
9
|
**name** | **String** | Full name of the Applicant | [optional]
|
10
10
|
**relationship** | **String** | Relationship of the Applicant to the Member | [optional]
|
11
|
-
**smoker** | **BOOLEAN** | Does the Applicant smoke? | [optional]
|
11
|
+
**smoker** | **BOOLEAN** | Does the Applicant smoke? | [optional] [default to false]
|
12
12
|
**ssn** | **String** | Applicant's Social Security Number | [optional]
|
13
13
|
|
14
14
|
|
@@ -1,8 +1,8 @@
|
|
1
|
-
# VericredClient::
|
1
|
+
# VericredClient::Base
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**meta** | [**Meta**](Meta.md) | Metadata for query | [optional]
|
7
7
|
|
8
8
|
|
data/docs/Carrier.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
6
|
**id** | **Integer** | Primary key | [optional]
|
7
|
-
**name** | **String** | Name of the Carrier | [optional]
|
8
7
|
**logo_path** | **String** | URL for the Carrier's logo | [optional]
|
8
|
+
**name** | **String** | Name of the Carrier | [optional]
|
9
9
|
|
10
10
|
|
data/docs/County.md
CHANGED
@@ -3,12 +3,12 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**id** | **Integer** | Primary key | [optional]
|
7
6
|
**fips_code** | **String** | State FIPS code | [optional]
|
7
|
+
**id** | **Integer** | Primary key | [optional]
|
8
8
|
**name** | **String** | Human-readable name | [optional]
|
9
9
|
**state_code** | **String** | Two-character state code | [optional]
|
10
10
|
**state_id** | **Integer** | state relationship | [optional]
|
11
|
-
**state_live** | **BOOLEAN** | Is the state containing this county active for consumers? | [optional]
|
12
|
-
**state_live_for_business** | **BOOLEAN** | Is the state containing this county active for business? | [optional]
|
11
|
+
**state_live** | **BOOLEAN** | Is the state containing this county active for consumers?(deprecated in favor of last_date_for_individual) | [optional] [default to false]
|
12
|
+
**state_live_for_business** | **BOOLEAN** | Is the state containing this county active for business?(deprecated in favor of last_date_for_shop) | [optional] [default to false]
|
13
13
|
|
14
14
|
|
data/docs/CountyBulk.md
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
# VericredClient::CountyBulk
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**id** | **String** | FIPs code for the county | [optional]
|
7
|
+
**name** | **String** | Name of the county | [optional]
|
8
|
+
**state_id** | **String** | State code | [optional]
|
9
|
+
|
10
|
+
|
data/docs/Drug.md
CHANGED
@@ -4,7 +4,8 @@
|
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
6
|
**ndc** | **String** | National Drug Code ID | [optional]
|
7
|
-
**proprietary_name** | **String** | Proprietary name of drug | [optional]
|
8
7
|
**non_proprietary_name** | **String** | Non-proprietary name of drug | [optional]
|
8
|
+
**packages** | [**Array<DrugPackage>**](DrugPackage.md) | Available retail/prescription packages for this drug | [optional]
|
9
|
+
**proprietary_name** | **String** | Proprietary name of drug | [optional]
|
9
10
|
|
10
11
|
|
data/docs/DrugCoverage.md
CHANGED
@@ -3,11 +3,11 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**plan_id** | **String** | Health Insurance Oversight System id | [optional]
|
7
6
|
**ndc_package_code** | **String** | NDC package code | [optional]
|
7
|
+
**plan_id** | **String** | Health Insurance Oversight System id | [optional]
|
8
|
+
**prior_authorization** | **BOOLEAN** | Prior authorization required | [optional] [default to false]
|
9
|
+
**quantity_limit** | **BOOLEAN** | Quantity limit exists | [optional] [default to false]
|
10
|
+
**step_therapy** | **BOOLEAN** | Step Treatment required | [optional] [default to false]
|
8
11
|
**tier** | **String** | Tier Name | [optional]
|
9
|
-
**quantity_limit** | **BOOLEAN** | Quantity limit exists | [optional]
|
10
|
-
**prior_authorization** | **BOOLEAN** | Prior authorization required | [optional]
|
11
|
-
**step_therapy** | **BOOLEAN** | Step Treatment required | [optional]
|
12
12
|
|
13
13
|
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VericredClient::DrugCoverageResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**coverages** | [**Array<DrugCoverage>**](DrugCoverage.md) | DrugCoverage search results | [optional]
|
7
|
+
**meta** | [**Meta**](Meta.md) | Metadata for query | [optional]
|
8
|
+
|
9
|
+
|
data/docs/DrugPackage.md
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
# VericredClient::DrugPackage
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**description** | **String** | Package description | [optional]
|
7
|
+
**ndc_package_code** | **String** | National Drug Code ID (Package) | [optional]
|
8
|
+
|
9
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VericredClient::DrugSearchResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**drugs** | [**Array<Drug>**](Drug.md) | Drugs found in query | [optional]
|
7
|
+
**meta** | [**Meta**](Meta.md) | Metadata for query | [optional]
|
8
|
+
|
9
|
+
|
data/docs/DrugsApi.md
ADDED
@@ -0,0 +1,59 @@
|
|
1
|
+
# VericredClient::DrugsApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://api.vericred.com/*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**get_drugs_coverages_ndc**](DrugsApi.md#get_drugs_coverages_ndc) | **GET** /drugs/coverages | Drug Coverages are the specific tier level, quantity limit, prior authorization and step therapy for a given Drug/Plan
|
8
|
+
|
9
|
+
|
10
|
+
# **get_drugs_coverages_ndc**
|
11
|
+
> DrugCoverageResponse get_drugs_coverages_ndc(ndc_package_code, state_code)
|
12
|
+
|
13
|
+
Drug Coverages are the specific tier level, quantity limit, prior authorization and step therapy for a given Drug/Plan
|
14
|
+
|
15
|
+
Drug Coverages are the specific tier level, quantity limit, prior authorization and step therapy for a given Drug/Plan combination. This endpoint returns all DrugCoverages for a given Drug
|
16
|
+
|
17
|
+
### Example
|
18
|
+
```ruby
|
19
|
+
# load the gem
|
20
|
+
require 'vericred_client'
|
21
|
+
|
22
|
+
api_instance = VericredClient::DrugsApi.new
|
23
|
+
|
24
|
+
ndc_package_code = "ndc_package_code_example" # String | NDC package code
|
25
|
+
|
26
|
+
state_code = "state_code_example" # String | Two-character state code
|
27
|
+
|
28
|
+
|
29
|
+
begin
|
30
|
+
#Drug Coverages are the specific tier level, quantity limit, prior authorization and step therapy for a given Drug/Plan
|
31
|
+
result = api_instance.get_drugs_coverages_ndc(ndc_package_code, state_code)
|
32
|
+
p result
|
33
|
+
rescue VericredClient::ApiError => e
|
34
|
+
puts "Exception when calling DrugsApi->get_drugs_coverages_ndc: #{e}"
|
35
|
+
end
|
36
|
+
```
|
37
|
+
|
38
|
+
### Parameters
|
39
|
+
|
40
|
+
Name | Type | Description | Notes
|
41
|
+
------------- | ------------- | ------------- | -------------
|
42
|
+
**ndc_package_code** | **String**| NDC package code |
|
43
|
+
**state_code** | **String**| Two-character state code |
|
44
|
+
|
45
|
+
### Return type
|
46
|
+
|
47
|
+
[**DrugCoverageResponse**](DrugCoverageResponse.md)
|
48
|
+
|
49
|
+
### Authorization
|
50
|
+
|
51
|
+
No authorization required
|
52
|
+
|
53
|
+
### HTTP request headers
|
54
|
+
|
55
|
+
- **Content-Type**: Not defined
|
56
|
+
- **Accept**: Not defined
|
57
|
+
|
58
|
+
|
59
|
+
|
data/docs/Meta.md
ADDED
data/docs/Plan.md
CHANGED
@@ -3,49 +3,65 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**adult_dental** | **BOOLEAN** | Does the plan provide dental coverage for adults? | [optional]
|
6
|
+
**adult_dental** | **BOOLEAN** | Does the plan provide dental coverage for adults? | [optional] [default to false]
|
7
7
|
**ambulance** | **String** | Benefits string for ambulance coverage | [optional]
|
8
8
|
**benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
|
9
9
|
**buy_link** | **String** | Link to a location to purchase the plan. | [optional]
|
10
10
|
**carrier_name** | **String** | Name of the insurance carrier | [optional]
|
11
|
-
**child_dental** | **BOOLEAN** | Does the plan provide dental coverage for children? | [optional]
|
11
|
+
**child_dental** | **BOOLEAN** | Does the plan provide dental coverage for children? | [optional] [default to false]
|
12
|
+
**child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
|
12
13
|
**child_eyewear** | **String** | Child eyewear benefits summary | [optional]
|
13
14
|
**customer_service_phone_number** | **String** | Phone number to contact the insurance carrier | [optional]
|
14
|
-
**durable_medical_equipment** | **String** | Benefits summary for durable medical equipment | [optional]
|
15
15
|
**diagnostic_test** | **String** | Diagnostic tests benefit summary | [optional]
|
16
16
|
**drug_formulary_url** | **String** | Link to the summary of drug benefits for the plan | [optional]
|
17
|
+
**durable_medical_equipment** | **String** | Benefits summary for durable medical equipment | [optional]
|
18
|
+
**effective_date** | **String** | Effective date of coverage. | [optional]
|
17
19
|
**emergency_room** | **String** | Description of costs when visiting the ER | [optional]
|
20
|
+
**expiration_date** | **String** | Expiration date of coverage. | [optional]
|
18
21
|
**family_drug_deductible** | **String** | Deductible for drugs when a family is on the plan. | [optional]
|
19
22
|
**family_drug_moop** | **String** | Maximum out-of-pocket for drugs when a family is on the plan | [optional]
|
20
23
|
**family_medical_deductible** | **String** | Deductible when a family is on the plan | [optional]
|
21
24
|
**family_medical_moop** | **String** | Maximum out-of-pocket when a family is on the plan | [optional]
|
22
25
|
**generic_drugs** | **String** | Cost for generic drugs | [optional]
|
26
|
+
**habilitation_services** | **String** | Habilitation services benefits summary | [optional]
|
23
27
|
**hios_issuer_id** | **String** | | [optional]
|
28
|
+
**home_health_care** | **String** | Home health care benefits summary | [optional]
|
29
|
+
**hospice_service** | **String** | Hospice service benefits summary | [optional]
|
24
30
|
**id** | **String** | Government-issued HIOS plan ID | [optional]
|
25
31
|
**imaging** | **String** | Benefits summary for imaging coverage | [optional]
|
32
|
+
**in_network_ids** | **Array<Integer>** | List of NPI numbers for Providers passed in who accept this Plan | [optional]
|
26
33
|
**individual_drug_deductible** | **String** | Deductible for drugs when an individual is on the plan | [optional]
|
27
34
|
**individual_drug_moop** | **String** | Maximum out-of-pocket for drugs when an individual is on the plan | [optional]
|
28
35
|
**individual_medical_deductible** | **String** | Deductible when an individual is on the plan | [optional]
|
29
36
|
**individual_medical_moop** | **String** | Maximum out-of-pocket when an individual is on the plan | [optional]
|
37
|
+
**inpatient_birth** | **String** | Inpatient birth benefits summary | [optional]
|
30
38
|
**inpatient_facility** | **String** | Cost under the plan for an inpatient facility | [optional]
|
39
|
+
**inpatient_mental_health** | **String** | Inpatient mental helath benefits summary | [optional]
|
31
40
|
**inpatient_physician** | **String** | Cost under the plan for an inpatient physician | [optional]
|
41
|
+
**inpatient_substance** | **String** | Inpatient substance abuse benefits summary | [optional]
|
32
42
|
**level** | **String** | Plan metal grouping (e.g. platinum, gold, silver, etc) | [optional]
|
33
43
|
**logo_url** | **String** | Link to a copy of the insurance carrier's logo | [optional]
|
34
44
|
**name** | **String** | Marketing name of the plan | [optional]
|
35
45
|
**network_size** | **Integer** | Total number of Providers in network | [optional]
|
36
46
|
**non_preferred_brand_drugs** | **String** | Cost under the plan for non-preferred brand drugs | [optional]
|
37
|
-
**
|
38
|
-
**
|
39
|
-
**out_of_network_coverage** | **BOOLEAN** | Does this plan provide any out of network coverage? | [optional]
|
47
|
+
**off_market** | **BOOLEAN** | Is the plan off-market? | [optional] [default to false]
|
48
|
+
**on_market** | **BOOLEAN** | Is the plan on-market? | [optional] [default to false]
|
49
|
+
**out_of_network_coverage** | **BOOLEAN** | Does this plan provide any out of network coverage? | [optional] [default to false]
|
50
|
+
**out_of_network_ids** | **Array<Integer>** | List of NPI numbers for Providers passed in who do not accept this Plan | [optional]
|
40
51
|
**outpatient_facility** | **String** | Benefits summary for outpatient facility coverage | [optional]
|
41
52
|
**outpatient_mental_health** | **String** | Benefits summary for outpatient mental health coverage | [optional]
|
42
53
|
**outpatient_physician** | **String** | Benefits summary for outpatient physician coverage | [optional]
|
54
|
+
**outpatient_substance** | **String** | Outpatient substance abuse benefits summary | [optional]
|
43
55
|
**plan_market** | **String** | Market in which the plan is offered (on_marketplace, shop, etc) | [optional]
|
44
56
|
**plan_type** | **String** | Category of the plan (e.g. EPO, HMO, PPO, POS, Indemnity) | [optional]
|
45
57
|
**preferred_brand_drugs** | **String** | Cost under the plan for perferred brand drugs | [optional]
|
58
|
+
**premium** | **Float** | Cumulative premium amount | [optional]
|
59
|
+
**premium_subsidized** | **Float** | Cumulative premium amount after subsidy | [optional]
|
60
|
+
**prenatal_postnatal_care** | **String** | Inpatient substance abuse benefits summary | [optional]
|
46
61
|
**preventative_care** | **String** | Benefits summary for preventative care | [optional]
|
47
62
|
**primary_care_physician** | **String** | Cost under the plan to visit a Primary Care Physician | [optional]
|
48
63
|
**rehabilitation_services** | **String** | Benefits summary for rehabilitation services | [optional]
|
64
|
+
**skilled_nursing** | **String** | Benefits summary for skilled nursing services | [optional]
|
49
65
|
**specialist** | **String** | Cost under the plan to visit a specialist | [optional]
|
50
66
|
**specialty_drugs** | **String** | Cost under the plan for specialty drugs | [optional]
|
51
67
|
**urgent_care** | **String** | Benefits summary for urgent care | [optional]
|
data/docs/PlanCounty.md
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
+
**county_id** | **Integer** | Foreign key to county | [optional]
|
6
7
|
**id** | **Integer** | Primary key | [optional]
|
7
8
|
**plan_id** | **Integer** | Foreign key to plan | [optional]
|
8
|
-
**county_id** | **Integer** | Foreign key to county | [optional]
|
9
9
|
|
10
10
|
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# VericredClient::PlanCountyBulk
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**county_id** | **Integer** | Foreign key to county | [optional]
|
7
|
+
**id** | **Integer** | Primary key | [optional]
|
8
|
+
**plan_id** | **Integer** | Foreign key to plan | [optional]
|
9
|
+
|
10
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# VericredClient::PlanFindResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**meta** | [**Meta**](Meta.md) | Metadata for query | [optional]
|
7
|
+
**plans** | [**Array<Plan>**](Plan.md) | Plan search results | [optional]
|
8
|
+
|
9
|
+
|
data/docs/PlanSearchResult.md
CHANGED
@@ -3,52 +3,70 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**adult_dental** | **BOOLEAN** | Does the plan provide dental coverage for adults? | [optional]
|
6
|
+
**adult_dental** | **BOOLEAN** | Does the plan provide dental coverage for adults? | [optional] [default to false]
|
7
7
|
**ambulance** | **String** | Benefits string for ambulance coverage | [optional]
|
8
8
|
**benefits_summary_url** | **String** | Link to the summary of benefits and coverage (SBC) document. | [optional]
|
9
9
|
**buy_link** | **String** | Link to a location to purchase the plan. | [optional]
|
10
10
|
**carrier_name** | **String** | Name of the insurance carrier | [optional]
|
11
|
-
**child_dental** | **BOOLEAN** | Does the plan provide dental coverage for children? | [optional]
|
11
|
+
**child_dental** | **BOOLEAN** | Does the plan provide dental coverage for children? | [optional] [default to false]
|
12
|
+
**child_eye_exam** | **String** | Child eye exam benefits summary | [optional]
|
12
13
|
**child_eyewear** | **String** | Child eyewear benefits summary | [optional]
|
13
14
|
**customer_service_phone_number** | **String** | Phone number to contact the insurance carrier | [optional]
|
14
|
-
**
|
15
|
+
**dependent_premium** | **Float** | Cumulative premium amount for dependents | [optional]
|
15
16
|
**diagnostic_test** | **String** | Diagnostic tests benefit summary | [optional]
|
16
17
|
**drug_formulary_url** | **String** | Link to the summary of drug benefits for the plan | [optional]
|
18
|
+
**durable_medical_equipment** | **String** | Benefits summary for durable medical equipment | [optional]
|
19
|
+
**effective_date** | **String** | Effective date of coverage. | [optional]
|
17
20
|
**emergency_room** | **String** | Description of costs when visiting the ER | [optional]
|
21
|
+
**employee_premium** | **Float** | Cumulative premium amount for employees | [optional]
|
22
|
+
**expiration_date** | **String** | Expiration date of coverage. | [optional]
|
18
23
|
**family_drug_deductible** | **String** | Deductible for drugs when a family is on the plan. | [optional]
|
19
24
|
**family_drug_moop** | **String** | Maximum out-of-pocket for drugs when a family is on the plan | [optional]
|
20
25
|
**family_medical_deductible** | **String** | Deductible when a family is on the plan | [optional]
|
21
26
|
**family_medical_moop** | **String** | Maximum out-of-pocket when a family is on the plan | [optional]
|
22
27
|
**generic_drugs** | **String** | Cost for generic drugs | [optional]
|
28
|
+
**habilitation_services** | **String** | Habilitation services benefits summary | [optional]
|
23
29
|
**hios_issuer_id** | **String** | | [optional]
|
30
|
+
**home_health_care** | **String** | Home health care benefits summary | [optional]
|
31
|
+
**hospice_service** | **String** | Hospice service benefits summary | [optional]
|
24
32
|
**id** | **String** | Government-issued HIOS plan ID | [optional]
|
25
33
|
**imaging** | **String** | Benefits summary for imaging coverage | [optional]
|
34
|
+
**in_network_ids** | **Array<Integer>** | List of NPI numbers for Providers passed in who accept this Plan | [optional]
|
26
35
|
**individual_drug_deductible** | **String** | Deductible for drugs when an individual is on the plan | [optional]
|
27
36
|
**individual_drug_moop** | **String** | Maximum out-of-pocket for drugs when an individual is on the plan | [optional]
|
28
37
|
**individual_medical_deductible** | **String** | Deductible when an individual is on the plan | [optional]
|
29
38
|
**individual_medical_moop** | **String** | Maximum out-of-pocket when an individual is on the plan | [optional]
|
39
|
+
**inpatient_birth** | **String** | Inpatient birth benefits summary | [optional]
|
30
40
|
**inpatient_facility** | **String** | Cost under the plan for an inpatient facility | [optional]
|
41
|
+
**inpatient_mental_health** | **String** | Inpatient mental helath benefits summary | [optional]
|
31
42
|
**inpatient_physician** | **String** | Cost under the plan for an inpatient physician | [optional]
|
43
|
+
**inpatient_substance** | **String** | Inpatient substance abuse benefits summary | [optional]
|
32
44
|
**level** | **String** | Plan metal grouping (e.g. platinum, gold, silver, etc) | [optional]
|
33
45
|
**logo_url** | **String** | Link to a copy of the insurance carrier's logo | [optional]
|
46
|
+
**match_percentage** | **Integer** | Percentage of doctors who matched this Plan | [optional]
|
34
47
|
**name** | **String** | Marketing name of the plan | [optional]
|
35
48
|
**non_preferred_brand_drugs** | **String** | Cost under the plan for non-preferred brand drugs | [optional]
|
36
|
-
**
|
37
|
-
**
|
38
|
-
**out_of_network_coverage** | **BOOLEAN** | Does this plan provide any out of network coverage? | [optional]
|
49
|
+
**off_market** | **BOOLEAN** | Is the plan off-market? | [optional] [default to false]
|
50
|
+
**on_market** | **BOOLEAN** | Is the plan on-market? | [optional] [default to false]
|
51
|
+
**out_of_network_coverage** | **BOOLEAN** | Does this plan provide any out of network coverage? | [optional] [default to false]
|
52
|
+
**out_of_network_ids** | **Array<Integer>** | List of NPI numbers for Providers passed in who do not accept this Plan | [optional]
|
39
53
|
**outpatient_facility** | **String** | Benefits summary for outpatient facility coverage | [optional]
|
40
54
|
**outpatient_mental_health** | **String** | Benefits summary for outpatient mental health coverage | [optional]
|
41
55
|
**outpatient_physician** | **String** | Benefits summary for outpatient physician coverage | [optional]
|
56
|
+
**outpatient_substance** | **String** | Outpatient substance abuse benefits summary | [optional]
|
57
|
+
**perfect_match_percentage** | **Integer** | Percentage of employees with 100% match | [optional]
|
42
58
|
**plan_market** | **String** | Market in which the plan is offered (on_marketplace, shop, etc) | [optional]
|
43
59
|
**plan_type** | **String** | Category of the plan (e.g. EPO, HMO, PPO, POS, Indemnity) | [optional]
|
44
60
|
**preferred_brand_drugs** | **String** | Cost under the plan for perferred brand drugs | [optional]
|
61
|
+
**premium** | **Float** | Cumulative premium amount | [optional]
|
62
|
+
**premium_subsidized** | **Float** | Cumulative premium amount after subsidy | [optional]
|
63
|
+
**prenatal_postnatal_care** | **String** | Inpatient substance abuse benefits summary | [optional]
|
45
64
|
**preventative_care** | **String** | Benefits summary for preventative care | [optional]
|
46
65
|
**primary_care_physician** | **String** | Cost under the plan to visit a Primary Care Physician | [optional]
|
47
66
|
**rehabilitation_services** | **String** | Benefits summary for rehabilitation services | [optional]
|
67
|
+
**skilled_nursing** | **String** | Benefits summary for skilled nursing services | [optional]
|
48
68
|
**specialist** | **String** | Cost under the plan to visit a specialist | [optional]
|
49
69
|
**specialty_drugs** | **String** | Cost under the plan for specialty drugs | [optional]
|
50
70
|
**urgent_care** | **String** | Benefits summary for urgent care | [optional]
|
51
|
-
**match_percentage** | **Integer** | Percentage of doctors who matched this Plan | [optional]
|
52
|
-
**perfect_match_percentage** | **Integer** | Percentage of employees with 100% match | [optional]
|
53
71
|
|
54
72
|
|