candidhealth 0.17.4 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/lib/candidhealth/claim_submission/v_1/types/claim_frequency_type_code.rb +0 -1
  3. data/lib/candidhealth/claim_submission/v_1/types/claim_submission_record_create.rb +15 -4
  4. data/lib/candidhealth/commons/types/entity_conflict_error_message.rb +47 -0
  5. data/lib/candidhealth/commons/types/intended_submission_medium.rb +11 -0
  6. data/lib/candidhealth/commons/types/network_type.rb +27 -0
  7. data/lib/candidhealth/commons/types/rate_id.rb +7 -0
  8. data/lib/candidhealth/commons/types/source_of_payment_code.rb +1 -0
  9. data/lib/candidhealth/contracts/v_2/types/contract.rb +2 -2
  10. data/lib/candidhealth/contracts/v_2/types/contract_with_providers.rb +3 -3
  11. data/lib/candidhealth/eligibility/v_2/client.rb +2 -2
  12. data/lib/candidhealth/encounters/v_4/client.rb +46 -28
  13. data/lib/candidhealth/encounters/v_4/types/encounter.rb +33 -31
  14. data/lib/candidhealth/encounters/v_4/types/encounter_base.rb +7 -31
  15. data/lib/candidhealth/fee_schedules/client.rb +28 -0
  16. data/lib/candidhealth/fee_schedules/v_3/client.rb +499 -0
  17. data/lib/candidhealth/fee_schedules/v_3/types/dimension_match.rb +157 -0
  18. data/lib/candidhealth/fee_schedules/v_3/types/dimension_name.rb +14 -0
  19. data/lib/candidhealth/fee_schedules/v_3/types/dimensions.rb +136 -0
  20. data/lib/candidhealth/fee_schedules/v_3/types/dimensions_page.rb +69 -0
  21. data/lib/candidhealth/fee_schedules/v_3/types/match_cpt_code.rb +60 -0
  22. data/lib/candidhealth/fee_schedules/v_3/types/match_date.rb +61 -0
  23. data/lib/candidhealth/fee_schedules/v_3/types/match_facility_type_code.rb +61 -0
  24. data/lib/candidhealth/fee_schedules/v_3/types/match_geo.rb +66 -0
  25. data/lib/candidhealth/fee_schedules/v_3/types/match_license_type.rb +61 -0
  26. data/lib/candidhealth/fee_schedules/v_3/types/match_modifiers.rb +66 -0
  27. data/lib/candidhealth/fee_schedules/v_3/types/match_network_types.rb +66 -0
  28. data/lib/candidhealth/fee_schedules/v_3/types/match_payer.rb +61 -0
  29. data/lib/candidhealth/fee_schedules/v_3/types/match_provider.rb +61 -0
  30. data/lib/candidhealth/fee_schedules/v_3/types/match_result.rb +61 -0
  31. data/lib/candidhealth/fee_schedules/v_3/types/match_test_result.rb +66 -0
  32. data/lib/candidhealth/fee_schedules/v_3/types/new_rate.rb +64 -0
  33. data/lib/candidhealth/fee_schedules/v_3/types/new_rate_version.rb +64 -0
  34. data/lib/candidhealth/fee_schedules/v_3/types/optional_dimensions.rb +136 -0
  35. data/lib/candidhealth/fee_schedules/v_3/types/overlapping_rate_entries_error.rb +71 -0
  36. data/lib/candidhealth/fee_schedules/v_3/types/payer_threshold.rb +66 -0
  37. data/lib/candidhealth/fee_schedules/v_3/types/payer_thresholds_page.rb +68 -0
  38. data/lib/candidhealth/fee_schedules/v_3/types/rate.rb +96 -0
  39. data/lib/candidhealth/fee_schedules/v_3/types/rate_entry.rb +72 -0
  40. data/lib/candidhealth/fee_schedules/v_3/types/rate_upload.rb +94 -0
  41. data/lib/candidhealth/fee_schedules/v_3/types/rate_upload_with_possible_errors.rb +76 -0
  42. data/lib/candidhealth/fee_schedules/v_3/types/rates_page.rb +65 -0
  43. data/lib/candidhealth/fee_schedules/v_3/types/threshold_match.rb +72 -0
  44. data/lib/candidhealth/fee_schedules/v_3/types/validation_error.rb +129 -0
  45. data/lib/candidhealth/service_lines/v_2/types/service_line.rb +20 -5
  46. data/lib/candidhealth/service_lines/v_2/types/service_line_create.rb +19 -4
  47. data/lib/requests.rb +2 -2
  48. data/lib/types_export.rb +32 -0
  49. metadata +36 -2
