candidhealth 0.43.1 → 0.46.0

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.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/lib/candidhealth/billing_notes/v_2/client.rb +2 -2
  3. data/lib/candidhealth/charge_capture/v_1/client.rb +479 -559
  4. data/lib/candidhealth/charge_capture/v_1/types/charge_capture_data.rb +200 -190
  5. data/lib/candidhealth/charge_capture_bundles/v_1/client.rb +2 -44
  6. data/lib/candidhealth/commons/types/street_address_optional_base.rb +99 -0
  7. data/lib/candidhealth/commons/types/street_address_short_zip_optional.rb +107 -0
  8. data/lib/candidhealth/contracts/v_2/client.rb +18 -34
  9. data/lib/candidhealth/contracts/v_2/types/contract_sort_field.rb +18 -0
  10. data/lib/candidhealth/credentialing/v_2/client.rb +6 -44
  11. data/lib/candidhealth/diagnoses/client.rb +4 -14
  12. data/lib/candidhealth/eligibility/v_2/client.rb +4 -4
  13. data/lib/candidhealth/encounter_attachments/v_1/client.rb +0 -6
  14. data/lib/candidhealth/encounter_providers/v_2/client.rb +16 -16
  15. data/lib/candidhealth/encounter_providers/v_2/types/billing_provider_update_with_optional_address.rb +160 -0
  16. data/lib/candidhealth/encounter_providers/v_2/types/initial_referring_provider_update_with_optional_address.rb +134 -0
  17. data/lib/candidhealth/encounter_providers/v_2/types/referring_provider_update_with_optional_address.rb +125 -0
  18. data/lib/candidhealth/encounter_providers/v_2/types/rendering_provider_update_with_optional_address.rb +125 -0
  19. data/lib/candidhealth/encounter_providers/v_2/types/supervising_provider_update_with_optional_address.rb +125 -0
  20. data/lib/candidhealth/encounters/v_4/client.rb +259 -293
  21. data/lib/candidhealth/encounters/v_4/types/encounter.rb +23 -13
  22. data/lib/candidhealth/encounters/v_4/types/encounter_base.rb +10 -10
  23. data/lib/candidhealth/encounters/v_4/types/encounter_create_from_pre_encounter.rb +10 -10
  24. data/lib/candidhealth/encounters/v_4/types/encounter_optional.rb +26 -184
  25. data/lib/candidhealth/expected_network_status/v_1/client.rb +12 -18
  26. data/lib/candidhealth/expected_network_status/v_2/client.rb +4 -4
  27. data/lib/candidhealth/expected_network_status/v_2/types/empty_object.rb +53 -0
  28. data/lib/candidhealth/expected_network_status/v_2/types/insurance_type_codes.rb +13 -10
  29. data/lib/candidhealth/external_payment_account_config/v_1/client.rb +2 -2
  30. data/lib/candidhealth/fee_schedules/v_3/client.rb +12 -68
  31. data/lib/candidhealth/fee_schedules/v_3/types/payer_threshold.rb +3 -3
  32. data/lib/candidhealth/fee_schedules/v_3/types/rate_entry.rb +2 -2
  33. data/lib/candidhealth/guarantor/v_1/client.rb +4 -4
  34. data/lib/candidhealth/import_invoice/v_1/client.rb +6 -28
  35. data/lib/candidhealth/individual/types/patient_update_with_optional_address.rb +179 -0
  36. data/lib/candidhealth/insurance_adjudications/v_1/client.rb +2 -2
  37. data/lib/candidhealth/insurance_payments/v_1/client.rb +2 -20
  38. data/lib/candidhealth/insurance_refunds/v_1/client.rb +6 -24
  39. data/lib/candidhealth/medication_dispense/v_1/client.rb +2 -2
  40. data/lib/candidhealth/non_insurance_payer_payments/v_1/client.rb +6 -22
  41. data/lib/candidhealth/non_insurance_payer_refunds/v_1/client.rb +6 -22
  42. data/lib/candidhealth/non_insurance_payers/v_1/client.rb +6 -22
  43. data/lib/candidhealth/organization_providers/v_3/client.rb +4 -4
  44. data/lib/candidhealth/organization_service_facilities/v_2/client.rb +2 -2
  45. data/lib/candidhealth/patient_payments/v_4/client.rb +8 -38
  46. data/lib/candidhealth/patient_refunds/v_1/client.rb +8 -40
  47. data/lib/candidhealth/payer_plan_groups/v_1/client.rb +6 -30
  48. data/lib/candidhealth/pre_encounter/appointments/v_1/client.rb +32 -44
  49. data/lib/candidhealth/pre_encounter/appointments/v_1/types/appointment.rb +4 -4
  50. data/lib/candidhealth/pre_encounter/common/types/base_model.rb +4 -4
  51. data/lib/candidhealth/pre_encounter/coverages/v_1/client.rb +24 -34
  52. data/lib/candidhealth/pre_encounter/coverages/v_1/types/coverage.rb +4 -4
  53. data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/client.rb +2 -2
  54. data/lib/candidhealth/pre_encounter/images/v_1/client.rb +20 -20
  55. data/lib/candidhealth/pre_encounter/images/v_1/types/image.rb +6 -6
  56. data/lib/candidhealth/pre_encounter/lists/v_1/client.rb +4 -28
  57. data/lib/candidhealth/pre_encounter/notes/v_1/client.rb +14 -14
  58. data/lib/candidhealth/pre_encounter/notes/v_1/types/note.rb +4 -4
  59. data/lib/candidhealth/pre_encounter/patients/v_1/client.rb +56 -68
  60. data/lib/candidhealth/pre_encounter/patients/v_1/types/mutable_patient.rb +8 -8
  61. data/lib/candidhealth/pre_encounter/patients/v_1/types/mutable_patient_with_mrn.rb +8 -8
  62. data/lib/candidhealth/pre_encounter/patients/v_1/types/patient.rb +16 -16
  63. data/lib/candidhealth/pre_encounter/tags/v_1/client.rb +16 -16
  64. data/lib/candidhealth/pre_encounter/tags/v_1/types/tag.rb +4 -4
  65. data/lib/candidhealth/service_facility/client.rb +2 -2
  66. data/lib/candidhealth/service_facility/types/encounter_service_facility_update_with_optional_address.rb +113 -0
  67. data/lib/candidhealth/service_lines/v_2/client.rb +4 -4
  68. data/lib/candidhealth/superbills/v_1/client.rb +4 -6
  69. data/lib/candidhealth/tasks/v_3/client.rb +6 -34
  70. data/lib/candidhealth/write_offs/v_1/client.rb +2 -24
  71. data/lib/environment.rb +4 -0
  72. data/lib/requests.rb +2 -2
  73. data/lib/types_export.rb +11 -1
  74. metadata +13 -3
  75. data/lib/candidhealth/billing_notes/v_2/types/billing_note_optional.rb +0 -112
@@ -36,13 +36,105 @@ module CandidApiClient
36
36
  # * :submission_records (Array<CandidApiClient::ClaimSubmission::V1::Types::ClaimSubmissionRecordCreate>)
37
37
  # * :service_lines (Array<CandidApiClient::ServiceLines::V2::Types::ServiceLineCreate>)
38
38
  # * :patient_histories (Array<CandidApiClient::Encounters::V4::Types::PatientHistoryCategory>)
