candidhealth 0.39.6 → 0.39.8

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 (46) hide show
  1. checksums.yaml +4 -4
  2. data/lib/candidhealth/commons/types/procedure_modifier.rb +1 -0
  3. data/lib/candidhealth/eligibility/v_2/client.rb +48 -6
  4. data/lib/candidhealth/fee_schedules/v_3/client.rb +16 -4
  5. data/lib/candidhealth/fee_schedules/v_3/types/dimension_match.rb +16 -2
  6. data/lib/candidhealth/fee_schedules/v_3/types/dimensions.rb +16 -2
  7. data/lib/candidhealth/fee_schedules/v_3/types/match_payer_plan_groups.rb +85 -0
  8. data/lib/candidhealth/fee_schedules/v_3/types/optional_dimensions.rb +15 -2
  9. data/lib/candidhealth/fee_schedules/v_3/types/payer_plan_group_does_not_match_rate_payer_error.rb +75 -0
  10. data/lib/candidhealth/fee_schedules/v_3/types/validation_error.rb +39 -14
  11. data/lib/candidhealth/organization_providers/v_2/types/license_type.rb +4 -0
  12. data/lib/candidhealth/pre_encounter/appointments/v_1/client.rb +98 -4
  13. data/lib/candidhealth/pre_encounter/appointments/v_1/types/appointment.rb +2 -2
  14. data/lib/candidhealth/pre_encounter/appointments/v_1/types/mutable_appointment.rb +2 -2
  15. data/lib/candidhealth/pre_encounter/appointments/v_1/types/visit.rb +96 -0
  16. data/lib/candidhealth/pre_encounter/appointments/v_1/types/visits_page.rb +98 -0
  17. data/lib/candidhealth/pre_encounter/common/types/external_identifier.rb +87 -0
  18. data/lib/candidhealth/pre_encounter/common/types/external_provider.rb +10 -2
  19. data/lib/candidhealth/pre_encounter/coverages/v_1/client.rb +89 -4
  20. data/lib/candidhealth/pre_encounter/coverages/v_1/types/address.rb +118 -0
  21. data/lib/candidhealth/pre_encounter/coverages/v_1/types/benefits_related_entity.rb +11 -2
  22. data/lib/candidhealth/pre_encounter/coverages/v_1/types/coverages_page.rb +98 -0
  23. data/lib/candidhealth/pre_encounter/coverages/v_1/types/expanded_member_info.rb +133 -0
  24. data/lib/candidhealth/pre_encounter/coverages/v_1/types/insurance_plan.rb +10 -2
  25. data/lib/candidhealth/pre_encounter/coverages/v_1/types/insurance_type_code.rb +1 -0
  26. data/lib/candidhealth/pre_encounter/coverages/v_1/types/member_info.rb +93 -0
  27. data/lib/candidhealth/pre_encounter/coverages/v_1/types/plan_metadata.rb +38 -3
  28. data/lib/candidhealth/pre_encounter/eligibility_checks/client.rb +32 -0
  29. data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/client.rb +124 -0
  30. data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/eligibility_check.rb +119 -0
  31. data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/eligibility_request.rb +135 -0
  32. data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/eligibility_response.rb +15 -0
  33. data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/encounter.rb +83 -0
  34. data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/individual_provider.rb +81 -0
  35. data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/organization_provider.rb +74 -0
  36. data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/parsed_response.rb +99 -0
  37. data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/provider.rb +66 -0
  38. data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/request_correction.rb +79 -0
  39. data/lib/candidhealth/pre_encounter/lists/v_1/types/appointment_list_item.rb +5 -5
  40. data/lib/candidhealth/pre_encounter/patients/v_1/client.rb +70 -14
  41. data/lib/candidhealth/pre_encounter/patients/v_1/types/mutable_patient.rb +14 -2
  42. data/lib/candidhealth/pre_encounter/patients/v_1/types/mutable_patient_with_mrn.rb +14 -2
  43. data/lib/candidhealth/pre_encounter/patients/v_1/types/patient.rb +13 -1
  44. data/lib/requests.rb +2 -2
  45. data/lib/types_export.rb +18 -0
  46. metadata +22 -2
