candidhealth 1.17.0 → 1.17.2

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 (70) hide show
  1. checksums.yaml +4 -4
  2. data/lib/candid/claims/types/claim.rb +1 -1
  3. data/lib/candid/client.rb +1 -11
  4. data/lib/candid/eligibility/v_2/client.rb +0 -38
  5. data/lib/candid/encounter_providers/v_2/types/billing_provider.rb +3 -0
  6. data/lib/candid/encounter_providers/v_2/types/billing_provider_update.rb +3 -0
  7. data/lib/candid/encounter_providers/v_2/types/billing_provider_update_with_optional_address.rb +3 -0
  8. data/lib/candid/encounter_providers/v_2/types/encounter_provider.rb +3 -0
  9. data/lib/candid/encounter_providers/v_2/types/provider_secondary_identification.rb +13 -0
  10. data/lib/candid/encounter_providers/v_2/types/rendering_provider.rb +3 -0
  11. data/lib/candid/encounter_providers/v_2/types/rendering_provider_update.rb +3 -0
  12. data/lib/candid/encounter_providers/v_2/types/rendering_provider_update_with_optional_address.rb +3 -0
  13. data/lib/candid/encounters/v_4/client.rb +15 -0
  14. data/lib/candid/encounters/v_4/types/encounter.rb +3 -0
  15. data/lib/candid/encounters/v_4/types/encounter_deep_optional.rb +3 -0
  16. data/lib/candid/encounters_universal/types/universal_encounter_create_base.rb +3 -0
  17. data/lib/candid/encounters_universal/types/universal_encounter_create_from_pre_encounter_base.rb +3 -0
  18. data/lib/candid/encounters_universal/types/universal_encounter_update_base.rb +3 -0
  19. data/lib/candid/{era → eras}/types/era.rb +1 -1
  20. data/lib/candid/{era → eras}/types/era_base.rb +1 -1
  21. data/lib/candid/fee_schedules/v_3/client.rb +9 -1
  22. data/lib/candid/fee_schedules/v_3/types/payer_threshold.rb +6 -1
  23. data/lib/candid/financials/types/allocation_create.rb +1 -0
  24. data/lib/candid/financials/types/allocation_earmark_type.rb +19 -0
  25. data/lib/candid/related_causes_information/v_1/types/related_causes_code.rb +20 -0
  26. data/lib/candid/related_causes_information/v_1/types/related_causes_information.rb +19 -0
  27. data/lib/candid/related_causes_information/v_1/types/related_causes_information_create.rb +11 -0
  28. data/lib/candid/related_causes_information/v_1/types/related_causes_information_update.rb +11 -0
  29. data/lib/candid/service_lines/v_2/types/service_line.rb +1 -0
  30. data/lib/candid/service_lines/v_2/types/service_line_create_base_base.rb +1 -0
  31. data/lib/candid/service_lines/v_2/types/service_line_create_optional.rb +1 -0
  32. data/lib/candid/service_lines/v_2/types/service_line_create_standalone.rb +1 -0
  33. data/lib/candid/service_lines/v_2/types/service_line_update_base.rb +1 -0
  34. data/lib/candid/service_lines/v_2/types/test_result_type.rb +1 -0
  35. data/lib/candid/service_lines/v_2/types/universal_service_line_create_standalone.rb +1 -0
  36. data/lib/candid/version.rb +1 -1
  37. data/lib/candid.rb +9 -34
  38. data/reference.md +62 -522
  39. metadata +9 -34
  40. data/lib/candid/commons/types/http_service_unavailable_error_message.rb +0 -11
  41. data/lib/candid/expected_network_status/client.rb +0 -22
  42. data/lib/candid/expected_network_status/v_1/client.rb +0 -38
  43. data/lib/candid/expected_network_status/v_1/types/expected_network_status.rb +0 -17
  44. data/lib/candid/expected_network_status/v_1/types/expected_network_status_request.rb +0 -24
  45. data/lib/candid/expected_network_status/v_1/types/expected_network_status_response.rb +0 -17
  46. data/lib/candid/expected_network_status/v_2/client.rb +0 -66
  47. data/lib/candid/expected_network_status/v_2/types/compute_all_in_network_providers_request.rb +0 -25
  48. data/lib/candid/expected_network_status/v_2/types/compute_all_in_network_providers_response.rb +0 -16
  49. data/lib/candid/expected_network_status/v_2/types/compute_all_in_network_rendering_providers_result.rb +0 -21
  50. data/lib/candid/expected_network_status/v_2/types/empty_object.rb +0 -11
  51. data/lib/candid/expected_network_status/v_2/types/expected_network_status_check_error_message.rb +0 -13
  52. data/lib/candid/expected_network_status/v_2/types/expected_network_status_request_v_2.rb +0 -25
  53. data/lib/candid/expected_network_status/v_2/types/expected_network_status_response_v_2.rb +0 -16
  54. data/lib/candid/expected_network_status/v_2/types/expected_network_status_subscriber_information.rb +0 -17
  55. data/lib/candid/expected_network_status/v_2/types/expected_network_status_v_2.rb +0 -19
  56. data/lib/candid/expected_network_status/v_2/types/explanation.rb +0 -22
  57. data/lib/candid/expected_network_status/v_2/types/in_network_rendering_providers_detail.rb +0 -15
  58. data/lib/candid/expected_network_status/v_2/types/in_network_status.rb +0 -14
  59. data/lib/candid/expected_network_status/v_2/types/indeterminate_network_status.rb +0 -18
  60. data/lib/candid/expected_network_status/v_2/types/insurance_type.rb +0 -18
  61. data/lib/candid/expected_network_status/v_2/types/insurance_type_codes.rb +0 -19
  62. data/lib/candid/expected_network_status/v_2/types/line_of_business.rb +0 -17
  63. data/lib/candid/expected_network_status/v_2/types/out_of_network_status.rb +0 -17
  64. data/lib/candid/expected_network_status/v_2/types/service_type.rb +0 -55
  65. data/lib/candid/insurance_payments/client.rb +0 -17
  66. data/lib/candid/insurance_payments/v_1/client.rb +0 -68
  67. data/lib/candid/insurance_payments/v_1/types/get_multi_insurance_payment_request.rb +0 -22
  68. data/lib/candid/insurance_payments/v_1/types/insurance_payment.rb +0 -20
  69. data/lib/candid/insurance_payments/v_1/types/insurance_payment_sort_field.rb +0 -17
  70. data/lib/candid/insurance_payments/v_1/types/insurance_payments_page.rb +0 -15