39
- # * :billing_notes (Array<CandidApiClient::BillingNotes::V2::Types::BillingNoteOptional>)
40
- # * :benefits_assigned_to_provider (Boolean)
41
- # * :prior_authorization_number (String)
42
- # * :external_id (String)
43
- # * :date_of_service (Date)
44
- # * :tag_ids (Array<String>)
45
- # * :clinical_notes (Array<CandidApiClient::Encounters::V4::Types::ClinicalNoteCategoryCreate>)
39
+ # * :billing_notes (Array<CandidApiClient::BillingNotes::V2::Types::BillingNoteBase>)
40
+ # * :patient (Hash)
41
+ # * :first_name (String)
42
+ # * :last_name (String)
43
+ # * :gender (CandidApiClient::Individual::Types::Gender)
44
+ # * :external_id (String)
45
+ # * :date_of_birth (Date)
46
+ # * :address (Hash)
47
+ # * :zip_plus_four_code (String)
48
+ # * :address_1 (String)
49
+ # * :address_2 (String)
50
+ # * :city (String)
51
+ # * :state (CandidApiClient::Commons::Types::State)
52
+ # * :zip_code (String)
53
+ # * :phone_numbers (Array<CandidApiClient::Commons::Types::PhoneNumber>)
54
+ # * :phone_consent (Boolean)
55
+ # * :email (String)
56
+ # * :email_consent (Boolean)
57
+ # * :non_insurance_payers (Array<String>)
58
+ # * :non_insurance_payers_info (Array<CandidApiClient::Individual::Types::PatientNonInsurancePayerInfoCreate>)
59
+ # * :service_facility (Hash)
60
+ # * :organization_name (String)
61
+ # * :npi (String)
62
+ # * :address (Hash)
63
+ # * :zip_plus_four_code (String)
64
+ # * :address_1 (String)
65
+ # * :address_2 (String)
66
+ # * :city (String)
67
+ # * :state (CandidApiClient::Commons::Types::State)
68
+ # * :zip_code (String)
69
+ # * :secondary_identification (String)
70
+ # * :rendering_provider (Hash)
71
+ # * :npi (String)
72
+ # * :taxonomy_code (String)
73
+ # * :address (Hash)
74
+ # * :zip_plus_four_code (String)
75
+ # * :address_1 (String)
76
+ # * :address_2 (String)
77
+ # * :city (String)
78
+ # * :state (CandidApiClient::Commons::Types::State)
79
+ # * :zip_code (String)
80
+ # * :first_name (String)
81
+ # * :last_name (String)
82
+ # * :organization_name (String)
83
+ # * :initial_referring_provider (Hash)
84
+ # * :npi (String)
85
+ # * :taxonomy_code (String)
86
+ # * :address (Hash)
87
+ # * :zip_plus_four_code (String)
88
+ # * :address_1 (String)
89
+ # * :address_2 (String)
90
+ # * :city (String)
91
+ # * :state (CandidApiClient::Commons::Types::State)
92
+ # * :zip_code (String)
93
+ # * :qualifier (CandidApiClient::Commons::Types::QualifierCode)
94
+ # * :first_name (String)
95
+ # * :last_name (String)
96
+ # * :organization_name (String)
97
+ # * :referring_provider (Hash)
98
+ # * :npi (String)
99
+ # * :taxonomy_code (String)
100
+ # * :address (Hash)
101
+ # * :zip_plus_four_code (String)
102
+ # * :address_1 (String)
103
+ # * :address_2 (String)
104
+ # * :city (String)
105
+ # * :state (CandidApiClient::Commons::Types::State)
106
+ # * :zip_code (String)
107
+ # * :first_name (String)
108
+ # * :last_name (String)
109
+ # * :organization_name (String)
110
+ # * :supervising_provider (Hash)
111
+ # * :npi (String)
112
+ # * :taxonomy_code (String)
113
+ # * :address (Hash)
114
+ # * :zip_plus_four_code (String)
115
+ # * :address_1 (String)
116
+ # * :address_2 (String)
117
+ # * :city (String)
118
+ # * :state (CandidApiClient::Commons::Types::State)
119
+ # * :zip_code (String)
120
+ # * :first_name (String)
121
+ # * :last_name (String)
122
+ # * :organization_name (String)
123
+ # * :billing_provider (Hash)
124
+ # * :address (Hash)
125
+ # * :zip_plus_four_code (String)
126
+ # * :address_1 (String)
127
+ # * :address_2 (String)
128
+ # * :city (String)
129
+ # * :state (CandidApiClient::Commons::Types::State)
130
+ # * :zip_code (String)
131
+ # * :tax_id (String)
132
+ # * :npi (String)
133
+ # * :taxonomy_code (String)
134
+ # * :provider_commercial_license_type (CandidApiClient::Commons::Types::BillingProviderCommercialLicenseType)
135
+ # * :first_name (String)
136
+ # * :last_name (String)
137
+ # * :organization_name (String)
46
138
  # * :pay_to_address (Hash)
47
139
  # * :zip_plus_four_code (String)
48
140
  # * :address_1 (String)
@@ -50,6 +142,12 @@ module CandidApiClient
50
142
  # * :city (String)
51
143
  # * :state (CandidApiClient::Commons::Types::State)
52
144
  # * :zip_code (String)
145
+ # * :benefits_assigned_to_provider (Boolean)
146
+ # * :prior_authorization_number (String)
147
+ # * :external_id (String)
148
+ # * :date_of_service (Date)
149
+ # * :tag_ids (Array<String>)
150
+ # * :clinical_notes (Array<CandidApiClient::Encounters::V4::Types::ClinicalNoteCategoryCreate>)
53
151
  # * :billable_status (CandidApiClient::Encounters::V4::Types::BillableStatusType)
54
152
  # * :responsible_party (CandidApiClient::Encounters::V4::Types::ResponsiblePartyType)
55
153
  # * :provider_accepts_assignment (Boolean)
@@ -145,25 +243,6 @@ module CandidApiClient
145
243
  # * :onset_of_current_illness_or_symptom_date (Date)
146
244
  # * :last_menstrual_period_date (Date)
147
245
  # * :delay_reason_code (CandidApiClient::Commons::Types::DelayReasonCode)
148
- # * :patient (Hash)
149
- # * :first_name (String)
150
- # * :last_name (String)
151
- # * :gender (CandidApiClient::Individual::Types::Gender)
152
- # * :external_id (String)
153
- # * :date_of_birth (Date)
154
- # * :address (Hash)
155
- # * :zip_plus_four_code (String)
156
- # * :address_1 (String)
157
- # * :address_2 (String)
158
- # * :city (String)
159
- # * :state (CandidApiClient::Commons::Types::State)
160
- # * :zip_code (String)
161
- # * :phone_numbers (Array<CandidApiClient::Commons::Types::PhoneNumber>)
162
- # * :phone_consent (Boolean)
163
- # * :email (String)
164
- # * :email_consent (Boolean)
165
- # * :non_insurance_payers (Array<String>)
166
- # * :non_insurance_payers_info (Array<CandidApiClient::Individual::Types::PatientNonInsurancePayerInfoCreate>)
167
246
  # * :patient_authorized_release (Boolean)
168
247
  # * :schema_instances (Array<CandidApiClient::CustomSchemas::V1::Types::SchemaInstance>)
169
248
  # * :vitals (Hash)
@@ -175,30 +254,6 @@ module CandidApiClient
175
254
  # * :hemoglobin_gdl (Float)
176
255
  # * :hematocrit_pct (Float)
177
256
  # * :existing_medications (Array<CandidApiClient::Encounters::V4::Types::Medication>)
178
- # * :rendering_provider (Hash)
179
- # * :npi (String)
180
- # * :taxonomy_code (String)
181
- # * :address (Hash)
182
- # * :zip_plus_four_code (String)
183
- # * :address_1 (String)
184
- # * :address_2 (String)
185
- # * :city (String)
186
- # * :state (CandidApiClient::Commons::Types::State)
187
- # * :zip_code (String)
188
- # * :first_name (String)
189
- # * :last_name (String)
190
- # * :organization_name (String)
191
- # * :service_facility (Hash)
192
- # * :organization_name (String)
193
- # * :npi (String)
194
- # * :address (Hash)
195
- # * :zip_plus_four_code (String)
196
- # * :address_1 (String)
197
- # * :address_2 (String)
198
- # * :city (String)
199
- # * :state (CandidApiClient::Commons::Types::State)
200
- # * :zip_code (String)
201
- # * :secondary_identification (String)
202
257
  # * :guarantor (Hash)
203
258
  # * :first_name (String)
204
259
  # * :last_name (String)
@@ -215,67 +270,13 @@ module CandidApiClient
215
270
  # * :phone_consent (Boolean)
216
271
  # * :email (String)
217
272
  # * :email_consent (Boolean)
218
- # * :billing_provider (Hash)
219
- # * :address (Hash)
220
- # * :zip_plus_four_code (String)
221
- # * :address_1 (String)
222
- # * :address_2 (String)
223
- # * :city (String)
224
- # * :state (CandidApiClient::Commons::Types::State)
225
- # * :zip_code (String)
226
- # * :tax_id (String)
227
- # * :npi (String)
228
- # * :taxonomy_code (String)
229
- # * :provider_commercial_license_type (CandidApiClient::Commons::Types::BillingProviderCommercialLicenseType)
230
- # * :first_name (String)
231
- # * :last_name (String)
232
- # * :organization_name (String)
233
- # * :supervising_provider (Hash)
234
- # * :npi (String)
235
- # * :taxonomy_code (String)
236
- # * :address (Hash)
237
- # * :zip_plus_four_code (String)
238
- # * :address_1 (String)
239
- # * :address_2 (String)
240
- # * :city (String)
241
- # * :state (CandidApiClient::Commons::Types::State)
242
- # * :zip_code (String)
243
- # * :first_name (String)
244
- # * :last_name (String)
245
- # * :organization_name (String)
246
- # * :referring_provider (Hash)
247
- # * :npi (String)
248
- # * :taxonomy_code (String)
249
- # * :address (Hash)
250
- # * :zip_plus_four_code (String)
251
- # * :address_1 (String)
252
- # * :address_2 (String)
253
- # * :city (String)
254
- # * :state (CandidApiClient::Commons::Types::State)
255
- # * :zip_code (String)
256
- # * :first_name (String)
257
- # * :last_name (String)
258
- # * :organization_name (String)
259
- # * :initial_referring_provider (Hash)
260
- # * :npi (String)
261
- # * :taxonomy_code (String)
262
- # * :address (Hash)
263
- # * :zip_plus_four_code (String)
264
- # * :address_1 (String)
265
- # * :address_2 (String)
266
- # * :city (String)
267
- # * :state (CandidApiClient::Commons::Types::State)
268
- # * :zip_code (String)
269
- # * :qualifier (CandidApiClient::Commons::Types::QualifierCode)
270
- # * :first_name (String)
271
- # * :last_name (String)
272
- # * :organization_name (String)
273
273
  # * :referral_number (String)
274
274
  # * :epsdt_referral (Hash)
275
275
  # * :condition_indicator_1 (CandidApiClient::Commons::Types::EpsdtReferralConditionIndicatorCode)
276
276
  # * :condition_indicator_2 (CandidApiClient::Commons::Types::EpsdtReferralConditionIndicatorCode)
277
277
  # * :condition_indicator_3 (CandidApiClient::Commons::Types::EpsdtReferralConditionIndicatorCode)
278
278
  # * :claim_supplemental_information (Array<CandidApiClient::Encounters::V4::Types::ClaimSupplementalInformation>)
279
+ # * :secondary_payer_carrier_code (String)
279
280
  # @param charge_external_id [String] A client-specified unique ID to associate with this encounter; for example, your
280
281
  # internal encounter ID or a Dr. Chrono encounter ID. This field should not
281
282
  # contain PHI.
@@ -290,9 +291,8 @@ module CandidApiClient
290
291
  # api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
291
292
  # api.charge_capture.v_1.create(
