candidhealth 0.39.5 → 0.39.7
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/candidhealth/charge_capture/v_1/client.rb +8 -0
- data/lib/candidhealth/commons/types/procedure_modifier.rb +1 -0
- data/lib/candidhealth/encounters/v_4/client.rb +12 -4
- data/lib/candidhealth/encounters/v_4/types/payer_plan_group_payer_does_not_match_insurance_card_error.rb +77 -0
- data/lib/candidhealth/fee_schedules/v_3/client.rb +16 -4
- data/lib/candidhealth/fee_schedules/v_3/types/dimension_match.rb +16 -2
- data/lib/candidhealth/fee_schedules/v_3/types/dimensions.rb +16 -2
- data/lib/candidhealth/fee_schedules/v_3/types/match_payer_plan_groups.rb +85 -0
- data/lib/candidhealth/fee_schedules/v_3/types/optional_dimensions.rb +15 -2
- data/lib/candidhealth/fee_schedules/v_3/types/payer_plan_group_does_not_match_rate_payer_error.rb +75 -0
- data/lib/candidhealth/fee_schedules/v_3/types/validation_error.rb +39 -14
- data/lib/candidhealth/insurance_cards/v_2/types/insurance_card.rb +10 -2
- data/lib/candidhealth/insurance_cards/v_2/types/insurance_card_base.rb +10 -2
- data/lib/candidhealth/insurance_cards/v_2/types/insurance_card_create.rb +10 -2
- data/lib/candidhealth/organization_providers/v_2/types/license_type.rb +27 -0
- data/lib/candidhealth/pre_encounter/appointments/v_1/client.rb +98 -4
- data/lib/candidhealth/pre_encounter/appointments/v_1/types/appointment.rb +2 -2
- data/lib/candidhealth/pre_encounter/appointments/v_1/types/mutable_appointment.rb +2 -2
- data/lib/candidhealth/pre_encounter/appointments/v_1/types/visit.rb +96 -0
- data/lib/candidhealth/pre_encounter/appointments/v_1/types/visits_page.rb +98 -0
- data/lib/candidhealth/pre_encounter/common/types/external_identifier.rb +87 -0
- data/lib/candidhealth/pre_encounter/common/types/external_provider.rb +10 -2
- data/lib/candidhealth/pre_encounter/coverages/v_1/client.rb +89 -4
- data/lib/candidhealth/pre_encounter/coverages/v_1/types/address.rb +118 -0
- data/lib/candidhealth/pre_encounter/coverages/v_1/types/benefits_related_entity.rb +11 -2
- data/lib/candidhealth/pre_encounter/coverages/v_1/types/coverages_page.rb +98 -0
- data/lib/candidhealth/pre_encounter/coverages/v_1/types/expanded_member_info.rb +133 -0
- data/lib/candidhealth/pre_encounter/coverages/v_1/types/insurance_plan.rb +10 -2
- data/lib/candidhealth/pre_encounter/coverages/v_1/types/insurance_type_code.rb +1 -0
- data/lib/candidhealth/pre_encounter/coverages/v_1/types/member_info.rb +93 -0
- data/lib/candidhealth/pre_encounter/coverages/v_1/types/plan_metadata.rb +38 -3
- data/lib/candidhealth/pre_encounter/eligibility_checks/client.rb +32 -0
- data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/client.rb +116 -0
- data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/eligibility_check.rb +119 -0
- data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/eligibility_request.rb +135 -0
- data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/eligibility_response.rb +15 -0
- data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/encounter.rb +83 -0
- data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/individual_provider.rb +81 -0
- data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/organization_provider.rb +74 -0
- data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/parsed_response.rb +99 -0
- data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/provider.rb +66 -0
- data/lib/candidhealth/pre_encounter/eligibility_checks/v_1/types/request_correction.rb +79 -0
- data/lib/candidhealth/pre_encounter/lists/v_1/types/appointment_list_item.rb +5 -5
- data/lib/candidhealth/pre_encounter/patients/v_1/client.rb +70 -14
- data/lib/candidhealth/pre_encounter/patients/v_1/types/mutable_patient.rb +14 -2
- data/lib/candidhealth/pre_encounter/patients/v_1/types/mutable_patient_with_mrn.rb +14 -2
- data/lib/candidhealth/pre_encounter/patients/v_1/types/patient.rb +13 -1
- data/lib/requests.rb +2 -2
- data/lib/types_export.rb +19 -0
- metadata +23 -2
@@ -1,6 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
require_relative "../../../common/types/human_name"
|
4
|
+
require_relative "../../../common/types/external_identifier"
|
4
5
|
require_relative "../../../common/types/gender"
|
5
6
|
require "date"
|
6
7
|
require_relative "../../../common/types/sex"
|
@@ -35,6 +36,8 @@ module CandidApiClient
|
|
35
36
|
attr_reader :name
|
36
37
|
# @return [Array<CandidApiClient::PreEncounter::Common::Types::HumanName>] Other names for the patient.
|
37
38
|
attr_reader :other_names
|
39
|
+
# @return [Array<CandidApiClient::PreEncounter::Common::Types::ExternalIdentifier>] Other identifiers for the patient.
|
40
|
+
attr_reader :other_identifiers
|
38
41
|
# @return [CandidApiClient::PreEncounter::Common::Types::Gender]
|
39
42
|
attr_reader :gender
|
40
43
|
# @return [Date]
|
@@ -116,6 +119,7 @@ module CandidApiClient
|
|
116
119
|
# @param mrn [String] The medical record number for the patient.
|
117
120
|
# @param name [CandidApiClient::PreEncounter::Common::Types::HumanName]
|
118
121
|
# @param other_names [Array<CandidApiClient::PreEncounter::Common::Types::HumanName>] Other names for the patient.
|
122
|
+
# @param other_identifiers [Array<CandidApiClient::PreEncounter::Common::Types::ExternalIdentifier>] Other identifiers for the patient.
|
119
123
|
# @param gender [CandidApiClient::PreEncounter::Common::Types::Gender]
|
120
124
|
# @param birth_date [Date]
|
121
125
|
# @param social_security_number [String]
|
@@ -155,11 +159,12 @@ module CandidApiClient
|
|
155
159
|
# @param tag_ids [Array<String>]
|
156
160
|
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
|
157
161
|
# @return [CandidApiClient::PreEncounter::Patients::V1::Types::MutablePatientWithMrn]
|
158
|
-
def initialize(mrn:, name:, other_names:, birth_date:, biological_sex:, primary_address:, other_addresses:,
|
159
|
-
|
162
|
+
def initialize(mrn:, name:, other_names:, birth_date:, biological_sex:, primary_address:, other_addresses:, primary_telecom:, other_telecoms:, contacts:, general_practitioners:, filing_order:, other_identifiers: OMIT, gender: OMIT,
|
163
|
+
social_security_number: OMIT, sexual_orientation: OMIT, race: OMIT, ethnicity: OMIT, disability_status: OMIT, marital_status: OMIT, deceased: OMIT, multiple_birth: OMIT, email: OMIT, electronic_communication_opt_in: OMIT, photo: OMIT, language: OMIT, external_provenance: OMIT, non_insurance_payers: OMIT, non_insurance_payer_associations: OMIT, guarantor: OMIT, self_pay: OMIT, authorizations: OMIT, referrals: OMIT, primary_service_facility_id: OMIT, do_not_invoice_reason: OMIT, note_ids: OMIT, tag_ids: OMIT, additional_properties: nil)
|
160
164
|
@mrn = mrn
|
161
165
|
@name = name
|
162
166
|
@other_names = other_names
|
167
|
+
@other_identifiers = other_identifiers if other_identifiers != OMIT
|
163
168
|
@gender = gender if gender != OMIT
|
164
169
|
@birth_date = birth_date
|
165
170
|
@social_security_number = social_security_number if social_security_number != OMIT
|
@@ -202,6 +207,7 @@ module CandidApiClient
|
|
202
207
|
"mrn": mrn,
|
203
208
|
"name": name,
|
204
209
|
"other_names": other_names,
|
210
|
+
"other_identifiers": other_identifiers,
|
205
211
|
"gender": gender,
|
206
212
|
"birth_date": birth_date,
|
207
213
|
"social_security_number": social_security_number,
|
@@ -258,6 +264,10 @@ module CandidApiClient
|
|
258
264
|
item = item.to_json
|
259
265
|
CandidApiClient::PreEncounter::Common::Types::HumanName.from_json(json_object: item)
|
260
266
|
end
|
267
|
+
other_identifiers = parsed_json["other_identifiers"]&.map do |item|
|
268
|
+
item = item.to_json
|
269
|
+
CandidApiClient::PreEncounter::Common::Types::ExternalIdentifier.from_json(json_object: item)
|
270
|
+
end
|
261
271
|
gender = struct["gender"]
|
262
272
|
birth_date = (Date.parse(parsed_json["birth_date"]) unless parsed_json["birth_date"].nil?)
|
263
273
|
social_security_number = struct["social_security_number"]
|
@@ -341,6 +351,7 @@ module CandidApiClient
|
|
341
351
|
mrn: mrn,
|
342
352
|
name: name,
|
343
353
|
other_names: other_names,
|
354
|
+
other_identifiers: other_identifiers,
|
344
355
|
gender: gender,
|
345
356
|
birth_date: birth_date,
|
346
357
|
social_security_number: social_security_number,
|
@@ -395,6 +406,7 @@ module CandidApiClient
|
|
395
406
|
obj.mrn.is_a?(String) != false || raise("Passed value for field obj.mrn is not the expected type, validation failed.")
|
396
407
|
CandidApiClient::PreEncounter::Common::Types::HumanName.validate_raw(obj: obj.name)
|
397
408
|
obj.other_names.is_a?(Array) != false || raise("Passed value for field obj.other_names is not the expected type, validation failed.")
|
409
|
+
obj.other_identifiers&.is_a?(Array) != false || raise("Passed value for field obj.other_identifiers is not the expected type, validation failed.")
|
398
410
|
obj.gender&.is_a?(CandidApiClient::PreEncounter::Common::Types::Gender) != false || raise("Passed value for field obj.gender is not the expected type, validation failed.")
|
399
411
|
obj.birth_date.is_a?(Date) != false || raise("Passed value for field obj.birth_date is not the expected type, validation failed.")
|
400
412
|
obj.social_security_number&.is_a?(String) != false || raise("Passed value for field obj.social_security_number is not the expected type, validation failed.")
|
@@ -2,6 +2,7 @@
|
|
2
2
|
|
3
3
|
require "date"
|
4
4
|
require_relative "../../../common/types/human_name"
|
5
|
+
require_relative "../../../common/types/external_identifier"
|
5
6
|
require_relative "../../../common/types/gender"
|
6
7
|
require_relative "../../../common/types/sex"
|
7
8
|
require_relative "../../../common/types/sexual_orientation"
|
@@ -53,6 +54,8 @@ module CandidApiClient
|
|
53
54
|
attr_reader :name
|
54
55
|
# @return [Array<CandidApiClient::PreEncounter::Common::Types::HumanName>] Other names for the patient.
|
55
56
|
attr_reader :other_names
|
57
|
+
# @return [Array<CandidApiClient::PreEncounter::Common::Types::ExternalIdentifier>] Other identifiers for the patient.
|
58
|
+
attr_reader :other_identifiers
|
56
59
|
# @return [CandidApiClient::PreEncounter::Common::Types::Gender]
|
57
60
|
attr_reader :gender
|
58
61
|
# @return [Date]
|
@@ -145,6 +148,7 @@ module CandidApiClient
|
|
145
148
|
# @param updating_user_id [String] The user ID of the user who last updated the object.
|
146
149
|
# @param name [CandidApiClient::PreEncounter::Common::Types::HumanName]
|
147
150
|
# @param other_names [Array<CandidApiClient::PreEncounter::Common::Types::HumanName>] Other names for the patient.
|
151
|
+
# @param other_identifiers [Array<CandidApiClient::PreEncounter::Common::Types::ExternalIdentifier>] Other identifiers for the patient.
|
148
152
|
# @param gender [CandidApiClient::PreEncounter::Common::Types::Gender]
|
149
153
|
# @param birth_date [Date]
|
150
154
|
# @param social_security_number [String]
|
@@ -185,7 +189,7 @@ module CandidApiClient
|
|
185
189
|
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
|
186
190
|
# @return [CandidApiClient::PreEncounter::Patients::V1::Types::Patient]
|
187
191
|
def initialize(id:, mrn:, organization_id:, deactivated:, version:, updated_at:, updating_user_id:, name:,
|
188
|
-
other_names:, birth_date:, biological_sex:, primary_address:, other_addresses:, primary_telecom:, other_telecoms:, contacts:, general_practitioners:, filing_order:, gender: OMIT, social_security_number: OMIT, sexual_orientation: OMIT, race: OMIT, ethnicity: OMIT, disability_status: OMIT, marital_status: OMIT, deceased: OMIT, multiple_birth: OMIT, email: OMIT, electronic_communication_opt_in: OMIT, photo: OMIT, language: OMIT, external_provenance: OMIT, non_insurance_payers: OMIT, non_insurance_payer_associations: OMIT, guarantor: OMIT, self_pay: OMIT, authorizations: OMIT, referrals: OMIT, primary_service_facility_id: OMIT, do_not_invoice_reason: OMIT, note_ids: OMIT, tag_ids: OMIT, additional_properties: nil)
|
192
|
+
other_names:, birth_date:, biological_sex:, primary_address:, other_addresses:, primary_telecom:, other_telecoms:, contacts:, general_practitioners:, filing_order:, other_identifiers: OMIT, gender: OMIT, social_security_number: OMIT, sexual_orientation: OMIT, race: OMIT, ethnicity: OMIT, disability_status: OMIT, marital_status: OMIT, deceased: OMIT, multiple_birth: OMIT, email: OMIT, electronic_communication_opt_in: OMIT, photo: OMIT, language: OMIT, external_provenance: OMIT, non_insurance_payers: OMIT, non_insurance_payer_associations: OMIT, guarantor: OMIT, self_pay: OMIT, authorizations: OMIT, referrals: OMIT, primary_service_facility_id: OMIT, do_not_invoice_reason: OMIT, note_ids: OMIT, tag_ids: OMIT, additional_properties: nil)
|
189
193
|
@id = id
|
190
194
|
@mrn = mrn
|
191
195
|
@organization_id = organization_id
|
@@ -195,6 +199,7 @@ module CandidApiClient
|
|
195
199
|
@updating_user_id = updating_user_id
|
196
200
|
@name = name
|
197
201
|
@other_names = other_names
|
202
|
+
@other_identifiers = other_identifiers if other_identifiers != OMIT
|
198
203
|
@gender = gender if gender != OMIT
|
199
204
|
@birth_date = birth_date
|
200
205
|
@social_security_number = social_security_number if social_security_number != OMIT
|
@@ -243,6 +248,7 @@ module CandidApiClient
|
|
243
248
|
"updating_user_id": updating_user_id,
|
244
249
|
"name": name,
|
245
250
|
"other_names": other_names,
|
251
|
+
"other_identifiers": other_identifiers,
|
246
252
|
"gender": gender,
|
247
253
|
"birth_date": birth_date,
|
248
254
|
"social_security_number": social_security_number,
|
@@ -305,6 +311,10 @@ module CandidApiClient
|
|
305
311
|
item = item.to_json
|
306
312
|
CandidApiClient::PreEncounter::Common::Types::HumanName.from_json(json_object: item)
|
307
313
|
end
|
314
|
+
other_identifiers = parsed_json["other_identifiers"]&.map do |item|
|
315
|
+
item = item.to_json
|
316
|
+
CandidApiClient::PreEncounter::Common::Types::ExternalIdentifier.from_json(json_object: item)
|
317
|
+
end
|
308
318
|
gender = struct["gender"]
|
309
319
|
birth_date = (Date.parse(parsed_json["birth_date"]) unless parsed_json["birth_date"].nil?)
|
310
320
|
social_security_number = struct["social_security_number"]
|
@@ -394,6 +404,7 @@ module CandidApiClient
|
|
394
404
|
updating_user_id: updating_user_id,
|
395
405
|
name: name,
|
396
406
|
other_names: other_names,
|
407
|
+
other_identifiers: other_identifiers,
|
397
408
|
gender: gender,
|
398
409
|
birth_date: birth_date,
|
399
410
|
social_security_number: social_security_number,
|
@@ -454,6 +465,7 @@ module CandidApiClient
|
|
454
465
|
obj.updating_user_id.is_a?(String) != false || raise("Passed value for field obj.updating_user_id is not the expected type, validation failed.")
|
455
466
|
CandidApiClient::PreEncounter::Common::Types::HumanName.validate_raw(obj: obj.name)
|
456
467
|
obj.other_names.is_a?(Array) != false || raise("Passed value for field obj.other_names is not the expected type, validation failed.")
|
468
|
+
obj.other_identifiers&.is_a?(Array) != false || raise("Passed value for field obj.other_identifiers is not the expected type, validation failed.")
|
457
469
|
obj.gender&.is_a?(CandidApiClient::PreEncounter::Common::Types::Gender) != false || raise("Passed value for field obj.gender is not the expected type, validation failed.")
|
458
470
|
obj.birth_date.is_a?(Date) != false || raise("Passed value for field obj.birth_date is not the expected type, validation failed.")
|
459
471
|
obj.social_security_number&.is_a?(String) != false || raise("Passed value for field obj.social_security_number is not the expected type, validation failed.")
|
data/lib/requests.rb
CHANGED
@@ -43,7 +43,7 @@ module CandidApiClient
|
|
43
43
|
|
44
44
|
# @return [Hash{String => String}]
|
45
45
|
def get_headers
|
46
|
-
headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.
|
46
|
+
headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.7" }
|
47
47
|
headers["Authorization"] = ((@token.is_a? Method) ? @token.call : @token) unless token.nil?
|
48
48
|
headers
|
49
49
|
end
|
@@ -87,7 +87,7 @@ module CandidApiClient
|
|
87
87
|
|
88
88
|
# @return [Hash{String => String}]
|
89
89
|
def get_headers
|
90
|
-
headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.
|
90
|
+
headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.39.7" }
|
91
91
|
headers["Authorization"] = ((@token.is_a? Method) ? @token.call : @token) unless token.nil?
|
92
92
|
headers
|
93
93
|
end
|
data/lib/types_export.rb
CHANGED
@@ -94,6 +94,7 @@ require_relative "candidhealth/encounters/v_4/types/schema_unauthorized_access_e
|
|
94
94
|
require_relative "candidhealth/encounters/v_4/types/value_does_not_match_key_type_error"
|
95
95
|
require_relative "candidhealth/encounters/v_4/types/multiple_instances_for_schema_error"
|
96
96
|
require_relative "candidhealth/encounters/v_4/types/schema_instance_validation_error"
|
97
|
+
require_relative "candidhealth/encounters/v_4/types/payer_plan_group_payer_does_not_match_insurance_card_error"
|
97
98
|
require_relative "candidhealth/expected_network_status/v_1/types/expected_network_status"
|
98
99
|
require_relative "candidhealth/expected_network_status/v_1/types/expected_network_status_response"
|
99
100
|
require_relative "candidhealth/expected_network_status/v_2/types/line_of_business"
|
@@ -127,6 +128,7 @@ require_relative "candidhealth/fee_schedules/v_3/types/match_modifiers"
|
|
127
128
|
require_relative "candidhealth/fee_schedules/v_3/types/match_license_type"
|
128
129
|
require_relative "candidhealth/fee_schedules/v_3/types/match_facility_type_code"
|
129
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"
|
130
132
|
require_relative "candidhealth/fee_schedules/v_3/types/dimension_match"
|
131
133
|
require_relative "candidhealth/fee_schedules/v_3/types/threshold_match"
|
132
134
|
require_relative "candidhealth/fee_schedules/v_3/types/dimension_name"
|
@@ -143,6 +145,7 @@ require_relative "candidhealth/fee_schedules/v_3/types/dimensions_page"
|
|
143
145
|
require_relative "candidhealth/fee_schedules/v_3/types/payer_threshold"
|
144
146
|
require_relative "candidhealth/fee_schedules/v_3/types/payer_thresholds_page"
|
145
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"
|
146
149
|
require_relative "candidhealth/fee_schedules/v_3/types/validation_error"
|
147
150
|
require_relative "candidhealth/guarantor/v_1/types/guarantor_base"
|
148
151
|
require_relative "candidhealth/guarantor/v_1/types/guarantor"
|
@@ -286,6 +289,9 @@ require_relative "candidhealth/pre_encounter/appointments/v_1/types/appointment_
|
|
286
289
|
require_relative "candidhealth/pre_encounter/appointments/v_1/types/service"
|
287
290
|
require_relative "candidhealth/pre_encounter/appointments/v_1/types/mutable_appointment"
|
288
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"
|
289
295
|
require_relative "candidhealth/pre_encounter/coverages/v_1/types/latest_eligibility_check"
|
290
296
|
require_relative "candidhealth/pre_encounter/coverages/v_1/types/eligibility_check_metadata"
|
291
297
|
require_relative "candidhealth/pre_encounter/coverages/v_1/types/coverage_eligibility_check_response"
|
@@ -305,6 +311,9 @@ require_relative "candidhealth/pre_encounter/coverages/v_1/types/eligibility_sta
|
|
305
311
|
require_relative "candidhealth/pre_encounter/coverages/v_1/types/coverage_level"
|
306
312
|
require_relative "candidhealth/pre_encounter/coverages/v_1/types/coverage_value_unit"
|
307
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"
|
308
317
|
require_relative "candidhealth/pre_encounter/coverages/v_1/types/coverage_status"
|
309
318
|
require_relative "candidhealth/pre_encounter/coverages/v_1/types/network_type"
|
310
319
|
require_relative "candidhealth/pre_encounter/coverages/v_1/types/insurance_plan"
|
@@ -314,6 +323,15 @@ require_relative "candidhealth/pre_encounter/coverages/v_1/types/benefits_relate
|
|
314
323
|
require_relative "candidhealth/pre_encounter/coverages/v_1/types/related_entity_contact"
|
315
324
|
require_relative "candidhealth/pre_encounter/coverages/v_1/types/insurance_type_code"
|
316
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"
|
317
335
|
require_relative "candidhealth/pre_encounter/lists/v_1/types/patient_list_item"
|
318
336
|
require_relative "candidhealth/pre_encounter/lists/v_1/types/patient_list_page"
|
319
337
|
require_relative "candidhealth/pre_encounter/lists/v_1/types/appointment_list_item"
|
@@ -433,6 +451,7 @@ require_relative "candidhealth/tasks/commons/types/task_status"
|
|
433
451
|
require_relative "candidhealth/tasks/commons/types/task_type"
|
434
452
|
require_relative "candidhealth/tasks/commons/types/task_category"
|
435
453
|
require_relative "candidhealth/pre_encounter/common/types/base_model"
|
454
|
+
require_relative "candidhealth/pre_encounter/common/types/external_identifier"
|
436
455
|
require_relative "candidhealth/pre_encounter/common/types/canonical_non_insurance_payer_association"
|
437
456
|
require_relative "candidhealth/pre_encounter/common/types/relationship"
|
438
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.
|
4
|
+
version: 0.39.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ''
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: async-http-faraday
|
@@ -247,6 +247,7 @@ files:
|
|
247
247
|
- lib/candidhealth/encounters/v_4/types/note_category.rb
|
248
248
|
- lib/candidhealth/encounters/v_4/types/patient_history_category.rb
|
249
249
|
- lib/candidhealth/encounters/v_4/types/patient_history_category_enum.rb
|
250
|
+
- lib/candidhealth/encounters/v_4/types/payer_plan_group_payer_does_not_match_insurance_card_error.rb
|
250
251
|
- lib/candidhealth/encounters/v_4/types/responsible_party_type.rb
|
251
252
|
- lib/candidhealth/encounters/v_4/types/schema_does_not_exist_error.rb
|
252
253
|
- lib/candidhealth/encounters/v_4/types/schema_instance_validation_error.rb
|
@@ -304,6 +305,7 @@ files:
|
|
304
305
|
- lib/candidhealth/fee_schedules/v_3/types/match_modifiers.rb
|
305
306
|
- lib/candidhealth/fee_schedules/v_3/types/match_network_types.rb
|
306
307
|
- lib/candidhealth/fee_schedules/v_3/types/match_payer.rb
|
308
|
+
- lib/candidhealth/fee_schedules/v_3/types/match_payer_plan_groups.rb
|
307
309
|
- lib/candidhealth/fee_schedules/v_3/types/match_provider.rb
|
308
310
|
- lib/candidhealth/fee_schedules/v_3/types/match_result.rb
|
309
311
|
- lib/candidhealth/fee_schedules/v_3/types/match_test_result.rb
|
@@ -311,6 +313,7 @@ files:
|
|
311
313
|
- lib/candidhealth/fee_schedules/v_3/types/new_rate_version.rb
|
312
314
|
- lib/candidhealth/fee_schedules/v_3/types/optional_dimensions.rb
|
313
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
|
314
317
|
- lib/candidhealth/fee_schedules/v_3/types/payer_threshold.rb
|
315
318
|
- lib/candidhealth/fee_schedules/v_3/types/payer_thresholds_page.rb
|
316
319
|
- lib/candidhealth/fee_schedules/v_3/types/rate.rb
|
@@ -487,6 +490,8 @@ files:
|
|
487
490
|
- lib/candidhealth/pre_encounter/appointments/v_1/types/mutable_appointment.rb
|
488
491
|
- lib/candidhealth/pre_encounter/appointments/v_1/types/service.rb
|
489
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
|
490
495
|
- lib/candidhealth/pre_encounter/client.rb
|
491
496
|
- lib/candidhealth/pre_encounter/common/types/additional_payer_information.rb
|
492
497
|
- lib/candidhealth/pre_encounter/common/types/address.rb
|
@@ -498,6 +503,7 @@ files:
|
|
498
503
|
- lib/candidhealth/pre_encounter/common/types/disability_status.rb
|
499
504
|
- lib/candidhealth/pre_encounter/common/types/error_base_4_xx.rb
|
500
505
|
- lib/candidhealth/pre_encounter/common/types/ethnicity.rb
|
506
|
+
- lib/candidhealth/pre_encounter/common/types/external_identifier.rb
|
501
507
|
- lib/candidhealth/pre_encounter/common/types/external_provider.rb
|
502
508
|
- lib/candidhealth/pre_encounter/common/types/external_provider_type.rb
|
503
509
|
- lib/candidhealth/pre_encounter/common/types/gender.rb
|
@@ -513,6 +519,7 @@ files:
|
|
513
519
|
- lib/candidhealth/pre_encounter/common/types/version_conflict_error_body.rb
|
514
520
|
- lib/candidhealth/pre_encounter/coverages/client.rb
|
515
521
|
- lib/candidhealth/pre_encounter/coverages/v_1/client.rb
|
522
|
+
- lib/candidhealth/pre_encounter/coverages/v_1/types/address.rb
|
516
523
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/benefit_type.rb
|
517
524
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/benefits_related_entity.rb
|
518
525
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/coverage.rb
|
@@ -523,13 +530,16 @@ files:
|
|
523
530
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/coverage_status.rb
|
524
531
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/coverage_value.rb
|
525
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
|
526
534
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/eligibility_check.rb
|
527
535
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/eligibility_check_metadata.rb
|
528
536
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/eligibility_check_status.rb
|
529
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
|
530
539
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/insurance_plan.rb
|
531
540
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/insurance_type_code.rb
|
532
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
|
533
543
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/mutable_coverage.rb
|
534
544
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/network_type.rb
|
535
545
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/plan_coverage.rb
|
@@ -541,6 +551,17 @@ files:
|
|
541
551
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/service_coverage_details.rb
|
542
552
|
- lib/candidhealth/pre_encounter/coverages/v_1/types/service_type_code.rb
|
543
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
|
544
565
|
- lib/candidhealth/pre_encounter/lists/client.rb
|
545
566
|
- lib/candidhealth/pre_encounter/lists/v_1/client.rb
|
546
567
|
- lib/candidhealth/pre_encounter/lists/v_1/types/appointment_list_item.rb
|