data/lib/types_export.rb CHANGED
@@ -128,6 +128,7 @@ require_relative "candidhealth/fee_schedules/v_3/types/match_modifiers"
128
128
  require_relative "candidhealth/fee_schedules/v_3/types/match_license_type"
129
129
  require_relative "candidhealth/fee_schedules/v_3/types/match_facility_type_code"
130
130
  require_relative "candidhealth/fee_schedules/v_3/types/match_network_types"
131
+ require_relative "candidhealth/fee_schedules/v_3/types/match_payer_plan_groups"
131
132
  require_relative "candidhealth/fee_schedules/v_3/types/dimension_match"
132
133
  require_relative "candidhealth/fee_schedules/v_3/types/threshold_match"
133
134
  require_relative "candidhealth/fee_schedules/v_3/types/dimension_name"
@@ -144,6 +145,7 @@ require_relative "candidhealth/fee_schedules/v_3/types/dimensions_page"
144
145
  require_relative "candidhealth/fee_schedules/v_3/types/payer_threshold"
145
146
  require_relative "candidhealth/fee_schedules/v_3/types/payer_thresholds_page"
146
147
  require_relative "candidhealth/fee_schedules/v_3/types/overlapping_rate_entries_error"
148
+ require_relative "candidhealth/fee_schedules/v_3/types/payer_plan_group_does_not_match_rate_payer_error"
147
149
  require_relative "candidhealth/fee_schedules/v_3/types/validation_error"
148
150
  require_relative "candidhealth/guarantor/v_1/types/guarantor_base"
149
151
  require_relative "candidhealth/guarantor/v_1/types/guarantor"
@@ -287,6 +289,9 @@ require_relative "candidhealth/pre_encounter/appointments/v_1/types/appointment_
287
289
  require_relative "candidhealth/pre_encounter/appointments/v_1/types/service"
288
290
  require_relative "candidhealth/pre_encounter/appointments/v_1/types/mutable_appointment"
289
291
  require_relative "candidhealth/pre_encounter/appointments/v_1/types/appointment"
292
+ require_relative "candidhealth/pre_encounter/appointments/v_1/types/visit"
293
+ require_relative "candidhealth/pre_encounter/appointments/v_1/types/visits_page"
294
+ require_relative "candidhealth/pre_encounter/coverages/v_1/types/coverages_page"
290
295
  require_relative "candidhealth/pre_encounter/coverages/v_1/types/latest_eligibility_check"
291
296
  require_relative "candidhealth/pre_encounter/coverages/v_1/types/eligibility_check_metadata"
292
297
  require_relative "candidhealth/pre_encounter/coverages/v_1/types/coverage_eligibility_check_response"
@@ -306,6 +311,9 @@ require_relative "candidhealth/pre_encounter/coverages/v_1/types/eligibility_sta
306
311
  require_relative "candidhealth/pre_encounter/coverages/v_1/types/coverage_level"
307
312
  require_relative "candidhealth/pre_encounter/coverages/v_1/types/coverage_value_unit"
308
313
  require_relative "candidhealth/pre_encounter/coverages/v_1/types/subscriber"
314
+ require_relative "candidhealth/pre_encounter/coverages/v_1/types/member_info"
315
+ require_relative "candidhealth/pre_encounter/coverages/v_1/types/address"
316
+ require_relative "candidhealth/pre_encounter/coverages/v_1/types/expanded_member_info"
309
317
  require_relative "candidhealth/pre_encounter/coverages/v_1/types/coverage_status"
310
318
  require_relative "candidhealth/pre_encounter/coverages/v_1/types/network_type"
311
319
  require_relative "candidhealth/pre_encounter/coverages/v_1/types/insurance_plan"
@@ -315,6 +323,15 @@ require_relative "candidhealth/pre_encounter/coverages/v_1/types/benefits_relate
315
323
  require_relative "candidhealth/pre_encounter/coverages/v_1/types/related_entity_contact"
316
324
  require_relative "candidhealth/pre_encounter/coverages/v_1/types/insurance_type_code"
317
325
  require_relative "candidhealth/pre_encounter/coverages/v_1/types/service_type_code"