292
293
  # data: { },
293
- # charge_external_id: "string",
294
- # ehr_source_url: "string",
295
- # patient_external_id: "string",
294
+ # charge_external_id: "charge_external_id",
295
+ # patient_external_id: "patient_external_id",
296
296
  # status: PLANNED
297
297
  # )
298
298
  def create(data:, charge_external_id:, patient_external_id:, status:, ehr_source_url: nil, request_options: nil)
@@ -348,13 +348,105 @@ module CandidApiClient
348
348
  # * :submission_records (Array<CandidApiClient::ClaimSubmission::V1::Types::ClaimSubmissionRecordCreate>)
349
349
  # * :service_lines (Array<CandidApiClient::ServiceLines::V2::Types::ServiceLineCreate>)
350
350
  # * :patient_histories (Array<CandidApiClient::Encounters::V4::Types::PatientHistoryCategory>)
351
- # * :billing_notes (Array<CandidApiClient::BillingNotes::V2::Types::BillingNoteOptional>)
352
- # * :benefits_assigned_to_provider (Boolean)
353
- # * :prior_authorization_number (String)
354
- # * :external_id (String)
355
- # * :date_of_service (Date)
356
- # * :tag_ids (Array<String>)
357
- # * :clinical_notes (Array<CandidApiClient::Encounters::V4::Types::ClinicalNoteCategoryCreate>)
351
+ # * :billing_notes (Array<CandidApiClient::BillingNotes::V2::Types::BillingNoteBase>)
352
+ # * :patient (Hash)
353
+ # * :first_name (String)
354
+ # * :last_name (String)
355
+ # * :gender (CandidApiClient::Individual::Types::Gender)
356
+ # * :external_id (String)
357
+ # * :date_of_birth (Date)
358
+ # * :address (Hash)
359
+ # * :zip_plus_four_code (String)
360
+ # * :address_1 (String)
361
+ # * :address_2 (String)
362
+ # * :city (String)
363
+ # * :state (CandidApiClient::Commons::Types::State)
364
+ # * :zip_code (String)
365
+ # * :phone_numbers (Array<CandidApiClient::Commons::Types::PhoneNumber>)
366
+ # * :phone_consent (Boolean)
367
+ # * :email (String)
368
+ # * :email_consent (Boolean)
369
+ # * :non_insurance_payers (Array<String>)
370
+ # * :non_insurance_payers_info (Array<CandidApiClient::Individual::Types::PatientNonInsurancePayerInfoCreate>)
371
+ # * :service_facility (Hash)
372
+ # * :organization_name (String)
373
+ # * :npi (String)
374
+ # * :address (Hash)
375
+ # * :zip_plus_four_code (String)
376
+ # * :address_1 (String)
377
+ # * :address_2 (String)
378
+ # * :city (String)
379
+ # * :state (CandidApiClient::Commons::Types::State)
380
+ # * :zip_code (String)
381
+ # * :secondary_identification (String)
382
+ # * :rendering_provider (Hash)
383
+ # * :npi (String)
384
+ # * :taxonomy_code (String)
385
+ # * :address (Hash)
386
+ # * :zip_plus_four_code (String)
387
+ # * :address_1 (String)
388
+ # * :address_2 (String)
389
+ # * :city (String)
390
+ # * :state (CandidApiClient::Commons::Types::State)
391
+ # * :zip_code (String)
392
+ # * :first_name (String)
393
+ # * :last_name (String)
394
+ # * :organization_name (String)
395
+ # * :initial_referring_provider (Hash)
396
+ # * :npi (String)
397
+ # * :taxonomy_code (String)
398
+ # * :address (Hash)
399
+ # * :zip_plus_four_code (String)
400
+ # * :address_1 (String)
401
+ # * :address_2 (String)
402
+ # * :city (String)
403
+ # * :state (CandidApiClient::Commons::Types::State)
404
+ # * :zip_code (String)
405
+ # * :qualifier (CandidApiClient::Commons::Types::QualifierCode)
406
+ # * :first_name (String)
407
+ # * :last_name (String)
408
+ # * :organization_name (String)
409
+ # * :referring_provider (Hash)
410
+ # * :npi (String)
411
+ # * :taxonomy_code (String)
412
+ # * :address (Hash)
413
+ # * :zip_plus_four_code (String)
414
+ # * :address_1 (String)
415
+ # * :address_2 (String)
416
+ # * :city (String)
417
+ # * :state (CandidApiClient::Commons::Types::State)
418
+ # * :zip_code (String)
419
+ # * :first_name (String)
420
+ # * :last_name (String)
421
+ # * :organization_name (String)
422
+ # * :supervising_provider (Hash)
423
+ # * :npi (String)
424
+ # * :taxonomy_code (String)
425
+ # * :address (Hash)
426
+ # * :zip_plus_four_code (String)
427
+ # * :address_1 (String)
428
+ # * :address_2 (String)
429
+ # * :city (String)
430
+ # * :state (CandidApiClient::Commons::Types::State)
431
+ # * :zip_code (String)
432
+ # * :first_name (String)
433
+ # * :last_name (String)
434
+ # * :organization_name (String)
435
+ # * :billing_provider (Hash)
436
+ # * :address (Hash)
437
+ # * :zip_plus_four_code (String)
438
+ # * :address_1 (String)
439
+ # * :address_2 (String)
440
+ # * :city (String)
441
+ # * :state (CandidApiClient::Commons::Types::State)
442
+ # * :zip_code (String)
443
+ # * :tax_id (String)
444
+ # * :npi (String)
445
+ # * :taxonomy_code (String)
446
+ # * :provider_commercial_license_type (CandidApiClient::Commons::Types::BillingProviderCommercialLicenseType)
447
+ # * :first_name (String)
448
+ # * :last_name (String)
449
+ # * :organization_name (String)
358
450
  # * :pay_to_address (Hash)
359
451
  # * :zip_plus_four_code (String)
360
452
  # * :address_1 (String)
@@ -362,6 +454,12 @@ module CandidApiClient
362
454
  # * :city (String)
363
455
  # * :state (CandidApiClient::Commons::Types::State)
364
456
  # * :zip_code (String)
457
+ # * :benefits_assigned_to_provider (Boolean)
458
+ # * :prior_authorization_number (String)
459
+ # * :external_id (String)
460
+ # * :date_of_service (Date)
461
+ # * :tag_ids (Array<String>)
462
+ # * :clinical_notes (Array<CandidApiClient::Encounters::V4::Types::ClinicalNoteCategoryCreate>)
365
463
  # * :billable_status (CandidApiClient::Encounters::V4::Types::BillableStatusType)
366
464
  # * :responsible_party (CandidApiClient::Encounters::V4::Types::ResponsiblePartyType)
367
465
  # * :provider_accepts_assignment (Boolean)
@@ -457,25 +555,6 @@ module CandidApiClient
457
555
  # * :onset_of_current_illness_or_symptom_date (Date)
458
556
  # * :last_menstrual_period_date (Date)
459
557
  # * :delay_reason_code (CandidApiClient::Commons::Types::DelayReasonCode)
460
- # * :patient (Hash)
461
- # * :first_name (String)
462
- # * :last_name (String)
463
- # * :gender (CandidApiClient::Individual::Types::Gender)
464
- # * :external_id (String)
465
- # * :date_of_birth (Date)
466
- # * :address (Hash)
467
- # * :zip_plus_four_code (String)
468
- # * :address_1 (String)
469
- # * :address_2 (String)
470
- # * :city (String)
471
- # * :state (CandidApiClient::Commons::Types::State)
472
- # * :zip_code (String)
473
- # * :phone_numbers (Array<CandidApiClient::Commons::Types::PhoneNumber>)
474
- # * :phone_consent (Boolean)
475
- # * :email (String)
476
- # * :email_consent (Boolean)
477
- # * :non_insurance_payers (Array<String>)
478
- # * :non_insurance_payers_info (Array<CandidApiClient::Individual::Types::PatientNonInsurancePayerInfoCreate>)
479
558
  # * :patient_authorized_release (Boolean)
480
559
  # * :schema_instances (Array<CandidApiClient::CustomSchemas::V1::Types::SchemaInstance>)
481
560
  # * :vitals (Hash)
@@ -484,93 +563,14 @@ module CandidApiClient
484
563
  # * :blood_pressure_systolic_mmhg (Integer)
485
564
  # * :blood_pressure_diastolic_mmhg (Integer)
486
565
  # * :body_temperature_f (Float)