@@ -12,6 +12,7 @@ require_relative "../../../commons/types/decimal"
12
12
  require_relative "../../../commons/types/service_line_units"
13
13
  require_relative "../../../commons/types/claim_id"
14
14
  require_relative "../../../commons/types/date_range_optional_end"
15
+ require "date"
15
16
  require "json"
16
17
 
17
18
  module CandidApiClient
@@ -19,7 +20,7 @@ module CandidApiClient
19
20
  module V2
20
21
  class ServiceLine
21
22
  attr_reader :modifiers, :charge_amount_cents, :allowed_amount_cents, :insurance_balance_cents,
22
- :patient_balance_cents, :paid_amount_cents, :patient_responsibility_cents, :diagnosis_id_zero, :diagnosis_id_one, :diagnosis_id_two, :diagnosis_id_three, :service_line_era_data, :service_line_manual_adjustments, :related_invoices, :denial_reason, :place_of_service_code, :service_line_id, :procedure_code, :quantity, :units, :claim_id, :date_of_service_range, :description, :additional_properties
23
+ :patient_balance_cents, :paid_amount_cents, :patient_responsibility_cents, :diagnosis_id_zero, :diagnosis_id_one, :diagnosis_id_two, :diagnosis_id_three, :service_line_era_data, :service_line_manual_adjustments, :related_invoices, :denial_reason, :place_of_service_code, :service_line_id, :procedure_code, :quantity, :units, :claim_id, :date_of_service_range, :description, :date_of_service, :end_date_of_service, :additional_properties
23
24
 
24
25
  # @param modifiers [Array<Commons::ProcedureModifier>]
25
26
  # @param charge_amount_cents [Integer]
@@ -47,10 +48,12 @@ module CandidApiClient
47
48
  # @param date_of_service_range [Commons::DateRangeOptionalEnd] A range of dates of service for this service line. If the service line is for a single date, the end date
48
49
  # will be empty.
49
50
  # @param description [String] A free-form description to clarify the related data elements and their content. Maps to SV1-01, C003-07 on the 837-P.
51
+ # @param date_of_service [Date]
52
+ # @param end_date_of_service [Date]
50
53
  # @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
51
54
  # @return [ServiceLines::V2::ServiceLine]
52
- def initialize(service_line_id:, procedure_code:, quantity:, units:, claim_id:, date_of_service_range:, modifiers: nil, charge_amount_cents: nil, allowed_amount_cents: nil,
53
- insurance_balance_cents: nil, patient_balance_cents: nil, paid_amount_cents: nil, patient_responsibility_cents: nil, diagnosis_id_zero: nil, diagnosis_id_one: nil, diagnosis_id_two: nil, diagnosis_id_three: nil, service_line_era_data: nil, service_line_manual_adjustments: nil, related_invoices: nil, denial_reason: nil, place_of_service_code: nil, description: nil, additional_properties: nil)
55
+ def initialize(service_line_id:, procedure_code:, quantity:, units:, claim_id:, date_of_service_range:, date_of_service:, modifiers: nil, charge_amount_cents: nil, allowed_amount_cents: nil,
56
+ insurance_balance_cents: nil, patient_balance_cents: nil, paid_amount_cents: nil, patient_responsibility_cents: nil, diagnosis_id_zero: nil, diagnosis_id_one: nil, diagnosis_id_two: nil, diagnosis_id_three: nil, service_line_era_data: nil, service_line_manual_adjustments: nil, related_invoices: nil, denial_reason: nil, place_of_service_code: nil, description: nil, end_date_of_service: nil, additional_properties: nil)
54
57
  # @type [Array<Commons::ProcedureModifier>]
55
58
  @modifiers = modifiers
56
59
  # @type [Integer]
@@ -100,6 +103,10 @@ module CandidApiClient
100
103
  @date_of_service_range = date_of_service_range
101
104
  # @type [String] A free-form description to clarify the related data elements and their content. Maps to SV1-01, C003-07 on the 837-P.
102
105
  @description = description
106
+ # @type [Date]
107
+ @date_of_service = date_of_service
108
+ # @type [Date]
109
+ @end_date_of_service = end_date_of_service
103
110
  # @type [OpenStruct] Additional properties unmapped to the current class definition
