candidhealth 0.17.5 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/lib/candidhealth/claim_submission/v_1/types/claim_submission_record_create.rb +15 -4
  3. data/lib/candidhealth/commons/types/entity_conflict_error_message.rb +47 -0
  4. data/lib/candidhealth/commons/types/intended_submission_medium.rb +11 -0
  5. data/lib/candidhealth/commons/types/network_type.rb +27 -0
  6. data/lib/candidhealth/commons/types/rate_id.rb +7 -0
  7. data/lib/candidhealth/commons/types/source_of_payment_code.rb +1 -0
  8. data/lib/candidhealth/contracts/v_2/types/contract.rb +2 -2
  9. data/lib/candidhealth/contracts/v_2/types/contract_with_providers.rb +3 -3
  10. data/lib/candidhealth/eligibility/v_2/client.rb +2 -2
  11. data/lib/candidhealth/fee_schedules/client.rb +28 -0
  12. data/lib/candidhealth/fee_schedules/v_3/client.rb +499 -0
  13. data/lib/candidhealth/fee_schedules/v_3/types/dimension_match.rb +157 -0
  14. data/lib/candidhealth/fee_schedules/v_3/types/dimension_name.rb +14 -0
  15. data/lib/candidhealth/fee_schedules/v_3/types/dimensions.rb +136 -0
  16. data/lib/candidhealth/fee_schedules/v_3/types/dimensions_page.rb +69 -0
  17. data/lib/candidhealth/fee_schedules/v_3/types/match_cpt_code.rb +60 -0
  18. data/lib/candidhealth/fee_schedules/v_3/types/match_date.rb +61 -0
  19. data/lib/candidhealth/fee_schedules/v_3/types/match_facility_type_code.rb +61 -0
  20. data/lib/candidhealth/fee_schedules/v_3/types/match_geo.rb +66 -0
  21. data/lib/candidhealth/fee_schedules/v_3/types/match_license_type.rb +61 -0
  22. data/lib/candidhealth/fee_schedules/v_3/types/match_modifiers.rb +66 -0
  23. data/lib/candidhealth/fee_schedules/v_3/types/match_network_types.rb +66 -0
  24. data/lib/candidhealth/fee_schedules/v_3/types/match_payer.rb +61 -0
  25. data/lib/candidhealth/fee_schedules/v_3/types/match_provider.rb +61 -0
  26. data/lib/candidhealth/fee_schedules/v_3/types/match_result.rb +61 -0
  27. data/lib/candidhealth/fee_schedules/v_3/types/match_test_result.rb +66 -0
  28. data/lib/candidhealth/fee_schedules/v_3/types/new_rate.rb +64 -0
  29. data/lib/candidhealth/fee_schedules/v_3/types/new_rate_version.rb +64 -0
  30. data/lib/candidhealth/fee_schedules/v_3/types/optional_dimensions.rb +136 -0
  31. data/lib/candidhealth/fee_schedules/v_3/types/overlapping_rate_entries_error.rb +71 -0
  32. data/lib/candidhealth/fee_schedules/v_3/types/payer_threshold.rb +66 -0
  33. data/lib/candidhealth/fee_schedules/v_3/types/payer_thresholds_page.rb +68 -0
  34. data/lib/candidhealth/fee_schedules/v_3/types/rate.rb +96 -0
  35. data/lib/candidhealth/fee_schedules/v_3/types/rate_entry.rb +72 -0
  36. data/lib/candidhealth/fee_schedules/v_3/types/rate_upload.rb +94 -0
  37. data/lib/candidhealth/fee_schedules/v_3/types/rate_upload_with_possible_errors.rb +76 -0
  38. data/lib/candidhealth/fee_schedules/v_3/types/rates_page.rb +65 -0
  39. data/lib/candidhealth/fee_schedules/v_3/types/threshold_match.rb +72 -0
  40. data/lib/candidhealth/fee_schedules/v_3/types/validation_error.rb +129 -0
  41. data/lib/requests.rb +2 -2
  42. data/lib/types_export.rb +32 -0
  43. metadata +36 -2