487
- # * :hemoglobin_gdl (Float)
488
- # * :hematocrit_pct (Float)
489
- # * :existing_medications (Array<CandidApiClient::Encounters::V4::Types::Medication>)
490
- # * :rendering_provider (Hash)
491
- # * :npi (String)
492
- # * :taxonomy_code (String)
493
- # * :address (Hash)
494
- # * :zip_plus_four_code (String)
495
- # * :address_1 (String)
496
- # * :address_2 (String)
497
- # * :city (String)
498
- # * :state (CandidApiClient::Commons::Types::State)
499
- # * :zip_code (String)
500
- # * :first_name (String)
501
- # * :last_name (String)
502
- # * :organization_name (String)
503
- # * :service_facility (Hash)
504
- # * :organization_name (String)
505
- # * :npi (String)
506
- # * :address (Hash)
507
- # * :zip_plus_four_code (String)
508
- # * :address_1 (String)
509
- # * :address_2 (String)
510
- # * :city (String)
511
- # * :state (CandidApiClient::Commons::Types::State)
512
- # * :zip_code (String)
513
- # * :secondary_identification (String)
514
- # * :guarantor (Hash)
515
- # * :first_name (String)
516
- # * :last_name (String)
517
- # * :external_id (String)
518
- # * :date_of_birth (Date)
519
- # * :address (Hash)
520
- # * :zip_plus_four_code (String)
521
- # * :address_1 (String)
522
- # * :address_2 (String)
523
- # * :city (String)
524
- # * :state (CandidApiClient::Commons::Types::State)
525
- # * :zip_code (String)
526
- # * :phone_numbers (Array<CandidApiClient::Commons::Types::PhoneNumber>)
527
- # * :phone_consent (Boolean)
528
- # * :email (String)
529
- # * :email_consent (Boolean)
530
- # * :billing_provider (Hash)
531
- # * :address (Hash)
532
- # * :zip_plus_four_code (String)
533
- # * :address_1 (String)
534
- # * :address_2 (String)
535
- # * :city (String)
536
- # * :state (CandidApiClient::Commons::Types::State)
537
- # * :zip_code (String)
538
- # * :tax_id (String)
539
- # * :npi (String)
540
- # * :taxonomy_code (String)
541
- # * :provider_commercial_license_type (CandidApiClient::Commons::Types::BillingProviderCommercialLicenseType)
542
- # * :first_name (String)
543
- # * :last_name (String)
544
- # * :organization_name (String)
545
- # * :supervising_provider (Hash)
546
- # * :npi (String)
547
- # * :taxonomy_code (String)
548
- # * :address (Hash)
549
- # * :zip_plus_four_code (String)
550
- # * :address_1 (String)
551
- # * :address_2 (String)
552
- # * :city (String)
553
- # * :state (CandidApiClient::Commons::Types::State)
554
- # * :zip_code (String)
555
- # * :first_name (String)
556
- # * :last_name (String)
557
- # * :organization_name (String)
558
- # * :referring_provider (Hash)
559
- # * :npi (String)
560
- # * :taxonomy_code (String)
561
- # * :address (Hash)
562
- # * :zip_plus_four_code (String)
563
- # * :address_1 (String)
564
- # * :address_2 (String)
565
- # * :city (String)
566
- # * :state (CandidApiClient::Commons::Types::State)
567
- # * :zip_code (String)
566
+ # * :hemoglobin_gdl (Float)
567
+ # * :hematocrit_pct (Float)
568
+ # * :existing_medications (Array<CandidApiClient::Encounters::V4::Types::Medication>)
569
+ # * :guarantor (Hash)
568
570
  # * :first_name (String)
569
571
  # * :last_name (String)
570
- # * :organization_name (String)
571
- # * :initial_referring_provider (Hash)
572
- # * :npi (String)
573
- # * :taxonomy_code (String)
572
+ # * :external_id (String)
573
+ # * :date_of_birth (Date)
574
574
  # * :address (Hash)
575
575
  # * :zip_plus_four_code (String)
576
576
  # * :address_1 (String)
@@ -578,16 +578,17 @@ module CandidApiClient
578
578
  # * :city (String)
579
579
  # * :state (CandidApiClient::Commons::Types::State)
580
580
  # * :zip_code (String)
581
- # * :qualifier (CandidApiClient::Commons::Types::QualifierCode)
582
- # * :first_name (String)
583
- # * :last_name (String)
584
- # * :organization_name (String)
581
+ # * :phone_numbers (Array<CandidApiClient::Commons::Types::PhoneNumber>)
582
+ # * :phone_consent (Boolean)
583
+ # * :email (String)
584
+ # * :email_consent (Boolean)
585
585
  # * :referral_number (String)
586
586
  # * :epsdt_referral (Hash)
587
587
  # * :condition_indicator_1 (CandidApiClient::Commons::Types::EpsdtReferralConditionIndicatorCode)
588
588
  # * :condition_indicator_2 (CandidApiClient::Commons::Types::EpsdtReferralConditionIndicatorCode)
589
589
  # * :condition_indicator_3 (CandidApiClient::Commons::Types::EpsdtReferralConditionIndicatorCode)
590
590
  # * :claim_supplemental_information (Array<CandidApiClient::Encounters::V4::Types::ClaimSupplementalInformation>)
591
+ # * :secondary_payer_carrier_code (String)
591
592
  # @param charge_external_id [String] A client-specified unique ID to associate with this encounter;
592
593
  # for example, your internal encounter ID or a Dr. Chrono encounter ID.
593
594
  # This field should not contain PHI.
@@ -601,14 +602,7 @@ module CandidApiClient
601
602
  # @return [CandidApiClient::ChargeCapture::V1::Types::ChargeCapture]
602
603
  # @example
603
604
  # api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
604
- # api.charge_capture.v_1.update(
605
- # charge_capture_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
606
- # data: { },
607
- # charge_external_id: "string",
608
- # ehr_source_url: "string",
609
- # patient_external_id: "string",
610
- # status: PLANNED
611
- # )
605
+ # api.charge_capture.v_1.update(charge_capture_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
612
606
  def update(charge_capture_id:, data: nil, charge_external_id: nil, ehr_source_url: nil,
613
607
  patient_external_id: nil, status: nil, request_options: nil)
614
608
  response = @request_client.conn.patch do |req|
@@ -715,41 +709,7 @@ module CandidApiClient
715
709
  # @return [CandidApiClient::ChargeCapture::V1::Types::ChargeCapturePage]
716
710
  # @example
717
711
  # api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
718
- # api.charge_capture.v_1.get_all(
719
- # limit: 1,
720
- # sort: CREATED_AT,
721
- # sort_direction: ASC,
722
- # page_token: "eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9",
723
- # patient_external_id: "string",
724
- # status: PLANNED,
725
- # charge_external_id: "string",
726
- # date_of_service_min: DateTime.parse(2023-01-15),
727
- # date_of_service_max: DateTime.parse(2023-01-15),
728
- # claim_ids: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
729
- # claim_creation_ids: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
730
- # billing_provider_npis: "string",
731
- # service_facility_name: "string",
732
- # primary_payer_ids: "string",
733
- # rendering_provider_npis: "string",
734
- # rendering_provider_names: "string",
735
- # supervising_provider_npis: "string",
736
- # supervising_provider_names: "string",
737
- # exclude_charges_linked_to_claims: true,
738
- # patient_external_id_ranked_sort: "string",
739
- # status_ranked_sort: PLANNED,
740
- # charge_external_id_ranked_sort: "string",
741
- # date_of_service_min_ranked_sort: DateTime.parse(2023-01-15),
742
- # date_of_service_max_ranked_sort: DateTime.parse(2023-01-15),
743
- # claim_ids_ranked_sort: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
744
- # claim_creation_ids_ranked_sort: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
745
- # billing_provider_npis_ranked_sort: "string",
746
- # service_facility_name_ranked_sort: "string",
747
- # primary_payer_ids_ranked_sort: "string",
748
- # rendering_provider_npis_ranked_sort: "string",
749
- # rendering_provider_names_ranked_sort: "string",
750
- # supervising_provider_npis_ranked_sort: "string",
751
- # supervising_provider_names_ranked_sort: "string"
752
- # )
712
+ # api.charge_capture.v_1.get_all
753
713
  def get_all(limit: nil, sort: nil, sort_direction: nil, page_token: nil, patient_external_id: nil, status: nil,
754
714
  charge_external_id: nil, date_of_service_min: nil, date_of_service_max: nil, claim_ids: nil, claim_creation_ids: nil, billing_provider_npis: nil, service_facility_name: nil, primary_payer_ids: nil, rendering_provider_npis: nil, rendering_provider_names: nil, supervising_provider_npis: nil, supervising_provider_names: nil, exclude_charges_linked_to_claims: nil, patient_external_id_ranked_sort: nil, status_ranked_sort: nil, charge_external_id_ranked_sort: nil, date_of_service_min_ranked_sort: nil, date_of_service_max_ranked_sort: nil, claim_ids_ranked_sort: nil, claim_creation_ids_ranked_sort: nil, billing_provider_npis_ranked_sort: nil, service_facility_name_ranked_sort: nil, primary_payer_ids_ranked_sort: nil, rendering_provider_npis_ranked_sort: nil, rendering_provider_names_ranked_sort: nil, supervising_provider_npis_ranked_sort: nil, supervising_provider_names_ranked_sort: nil, request_options: nil)
755
715
  response = @request_client.conn.get do |req|
@@ -811,7 +771,7 @@ module CandidApiClient
811
771
  # @return [Array<CandidApiClient::ChargeCapture::V1::Types::ChargeCapturePostBilledChange>]
812
772
  # @example
813
773
  # api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
814
- # api.charge_capture.v_1.update_post_billed_changes(charge_capture_change_ids: ["d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"], resolved: true)
774
+ # api.charge_capture.v_1.update_post_billed_changes(charge_capture_change_ids: ["d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32", "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"], resolved: true)
815
775
  def update_post_billed_changes(charge_capture_change_ids:, resolved:, request_options: nil)
816
776
  response = @request_client.conn.patch do |req|
817
777
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
@@ -858,70 +818,12 @@ module CandidApiClient
858
818
  # * :submission_records (Array<CandidApiClient::ClaimSubmission::V1::Types::ClaimSubmissionRecordCreate>)
859
819
  # * :service_lines (Array<CandidApiClient::ServiceLines::V2::Types::ServiceLineCreate>)
860
820
  # * :patient_histories (Array<CandidApiClient::Encounters::V4::Types::PatientHistoryCategory>)