104
111
  @additional_properties = additional_properties
105
112
  end
@@ -155,8 +162,12 @@ module CandidApiClient
155
162
  date_of_service_range = Commons::DateRangeOptionalEnd.from_json(json_object: date_of_service_range)
156
163
  end
157
164
  description = struct.description
165
+ date_of_service = (Date.parse(parsed_json["date_of_service"]) unless parsed_json["date_of_service"].nil?)
166
+ end_date_of_service = unless parsed_json["end_date_of_service"].nil?
167
+ Date.parse(parsed_json["end_date_of_service"])
168
+ end
158
169
  new(modifiers: modifiers, charge_amount_cents: charge_amount_cents,
159
- allowed_amount_cents: allowed_amount_cents, insurance_balance_cents: insurance_balance_cents, patient_balance_cents: patient_balance_cents, paid_amount_cents: paid_amount_cents, patient_responsibility_cents: patient_responsibility_cents, diagnosis_id_zero: diagnosis_id_zero, diagnosis_id_one: diagnosis_id_one, diagnosis_id_two: diagnosis_id_two, diagnosis_id_three: diagnosis_id_three, service_line_era_data: service_line_era_data, service_line_manual_adjustments: service_line_manual_adjustments, related_invoices: related_invoices, denial_reason: denial_reason, place_of_service_code: place_of_service_code, service_line_id: service_line_id, procedure_code: procedure_code, quantity: quantity, units: units, claim_id: claim_id, date_of_service_range: date_of_service_range, description: description, additional_properties: struct)
170
+ allowed_amount_cents: allowed_amount_cents, insurance_balance_cents: insurance_balance_cents, patient_balance_cents: patient_balance_cents, paid_amount_cents: paid_amount_cents, patient_responsibility_cents: patient_responsibility_cents, diagnosis_id_zero: diagnosis_id_zero, diagnosis_id_one: diagnosis_id_one, diagnosis_id_two: diagnosis_id_two, diagnosis_id_three: diagnosis_id_three, service_line_era_data: service_line_era_data, service_line_manual_adjustments: service_line_manual_adjustments, related_invoices: related_invoices, denial_reason: denial_reason, place_of_service_code: place_of_service_code, service_line_id: service_line_id, procedure_code: procedure_code, quantity: quantity, units: units, claim_id: claim_id, date_of_service_range: date_of_service_range, description: description, date_of_service: date_of_service, end_date_of_service: end_date_of_service, additional_properties: struct)
160
171
  end
161
172
 
162
173
  # Serialize an instance of ServiceLine to a JSON object
@@ -186,7 +197,9 @@ module CandidApiClient
186
197
  "units": @units,
187
198
  "claim_id": @claim_id,
188
199
  "date_of_service_range": @date_of_service_range,
189
- "description": @description
200
+ "description": @description,
201
+ "date_of_service": @date_of_service,
202
+ "end_date_of_service": @end_date_of_service
190
203
  }.to_json
191
204
  end
192
205
 
@@ -218,6 +231,8 @@ module CandidApiClient
218
231
  obj.claim_id.is_a?(UUID) != false || raise("Passed value for field obj.claim_id is not the expected type, validation failed.")
219
232
  Commons::DateRangeOptionalEnd.validate_raw(obj: obj.date_of_service_range)
220
233
  obj.description&.is_a?(String) != false || raise("Passed value for field obj.description is not the expected type, validation failed.")
234
+ obj.date_of_service.is_a?(Date) != false || raise("Passed value for field obj.date_of_service is not the expected type, validation failed.")
235
+ obj.end_date_of_service&.is_a?(Date) != false || raise("Passed value for field obj.end_date_of_service is not the expected type, validation failed.")
221
236
  end
222
237
  end
223
238
  end
@@ -5,6 +5,7 @@ require_relative "../../../commons/types/decimal"
5
5
  require_relative "../../../commons/types/service_line_units"
6
6
  require_relative "drug_identification"
7
7
  require_relative "../../../commons/types/facility_type_code"
8
+ require "date"
8
9
  require "json"
9
10
 
10
11
  module CandidApiClient
@@ -12,7 +13,7 @@ module CandidApiClient
12
13
  module V2
13
14
  class ServiceLineCreate
14
15
  attr_reader :modifiers, :procedure_code, :quantity, :units, :charge_amount_cents, :diagnosis_pointers,