data/lib/requests.rb CHANGED
@@ -20,7 +20,7 @@ module CandidApiClient
20
20
  @headers = {
21
21
  "X-Fern-Language": "Ruby",
22
22
  "X-Fern-SDK-Name": "candidhealth",
23
- "X-Fern-SDK-Version": "0.17.5",
23
+ "X-Fern-SDK-Version": "0.18.0",
24
24
  "Authorization": "Bearer #{token}"
25
25
  }
26
26
  @conn = Faraday.new(@base_url, headers: @headers) do |faraday|
@@ -46,7 +46,7 @@ module CandidApiClient
46
46
  @headers = {
47
47
  "X-Fern-Language": "Ruby",
48
48
  "X-Fern-SDK-Name": "candidhealth",
49
- "X-Fern-SDK-Version": "0.17.5",
49
+ "X-Fern-SDK-Version": "0.18.0",
50
50
  "Authorization": "Bearer #{token}"
51
51
  }
52
52
  @conn = Faraday.new(@base_url, headers: @headers) do |faraday|
data/lib/types_export.rb CHANGED
@@ -84,6 +84,34 @@ require_relative "candidhealth/expected_network_status/v_2/types/expected_networ
84
84
  require_relative "candidhealth/expected_network_status/v_2/types/expected_network_status_response_v_2"
85
85
  require_relative "candidhealth/expected_network_status/v_2/types/expected_network_status_check_error_message"
86
86
  require_relative "candidhealth/exports/v_3/types/get_exports_response"
87
+ require_relative "candidhealth/fee_schedules/v_3/types/dimensions"
88
+ require_relative "candidhealth/fee_schedules/v_3/types/optional_dimensions"
89
+ require_relative "candidhealth/fee_schedules/v_3/types/match_cpt_code"
90
+ require_relative "candidhealth/fee_schedules/v_3/types/match_payer"
91
+ require_relative "candidhealth/fee_schedules/v_3/types/match_geo"
92
+ require_relative "candidhealth/fee_schedules/v_3/types/match_provider"
93
+ require_relative "candidhealth/fee_schedules/v_3/types/match_date"
94
+ require_relative "candidhealth/fee_schedules/v_3/types/match_modifiers"
95
+ require_relative "candidhealth/fee_schedules/v_3/types/match_license_type"
96
+ require_relative "candidhealth/fee_schedules/v_3/types/match_facility_type_code"
97
+ require_relative "candidhealth/fee_schedules/v_3/types/match_network_types"
98
+ require_relative "candidhealth/fee_schedules/v_3/types/dimension_match"
99
+ require_relative "candidhealth/fee_schedules/v_3/types/threshold_match"
100
+ require_relative "candidhealth/fee_schedules/v_3/types/dimension_name"
101
+ require_relative "candidhealth/fee_schedules/v_3/types/match_result"
102
+ require_relative "candidhealth/fee_schedules/v_3/types/match_test_result"
103
+ require_relative "candidhealth/fee_schedules/v_3/types/rate_entry"
104
+ require_relative "candidhealth/fee_schedules/v_3/types/rate"
105
+ require_relative "candidhealth/fee_schedules/v_3/types/new_rate"
106
+ require_relative "candidhealth/fee_schedules/v_3/types/new_rate_version"
107
+ require_relative "candidhealth/fee_schedules/v_3/types/rate_upload"
108
+ require_relative "candidhealth/fee_schedules/v_3/types/rate_upload_with_possible_errors"
109
+ require_relative "candidhealth/fee_schedules/v_3/types/rates_page"
110
+ require_relative "candidhealth/fee_schedules/v_3/types/dimensions_page"
111
+ require_relative "candidhealth/fee_schedules/v_3/types/payer_threshold"
112
+ require_relative "candidhealth/fee_schedules/v_3/types/payer_thresholds_page"
113
+ require_relative "candidhealth/fee_schedules/v_3/types/overlapping_rate_entries_error"
114
+ require_relative "candidhealth/fee_schedules/v_3/types/validation_error"
87
115
  require_relative "candidhealth/guarantor/v_1/types/guarantor_id"