861
- # * :billing_notes (Array<CandidApiClient::BillingNotes::V2::Types::BillingNoteOptional>)
862
- # * :benefits_assigned_to_provider (Boolean)
863
- # * :prior_authorization_number (String)
864
- # * :external_id (String)
865
- # * :date_of_service (Date)
866
- # * :tag_ids (Array<String>)
867
- # * :clinical_notes (Array<CandidApiClient::Encounters::V4::Types::ClinicalNoteCategoryCreate>)
868
- # * :pay_to_address (Hash)
869
- # * :zip_plus_four_code (String)
870
- # * :address_1 (String)
871
- # * :address_2 (String)
872
- # * :city (String)
873
- # * :state (CandidApiClient::Commons::Types::State)
874
- # * :zip_code (String)
875
- # * :billable_status (CandidApiClient::Encounters::V4::Types::BillableStatusType)
876
- # * :responsible_party (CandidApiClient::Encounters::V4::Types::ResponsiblePartyType)
877
- # * :provider_accepts_assignment (Boolean)
878
- # * :synchronicity (CandidApiClient::Encounters::V4::Types::SynchronicityType)
879
- # * :place_of_service_code (CandidApiClient::Commons::Types::FacilityTypeCode)
880
- # * :appointment_type (String)
881
- # * :end_date_of_service (Date)
882
- # * :subscriber_primary (Hash)
883
- # * :insurance_card (Hash)
884
- # * :member_id (String)
885
- # * :payer_name (String)
886
- # * :payer_id (String)
887
- # * :rx_bin (String)
888
- # * :rx_pcn (String)
889
- # * :image_url_front (String)
890
- # * :image_url_back (String)
891
- # * :emr_payer_crosswalk (CandidApiClient::Commons::Types::EmrPayerCrosswalk)
892
- # * :group_number (String)
893
- # * :plan_name (String)
894
- # * :plan_type (CandidApiClient::Commons::Types::SourceOfPaymentCode)
895
- # * :insurance_type (CandidApiClient::Commons::Types::InsuranceTypeCode)
896
- # * :payer_plan_group_id (String)
897
- # * :patient_relationship_to_subscriber_code (CandidApiClient::Commons::Types::PatientRelationshipToInsuredCodeAll)
898
- # * :date_of_birth (Date)
899
- # * :address (Hash)
900
- # * :zip_plus_four_code (String)
901
- # * :address_1 (String)
902
- # * :address_2 (String)
903
- # * :city (String)
904
- # * :state (CandidApiClient::Commons::Types::State)
905
- # * :zip_code (String)
821
+ # * :billing_notes (Array<CandidApiClient::BillingNotes::V2::Types::BillingNoteBase>)
822
+ # * :patient (Hash)
906
823
  # * :first_name (String)
907
824
  # * :last_name (String)
908
825
  # * :gender (CandidApiClient::Individual::Types::Gender)
909
- # * :subscriber_secondary (Hash)
910
- # * :insurance_card (Hash)
911
- # * :member_id (String)
912
- # * :payer_name (String)
913
- # * :payer_id (String)
914
- # * :rx_bin (String)
915
- # * :rx_pcn (String)
916
- # * :image_url_front (String)
917
- # * :image_url_back (String)
918
- # * :emr_payer_crosswalk (CandidApiClient::Commons::Types::EmrPayerCrosswalk)
919
- # * :group_number (String)
920
- # * :plan_name (String)
921
- # * :plan_type (CandidApiClient::Commons::Types::SourceOfPaymentCode)
922
- # * :insurance_type (CandidApiClient::Commons::Types::InsuranceTypeCode)
923
- # * :payer_plan_group_id (String)
924
- # * :patient_relationship_to_subscriber_code (CandidApiClient::Commons::Types::PatientRelationshipToInsuredCodeAll)
826
+ # * :external_id (String)
925
827
  # * :date_of_birth (Date)
926
828
  # * :address (Hash)
927
829
  # * :zip_plus_four_code (String)
@@ -930,26 +832,15 @@ module CandidApiClient
930
832
  # * :city (String)
931
833
  # * :state (CandidApiClient::Commons::Types::State)
932
834
  # * :zip_code (String)
933
- # * :first_name (String)
934
- # * :last_name (String)
935
- # * :gender (CandidApiClient::Individual::Types::Gender)
936
- # * :subscriber_tertiary (Hash)
937
- # * :insurance_card (Hash)
938
- # * :member_id (String)
939
- # * :payer_name (String)
940
- # * :payer_id (String)
941
- # * :rx_bin (String)
942
- # * :rx_pcn (String)
943
- # * :image_url_front (String)
944
- # * :image_url_back (String)
945
- # * :emr_payer_crosswalk (CandidApiClient::Commons::Types::EmrPayerCrosswalk)
946
- # * :group_number (String)
947
- # * :plan_name (String)
948
- # * :plan_type (CandidApiClient::Commons::Types::SourceOfPaymentCode)
949
- # * :insurance_type (CandidApiClient::Commons::Types::InsuranceTypeCode)
950
- # * :payer_plan_group_id (String)
951
- # * :patient_relationship_to_subscriber_code (CandidApiClient::Commons::Types::PatientRelationshipToInsuredCodeAll)
952
- # * :date_of_birth (Date)
835
+ # * :phone_numbers (Array<CandidApiClient::Commons::Types::PhoneNumber>)
836
+ # * :phone_consent (Boolean)
837
+ # * :email (String)
838
+ # * :email_consent (Boolean)
839
+ # * :non_insurance_payers (Array<String>)
840
+ # * :non_insurance_payers_info (Array<CandidApiClient::Individual::Types::PatientNonInsurancePayerInfoCreate>)
841
+ # * :service_facility (Hash)
842
+ # * :organization_name (String)
843
+ # * :npi (String)
953
844
  # * :address (Hash)
954
845
  # * :zip_plus_four_code (String)
955
846
  # * :address_1 (String)
@@ -957,22 +848,10 @@ module CandidApiClient
957
848
  # * :city (String)
958
849
  # * :state (CandidApiClient::Commons::Types::State)
959
850
  # * :zip_code (String)
960
- # * :first_name (String)
961
- # * :last_name (String)
962
- # * :gender (CandidApiClient::Individual::Types::Gender)
963
- # * :additional_information (String)
964
- # * :service_authorization_exception_code (CandidApiClient::Encounters::V4::Types::ServiceAuthorizationExceptionCode)
965
- # * :admission_date (Date)
966
- # * :discharge_date (Date)
967
- # * :onset_of_current_illness_or_symptom_date (Date)
968
- # * :last_menstrual_period_date (Date)
969
- # * :delay_reason_code (CandidApiClient::Commons::Types::DelayReasonCode)
970
- # * :patient (Hash)
971
- # * :first_name (String)
972
- # * :last_name (String)
973
- # * :gender (CandidApiClient::Individual::Types::Gender)
974
- # * :external_id (String)
975
- # * :date_of_birth (Date)
851
+ # * :secondary_identification (String)
852
+ # * :rendering_provider (Hash)
853
+ # * :npi (String)
854
+ # * :taxonomy_code (String)
976
855
  # * :address (Hash)
977
856
  # * :zip_plus_four_code (String)
978
857
  # * :address_1 (String)
@@ -980,24 +859,10 @@ module CandidApiClient
980
859
  # * :city (String)
981
860
  # * :state (CandidApiClient::Commons::Types::State)
982
861
  # * :zip_code (String)
983
- # * :phone_numbers (Array<CandidApiClient::Commons::Types::PhoneNumber>)
984
- # * :phone_consent (Boolean)
985
- # * :email (String)
986
- # * :email_consent (Boolean)
987
- # * :non_insurance_payers (Array<String>)
988
- # * :non_insurance_payers_info (Array<CandidApiClient::Individual::Types::PatientNonInsurancePayerInfoCreate>)
989
- # * :patient_authorized_release (Boolean)
990
- # * :schema_instances (Array<CandidApiClient::CustomSchemas::V1::Types::SchemaInstance>)
991
- # * :vitals (Hash)
992
- # * :height_in (Integer)
993
- # * :weight_lbs (Integer)
994
- # * :blood_pressure_systolic_mmhg (Integer)
995
- # * :blood_pressure_diastolic_mmhg (Integer)
996
- # * :body_temperature_f (Float)
997
- # * :hemoglobin_gdl (Float)
998
- # * :hematocrit_pct (Float)
999
- # * :existing_medications (Array<CandidApiClient::Encounters::V4::Types::Medication>)
1000
- # * :rendering_provider (Hash)
862
+ # * :first_name (String)
863
+ # * :last_name (String)
864
+ # * :organization_name (String)
865
+ # * :initial_referring_provider (Hash)
1001
866
  # * :npi (String)
1002
867
  # * :taxonomy_code (String)
1003
868
  # * :address (Hash)
@@ -1007,12 +872,13 @@ module CandidApiClient
1007
872
  # * :city (String)
1008
873
  # * :state (CandidApiClient::Commons::Types::State)
1009
874
  # * :zip_code (String)
875
+ # * :qualifier (CandidApiClient::Commons::Types::QualifierCode)
1010
876
  # * :first_name (String)
1011
877
  # * :last_name (String)
1012
878
  # * :organization_name (String)
1013
- # * :service_facility (Hash)
1014
- # * :organization_name (String)
879
+ # * :referring_provider (Hash)
1015
880
  # * :npi (String)
881
+ # * :taxonomy_code (String)
1016
882
  # * :address (Hash)
1017
883
  # * :zip_plus_four_code (String)
1018
884
  # * :address_1 (String)
@@ -1020,12 +886,12 @@ module CandidApiClient
1020
886
  # * :city (String)
1021
887
  # * :state (CandidApiClient::Commons::Types::State)
1022
888
  # * :zip_code (String)
1023
- # * :secondary_identification (String)
1024
- # * :guarantor (Hash)
1025
889
  # * :first_name (String)