data/reference.md CHANGED
@@ -3250,76 +3250,6 @@ client.custom_schemas.v_1.update(
3250
3250
  </details>
3251
3251
 
3252
3252
  ## Eligibility V2
3253
- <details><summary><code>client.eligibility.v_2.submit_eligibility_check(request) -> Internal::Types::Hash[String, Object]</code></summary>
3254
- <dl>
3255
- <dd>
3256
-
3257
- #### 📝 Description
3258
-
3259
- <dl>
3260
- <dd>
3261
-
3262
- <dl>
3263
- <dd>
3264
-
3265
- <Tip>Candid is deprecating support for this endpoint. It is instead recommended to use [Candid's Stedi passthrough endpoint](https://docs.joincandidhealth.com/api-reference/pre-encounter/eligibility-checks/v-1/post).
3266
- For assistance with the transition, please reference the [Transitioning to Candid's New Eligibility Endpoint](https://support.joincandidhealth.com/hc/en-us/articles/34918552872980) document in the Candid Support Center.</Tip>
3267
-
3268
- This API is a wrapper around Change Healthcare's eligibility API. Below are some helpful documentation links:
3269
-
3270
- - [Change Healthcare - Guides: Contents of the Eligibility Request Body](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-request-body)
3271
- - [Change Healthcare - Guides: Use "Bare Minimum" Eligibility Requests](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-bare-minimum-eligibility-requests)
3272
- - [Change Healthcare - Guides: Contents of the Eligibility Response](https://developers.changehealthcare.com/eligibilityandclaims/docs/contents-of-the-eligibility-response)
3273
- - [Change Healthcare - Guides: Eligibility JSON-to-EDI API Contents](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-json-to-edi-api-contents)
3274
- - [Change Healthcare - Guides: Eligibility Error Messages](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-error-messages)
3275
- - [Change Healthcare - Guides: FAQ](https://developers.changehealthcare.com/eligibilityandclaims/docs/frequently-asked-questions)
3276
- - [Change Healthcare - Guides: Eligibility FAQs](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-api-requests)
3277
- - [Change Healthcare - Guides: Sandbox API Values and Test Responses](https://developers.changehealthcare.com/eligibilityandclaims/docs/eligibility-sandbox-api-values-and-test-responses)
3278
- - [Change Healthcare - Guides: Sandbox Predefined Fields and Values](https://developers.changehealthcare.com/eligibilityandclaims/docs/sandbox-predefined-fields-and-values)
3279
- - [Change Healthcare - Guides: Using Test Payers in the Sandbox](https://developers.changehealthcare.com/eligibilityandclaims/docs/use-the-test-payers-in-the-sandbox-api)
3280
-
3281
- A schema of the response object can be found here: [Change Healthcare Docs](https://developers.changehealthcare.com/eligibilityandclaims/reference/medicaleligibility)
3282
- </dd>
3283
- </dl>
3284
- </dd>
3285
- </dl>
3286
-
3287
- #### 🔌 Usage
3288
-
3289
- <dl>
3290
- <dd>
3291
-
3292
- <dl>
3293
- <dd>
3294
-
3295
- ```ruby
3296
- client.eligibility.v_2.submit_eligibility_check();
3297
- ```
3298
- </dd>
3299
- </dl>
3300
- </dd>
3301
- </dl>
3302
-
3303
- #### ⚙️ Parameters
3304
-
3305
- <dl>
3306
- <dd>
3307
-
3308
- <dl>
3309
- <dd>
3310
-
3311
- **request:** `Internal::Types::Hash[String, Object]`
3312
-
3313
- </dd>
3314
- </dl>
3315
- </dd>
3316
- </dl>
3317
-
3318
-
3319
- </dd>
3320
- </dl>
3321
- </details>
3322
-
3323
3253
  <details><summary><code>client.eligibility.v_2.submit_eligibility_check_availity() -> Internal::Types::Hash[String, Object]</code></summary>
3324
3254
  <dl>
3325
3255
  <dd>
@@ -4503,6 +4433,23 @@ client.encounters.v_4.get();
4503
4433
  <dl>
4504
4434
  <dd>
4505
4435
 
4436
+ #### 📝 Description
4437
+
4438
+ <dl>
4439
+ <dd>
4440
+
4441
+ <dl>
4442
+ <dd>
4443
+
4444
+ Notice: The UB-04 Data File, 2025, is copyrighted by American Hospital Association (AHA), Chicago, Illinois.
4445
+ No portion of the THE UB-04 Data File, may be reproduced, stored in a retrieval system, or transmitted,
4446
+ in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without prior
4447
+ express, written consent of AHA.
4448
+ </dd>
4449
+ </dl>
4450
+ </dd>
4451
+ </dl>
4452
+
4506
4453
  #### 🔌 Usage
4507
4454
 
4508
4455
  <dl>
@@ -4667,6 +4614,11 @@ where applicable. In particular, the following fields are populated from the pat
4667
4614
 
4668
4615
  Utilizing this endpoint opts you into automatic updating of the encounter when the patient or appointment is updated, assuming the
4669
4616
  encounter has not already been submitted or adjudicated.
4617
+
4618
+ Notice: The UB-04 Data File, 2025, is copyrighted by American Hospital Association (AHA), Chicago, Illinois.
4619
+ No portion of the THE UB-04 Data File, may be reproduced, stored in a retrieval system, or transmitted,
4620
+ in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without prior
4621
+ express, written consent of AHA.
4670
4622
  </dd>
4671
4623
  </dl>
4672
4624
  </dd>
@@ -4823,6 +4775,23 @@ client.encounters.v_4.create_from_pre_encounter_patient({
4823
4775
  <dl>
4824
4776
  <dd>
4825
4777
 
4778
+ #### 📝 Description
4779
+
4780
+ <dl>
4781
+ <dd>
4782
+
4783
+ <dl>
4784
+ <dd>
4785
+
4786
+ Notice: The UB-04 Data File, 2025, is copyrighted by American Hospital Association (AHA), Chicago, Illinois.
4787
+ No portion of the THE UB-04 Data File, may be reproduced, stored in a retrieval system, or transmitted,
4788
+ in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without prior
4789
+ express, written consent of AHA.
4790
+ </dd>
4791
+ </dl>
4792
+ </dd>
4793
+ </dl>
4794
+
4826
4795
  #### 🔌 Usage
4827
4796
 
4828
4797
  <dl>
@@ -4974,7 +4943,20 @@ client.events.v_1.scan();
4974
4943
  <dl>
4975
4944
  <dd>
4976
4945
 
4977
- **event_types:** `String` — Event types to filter on. Defaults to showing all event types.
4946
+ **event_types:** `String`
4947
+
4948
+ Event types to filter on. Defaults to showing all event types.
4949
+
4950
+ | Event Type | Description |
4951
+ |------------|-------------|
4952
+ | `CandidApi.Encounter.Created` | When a new claim is created |
4953
+ | `CandidApi.Encounter.StatusUpdated` | When a claim's status has been updated |
4954
+ | `PreEncounter.Patient.Created` | When a new patient has been created |
4955
+ | `PreEncounter.Patient.Updated` | When a patient's information has been updated |
4956
+ | `PreEncounter.Coverage.Created` | When a new coverage has been created for a patient |
4957
+ | `PreEncounter.Coverage.Updated` | When a patient's coverage has been updated |
4958
+ | `PreEncounter.Tag.Created` | When a new tag has been created for a patient |
4959
+ | `PreEncounter.Tag.Updated` | When a patient's tag has been updated |
4978
4960
 
4979
4961
  </dd>
4980
4962
  </dl>
@@ -5038,290 +5020,6 @@ client.events.v_1.get();
5038
5020
  </dl>
5039
5021
 
5040
5022
 
5041
- </dd>
5042
- </dl>
5043
- </details>
5044
-
5045
- ## ExpectedNetworkStatus V1
5046
- <details><summary><code>client.expected_network_status.v_1.compute(request) -> Candid::ExpectedNetworkStatus::V1::Types::ExpectedNetworkStatusResponse</code></summary>
5047
- <dl>
5048
- <dd>
5049
-
5050
- #### 📝 Description
5051
-
5052
- <dl>
5053
- <dd>
5054
-
5055
- <dl>
5056
- <dd>
5057
-
5058
- Computes the expected network status given the provided information.
5059
- </dd>
5060
- </dl>
5061
- </dd>
5062
- </dl>
5063
-
5064
- #### 🔌 Usage
5065
-
5066
- <dl>
5067
- <dd>
5068
-
5069
- <dl>
5070
- <dd>
5071
-
5072
- ```ruby
5073
- client.expected_network_status.v_1.compute(
5074
- subscriberPayerId: 'subscriber_payer_id',
5075
- subscriberPayerName: 'subscriber_payer_name',
5076
- billingProviderNpi: 'billing_provider_npi',
5077
- billingProviderTin: 'billing_provider_tin',
5078
- renderingProviderNpi: 'rendering_provider_npi',
5079
- contractedState: ,
5080
- dateOfService: 'date_of_service'
5081
- );
5082
- ```
5083
- </dd>
5084
- </dl>
5085
- </dd>
5086
- </dl>
5087
-
5088
- #### ⚙️ Parameters
5089
-
5090
- <dl>
5091
- <dd>
5092
-
5093
- <dl>
5094
- <dd>
5095
-
5096
- **external_patient_id:** `String`
5097
-
5098
- </dd>
5099
- </dl>
5100
-
5101
- <dl>
5102
- <dd>
5103
-
5104
- **subscriber_payer_id:** `String`
5105
-
5106
- </dd>
5107
- </dl>
5108
-
5109
- <dl>
5110
- <dd>
5111
-
5112
- **subscriber_payer_name:** `String`
5113
-
5114
- </dd>
5115
- </dl>
5116
-
5117
- <dl>
5118
- <dd>
5119
-
5120
- **subscriber_insurance_type:** `Candid::Commons::Types::InsuranceTypeCode`
5121
-
5122
- </dd>
5123
- </dl>
5124
-
5125
- <dl>
5126
- <dd>
5127
-
5128
- **subscriber_plan_name:** `String` — The descriptive name of the insurance plan selected by the subscriber, often indicating coverage specifics or tier.
5129
-
5130
- </dd>
5131
- </dl>
5132
-
5133
- <dl>
5134
- <dd>
5135
-
5136
- **billing_provider_npi:** `String` — The National Provider Identifier (NPI) of the healthcare provider responsible for billing. A unique 10-digit identification number.
5137
-
5138
- </dd>
5139
- </dl>
5140
-
5141
- <dl>
5142
- <dd>
5143
-
5144
- **billing_provider_tin:** `String` — Follow the 9-digit format of the Taxpayer Identification Number (TIN).
5145
-
5146
- </dd>
5147
- </dl>
5148
-
5149
- <dl>
5150
- <dd>
5151
-
5152
- **rendering_provider_npi:** `String` — The National Provider Identifier (NPI) of the healthcare provider who delivered the services. A unique 10-digit identification number.
5153
-
5154
- </dd>
5155
- </dl>
5156
-
5157
- <dl>
5158
- <dd>
5159
-
5160
- **contracted_state:** `Candid::Commons::Types::State` — The state in which the healthcare provider has a contractual agreement with the insurance payer.
5161
-
5162
- </dd>
5163
- </dl>
5164
-
5165
- <dl>
5166
- <dd>
5167
-
5168
- **date_of_service:** `String` — Date formatted as YYYY-MM-DD; eg: 2019-08-25.
5169
-
5170
- </dd>
5171
- </dl>
5172
- </dd>
5173
- </dl>
5174
-
5175
-
5176
- </dd>
5177
- </dl>
5178
- </details>
5179
-
5180
- ## ExpectedNetworkStatus V2
5181
- <details><summary><code>client.expected_network_status.v_2.compute_for_rendering_provider(rendering_provider_id, request) -> Candid::ExpectedNetworkStatus::V2::Types::ExpectedNetworkStatusResponseV2</code></summary>
5182
- <dl>
5183
- <dd>
5184
-
5185
- #### 📝 Description
5186
-
5187
- <dl>
5188
- <dd>
5189
-
5190
- <dl>
5191
- <dd>
5192
-
5193
- Computes the expected network status for a given rendering provider.
5194
- This endpoint is not available to all customers. Reach out to the Candid sales team
5195
- to discuss enabling this endpoint if it is not available for your organization.
5196
- </dd>
5197
- </dl>
5198
- </dd>
5199
- </dl>
5200
-
5201
- #### 🔌 Usage
5202
-
5203
- <dl>
5204
- <dd>
5205
-
5206
- <dl>
5207
- <dd>
5208
-
5209
- ```ruby
5210
- client.expected_network_status.v_2.compute_for_rendering_provider({
5211
- subscriber_information: {
5212
- payer_uuid: 'd5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32',
5213
- member_id: 'member_id',
5214
- insurance_type: {}
5215
- },
5216
- patient_address: {
5217
- address1: 'address1',
5218
- city: 'city',
5219
- zip_code: 'zip_code'
5220
- },
5221
- billing_provider_id: 'd5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32',
5222
- organization_service_facility_id: 'd5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32',
5223
- date_of_service: '2023-01-15'
5224
- });
5225
- ```
5226
- </dd>
5227
- </dl>
5228
- </dd>
5229
- </dl>
5230
-
5231
- #### ⚙️ Parameters
5232
-
5233
- <dl>
5234
- <dd>
5235
-
5236
- <dl>
5237
- <dd>
5238
-
5239
- **rendering_provider_id:** `String`
5240
-
5241
- </dd>
5242
- </dl>
5243
-
5244
- <dl>
5245
- <dd>
5246
-
5247
- **request:** `Candid::ExpectedNetworkStatus::V2::Types::ExpectedNetworkStatusRequestV2`
5248
-
5249
- </dd>
5250
- </dl>
5251
- </dd>
5252
- </dl>
5253
-
5254
-
5255
- </dd>
5256
- </dl>
5257
- </details>
5258
-
5259
- <details><summary><code>client.expected_network_status.v_2.compute_all_in_network_providers(request) -> Candid::ExpectedNetworkStatus::V2::Types::ComputeAllInNetworkProvidersResponse</code></summary>
5260
- <dl>
5261
- <dd>
5262
-
5263
- #### 📝 Description
5264
-
5265
- <dl>
5266
- <dd>
5267
-
5268
- <dl>
5269
- <dd>
5270
-
5271
- Computes all the in network providers for a given set of inputs.
5272
- This endpoint is not available to all customers. Reach out to the Candid sales team
5273
- to discuss enabling this endpoint if it is not available for your organization.
5274
- </dd>
5275
- </dl>
5276
- </dd>
5277
- </dl>
5278
-
5279
- #### 🔌 Usage
5280
-
5281
- <dl>
5282
- <dd>
5283
-
5284
- <dl>
5285
- <dd>
5286
-
5287
- ```ruby
5288
- client.expected_network_status.v_2.compute_all_in_network_providers({
5289
- subscriber_information: {
5290
- payer_uuid: 'd5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32',
5291
- member_id: 'member_id',
5292
- insurance_type: {}
5293
- },
5294
- patient_address: {
5295
- address1: 'address1',
5296
- city: 'city',
5297
- zip_code: 'zip_code'
5298
- },
5299
- billing_provider_id: 'd5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32',
5300
- organization_service_facility_id: 'd5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32',
5301
- date_of_service: '2023-01-15'
5302
- });
5303
- ```
5304
- </dd>
5305
- </dl>
5306
- </dd>
5307
- </dl>
5308
-
5309
- #### ⚙️ Parameters
5310
-
5311
- <dl>
5312
- <dd>
5313
-
5314
- <dl>
5315
- <dd>
5316
-
5317
- **request:** `Candid::ExpectedNetworkStatus::V2::Types::ComputeAllInNetworkProvidersRequest`
5318
-
5319
- </dd>
5320
- </dl>
5321
- </dd>
5322
- </dl>
5323
-
5324
-
5325
5023
  </dd>
5326
5024
  </dl>
5327
5025
  </details>
@@ -5947,7 +5645,15 @@ client.fee_schedules.v_3.get_rate_history();
5947
5645
  <dl>
5948
5646
  <dd>
5949
5647
 
5950
- Uploads a new fee schedule.\n Each rate may either be totally new as qualified by it's dimensions or a new version for an existing rate.\n If adding a new version to an existing rate, the rate must be posted with the next version number (previous version + 1) or a EntityConflictError will be returned.\n Use the dry run flag to discover already existing rates and to run validations. If validations for any rate fail, no rates will be saved to the system.
5648
+ Uploads a new fee schedule.
5649
+
5650
+ Each rate may either be totally new as qualified by it's dimensions or a new version for an existing rate.
5651
+
5652
+ If adding a new version to an existing rate, the rate must be posted with the next version number (previous version + 1) or a EntityConflictError will
5653
+ be returned.
5654
+
5655
+ Use the dry run flag to discover already existing rates and to run validations. If validations for any rate fail, no rates will
5656
+ be saved to the system.
5951
5657
  </dd>
5952
5658
  </dl>
5953
5659
  </dd>
@@ -6970,172 +6676,6 @@ client.insurance_adjudications.v_1.get();
6970
6676
  </dl>
6971
6677
 
6972
6678
 
6973
- </dd>
6974
- </dl>
6975
- </details>
6976
-
6977
- ## InsurancePayments V1
6978
- <details><summary><code>client.insurance_payments.v_1.get_multi() -> Candid::InsurancePayments::V1::Types::InsurancePaymentsPage</code></summary>
6979
- <dl>
6980
- <dd>
6981
-
6982
- #### 📝 Description
6983
-
6984
- <dl>
6985
- <dd>
6986
-
6987
- <dl>
6988
- <dd>
6989
-
6990
- Returns all non-ERA originated insurance payments satisfying the search criteria
6991
- </dd>
6992
- </dl>
6993
- </dd>
6994
- </dl>
6995
-
6996
- #### 🔌 Usage
6997
-
6998
- <dl>
6999
- <dd>
7000
-
7001
- <dl>
7002
- <dd>
7003
-
7004
- ```ruby
7005
- client.insurance_payments.v_1.get_multi();
7006
- ```
7007
- </dd>
7008
- </dl>
7009
- </dd>
7010
- </dl>
7011
-
7012
- #### ⚙️ Parameters
7013
-
7014
- <dl>
7015
- <dd>
7016
-
7017
- <dl>
7018
- <dd>
7019
-
7020
- **limit:** `Integer` — Defaults to 100. The value must be greater than 0 and less than 1000.
7021
-
7022
- </dd>
7023
- </dl>
7024
-
7025
- <dl>
7026
- <dd>
7027
-
7028
- **payer_uuid:** `String`
7029
-
7030
- </dd>
7031
- </dl>
7032
-
7033
- <dl>
7034
- <dd>
7035
-
7036
- **claim_id:** `String`
7037
-
7038
- </dd>
7039
- </dl>
7040
-
7041
- <dl>
7042
- <dd>
7043
-
7044
- **service_line_id:** `String`
7045
-
7046
- </dd>
7047
- </dl>
7048
-
7049
- <dl>
7050
- <dd>
7051
-
7052
- **billing_provider_id:** `String`
7053
-
7054
- </dd>
7055
- </dl>
7056
-
7057
- <dl>
7058
- <dd>
7059
-
7060
- **sort:** `Candid::InsurancePayments::V1::Types::InsurancePaymentSortField` — Defaults to payment_timestamp
7061
-
7062
- </dd>
7063
- </dl>
7064
-
7065
- <dl>
7066
- <dd>
7067
-
7068
- **sort_direction:** `Candid::Commons::Types::SortDirection` — Sort direction. Defaults to descending order if not provided.
7069
-
7070
- </dd>
7071
- </dl>
7072
-
7073
- <dl>
7074
- <dd>
7075
-
7076
- **page_token:** `String`
7077
-
7078
- </dd>
7079
- </dl>
7080
- </dd>
7081
- </dl>
7082
-
7083
-
7084
- </dd>
7085
- </dl>
7086
- </details>
7087
-
7088
- <details><summary><code>client.insurance_payments.v_1.get(insurance_payment_id) -> Candid::InsurancePayments::V1::Types::InsurancePayment</code></summary>
7089
- <dl>
7090
- <dd>
7091
-
7092
- #### 📝 Description
7093
-
7094
- <dl>
7095
- <dd>
7096
-
7097
- <dl>
7098
- <dd>
7099
-
7100
- Retrieves a previously created insurance payment by its `insurance_payment_id`.
7101
- If the payment does not exist, a `403` will be thrown.
7102
- </dd>
7103
- </dl>
7104
- </dd>
7105
- </dl>
7106
-
7107
- #### 🔌 Usage
7108
-
7109
- <dl>
7110
- <dd>
7111
-
7112
- <dl>
7113
- <dd>
7114
-
7115
- ```ruby
7116
- client.insurance_payments.v_1.get();
7117
- ```
7118
- </dd>
7119
- </dl>
7120
- </dd>
7121
- </dl>
7122
-
7123
- #### ⚙️ Parameters
7124
-
7125
- <dl>
7126
- <dd>
7127
-
7128
- <dl>
7129
- <dd>
7130
-
7131
- **insurance_payment_id:** `String`
7132
-
7133
- </dd>
7134
- </dl>
7135
- </dd>
7136
- </dl>
7137
-
7138
-
7139
6679
  </dd>
7140
6680
  </dl>
7141
6681
  </details>