candidhealth 0.32.0 → 0.33.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/candidhealth/encounter_providers/client.rb +30 -0
- data/lib/candidhealth/encounter_providers/v_2/client.rb +789 -0
- data/lib/candidhealth/encounter_providers/v_2/types/initial_referring_provider_update.rb +132 -0
- data/lib/candidhealth/encounter_providers/v_2/types/ordering_provider_update.rb +123 -0
- data/lib/candidhealth/encounter_providers/v_2/types/referring_provider_update.rb +123 -0
- data/lib/candidhealth/encounter_providers/v_2/types/supervising_provider_update.rb +123 -0
- data/lib/candidhealth/pre_encounter/appointments/v_1/client.rb +32 -270
- data/lib/candidhealth/pre_encounter/appointments/v_1/types/appointment.rb +87 -75
- data/lib/candidhealth/pre_encounter/appointments/v_1/types/{appointment_sort_field.rb → appointment_status.rb} +5 -3
- data/lib/candidhealth/pre_encounter/appointments/v_1/types/mutable_appointment.rb +87 -75
- data/lib/candidhealth/pre_encounter/coverages/v_1/client.rb +4 -4
- data/lib/candidhealth/pre_encounter/coverages/v_1/types/plan_date.rb +87 -0
- data/lib/candidhealth/pre_encounter/coverages/v_1/types/plan_metadata.rb +13 -10
- data/lib/candidhealth/pre_encounter/lists/client.rb +32 -0
- data/lib/candidhealth/pre_encounter/lists/v_1/client.rb +213 -0
- data/lib/candidhealth/pre_encounter/lists/v_1/types/appointment_list_item.rb +104 -0
- data/lib/candidhealth/pre_encounter/lists/v_1/types/appointment_list_page.rb +90 -0
- data/lib/candidhealth/pre_encounter/lists/v_1/types/patient_list_item.rb +104 -0
- data/lib/candidhealth/pre_encounter/lists/v_1/types/patient_list_page.rb +90 -0
- data/lib/candidhealth/pre_encounter/patients/v_1/client.rb +126 -150
- data/lib/candidhealth/pre_encounter/patients/v_1/types/guarantor.rb +121 -0
- data/lib/candidhealth/pre_encounter/patients/v_1/types/mutable_patient.rb +32 -2
- data/lib/candidhealth/pre_encounter/patients/v_1/types/patient.rb +32 -2
- data/lib/candidhealth/pre_encounter/patients/v_1/types/potential_duplicate_patient.rb +72 -0
- data/lib/candidhealth/pre_encounter/patients/v_1/types/potential_duplicate_patients_error_body.rb +84 -0
- data/lib/candidhealth.rb +7 -0
- data/lib/requests.rb +2 -2
- data/lib/types_export.rb +13 -3
- metadata +19 -5
- data/lib/candidhealth/pre_encounter/appointments/v_1/types/appointment_reason.rb +0 -19
- data/lib/candidhealth/pre_encounter/appointments/v_1/types/appointment_type.rb +0 -17
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.
|
4
|
+
version: 0.33.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ''
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: async-http-faraday
|
@@ -174,14 +174,20 @@ files:
|
|
174
174
|
- lib/candidhealth/diagnoses/types/standalone_diagnosis_create.rb
|
175
175
|
- lib/candidhealth/eligibility/client.rb
|
176
176
|
- lib/candidhealth/eligibility/v_2/client.rb
|
177
|
+
- lib/candidhealth/encounter_providers/client.rb
|
178
|
+
- lib/candidhealth/encounter_providers/v_2/client.rb
|
177
179
|
- lib/candidhealth/encounter_providers/v_2/types/billing_provider.rb
|
178
180
|
- lib/candidhealth/encounter_providers/v_2/types/encounter_provider.rb
|
179
181
|
- lib/candidhealth/encounter_providers/v_2/types/encounter_provider_base.rb
|
180
182
|
- lib/candidhealth/encounter_providers/v_2/types/initial_referring_provider.rb
|
183
|
+
- lib/candidhealth/encounter_providers/v_2/types/initial_referring_provider_update.rb
|
181
184
|
- lib/candidhealth/encounter_providers/v_2/types/ordering_provider.rb
|
185
|
+
- lib/candidhealth/encounter_providers/v_2/types/ordering_provider_update.rb
|
182
186
|
- lib/candidhealth/encounter_providers/v_2/types/referring_provider.rb
|
187
|
+
- lib/candidhealth/encounter_providers/v_2/types/referring_provider_update.rb
|
183
188
|
- lib/candidhealth/encounter_providers/v_2/types/rendering_provider.rb
|
184
189
|
- lib/candidhealth/encounter_providers/v_2/types/supervising_provider.rb
|
190
|
+
- lib/candidhealth/encounter_providers/v_2/types/supervising_provider_update.rb
|
185
191
|
- lib/candidhealth/encounters/client.rb
|
186
192
|
- lib/candidhealth/encounters/v_4/client.rb
|
187
193
|
- lib/candidhealth/encounters/v_4/types/billable_status_type.rb
|
@@ -442,9 +448,7 @@ files:
|
|
442
448
|
- lib/candidhealth/pre_encounter/appointments/client.rb
|
443
449
|
- lib/candidhealth/pre_encounter/appointments/v_1/client.rb
|
444
450
|
- lib/candidhealth/pre_encounter/appointments/v_1/types/appointment.rb
|
445
|
-
- lib/candidhealth/pre_encounter/appointments/v_1/types/
|
446
|
-
- lib/candidhealth/pre_encounter/appointments/v_1/types/appointment_sort_field.rb
|
447
|
-
- lib/candidhealth/pre_encounter/appointments/v_1/types/appointment_type.rb
|
451
|
+
- lib/candidhealth/pre_encounter/appointments/v_1/types/appointment_status.rb
|
448
452
|
- lib/candidhealth/pre_encounter/appointments/v_1/types/appointment_work_queue.rb
|
449
453
|
- lib/candidhealth/pre_encounter/appointments/v_1/types/mutable_appointment.rb
|
450
454
|
- lib/candidhealth/pre_encounter/appointments/v_1/types/service.rb
|
@@ -488,20 +492,30 @@ files:
|
|
488
492
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/network_type.rb
|
489
493
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/plan_coverage.rb
|
490
494
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/plan_coverage_details.rb
|
495
|
+
- lib/candidhealth/pre_encounter/coverages/v_1/types/plan_date.rb
|
491
496
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/plan_metadata.rb
|
492
497
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/service_coverage.rb
|
493
498
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/service_coverage_details.rb
|
494
499
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/service_type_code.rb
|
495
500
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/subscriber.rb
|
501
|
+
- lib/candidhealth/pre_encounter/lists/client.rb
|
502
|
+
- lib/candidhealth/pre_encounter/lists/v_1/client.rb
|
503
|
+
- lib/candidhealth/pre_encounter/lists/v_1/types/appointment_list_item.rb
|
504
|
+
- lib/candidhealth/pre_encounter/lists/v_1/types/appointment_list_page.rb
|
505
|
+
- lib/candidhealth/pre_encounter/lists/v_1/types/patient_list_item.rb
|
506
|
+
- lib/candidhealth/pre_encounter/lists/v_1/types/patient_list_page.rb
|
496
507
|
- lib/candidhealth/pre_encounter/patients/client.rb
|
497
508
|
- lib/candidhealth/pre_encounter/patients/v_1/client.rb
|
498
509
|
- lib/candidhealth/pre_encounter/patients/v_1/types/contact.rb
|
499
510
|
- lib/candidhealth/pre_encounter/patients/v_1/types/external_provenance.rb
|
500
511
|
- lib/candidhealth/pre_encounter/patients/v_1/types/filing_order.rb
|
512
|
+
- lib/candidhealth/pre_encounter/patients/v_1/types/guarantor.rb
|
501
513
|
- lib/candidhealth/pre_encounter/patients/v_1/types/marital_status.rb
|
502
514
|
- lib/candidhealth/pre_encounter/patients/v_1/types/mutable_patient.rb
|
503
515
|
- lib/candidhealth/pre_encounter/patients/v_1/types/patient.rb
|
504
516
|
- lib/candidhealth/pre_encounter/patients/v_1/types/patient_page.rb
|
517
|
+
- lib/candidhealth/pre_encounter/patients/v_1/types/potential_duplicate_patient.rb
|
518
|
+
- lib/candidhealth/pre_encounter/patients/v_1/types/potential_duplicate_patients_error_body.rb
|
505
519
|
- lib/candidhealth/remits/v_1/types/payee.rb
|
506
520
|
- lib/candidhealth/remits/v_1/types/payee_identifier.rb
|
507
521
|
- lib/candidhealth/service_facility/client.rb
|
@@ -1,19 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module CandidApiClient
|
4
|
-
module PreEncounter
|
5
|
-
module Appointments
|
6
|
-
module V1
|
7
|
-
module Types
|
8
|
-
class AppointmentReason
|
9
|
-
CHECKUP = "CHECKUP"
|
10
|
-
EMERGENCY = "EMERGENCY"
|
11
|
-
FOLLOWUP = "FOLLOWUP"
|
12
|
-
ROUTINE = "ROUTINE"
|
13
|
-
WALKIN = "WALKIN"
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
17
|
-
end
|
18
|
-
end
|
19
|
-
end
|
@@ -1,17 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module CandidApiClient
|
4
|
-
module PreEncounter
|
5
|
-
module Appointments
|
6
|
-
module V1
|
7
|
-
module Types
|
8
|
-
class AppointmentType
|
9
|
-
COMPLETE = "Complete"
|
10
|
-
NORMAL = "Normal"
|
11
|
-
TENTATIVE = "Tentative"
|
12
|
-
end
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
17
|
-
end
|