1026
890
  # * :last_name (String)
1027
- # * :external_id (String)
1028
- # * :date_of_birth (Date)
891
+ # * :organization_name (String)
892
+ # * :supervising_provider (Hash)
893
+ # * :npi (String)
894
+ # * :taxonomy_code (String)
1029
895
  # * :address (Hash)
1030
896
  # * :zip_plus_four_code (String)
1031
897
  # * :address_1 (String)
@@ -1033,10 +899,9 @@ module CandidApiClient
1033
899
  # * :city (String)
1034
900
  # * :state (CandidApiClient::Commons::Types::State)
1035
901
  # * :zip_code (String)
1036
- # * :phone_numbers (Array<CandidApiClient::Commons::Types::PhoneNumber>)
1037
- # * :phone_consent (Boolean)
1038
- # * :email (String)
1039
- # * :email_consent (Boolean)
902
+ # * :first_name (String)
903
+ # * :last_name (String)
904
+ # * :organization_name (String)
1040
905
  # * :billing_provider (Hash)
1041
906
  # * :address (Hash)
1042
907
  # * :zip_plus_four_code (String)
@@ -1052,9 +917,43 @@ module CandidApiClient
1052
917
  # * :first_name (String)
1053
918
  # * :last_name (String)
1054
919
  # * :organization_name (String)
1055
- # * :supervising_provider (Hash)
1056
- # * :npi (String)
1057
- # * :taxonomy_code (String)
920
+ # * :pay_to_address (Hash)
921
+ # * :zip_plus_four_code (String)
922
+ # * :address_1 (String)
923
+ # * :address_2 (String)
924
+ # * :city (String)
925
+ # * :state (CandidApiClient::Commons::Types::State)
926
+ # * :zip_code (String)
927
+ # * :benefits_assigned_to_provider (Boolean)
928
+ # * :prior_authorization_number (String)
929
+ # * :external_id (String)
930
+ # * :date_of_service (Date)
931
+ # * :tag_ids (Array<String>)
932
+ # * :clinical_notes (Array<CandidApiClient::Encounters::V4::Types::ClinicalNoteCategoryCreate>)
933
+ # * :billable_status (CandidApiClient::Encounters::V4::Types::BillableStatusType)
934
+ # * :responsible_party (CandidApiClient::Encounters::V4::Types::ResponsiblePartyType)
935
+ # * :provider_accepts_assignment (Boolean)
936
+ # * :synchronicity (CandidApiClient::Encounters::V4::Types::SynchronicityType)
937
+ # * :place_of_service_code (CandidApiClient::Commons::Types::FacilityTypeCode)
938
+ # * :appointment_type (String)
939
+ # * :end_date_of_service (Date)
940
+ # * :subscriber_primary (Hash)
941
+ # * :insurance_card (Hash)
942
+ # * :member_id (String)
943
+ # * :payer_name (String)
944
+ # * :payer_id (String)
945
+ # * :rx_bin (String)
946
+ # * :rx_pcn (String)
947
+ # * :image_url_front (String)
948
+ # * :image_url_back (String)
949
+ # * :emr_payer_crosswalk (CandidApiClient::Commons::Types::EmrPayerCrosswalk)
950
+ # * :group_number (String)
951
+ # * :plan_name (String)
952
+ # * :plan_type (CandidApiClient::Commons::Types::SourceOfPaymentCode)
953
+ # * :insurance_type (CandidApiClient::Commons::Types::InsuranceTypeCode)
954
+ # * :payer_plan_group_id (String)
955
+ # * :patient_relationship_to_subscriber_code (CandidApiClient::Commons::Types::PatientRelationshipToInsuredCodeAll)
956
+ # * :date_of_birth (Date)
1058
957
  # * :address (Hash)
1059
958
  # * :zip_plus_four_code (String)
1060
959
  # * :address_1 (String)
@@ -1064,10 +963,51 @@ module CandidApiClient
1064
963
  # * :zip_code (String)
1065
964
  # * :first_name (String)
1066
965
  # * :last_name (String)
1067
- # * :organization_name (String)
1068
- # * :referring_provider (Hash)
1069
- # * :npi (String)
1070
- # * :taxonomy_code (String)
966
+ # * :gender (CandidApiClient::Individual::Types::Gender)
967
+ # * :subscriber_secondary (Hash)
968
+ # * :insurance_card (Hash)
969
+ # * :member_id (String)
970
+ # * :payer_name (String)
971
+ # * :payer_id (String)
972
+ # * :rx_bin (String)
973
+ # * :rx_pcn (String)
974
+ # * :image_url_front (String)
975
+ # * :image_url_back (String)
976
+ # * :emr_payer_crosswalk (CandidApiClient::Commons::Types::EmrPayerCrosswalk)
977
+ # * :group_number (String)
978
+ # * :plan_name (String)
979
+ # * :plan_type (CandidApiClient::Commons::Types::SourceOfPaymentCode)
980
+ # * :insurance_type (CandidApiClient::Commons::Types::InsuranceTypeCode)
981
+ # * :payer_plan_group_id (String)
982
+ # * :patient_relationship_to_subscriber_code (CandidApiClient::Commons::Types::PatientRelationshipToInsuredCodeAll)
983
+ # * :date_of_birth (Date)
984
+ # * :address (Hash)
985
+ # * :zip_plus_four_code (String)
986
+ # * :address_1 (String)
987
+ # * :address_2 (String)
988
+ # * :city (String)
989
+ # * :state (CandidApiClient::Commons::Types::State)
990
+ # * :zip_code (String)
991
+ # * :first_name (String)
992
+ # * :last_name (String)
993
+ # * :gender (CandidApiClient::Individual::Types::Gender)
994
+ # * :subscriber_tertiary (Hash)
995
+ # * :insurance_card (Hash)
996
+ # * :member_id (String)
997
+ # * :payer_name (String)
998
+ # * :payer_id (String)
999
+ # * :rx_bin (String)
1000
+ # * :rx_pcn (String)
1001
+ # * :image_url_front (String)
1002
+ # * :image_url_back (String)
1003
+ # * :emr_payer_crosswalk (CandidApiClient::Commons::Types::EmrPayerCrosswalk)
1004
+ # * :group_number (String)
1005
+ # * :plan_name (String)
1006
+ # * :plan_type (CandidApiClient::Commons::Types::SourceOfPaymentCode)
1007
+ # * :insurance_type (CandidApiClient::Commons::Types::InsuranceTypeCode)
1008
+ # * :payer_plan_group_id (String)
1009
+ # * :patient_relationship_to_subscriber_code (CandidApiClient::Commons::Types::PatientRelationshipToInsuredCodeAll)
1010
+ # * :date_of_birth (Date)
1071
1011
  # * :address (Hash)
1072
1012
  # * :zip_plus_four_code (String)
1073
1013
  # * :address_1 (String)
@@ -1077,10 +1017,30 @@ module CandidApiClient
1077
1017
  # * :zip_code (String)
1078
1018
  # * :first_name (String)
1079
1019
  # * :last_name (String)
1080
- # * :organization_name (String)
1081
- # * :initial_referring_provider (Hash)
1082
- # * :npi (String)
1083
- # * :taxonomy_code (String)
1020
+ # * :gender (CandidApiClient::Individual::Types::Gender)
1021
+ # * :additional_information (String)
1022
+ # * :service_authorization_exception_code (CandidApiClient::Encounters::V4::Types::ServiceAuthorizationExceptionCode)
1023
+ # * :admission_date (Date)
1024
+ # * :discharge_date (Date)
1025
+ # * :onset_of_current_illness_or_symptom_date (Date)
1026
+ # * :last_menstrual_period_date (Date)
1027
+ # * :delay_reason_code (CandidApiClient::Commons::Types::DelayReasonCode)
1028
+ # * :patient_authorized_release (Boolean)
1029
+ # * :schema_instances (Array<CandidApiClient::CustomSchemas::V1::Types::SchemaInstance>)
1030
+ # * :vitals (Hash)
1031
+ # * :height_in (Integer)
1032
+ # * :weight_lbs (Integer)
1033
+ # * :blood_pressure_systolic_mmhg (Integer)
1034
+ # * :blood_pressure_diastolic_mmhg (Integer)
1035
+ # * :body_temperature_f (Float)
1036
+ # * :hemoglobin_gdl (Float)
1037
+ # * :hematocrit_pct (Float)
1038
+ # * :existing_medications (Array<CandidApiClient::Encounters::V4::Types::Medication>)
1039
+ # * :guarantor (Hash)
1040
+ # * :first_name (String)
1041
+ # * :last_name (String)
1042
+ # * :external_id (String)
1043
+ # * :date_of_birth (Date)
1084
1044
  # * :address (Hash)
1085
1045
  # * :zip_plus_four_code (String)
1086
1046
  # * :address_1 (String)
@@ -1088,16 +1048,17 @@ module CandidApiClient
1088
1048
  # * :city (String)
1089
1049
  # * :state (CandidApiClient::Commons::Types::State)
1090
1050
  # * :zip_code (String)
1091
- # * :qualifier (CandidApiClient::Commons::Types::QualifierCode)
1092
- # * :first_name (String)
1093
- # * :last_name (String)
1094
- # * :organization_name (String)
1051
+ # * :phone_numbers (Array<CandidApiClient::Commons::Types::PhoneNumber>)
1052
+ # * :phone_consent (Boolean)
1053
+ # * :email (String)
1054
+ # * :email_consent (Boolean)
1095
1055
  # * :referral_number (String)
1096
1056
  # * :epsdt_referral (Hash)
1097
1057
  # * :condition_indicator_1 (CandidApiClient::Commons::Types::EpsdtReferralConditionIndicatorCode)