326
+ require_relative "candidhealth/pre_encounter/eligibility_checks/v_1/types/individual_provider"
327
+ require_relative "candidhealth/pre_encounter/eligibility_checks/v_1/types/organization_provider"
328
+ require_relative "candidhealth/pre_encounter/eligibility_checks/v_1/types/provider"
329
+ require_relative "candidhealth/pre_encounter/eligibility_checks/v_1/types/encounter"
330
+ require_relative "candidhealth/pre_encounter/eligibility_checks/v_1/types/eligibility_request"
331
+ require_relative "candidhealth/pre_encounter/eligibility_checks/v_1/types/request_correction"
332
+ require_relative "candidhealth/pre_encounter/eligibility_checks/v_1/types/parsed_response"
333
+ require_relative "candidhealth/pre_encounter/eligibility_checks/v_1/types/eligibility_check"
334
+ require_relative "candidhealth/pre_encounter/eligibility_checks/v_1/types/eligibility_response"
318
335
  require_relative "candidhealth/pre_encounter/lists/v_1/types/patient_list_item"
319
336
  require_relative "candidhealth/pre_encounter/lists/v_1/types/patient_list_page"
320
337
  require_relative "candidhealth/pre_encounter/lists/v_1/types/appointment_list_item"
@@ -434,6 +451,7 @@ require_relative "candidhealth/tasks/commons/types/task_status"
434
451
  require_relative "candidhealth/tasks/commons/types/task_type"
435
452
  require_relative "candidhealth/tasks/commons/types/task_category"
436
453
  require_relative "candidhealth/pre_encounter/common/types/base_model"
454
+ require_relative "candidhealth/pre_encounter/common/types/external_identifier"
437
455
  require_relative "candidhealth/pre_encounter/common/types/canonical_non_insurance_payer_association"
438
456
  require_relative "candidhealth/pre_encounter/common/types/relationship"
439
457
  require_relative "candidhealth/pre_encounter/common/types/gender"
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.39.6
4
+ version: 0.39.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-19 00:00:00.000000000 Z
11
+ date: 2025-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async-http-faraday
@@ -305,6 +305,7 @@ files:
305
305
  - lib/candidhealth/fee_schedules/v_3/types/match_modifiers.rb
306
306
  - lib/candidhealth/fee_schedules/v_3/types/match_network_types.rb
307
307
  - lib/candidhealth/fee_schedules/v_3/types/match_payer.rb
308
+ - lib/candidhealth/fee_schedules/v_3/types/match_payer_plan_groups.rb
308
309
  - lib/candidhealth/fee_schedules/v_3/types/match_provider.rb
309
310
  - lib/candidhealth/fee_schedules/v_3/types/match_result.rb
310
311
  - lib/candidhealth/fee_schedules/v_3/types/match_test_result.rb
@@ -312,6 +313,7 @@ files:
312
313
  - lib/candidhealth/fee_schedules/v_3/types/new_rate_version.rb
313
314
  - lib/candidhealth/fee_schedules/v_3/types/optional_dimensions.rb
314
315
  - lib/candidhealth/fee_schedules/v_3/types/overlapping_rate_entries_error.rb
316
+ - lib/candidhealth/fee_schedules/v_3/types/payer_plan_group_does_not_match_rate_payer_error.rb
315
317
  - lib/candidhealth/fee_schedules/v_3/types/payer_threshold.rb
316
318
  - lib/candidhealth/fee_schedules/v_3/types/payer_thresholds_page.rb
317
319
  - lib/candidhealth/fee_schedules/v_3/types/rate.rb
@@ -488,6 +490,8 @@ files:
488
490
  - lib/candidhealth/pre_encounter/appointments/v_1/types/mutable_appointment.rb
489
491
  - lib/candidhealth/pre_encounter/appointments/v_1/types/service.rb
490
492
  - lib/candidhealth/pre_encounter/appointments/v_1/types/universal_service_identifier.rb
493
+ - lib/candidhealth/pre_encounter/appointments/v_1/types/visit.rb
494
+ - lib/candidhealth/pre_encounter/appointments/v_1/types/visits_page.rb
491
495
  - lib/candidhealth/pre_encounter/client.rb
492
496
  - lib/candidhealth/pre_encounter/common/types/additional_payer_information.rb
493
497
  - lib/candidhealth/pre_encounter/common/types/address.rb
@@ -499,6 +503,7 @@ files:
499
503
  - lib/candidhealth/pre_encounter/common/types/disability_status.rb
