candidhealth 1.14.3 → 1.17.1
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.
- checksums.yaml +4 -4
- data/lib/candid/client.rb +9 -4
- data/lib/candid/commons/types/bad_request_error_message.rb +11 -0
- data/lib/candid/commons/types/claim_adjustment_group_codes.rb +22 -0
- data/lib/candid/commons/types/internal_error_message.rb +11 -0
- data/lib/candid/commons/types/procedure_modifier.rb +1 -0
- data/lib/candid/contracts/client.rb +5 -0
- data/lib/candid/contracts/v_2/client.rb +4 -0
- data/lib/candid/contracts/v_3/client.rb +176 -0
- data/lib/candid/contracts/v_3/types/contract.rb +18 -0
- data/lib/candid/contracts/v_3/types/contract_base.rb +28 -0
- data/lib/candid/contracts/v_3/types/contract_create.rb +15 -0
- data/lib/candid/contracts/v_3/types/contract_create_union.rb +18 -0
- data/lib/candid/contracts/v_3/types/contract_service_facility.rb +14 -0
- data/lib/candid/contracts/v_3/types/contract_service_facility_base.rb +14 -0
- data/lib/candid/contracts/v_3/types/contract_service_facility_create.rb +15 -0
- data/lib/candid/contracts/v_3/types/contract_service_facility_update.rb +16 -0
- data/lib/candid/contracts/v_3/types/contract_type.rb +16 -0
- data/lib/candid/contracts/v_3/types/contract_union.rb +18 -0
- data/lib/candid/contracts/v_3/types/contract_update.rb +28 -0
- data/lib/candid/contracts/v_3/types/contract_update_union.rb +18 -0
- data/lib/candid/contracts/v_3/types/contract_with_providers_union.rb +18 -0
- data/lib/candid/contracts/v_3/types/contracts_page.rb +15 -0
- data/lib/candid/contracts/v_3/types/get_multi_contracts_request.rb +22 -0
- data/lib/candid/contracts/v_3/types/institutional_contract.rb +15 -0
- data/lib/candid/contracts/v_3/types/institutional_contract_create.rb +15 -0
- data/lib/candid/contracts/v_3/types/institutional_contract_update.rb +13 -0
- data/lib/candid/contracts/v_3/types/professional_contract.rb +13 -0
- data/lib/candid/contracts/v_3/types/professional_contract_create.rb +13 -0
- data/lib/candid/contracts/v_3/types/professional_contract_update.rb +13 -0
- data/lib/candid/encounter_providers/v_2/types/billing_provider.rb +3 -0
- data/lib/candid/encounter_providers/v_2/types/billing_provider_update.rb +3 -0
- data/lib/candid/encounter_providers/v_2/types/billing_provider_update_with_optional_address.rb +3 -0
- data/lib/candid/encounter_providers/v_2/types/encounter_provider.rb +3 -0
- data/lib/candid/encounter_providers/v_2/types/provider_secondary_identification.rb +13 -0
- data/lib/candid/encounter_providers/v_2/types/rendering_provider.rb +3 -0
- data/lib/candid/encounter_providers/v_2/types/rendering_provider_update.rb +3 -0
- data/lib/candid/encounter_providers/v_2/types/rendering_provider_update_with_optional_address.rb +3 -0
- data/lib/candid/encounters/v_4/client.rb +15 -0
- data/lib/candid/encounters/v_4/types/encounter.rb +3 -0
- data/lib/candid/encounters_universal/types/universal_encounter_create_base.rb +3 -0
- data/lib/candid/encounters_universal/types/universal_encounter_create_from_pre_encounter_base.rb +3 -0
- data/lib/candid/encounters_universal/types/universal_encounter_update_base.rb +3 -0
- data/lib/candid/{insurance_payments → events}/client.rb +3 -3
- data/lib/candid/{insurance_payments → events}/v_1/client.rb +11 -15
- data/lib/candid/events/v_1/types/event.rb +18 -0
- data/lib/candid/events/v_1/types/event_scan_page.rb +16 -0
- data/lib/candid/events/v_1/types/get_event_scan_request.rb +17 -0
- data/lib/candid/fee_schedules/v_3/client.rb +9 -1
- data/lib/candid/fee_schedules/v_3/types/payer_threshold.rb +6 -1
- data/lib/candid/insurance_adjudications/client.rb +17 -0
- data/lib/candid/insurance_adjudications/v_1/client.rb +37 -0
- data/lib/candid/insurance_adjudications/v_1/types/claim_adjudication.rb +23 -0
- data/lib/candid/insurance_adjudications/v_1/types/insurance_adjudication.rb +21 -0
- data/lib/candid/insurance_adjudications/v_1/types/service_line_adjudication.rb +27 -0
- data/lib/candid/patient_ar/v_1/client.rb +0 -4
- data/lib/candid/patient_payments/v_4/types/card_payment_method.rb +11 -0
- data/lib/candid/patient_payments/v_4/types/cash_payment_method.rb +11 -0
- data/lib/candid/patient_payments/v_4/types/check_payment_method.rb +13 -0
- data/lib/candid/patient_payments/v_4/types/patient_payment.rb +3 -0
- data/lib/candid/patient_payments/v_4/types/payment_method.rb +19 -0
- data/lib/candid/patient_payments/v_4/types/payment_method_detail.rb +18 -0
- data/lib/candid/pre_encounter/eligibility_checks/v_1/types/eligibility_request.rb +2 -0
- data/lib/candid/related_causes_information/v_1/types/related_causes_code.rb +20 -0
- data/lib/candid/related_causes_information/v_1/types/related_causes_information.rb +19 -0
- data/lib/candid/related_causes_information/v_1/types/related_causes_information_create.rb +11 -0
- data/lib/candid/related_causes_information/v_1/types/related_causes_information_update.rb +11 -0
- data/lib/candid/service_lines/v_2/types/service_line.rb +1 -0
- data/lib/candid/service_lines/v_2/types/service_line_create_base_base.rb +1 -0
- data/lib/candid/service_lines/v_2/types/service_line_create_optional.rb +1 -0
- data/lib/candid/service_lines/v_2/types/service_line_create_standalone.rb +1 -0
- data/lib/candid/service_lines/v_2/types/service_line_update_base.rb +1 -0
- data/lib/candid/service_lines/v_2/types/universal_service_line_create_standalone.rb +1 -0
- data/lib/candid/version.rb +1 -1
- data/lib/candid/x_12/v_1/types/carc.rb +418 -0
- data/lib/candid/x_12/v_1/types/claim_adjustment_reason_code.rb +15 -0
- data/lib/candid/x_12/v_1/types/rarc.rb +1201 -0
- data/lib/candid/x_12/v_1/types/remittance_advice_remark_code.rb +13 -0
- data/lib/candid.rb +50 -7
- data/reference.md +627 -121
- metadata +50 -7
- data/lib/candid/insurance_payments/v_1/types/get_multi_insurance_payment_request.rb +0 -22
- data/lib/candid/insurance_payments/v_1/types/insurance_payment.rb +0 -20
- data/lib/candid/insurance_payments/v_1/types/insurance_payment_sort_field.rb +0 -17
- data/lib/candid/insurance_payments/v_1/types/insurance_payments_page.rb +0 -15
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: candidhealth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.17.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Candid
|
|
@@ -68,7 +68,9 @@ files:
|
|
|
68
68
|
- lib/candid/clinical_trials/v_1/types/clinical_trial.rb
|
|
69
69
|
- lib/candid/clinical_trials/v_1/types/clinical_trial_phase.rb
|
|
70
70
|
- lib/candid/clinical_trials/v_1/types/mutable_clinical_trial.rb
|
|
71
|
+
- lib/candid/commons/types/bad_request_error_message.rb
|
|
71
72
|
- lib/candid/commons/types/billing_provider_commercial_license_type.rb
|
|
73
|
+
- lib/candid/commons/types/claim_adjustment_group_codes.rb
|
|
72
74
|
- lib/candid/commons/types/claim_submission_payer_responsibility_type.rb
|
|
73
75
|
- lib/candid/commons/types/clearinghouse.rb
|
|
74
76
|
- lib/candid/commons/types/date_range_optional_end.rb
|
|
@@ -81,6 +83,7 @@ files:
|
|
|
81
83
|
- lib/candid/commons/types/http_service_unavailable_error_message.rb
|
|
82
84
|
- lib/candid/commons/types/insurance_type_code.rb
|
|
83
85
|
- lib/candid/commons/types/intended_submission_medium.rb
|
|
86
|
+
- lib/candid/commons/types/internal_error_message.rb
|
|
84
87
|
- lib/candid/commons/types/network_type.rb
|
|
85
88
|
- lib/candid/commons/types/next_responsible_party.rb
|
|
86
89
|
- lib/candid/commons/types/organization_not_authorized_error_message.rb
|
|
@@ -130,6 +133,28 @@ files:
|
|
|
130
133
|
- lib/candid/contracts/v_2/types/get_multi_contracts_request.rb
|
|
131
134
|
- lib/candid/contracts/v_2/types/insurance_types.rb
|
|
132
135
|
- lib/candid/contracts/v_2/types/regions_update.rb
|
|
136
|
+
- lib/candid/contracts/v_3/client.rb
|
|
137
|
+
- lib/candid/contracts/v_3/types/contract.rb
|
|
138
|
+
- lib/candid/contracts/v_3/types/contract_base.rb
|
|
139
|
+
- lib/candid/contracts/v_3/types/contract_create.rb
|
|
140
|
+
- lib/candid/contracts/v_3/types/contract_create_union.rb
|
|
141
|
+
- lib/candid/contracts/v_3/types/contract_service_facility.rb
|
|
142
|
+
- lib/candid/contracts/v_3/types/contract_service_facility_base.rb
|
|
143
|
+
- lib/candid/contracts/v_3/types/contract_service_facility_create.rb
|
|
144
|
+
- lib/candid/contracts/v_3/types/contract_service_facility_update.rb
|
|
145
|
+
- lib/candid/contracts/v_3/types/contract_type.rb
|
|
146
|
+
- lib/candid/contracts/v_3/types/contract_union.rb
|
|
147
|
+
- lib/candid/contracts/v_3/types/contract_update.rb
|
|
148
|
+
- lib/candid/contracts/v_3/types/contract_update_union.rb
|
|
149
|
+
- lib/candid/contracts/v_3/types/contract_with_providers_union.rb
|
|
150
|
+
- lib/candid/contracts/v_3/types/contracts_page.rb
|
|
151
|
+
- lib/candid/contracts/v_3/types/get_multi_contracts_request.rb
|
|
152
|
+
- lib/candid/contracts/v_3/types/institutional_contract.rb
|
|
153
|
+
- lib/candid/contracts/v_3/types/institutional_contract_create.rb
|
|
154
|
+
- lib/candid/contracts/v_3/types/institutional_contract_update.rb
|
|
155
|
+
- lib/candid/contracts/v_3/types/professional_contract.rb
|
|
156
|
+
- lib/candid/contracts/v_3/types/professional_contract_create.rb
|
|
157
|
+
- lib/candid/contracts/v_3/types/professional_contract_update.rb
|
|
133
158
|
- lib/candid/credentialing/client.rb
|
|
134
159
|
- lib/candid/credentialing/v_2/client.rb
|
|
135
160
|
- lib/candid/credentialing/v_2/types/base_credentialing_span.rb
|
|
@@ -190,6 +215,7 @@ files:
|
|
|
190
215
|
- lib/candid/encounter_providers/v_2/types/ordering_provider.rb
|
|
191
216
|
- lib/candid/encounter_providers/v_2/types/ordering_provider_optional.rb
|
|
192
217
|
- lib/candid/encounter_providers/v_2/types/ordering_provider_update.rb
|
|
218
|
+
- lib/candid/encounter_providers/v_2/types/provider_secondary_identification.rb
|
|
193
219
|
- lib/candid/encounter_providers/v_2/types/referring_provider.rb
|
|
194
220
|
- lib/candid/encounter_providers/v_2/types/referring_provider_update.rb
|
|
195
221
|
- lib/candid/encounter_providers/v_2/types/referring_provider_update_with_optional_address.rb
|
|
@@ -280,6 +306,11 @@ files:
|
|
|
280
306
|
- lib/candid/errors/response_error.rb
|
|
281
307
|
- lib/candid/errors/server_error.rb
|
|
282
308
|
- lib/candid/errors/timeout_error.rb
|
|
309
|
+
- lib/candid/events/client.rb
|
|
310
|
+
- lib/candid/events/v_1/client.rb
|
|
311
|
+
- lib/candid/events/v_1/types/event.rb
|
|
312
|
+
- lib/candid/events/v_1/types/event_scan_page.rb
|
|
313
|
+
- lib/candid/events/v_1/types/get_event_scan_request.rb
|
|
283
314
|
- lib/candid/expected_network_status/client.rb
|
|
284
315
|
- lib/candid/expected_network_status/v_1/client.rb
|
|
285
316
|
- lib/candid/expected_network_status/v_1/types/expected_network_status.rb
|
|
@@ -465,16 +496,15 @@ files:
|
|
|
465
496
|
- lib/candid/individual/types/subscriber_base_optional.rb
|
|
466
497
|
- lib/candid/individual/types/subscriber_create.rb
|
|
467
498
|
- lib/candid/individual/types/subscriber_create_optional.rb
|
|
499
|
+
- lib/candid/insurance_adjudications/client.rb
|
|
500
|
+
- lib/candid/insurance_adjudications/v_1/client.rb
|
|
501
|
+
- lib/candid/insurance_adjudications/v_1/types/claim_adjudication.rb
|
|
502
|
+
- lib/candid/insurance_adjudications/v_1/types/insurance_adjudication.rb
|
|
503
|
+
- lib/candid/insurance_adjudications/v_1/types/service_line_adjudication.rb
|
|
468
504
|
- lib/candid/insurance_cards/v_2/types/insurance_card.rb
|
|
469
505
|
- lib/candid/insurance_cards/v_2/types/insurance_card_base.rb
|
|
470
506
|
- lib/candid/insurance_cards/v_2/types/insurance_card_create.rb
|
|
471
507
|
- lib/candid/insurance_cards/v_2/types/insurance_card_create_optional.rb
|
|
472
|
-
- lib/candid/insurance_payments/client.rb
|
|
473
|
-
- lib/candid/insurance_payments/v_1/client.rb
|
|
474
|
-
- lib/candid/insurance_payments/v_1/types/get_multi_insurance_payment_request.rb
|
|
475
|
-
- lib/candid/insurance_payments/v_1/types/insurance_payment.rb
|
|
476
|
-
- lib/candid/insurance_payments/v_1/types/insurance_payment_sort_field.rb
|
|
477
|
-
- lib/candid/insurance_payments/v_1/types/insurance_payments_page.rb
|
|
478
508
|
- lib/candid/insurance_refunds/client.rb
|
|
479
509
|
- lib/candid/insurance_refunds/v_1/client.rb
|
|
480
510
|
- lib/candid/insurance_refunds/v_1/types/get_multi_insurance_refunds_request.rb
|
|
@@ -605,12 +635,17 @@ files:
|
|
|
605
635
|
- lib/candid/patient_payments/v_3/types/patient_payment_source.rb
|
|
606
636
|
- lib/candid/patient_payments/v_3/types/patient_payment_status.rb
|
|
607
637
|
- lib/candid/patient_payments/v_4/client.rb
|
|
638
|
+
- lib/candid/patient_payments/v_4/types/card_payment_method.rb
|
|
639
|
+
- lib/candid/patient_payments/v_4/types/cash_payment_method.rb
|
|
640
|
+
- lib/candid/patient_payments/v_4/types/check_payment_method.rb
|
|
608
641
|
- lib/candid/patient_payments/v_4/types/get_multi_patient_payments_request.rb
|
|
609
642
|
- lib/candid/patient_payments/v_4/types/patient_payment.rb
|
|
610
643
|
- lib/candid/patient_payments/v_4/types/patient_payment_create.rb
|
|
611
644
|
- lib/candid/patient_payments/v_4/types/patient_payment_sort_field.rb
|
|
612
645
|
- lib/candid/patient_payments/v_4/types/patient_payment_update.rb
|
|
613
646
|
- lib/candid/patient_payments/v_4/types/patient_payments_page.rb
|
|
647
|
+
- lib/candid/patient_payments/v_4/types/payment_method.rb
|
|
648
|
+
- lib/candid/patient_payments/v_4/types/payment_method_detail.rb
|
|
614
649
|
- lib/candid/patient_refunds/client.rb
|
|
615
650
|
- lib/candid/patient_refunds/v_1/client.rb
|
|
616
651
|
- lib/candid/patient_refunds/v_1/types/get_multi_patient_refunds_request.rb
|
|
@@ -800,6 +835,10 @@ files:
|
|
|
800
835
|
- lib/candid/pre_encounter/tags/v_1/types/mutable_tag.rb
|
|
801
836
|
- lib/candid/pre_encounter/tags/v_1/types/tag.rb
|
|
802
837
|
- lib/candid/pre_encounter/tags/v_1/types/tag_page.rb
|
|
838
|
+
- lib/candid/related_causes_information/v_1/types/related_causes_code.rb
|
|
839
|
+
- lib/candid/related_causes_information/v_1/types/related_causes_information.rb
|
|
840
|
+
- lib/candid/related_causes_information/v_1/types/related_causes_information_create.rb
|
|
841
|
+
- lib/candid/related_causes_information/v_1/types/related_causes_information_update.rb
|
|
803
842
|
- lib/candid/service_facility/types/encounter_service_facility.rb
|
|
804
843
|
- lib/candid/service_facility/types/encounter_service_facility_base.rb
|
|
805
844
|
- lib/candid/service_facility/types/encounter_service_facility_update.rb
|
|
@@ -883,8 +922,12 @@ files:
|
|
|
883
922
|
- lib/candid/write_offs/v_1/types/write_off_create.rb
|
|
884
923
|
- lib/candid/write_offs/v_1/types/write_off_sort_field.rb
|
|
885
924
|
- lib/candid/write_offs/v_1/types/write_offs_page.rb
|
|
925
|
+
- lib/candid/x_12/v_1/types/carc.rb
|
|
926
|
+
- lib/candid/x_12/v_1/types/claim_adjustment_reason_code.rb
|
|
886
927
|
- lib/candid/x_12/v_1/types/patient_discharge_status_code.rb
|
|
887
928
|
- lib/candid/x_12/v_1/types/point_of_origin_for_admission_or_visit_code.rb
|
|
929
|
+
- lib/candid/x_12/v_1/types/rarc.rb
|
|
930
|
+
- lib/candid/x_12/v_1/types/remittance_advice_remark_code.rb
|
|
888
931
|
- lib/candid/x_12/v_1/types/type_of_admission_or_visit_code.rb
|
|
889
932
|
- lib/candid/x_12/v_1/types/type_of_bill_composite.rb
|
|
890
933
|
- lib/candid/x_12/v_1/types/type_of_bill_composite_base.rb
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Candid
|
|
4
|
-
module InsurancePayments
|
|
5
|
-
module V1
|
|
6
|
-
module Types
|
|
7
|
-
class GetMultiInsurancePaymentRequest < Internal::Types::Model
|
|
8
|
-
field :limit, -> { Integer }, optional: true, nullable: false
|
|
9
|
-
field :payer_uuid, -> { String }, optional: true, nullable: false
|
|
10
|
-
field :claim_id, -> { String }, optional: true, nullable: false
|
|
11
|
-
field :service_line_id, -> { String }, optional: true, nullable: false
|
|
12
|
-
field :billing_provider_id, -> { String }, optional: true, nullable: false
|
|
13
|
-
field :sort, lambda {
|
|
14
|
-
Candid::InsurancePayments::V1::Types::InsurancePaymentSortField
|
|
15
|
-
}, optional: true, nullable: false
|
|
16
|
-
field :sort_direction, -> { Candid::Commons::Types::SortDirection }, optional: true, nullable: false
|
|
17
|
-
field :page_token, -> { String }, optional: true, nullable: false
|
|
18
|
-
end
|
|
19
|
-
end
|
|
20
|
-
end
|
|
21
|
-
end
|
|
22
|
-
end
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Candid
|
|
4
|
-
module InsurancePayments
|
|
5
|
-
module V1
|
|
6
|
-
module Types
|
|
7
|
-
class InsurancePayment < Internal::Types::Model
|
|
8
|
-
field :insurance_payment_id, -> { String }, optional: false, nullable: false
|
|
9
|
-
field :payer, -> { Candid::Payers::V3::Types::Payer }, optional: false, nullable: false
|
|
10
|
-
field :amount_cents, -> { Integer }, optional: false, nullable: false
|
|
11
|
-
field :payment_timestamp, -> { String }, optional: true, nullable: false
|
|
12
|
-
field :payment_note, -> { String }, optional: true, nullable: false
|
|
13
|
-
field :allocations, lambda {
|
|
14
|
-
Internal::Types::Array[Candid::Financials::Types::Allocation]
|
|
15
|
-
}, optional: false, nullable: false
|
|
16
|
-
end
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
end
|
|
20
|
-
end
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Candid
|
|
4
|
-
module InsurancePayments
|
|
5
|
-
module V1
|
|
6
|
-
module Types
|
|
7
|
-
module InsurancePaymentSortField
|
|
8
|
-
extend Candid::Internal::Types::Enum
|
|
9
|
-
|
|
10
|
-
AMOUNT_CENTS = "amount_cents"
|
|
11
|
-
PAYMENT_TIMESTAMP = "payment_timestamp"
|
|
12
|
-
PAYMENT_NOTE = "payment_note"
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
end
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Candid
|
|
4
|
-
module InsurancePayments
|
|
5
|
-
module V1
|
|
6
|
-
module Types
|
|
7
|
-
class InsurancePaymentsPage < Internal::Types::Model
|
|
8
|
-
field :items, lambda {
|
|
9
|
-
Internal::Types::Array[Candid::InsurancePayments::V1::Types::InsurancePayment]
|
|
10
|
-
}, optional: false, nullable: false
|
|
11
|
-
end
|
|
12
|
-
end
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|