1098
1058
  # * :condition_indicator_2 (CandidApiClient::Commons::Types::EpsdtReferralConditionIndicatorCode)
1099
1059
  # * :condition_indicator_3 (CandidApiClient::Commons::Types::EpsdtReferralConditionIndicatorCode)
1100
1060
  # * :claim_supplemental_information (Array<CandidApiClient::Encounters::V4::Types::ClaimSupplementalInformation>)
1061
+ # * :secondary_payer_carrier_code (String)
1101
1062
  # @param charge_external_id [String] A client-specified unique ID to associate with this encounter; for example, your
1102
1063
  # internal encounter ID or a Dr. Chrono encounter ID. This field should not
1103
1064
  # contain PHI.
@@ -1112,9 +1073,8 @@ module CandidApiClient
1112
1073
  # api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
1113
1074
  # api.charge_capture.v_1.create(
1114
1075
  # data: { },
1115
- # charge_external_id: "string",
1116
- # ehr_source_url: "string",
1117
- # patient_external_id: "string",
1076
+ # charge_external_id: "charge_external_id",
1077
+ # patient_external_id: "patient_external_id",
1118
1078
  # status: PLANNED
1119
1079
  # )
1120
1080
  def create(data:, charge_external_id:, patient_external_id:, status:, ehr_source_url: nil, request_options: nil)
@@ -1174,13 +1134,105 @@ module CandidApiClient
1174
1134
  # * :submission_records (Array<CandidApiClient::ClaimSubmission::V1::Types::ClaimSubmissionRecordCreate>)
1175
1135
  # * :service_lines (Array<CandidApiClient::ServiceLines::V2::Types::ServiceLineCreate>)
1176
1136
  # * :patient_histories (Array<CandidApiClient::Encounters::V4::Types::PatientHistoryCategory>)
1177
- # * :billing_notes (Array<CandidApiClient::BillingNotes::V2::Types::BillingNoteOptional>)
1178
- # * :benefits_assigned_to_provider (Boolean)
1179
- # * :prior_authorization_number (String)
1180
- # * :external_id (String)
1181
- # * :date_of_service (Date)
1182
- # * :tag_ids (Array<String>)
1183
- # * :clinical_notes (Array<CandidApiClient::Encounters::V4::Types::ClinicalNoteCategoryCreate>)
1137
+ # * :billing_notes (Array<CandidApiClient::BillingNotes::V2::Types::BillingNoteBase>)
1138
+ # * :patient (Hash)
1139
+ # * :first_name (String)
1140
+ # * :last_name (String)
1141
+ # * :gender (CandidApiClient::Individual::Types::Gender)
1142
+ # * :external_id (String)
1143
+ # * :date_of_birth (Date)
1144
+ # * :address (Hash)
1145
+ # * :zip_plus_four_code (String)
1146
+ # * :address_1 (String)
1147
+ # * :address_2 (String)
1148
+ # * :city (String)
1149
+ # * :state (CandidApiClient::Commons::Types::State)
1150
+ # * :zip_code (String)
1151
+ # * :phone_numbers (Array<CandidApiClient::Commons::Types::PhoneNumber>)
1152
+ # * :phone_consent (Boolean)
1153
+ # * :email (String)
1154
+ # * :email_consent (Boolean)
1155
+ # * :non_insurance_payers (Array<String>)
1156
+ # * :non_insurance_payers_info (Array<CandidApiClient::Individual::Types::PatientNonInsurancePayerInfoCreate>)
1157
+ # * :service_facility (Hash)
1158
+ # * :organization_name (String)
1159
+ # * :npi (String)
1160
+ # * :address (Hash)
1161
+ # * :zip_plus_four_code (String)
1162
+ # * :address_1 (String)
1163
+ # * :address_2 (String)
1164
+ # * :city (String)
1165
+ # * :state (CandidApiClient::Commons::Types::State)
1166
+ # * :zip_code (String)
1167
+ # * :secondary_identification (String)
1168
+ # * :rendering_provider (Hash)
1169
+ # * :npi (String)
1170
+ # * :taxonomy_code (String)
1171
+ # * :address (Hash)
1172
+ # * :zip_plus_four_code (String)
1173
+ # * :address_1 (String)
1174
+ # * :address_2 (String)
1175
+ # * :city (String)
1176
+ # * :state (CandidApiClient::Commons::Types::State)
1177
+ # * :zip_code (String)
1178
+ # * :first_name (String)
1179
+ # * :last_name (String)
1180
+ # * :organization_name (String)
1181
+ # * :initial_referring_provider (Hash)
1182
+ # * :npi (String)
1183
+ # * :taxonomy_code (String)
1184
+ # * :address (Hash)
1185
+ # * :zip_plus_four_code (String)
1186
+ # * :address_1 (String)
1187
+ # * :address_2 (String)
1188
+ # * :city (String)
1189
+ # * :state (CandidApiClient::Commons::Types::State)
1190
+ # * :zip_code (String)
1191
+ # * :qualifier (CandidApiClient::Commons::Types::QualifierCode)
1192
+ # * :first_name (String)
1193
+ # * :last_name (String)
1194
+ # * :organization_name (String)
1195
+ # * :referring_provider (Hash)
1196
+ # * :npi (String)
1197
+ # * :taxonomy_code (String)
1198
+ # * :address (Hash)
1199
+ # * :zip_plus_four_code (String)
1200
+ # * :address_1 (String)
1201
+ # * :address_2 (String)
1202
+ # * :city (String)
1203
+ # * :state (CandidApiClient::Commons::Types::State)
1204
+ # * :zip_code (String)
1205
+ # * :first_name (String)
1206
+ # * :last_name (String)
1207
+ # * :organization_name (String)
1208
+ # * :supervising_provider (Hash)
1209
+ # * :npi (String)
1210
+ # * :taxonomy_code (String)
1211
+ # * :address (Hash)
1212
+ # * :zip_plus_four_code (String)
1213
+ # * :address_1 (String)
1214
+ # * :address_2 (String)
1215
+ # * :city (String)
1216
+ # * :state (CandidApiClient::Commons::Types::State)
1217
+ # * :zip_code (String)
1218
+ # * :first_name (String)
1219
+ # * :last_name (String)
1220
+ # * :organization_name (String)
1221
+ # * :billing_provider (Hash)
1222
+ # * :address (Hash)
1223
+ # * :zip_plus_four_code (String)
1224
+ # * :address_1 (String)
1225
+ # * :address_2 (String)
1226
+ # * :city (String)
1227
+ # * :state (CandidApiClient::Commons::Types::State)
1228
+ # * :zip_code (String)
1229
+ # * :tax_id (String)
1230
+ # * :npi (String)
1231
+ # * :taxonomy_code (String)
1232
+ # * :provider_commercial_license_type (CandidApiClient::Commons::Types::BillingProviderCommercialLicenseType)
1233
+ # * :first_name (String)
1234
+ # * :last_name (String)
1235
+ # * :organization_name (String)
1184
1236
  # * :pay_to_address (Hash)
1185
1237
  # * :zip_plus_four_code (String)
1186
1238
  # * :address_1 (String)
@@ -1188,6 +1240,12 @@ module CandidApiClient
1188
1240
  # * :city (String)
1189
1241
  # * :state (CandidApiClient::Commons::Types::State)
1190
1242
  # * :zip_code (String)
1243
+ # * :benefits_assigned_to_provider (Boolean)
1244
+ # * :prior_authorization_number (String)
1245
+ # * :external_id (String)
1246
+ # * :date_of_service (Date)
1247
+ # * :tag_ids (Array<String>)
1248
+ # * :clinical_notes (Array<CandidApiClient::Encounters::V4::Types::ClinicalNoteCategoryCreate>)
1191
1249
  # * :billable_status (CandidApiClient::Encounters::V4::Types::BillableStatusType)
1192
1250
  # * :responsible_party (CandidApiClient::Encounters::V4::Types::ResponsiblePartyType)
1193
1251
  # * :provider_accepts_assignment (Boolean)
@@ -1283,25 +1341,6 @@ module CandidApiClient
1283
1341
  # * :onset_of_current_illness_or_symptom_date (Date)
1284
1342
  # * :last_menstrual_period_date (Date)
1285
1343
  # * :delay_reason_code (CandidApiClient::Commons::Types::DelayReasonCode)
1286
- # * :patient (Hash)
1287
- # * :first_name (String)
1288
- # * :last_name (String)
1289
- # * :gender (CandidApiClient::Individual::Types::Gender)
1290
- # * :external_id (String)
1291
- # * :date_of_birth (Date)
1292
- # * :address (Hash)
1293
- # * :zip_plus_four_code (String)
1294
- # * :address_1 (String)
1295
- # * :address_2 (String)
1296
- # * :city (String)
1297
- # * :state (CandidApiClient::Commons::Types::State)
1298
- # * :zip_code (String)
1299
- # * :phone_numbers (Array<CandidApiClient::Commons::Types::PhoneNumber>)
1300
- # * :phone_consent (Boolean)
1301
- # * :email (String)
1302
- # * :email_consent (Boolean)
1303
- # * :non_insurance_payers (Array<String>)
1304
- # * :non_insurance_payers_info (Array<CandidApiClient::Individual::Types::PatientNonInsurancePayerInfoCreate>)
1305
1344
  # * :patient_authorized_release (Boolean)
1306
1345
  # * :schema_instances (Array<CandidApiClient::CustomSchemas::V1::Types::SchemaInstance>)
1307
1346
  # * :vitals (Hash)
@@ -1313,30 +1352,6 @@ module CandidApiClient
1313
1352
  # * :hemoglobin_gdl (Float)