15
- :drug_identification, :place_of_service_code, :description, :additional_properties
16
+ :drug_identification, :place_of_service_code, :description, :date_of_service, :end_date_of_service, :additional_properties
16
17
 
17
18
  # @param modifiers [Array<Commons::ProcedureModifier>]
18
19
  # @param procedure_code [String]
@@ -27,10 +28,12 @@ module CandidApiClient
27
28
  # @param drug_identification [ServiceLines::V2::DrugIdentification]
28
29
  # @param place_of_service_code [Commons::FacilityTypeCode]
29
30
  # @param description [String] A free-form description to clarify the related data elements and their content. Maps to SV1-01, C003-07 on the 837-P.
31
+ # @param date_of_service [Date]
32
+ # @param end_date_of_service [Date]
30
33
  # @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
31
34
  # @return [ServiceLines::V2::ServiceLineCreate]
32
35
  def initialize(procedure_code:, quantity:, units:, diagnosis_pointers:, modifiers: nil,
33
- charge_amount_cents: nil, drug_identification: nil, place_of_service_code: nil, description: nil, additional_properties: nil)
36
+ charge_amount_cents: nil, drug_identification: nil, place_of_service_code: nil, description: nil, date_of_service: nil, end_date_of_service: nil, additional_properties: nil)
34
37
  # @type [Array<Commons::ProcedureModifier>]
35
38
  @modifiers = modifiers
36
39
  # @type [String]
@@ -53,6 +56,10 @@ module CandidApiClient
53
56
  @place_of_service_code = place_of_service_code
54
57
  # @type [String] A free-form description to clarify the related data elements and their content. Maps to SV1-01, C003-07 on the 837-P.
55
58
  @description = description
59
+ # @type [Date]
60
+ @date_of_service = date_of_service
61
+ # @type [Date]
62
+ @end_date_of_service = end_date_of_service
56
63
  # @type [OpenStruct] Additional properties unmapped to the current class definition
57
64
  @additional_properties = additional_properties
58
65
  end
@@ -78,8 +85,12 @@ module CandidApiClient
78
85
  end
79
86
  place_of_service_code = struct.place_of_service_code
80
87
  description = struct.description
88
+ date_of_service = (Date.parse(parsed_json["date_of_service"]) unless parsed_json["date_of_service"].nil?)
89
+ end_date_of_service = unless parsed_json["end_date_of_service"].nil?
90
+ Date.parse(parsed_json["end_date_of_service"])
91
+ end
81
92
  new(modifiers: modifiers, procedure_code: procedure_code, quantity: quantity, units: units,
82
- charge_amount_cents: charge_amount_cents, diagnosis_pointers: diagnosis_pointers, drug_identification: drug_identification, place_of_service_code: place_of_service_code, description: description, additional_properties: struct)
93
+ charge_amount_cents: charge_amount_cents, diagnosis_pointers: diagnosis_pointers, drug_identification: drug_identification, place_of_service_code: place_of_service_code, description: description, date_of_service: date_of_service, end_date_of_service: end_date_of_service, additional_properties: struct)
83
94
  end
84
95
 
85
96
  # Serialize an instance of ServiceLineCreate to a JSON object
@@ -95,7 +106,9 @@ module CandidApiClient
95
106
  "diagnosis_pointers": @diagnosis_pointers,
96
107
  "drug_identification": @drug_identification,
97
108
  "place_of_service_code": @place_of_service_code,
98
- "description": @description
109
+ "description": @description,
110
+ "date_of_service": @date_of_service,
111
+ "end_date_of_service": @end_date_of_service
99
112
  }.to_json
100
113
  end
101
114
 
@@ -113,6 +126,8 @@ module CandidApiClient
113
126
  obj.drug_identification.nil? || ServiceLines::V2::DrugIdentification.validate_raw(obj: obj.drug_identification)
114
127
  obj.place_of_service_code&.is_a?(Commons::FacilityTypeCode) != false || raise("Passed value for field obj.place_of_service_code is not the expected type, validation failed.")
115
128
  obj.description&.is_a?(String) != false || raise("Passed value for field obj.description is not the expected type, validation failed.")
129
+ obj.date_of_service&.is_a?(Date) != false || raise("Passed value for field obj.date_of_service is not the expected type, validation failed.")
130
+ obj.end_date_of_service&.is_a?(Date) != false || raise("Passed value for field obj.end_date_of_service is not the expected type, validation failed.")
116
131
  end
117
132
  end
118
133
  end
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.4",
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.4",
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.4
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-03-25 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