88
116
  require_relative "candidhealth/guarantor/v_1/types/guarantor_base"
89
117
  require_relative "candidhealth/guarantor/v_1/types/guarantor"
@@ -210,6 +238,7 @@ require_relative "candidhealth/commons/types/task_assignment_id"
210
238
  require_relative "candidhealth/commons/types/task_note_id"
211
239
  require_relative "candidhealth/commons/types/provider_id"
212
240
  require_relative "candidhealth/commons/types/invoice_id"
241
+ require_relative "candidhealth/commons/types/rate_id"
213
242
  require_relative "candidhealth/commons/types/link_url"
214
243
  require_relative "candidhealth/commons/types/page_token"
215
244
  require_relative "candidhealth/commons/types/sort_direction"
@@ -234,9 +263,11 @@ require_relative "candidhealth/commons/types/insurance_type_code"
234
263
  require_relative "candidhealth/commons/types/claim_adjustment_group_codes"
235
264
  require_relative "candidhealth/commons/types/claim_submission_payer_responsibility_type"
236
265
  require_relative "candidhealth/commons/types/emr_payer_crosswalk"
266
+ require_relative "candidhealth/commons/types/network_type"
237
267
  require_relative "candidhealth/commons/types/error_message"
238
268
  require_relative "candidhealth/commons/types/entity_not_found_error_message"
239
269
  require_relative "candidhealth/commons/types/unauthorized_error_message"
270
+ require_relative "candidhealth/commons/types/entity_conflict_error_message"
240
271
  require_relative "candidhealth/commons/types/unprocessable_entity_error_message"
241
272
  require_relative "candidhealth/commons/types/http_service_unavailable_error_message"
242
273
  require_relative "candidhealth/commons/types/request_validation_error"
@@ -246,6 +277,7 @@ require_relative "candidhealth/commons/types/phone_number"
246
277
  require_relative "candidhealth/commons/types/phone_number_type"
247
278
  require_relative "candidhealth/commons/types/email"
248
279
  require_relative "candidhealth/commons/types/delay_reason_code"
280
+ require_relative "candidhealth/commons/types/intended_submission_medium"
249
281
  require_relative "candidhealth/diagnoses/types/diagnosis_id"
250
282
  require_relative "candidhealth/diagnoses/types/diagnosis_create"
251
283
  require_relative "candidhealth/diagnoses/types/standalone_diagnosis_create"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: candidhealth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.5
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-02 00:00:00.000000000 Z
11
+ date: 2024-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async-http-faraday
@@ -123,13 +123,16 @@ files:
123
123
  - lib/candidhealth/commons/types/emr_payer_crosswalk.rb
124
124
  - lib/candidhealth/commons/types/encounter_external_id.rb
125
125
  - lib/candidhealth/commons/types/encounter_id.rb
126
+ - lib/candidhealth/commons/types/entity_conflict_error_message.rb
126
127
  - lib/candidhealth/commons/types/entity_not_found_error_message.rb
127
128
  - lib/candidhealth/commons/types/error_message.rb
128
129
  - lib/candidhealth/commons/types/facility_type_code.rb
129
130
  - lib/candidhealth/commons/types/http_service_unavailable_error_message.rb
130
131
  - lib/candidhealth/commons/types/insurance_type_code.rb
132
+ - lib/candidhealth/commons/types/intended_submission_medium.rb
131
133
  - lib/candidhealth/commons/types/invoice_id.rb
132
134
  - lib/candidhealth/commons/types/link_url.rb
135
+ - lib/candidhealth/commons/types/network_type.rb
133
136
  - lib/candidhealth/commons/types/npi.rb
