candidhealth 0.39.2 → 0.39.3
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 +16 -0
- data/lib/candidhealth/charge_capture/v_1/types/charge_capture_data.rb +18 -2
- data/lib/candidhealth/commons/types/epsdt_referral_condition_indicator_code.rb +14 -0
- data/lib/candidhealth/encounters/v_4/client.rb +1112 -1192
- data/lib/candidhealth/encounters/v_4/types/encounter.rb +17 -1
- data/lib/candidhealth/encounters/v_4/types/encounter_create_from_pre_encounter.rb +627 -0
- data/lib/candidhealth/encounters/v_4/types/encounter_optional.rb +18 -2
- data/lib/candidhealth/encounters/v_4/types/epsdt_referral.rb +85 -0
- data/lib/candidhealth/service_lines/v_2/client.rb +12 -4
- data/lib/candidhealth/service_lines/v_2/types/service_line.rb +26 -2
- data/lib/candidhealth/service_lines/v_2/types/service_line_create.rb +25 -1
- data/lib/candidhealth/service_lines/v_2/types/service_line_create_standalone.rb +26 -2
- data/lib/candidhealth/service_lines/v_2/types/service_line_update.rb +26 -2
- data/lib/requests.rb +2 -2
- data/lib/types_export.rb +3 -0
- metadata +5 -2
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.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ''
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: async-http-faraday
|
@@ -130,6 +130,7 @@ files:
|
|
130
130
|
- lib/candidhealth/commons/types/emr_payer_crosswalk.rb
|
131
131
|
- lib/candidhealth/commons/types/entity_conflict_error_message.rb
|
132
132
|
- lib/candidhealth/commons/types/entity_not_found_error_message.rb
|
133
|
+
- lib/candidhealth/commons/types/epsdt_referral_condition_indicator_code.rb
|
133
134
|
- lib/candidhealth/commons/types/facility_type_code.rb
|
134
135
|
- lib/candidhealth/commons/types/http_service_unavailable_error_message.rb
|
135
136
|
- lib/candidhealth/commons/types/insurance_type_code.rb
|
@@ -222,6 +223,7 @@ files:
|
|
222
223
|
- lib/candidhealth/encounters/v_4/types/coding_attribution_type.rb
|
223
224
|
- lib/candidhealth/encounters/v_4/types/encounter.rb
|
224
225
|
- lib/candidhealth/encounters/v_4/types/encounter_base.rb
|
226
|
+
- lib/candidhealth/encounters/v_4/types/encounter_create_from_pre_encounter.rb
|
225
227
|
- lib/candidhealth/encounters/v_4/types/encounter_external_id_uniqueness_error_type.rb
|
226
228
|
- lib/candidhealth/encounters/v_4/types/encounter_guarantor_missing_contact_info_error_type.rb
|
227
229
|
- lib/candidhealth/encounters/v_4/types/encounter_optional.rb
|
@@ -230,6 +232,7 @@ files:
|
|
230
232
|
- lib/candidhealth/encounters/v_4/types/encounter_patient_control_number_uniqueness_error_type.rb
|
231
233
|
- lib/candidhealth/encounters/v_4/types/encounter_sort_options.rb
|
232
234
|
- lib/candidhealth/encounters/v_4/types/encounter_submission_origin_type.rb
|
235
|
+
- lib/candidhealth/encounters/v_4/types/epsdt_referral.rb
|
233
236
|
- lib/candidhealth/encounters/v_4/types/intake_follow_up.rb
|
234
237
|
- lib/candidhealth/encounters/v_4/types/intake_question.rb
|
235
238
|
- lib/candidhealth/encounters/v_4/types/intake_response_and_follow_ups.rb
|