candidhealth 0.35.3 → 0.36.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/billing_notes/v_2/client.rb +90 -0
- data/lib/candidhealth/commons/types/billing_provider_commercial_license_type.rb +20 -0
- data/lib/candidhealth/commons/types/procedure_modifier.rb +1 -0
- data/lib/candidhealth/contracts/v_2/types/contract_invalid_expiration_date_error.rb +60 -0
- data/lib/candidhealth/diagnoses/client.rb +2 -2
- data/lib/candidhealth/encounter_providers/v_2/types/billing_provider.rb +15 -2
- data/lib/candidhealth/encounter_providers/v_2/types/billing_provider_update.rb +15 -2
- data/lib/candidhealth/encounter_providers/v_2/types/encounter_provider.rb +14 -1
- data/lib/candidhealth/encounters/v_4/client.rb +96 -154
- data/lib/candidhealth/encounters/v_4/types/encounter.rb +8 -8
- data/lib/candidhealth/encounters/v_4/types/encounter_optional.rb +633 -0
- data/lib/candidhealth/guarantor/v_1/client.rb +2 -2
- data/lib/candidhealth/non_insurance_payer_refunds/v_1/client.rb +4 -2
- data/lib/candidhealth/non_insurance_payer_refunds/v_1/types/non_insurance_payer_refund.rb +9 -1
- data/lib/candidhealth/non_insurance_payer_refunds/v_1/types/non_insurance_payer_refund_create.rb +9 -1
- data/lib/candidhealth/service_lines/v_2/types/service_line.rb +8 -4
- data/lib/candidhealth/service_lines/v_2/types/service_line_create.rb +8 -2
- data/lib/candidhealth/service_lines/v_2/types/service_line_create_standalone.rb +8 -2
- data/lib/candidhealth/service_lines/v_2/types/service_line_update.rb +8 -2
- data/lib/requests.rb +2 -2
- data/lib/types_export.rb +3 -0
- metadata +5 -2
@@ -108,12 +108,12 @@ module CandidApiClient
|
|
108
108
|
# @return [Array<CandidApiClient::BillingNotes::V2::Types::BillingNote>] Spot to store misc, human-readable, notes about this encounter to be
|
109
109
|
# used in the billing process.
|
110
110
|
attr_reader :billing_notes
|
111
|
-
# @return [CandidApiClient::Commons::Types::FacilityTypeCode] Box 24B on the CMS-1500 claim form.
|
112
|
-
#
|
111
|
+
# @return [CandidApiClient::Commons::Types::FacilityTypeCode] Box 24B on the CMS-1500 claim form. 837p Loop2300, CLM-05-1. 02 for
|
112
|
+
# telemedicine, 11 for in-person. Full list
|
113
113
|
# //www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set).
|
114
114
|
attr_reader :place_of_service_code
|
115
|
-
# @return [CandidApiClient::Commons::Types::FacilityTypeCode] Box 24B on the CMS-1500 claim form.
|
116
|
-
#
|
115
|
+
# @return [CandidApiClient::Commons::Types::FacilityTypeCode] Box 24B on the CMS-1500 claim form. 837p Loop2300, CLM-05-1. 02 for
|
116
|
+
# telemedicine, 11 for in-person. Full list
|
117
117
|
# //www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set).
|
118
118
|
attr_reader :place_of_service_code_as_submitted
|
119
119
|
# @return [Array<CandidApiClient::Encounters::V4::Types::PatientHistoryCategory>]
|
@@ -297,11 +297,11 @@ module CandidApiClient
|
|
297
297
|
# patient encounters.
|
298
298
|
# @param billing_notes [Array<CandidApiClient::BillingNotes::V2::Types::BillingNote>] Spot to store misc, human-readable, notes about this encounter to be
|
299
299
|
# used in the billing process.
|
300
|
-
# @param place_of_service_code [CandidApiClient::Commons::Types::FacilityTypeCode] Box 24B on the CMS-1500 claim form.
|
301
|
-
#
|
300
|
+
# @param place_of_service_code [CandidApiClient::Commons::Types::FacilityTypeCode] Box 24B on the CMS-1500 claim form. 837p Loop2300, CLM-05-1. 02 for
|
301
|
+
# telemedicine, 11 for in-person. Full list
|
302
302
|
# //www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set).
|
303
|
-
# @param place_of_service_code_as_submitted [CandidApiClient::Commons::Types::FacilityTypeCode] Box 24B on the CMS-1500 claim form.
|
304
|
-
#
|
303
|
+
# @param place_of_service_code_as_submitted [CandidApiClient::Commons::Types::FacilityTypeCode] Box 24B on the CMS-1500 claim form. 837p Loop2300, CLM-05-1. 02 for
|
304
|
+
# telemedicine, 11 for in-person. Full list
|
305
305
|
# //www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set).
|
306
306
|
# @param patient_histories [Array<CandidApiClient::Encounters::V4::Types::PatientHistoryCategory>]
|
307
307
|
# @param patient_payments [Array<CandidApiClient::PatientPayments::V3::Types::PatientPayment>]
|