134
137
  - lib/candidhealth/commons/types/organization_id.rb
135
138
  - lib/candidhealth/commons/types/organization_not_authorized_error_message.rb
@@ -140,6 +143,7 @@ files:
140
143
  - lib/candidhealth/commons/types/phone_number_type.rb
141
144
  - lib/candidhealth/commons/types/procedure_modifier.rb
142
145
  - lib/candidhealth/commons/types/provider_id.rb
146
+ - lib/candidhealth/commons/types/rate_id.rb
143
147
  - lib/candidhealth/commons/types/region_national.rb
144
148
  - lib/candidhealth/commons/types/region_states.rb
145
149
  - lib/candidhealth/commons/types/regions.rb
@@ -259,6 +263,36 @@ files:
259
263
  - lib/candidhealth/exports/client.rb
260
264
  - lib/candidhealth/exports/v_3/client.rb
261
265
  - lib/candidhealth/exports/v_3/types/get_exports_response.rb
266
+ - lib/candidhealth/fee_schedules/client.rb
267
+ - lib/candidhealth/fee_schedules/v_3/client.rb
268
+ - lib/candidhealth/fee_schedules/v_3/types/dimension_match.rb
269
+ - lib/candidhealth/fee_schedules/v_3/types/dimension_name.rb
270
+ - lib/candidhealth/fee_schedules/v_3/types/dimensions.rb
271
+ - lib/candidhealth/fee_schedules/v_3/types/dimensions_page.rb
272
+ - lib/candidhealth/fee_schedules/v_3/types/match_cpt_code.rb
273
+ - lib/candidhealth/fee_schedules/v_3/types/match_date.rb
274
+ - lib/candidhealth/fee_schedules/v_3/types/match_facility_type_code.rb
275
+ - lib/candidhealth/fee_schedules/v_3/types/match_geo.rb
276
+ - lib/candidhealth/fee_schedules/v_3/types/match_license_type.rb
277
+ - lib/candidhealth/fee_schedules/v_3/types/match_modifiers.rb
278
+ - lib/candidhealth/fee_schedules/v_3/types/match_network_types.rb
279
+ - lib/candidhealth/fee_schedules/v_3/types/match_payer.rb
280
+ - lib/candidhealth/fee_schedules/v_3/types/match_provider.rb
281
+ - lib/candidhealth/fee_schedules/v_3/types/match_result.rb
282
+ - lib/candidhealth/fee_schedules/v_3/types/match_test_result.rb
283
+ - lib/candidhealth/fee_schedules/v_3/types/new_rate.rb
284
+ - lib/candidhealth/fee_schedules/v_3/types/new_rate_version.rb
285
+ - lib/candidhealth/fee_schedules/v_3/types/optional_dimensions.rb
286
+ - lib/candidhealth/fee_schedules/v_3/types/overlapping_rate_entries_error.rb
287
+ - lib/candidhealth/fee_schedules/v_3/types/payer_threshold.rb
288
+ - lib/candidhealth/fee_schedules/v_3/types/payer_thresholds_page.rb
289
+ - lib/candidhealth/fee_schedules/v_3/types/rate.rb
290
+ - lib/candidhealth/fee_schedules/v_3/types/rate_entry.rb
291
+ - lib/candidhealth/fee_schedules/v_3/types/rate_upload.rb
292
+ - lib/candidhealth/fee_schedules/v_3/types/rate_upload_with_possible_errors.rb
293
+ - lib/candidhealth/fee_schedules/v_3/types/rates_page.rb
294
+ - lib/candidhealth/fee_schedules/v_3/types/threshold_match.rb
295
+ - lib/candidhealth/fee_schedules/v_3/types/validation_error.rb
262
296
  - lib/candidhealth/financials/types/account_type.rb
263
297
  - lib/candidhealth/financials/types/allocation.rb
264
298
  - lib/candidhealth/financials/types/allocation_create.rb