500
504
  - lib/candidhealth/pre_encounter/common/types/error_base_4_xx.rb
501
505
  - lib/candidhealth/pre_encounter/common/types/ethnicity.rb
506
+ - lib/candidhealth/pre_encounter/common/types/external_identifier.rb
502
507
  - lib/candidhealth/pre_encounter/common/types/external_provider.rb
503
508
  - lib/candidhealth/pre_encounter/common/types/external_provider_type.rb
504
509
  - lib/candidhealth/pre_encounter/common/types/gender.rb
@@ -514,6 +519,7 @@ files:
514
519
  - lib/candidhealth/pre_encounter/common/types/version_conflict_error_body.rb
515
520
  - lib/candidhealth/pre_encounter/coverages/client.rb
516
521
  - lib/candidhealth/pre_encounter/coverages/v_1/client.rb
522
+ - lib/candidhealth/pre_encounter/coverages/v_1/types/address.rb
517
523
  - lib/candidhealth/pre_encounter/coverages/v_1/types/benefit_type.rb
518
524
  - lib/candidhealth/pre_encounter/coverages/v_1/types/benefits_related_entity.rb
519
525
  - lib/candidhealth/pre_encounter/coverages/v_1/types/coverage.rb
@@ -524,13 +530,16 @@ files:
524
530
  - lib/candidhealth/pre_encounter/coverages/v_1/types/coverage_status.rb
525
531
  - lib/candidhealth/pre_encounter/coverages/v_1/types/coverage_value.rb
526
532
  - lib/candidhealth/pre_encounter/coverages/v_1/types/coverage_value_unit.rb
533
+ - lib/candidhealth/pre_encounter/coverages/v_1/types/coverages_page.rb
527
534
  - lib/candidhealth/pre_encounter/coverages/v_1/types/eligibility_check.rb
528
535
  - lib/candidhealth/pre_encounter/coverages/v_1/types/eligibility_check_metadata.rb
529
536
  - lib/candidhealth/pre_encounter/coverages/v_1/types/eligibility_check_status.rb
530
537
  - lib/candidhealth/pre_encounter/coverages/v_1/types/eligibility_status.rb
538
+ - lib/candidhealth/pre_encounter/coverages/v_1/types/expanded_member_info.rb
531
539
  - lib/candidhealth/pre_encounter/coverages/v_1/types/insurance_plan.rb
532
540
  - lib/candidhealth/pre_encounter/coverages/v_1/types/insurance_type_code.rb
533
541
  - lib/candidhealth/pre_encounter/coverages/v_1/types/latest_eligibility_check.rb
542
+ - lib/candidhealth/pre_encounter/coverages/v_1/types/member_info.rb
534
543
  - lib/candidhealth/pre_encounter/coverages/v_1/types/mutable_coverage.rb
535
544
  - lib/candidhealth/pre_encounter/coverages/v_1/types/network_type.rb
536
545
  - lib/candidhealth/pre_encounter/coverages/v_1/types/plan_coverage.rb
@@ -542,6 +551,17 @@ files:
542
551
  - lib/candidhealth/pre_encounter/coverages/v_1/types/service_coverage_details.rb
543
552
  - lib/candidhealth/pre_encounter/coverages/v_1/types/service_type_code.rb
544
553
  - lib/candidhealth/pre_encounter/coverages/v_1/types/subscriber.rb
554
+ - lib/candidhealth/pre_encounter/eligibility_checks/client.rb
555
+ - lib/candidhealth/pre_encounter/eligibility_checks/v_1/client.rb
556
+ - lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/eligibility_check.rb
557
+ - lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/eligibility_request.rb
558
+ - lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/eligibility_response.rb
559
+ - lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/encounter.rb
560
+ - lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/individual_provider.rb
561
+ - lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/organization_provider.rb
562
+ - lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/parsed_response.rb
563
+ - lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/provider.rb
564
+ - lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/request_correction.rb
545
565
  - lib/candidhealth/pre_encounter/lists/client.rb
546
566
  - lib/candidhealth/pre_encounter/lists/v_1/client.rb
547
567
  - lib/candidhealth/pre_encounter/lists/v_1/types/appointment_list_item.rb