1314
1353
  # * :hematocrit_pct (Float)
1315
1354
  # * :existing_medications (Array<CandidApiClient::Encounters::V4::Types::Medication>)
1316
- # * :rendering_provider (Hash)
1317
- # * :npi (String)
1318
- # * :taxonomy_code (String)
1319
- # * :address (Hash)
1320
- # * :zip_plus_four_code (String)
1321
- # * :address_1 (String)
1322
- # * :address_2 (String)
1323
- # * :city (String)
1324
- # * :state (CandidApiClient::Commons::Types::State)
1325
- # * :zip_code (String)
1326
- # * :first_name (String)
1327
- # * :last_name (String)
1328
- # * :organization_name (String)
1329
- # * :service_facility (Hash)
1330
- # * :organization_name (String)
1331
- # * :npi (String)
1332
- # * :address (Hash)
1333
- # * :zip_plus_four_code (String)
1334
- # * :address_1 (String)
1335
- # * :address_2 (String)
1336
- # * :city (String)
1337
- # * :state (CandidApiClient::Commons::Types::State)
1338
- # * :zip_code (String)
1339
- # * :secondary_identification (String)
1340
1355
  # * :guarantor (Hash)
1341
1356
  # * :first_name (String)
1342
1357
  # * :last_name (String)
@@ -1353,67 +1368,13 @@ module CandidApiClient
1353
1368
  # * :phone_consent (Boolean)
1354
1369
  # * :email (String)
1355
1370
  # * :email_consent (Boolean)
1356
- # * :billing_provider (Hash)
1357
- # * :address (Hash)
1358
- # * :zip_plus_four_code (String)
1359
- # * :address_1 (String)
1360
- # * :address_2 (String)
1361
- # * :city (String)
1362
- # * :state (CandidApiClient::Commons::Types::State)
1363
- # * :zip_code (String)
1364
- # * :tax_id (String)
1365
- # * :npi (String)
1366
- # * :taxonomy_code (String)
1367
- # * :provider_commercial_license_type (CandidApiClient::Commons::Types::BillingProviderCommercialLicenseType)
1368
- # * :first_name (String)
1369
- # * :last_name (String)
1370
- # * :organization_name (String)
1371
- # * :supervising_provider (Hash)
1372
- # * :npi (String)
1373
- # * :taxonomy_code (String)
1374
- # * :address (Hash)
1375
- # * :zip_plus_four_code (String)
1376
- # * :address_1 (String)
1377
- # * :address_2 (String)
1378
- # * :city (String)
1379
- # * :state (CandidApiClient::Commons::Types::State)
1380
- # * :zip_code (String)
1381
- # * :first_name (String)
1382
- # * :last_name (String)
1383
- # * :organization_name (String)
1384
- # * :referring_provider (Hash)
1385
- # * :npi (String)
1386
- # * :taxonomy_code (String)
1387
- # * :address (Hash)
1388
- # * :zip_plus_four_code (String)
1389
- # * :address_1 (String)
1390
- # * :address_2 (String)
1391
- # * :city (String)
1392
- # * :state (CandidApiClient::Commons::Types::State)
1393
- # * :zip_code (String)
1394
- # * :first_name (String)
1395
- # * :last_name (String)
1396
- # * :organization_name (String)
1397
- # * :initial_referring_provider (Hash)
1398
- # * :npi (String)
1399
- # * :taxonomy_code (String)
1400
- # * :address (Hash)
1401
- # * :zip_plus_four_code (String)
1402
- # * :address_1 (String)
1403
- # * :address_2 (String)
1404
- # * :city (String)
1405
- # * :state (CandidApiClient::Commons::Types::State)
1406
- # * :zip_code (String)
1407
- # * :qualifier (CandidApiClient::Commons::Types::QualifierCode)
1408
- # * :first_name (String)
1409
- # * :last_name (String)
1410
- # * :organization_name (String)
1411
1371
  # * :referral_number (String)
1412
1372
  # * :epsdt_referral (Hash)
1413
1373
  # * :condition_indicator_1 (CandidApiClient::Commons::Types::EpsdtReferralConditionIndicatorCode)
1414
1374
  # * :condition_indicator_2 (CandidApiClient::Commons::Types::EpsdtReferralConditionIndicatorCode)
1415
1375
  # * :condition_indicator_3 (CandidApiClient::Commons::Types::EpsdtReferralConditionIndicatorCode)
1416
1376
  # * :claim_supplemental_information (Array<CandidApiClient::Encounters::V4::Types::ClaimSupplementalInformation>)
1377
+ # * :secondary_payer_carrier_code (String)
1417
1378
  # @param charge_external_id [String] A client-specified unique ID to associate with this encounter;
1418
1379
  # for example, your internal encounter ID or a Dr. Chrono encounter ID.
1419
1380
  # This field should not contain PHI.
@@ -1427,14 +1388,7 @@ module CandidApiClient
1427
1388
  # @return [CandidApiClient::ChargeCapture::V1::Types::ChargeCapture]
1428
1389
  # @example
1429
1390
  # api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
1430
- # api.charge_capture.v_1.update(
1431
- # charge_capture_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
1432
- # data: { },
1433
- # charge_external_id: "string",
1434
- # ehr_source_url: "string",
1435
- # patient_external_id: "string",
1436
- # status: PLANNED
1437
- # )
1391
+ # api.charge_capture.v_1.update(charge_capture_id: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
1438
1392
  def update(charge_capture_id:, data: nil, charge_external_id: nil, ehr_source_url: nil,
1439
1393
  patient_external_id: nil, status: nil, request_options: nil)
1440
1394
  Async do
@@ -1545,41 +1499,7 @@ module CandidApiClient
1545
1499
  # @return [CandidApiClient::ChargeCapture::V1::Types::ChargeCapturePage]
1546
1500
  # @example
1547
1501
  # api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
1548
- # api.charge_capture.v_1.get_all(
1549
- # limit: 1,
1550
- # sort: CREATED_AT,
1551
- # sort_direction: ASC,
1552
- # page_token: "eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9",
1553
- # patient_external_id: "string",
1554
- # status: PLANNED,
1555
- # charge_external_id: "string",
1556
- # date_of_service_min: DateTime.parse(2023-01-15),
1557
- # date_of_service_max: DateTime.parse(2023-01-15),
1558
- # claim_ids: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
1559
- # claim_creation_ids: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
1560
- # billing_provider_npis: "string",
1561
- # service_facility_name: "string",
1562
- # primary_payer_ids: "string",
1563
- # rendering_provider_npis: "string",
1564
- # rendering_provider_names: "string",
1565
- # supervising_provider_npis: "string",
1566
- # supervising_provider_names: "string",
1567
- # exclude_charges_linked_to_claims: true,
1568
- # patient_external_id_ranked_sort: "string",
1569
- # status_ranked_sort: PLANNED,
1570
- # charge_external_id_ranked_sort: "string",
1571
- # date_of_service_min_ranked_sort: DateTime.parse(2023-01-15),
1572
- # date_of_service_max_ranked_sort: DateTime.parse(2023-01-15),
1573
- # claim_ids_ranked_sort: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
1574
- # claim_creation_ids_ranked_sort: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
1575
- # billing_provider_npis_ranked_sort: "string",
1576
- # service_facility_name_ranked_sort: "string",
1577
- # primary_payer_ids_ranked_sort: "string",
1578
- # rendering_provider_npis_ranked_sort: "string",
1579
- # rendering_provider_names_ranked_sort: "string",
1580
- # supervising_provider_npis_ranked_sort: "string",
1581
- # supervising_provider_names_ranked_sort: "string"
1582
- # )
1502
+ # api.charge_capture.v_1.get_all
1583
1503
  def get_all(limit: nil, sort: nil, sort_direction: nil, page_token: nil, patient_external_id: nil, status: nil,
1584
1504
  charge_external_id: nil, date_of_service_min: nil, date_of_service_max: nil, claim_ids: nil, claim_creation_ids: nil, billing_provider_npis: nil, service_facility_name: nil, primary_payer_ids: nil, rendering_provider_npis: nil, rendering_provider_names: nil, supervising_provider_npis: nil, supervising_provider_names: nil, exclude_charges_linked_to_claims: nil, patient_external_id_ranked_sort: nil, status_ranked_sort: nil, charge_external_id_ranked_sort: nil, date_of_service_min_ranked_sort: nil, date_of_service_max_ranked_sort: nil, claim_ids_ranked_sort: nil, claim_creation_ids_ranked_sort: nil, billing_provider_npis_ranked_sort: nil, service_facility_name_ranked_sort: nil, primary_payer_ids_ranked_sort: nil, rendering_provider_npis_ranked_sort: nil, rendering_provider_names_ranked_sort: nil, supervising_provider_npis_ranked_sort: nil, supervising_provider_names_ranked_sort: nil, request_options: nil)
1585
1505
  Async do
@@ -1643,7 +1563,7 @@ module CandidApiClient
1643
1563
  # @return [Array<CandidApiClient::ChargeCapture::V1::Types::ChargeCapturePostBilledChange>]
1644
1564
  # @example
1645
1565
  # api = CandidApiClient::Client.new(base_url: "https://api.example.com", environment: CandidApiClient::Environment::PRODUCTION)
1646
- # api.charge_capture.v_1.update_post_billed_changes(charge_capture_change_ids: ["d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"], resolved: true)
1566
+ # api.charge_capture.v_1.update_post_billed_changes(charge_capture_change_ids: ["d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32", "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"], resolved: true)
1647
1567
  def update_post_billed_changes(charge_capture_change_ids:, resolved:, request_options: nil)
1648
1568
  Async do
1649
1569
  response = @request_client.conn.patch do |req|