candidhealth 0.21.0 → 0.24.0.pre.2a6d412
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/auth/client.rb +8 -6
 - data/lib/candidhealth/auth/v_2/client.rb +86 -38
 - data/lib/candidhealth/auth/v_2/types/auth_get_token_response.rb +61 -43
 - data/lib/candidhealth/auth/v_2/types/too_many_requests_error_type.rb +44 -33
 - data/lib/candidhealth/billing_notes/client.rb +8 -6
 - data/lib/candidhealth/billing_notes/v_2/client.rb +43 -21
 - data/lib/candidhealth/billing_notes/v_2/types/billing_note.rb +95 -72
 - data/lib/candidhealth/billing_notes/v_2/types/billing_note_base.rb +44 -33
 - data/lib/candidhealth/claim_submission/v_1/types/claim_frequency_type_code.rb +6 -4
 - data/lib/candidhealth/claim_submission/v_1/types/claim_submission_record_create.rb +80 -59
 - data/lib/candidhealth/claim_submission/v_1/types/external_claim_submission_create.rb +78 -56
 - data/lib/candidhealth/claims/types/claim.rb +114 -86
 - data/lib/candidhealth/claims/types/claim_status.rb +19 -17
 - data/lib/candidhealth/commons/types/claim_adjustment_group_codes.rb +14 -12
 - data/lib/candidhealth/commons/types/claim_submission_payer_responsibility_type.rb +6 -4
 - data/lib/candidhealth/commons/types/date_range_optional_end.rb +57 -40
 - data/lib/candidhealth/commons/types/delay_reason_code.rb +19 -17
 - data/lib/candidhealth/commons/types/emr_payer_crosswalk.rb +6 -4
 - data/lib/candidhealth/commons/types/entity_conflict_error_message.rb +45 -34
 - data/lib/candidhealth/commons/types/entity_not_found_error_message.rb +45 -34
 - data/lib/candidhealth/commons/types/facility_type_code.rb +58 -55
 - data/lib/candidhealth/commons/types/http_service_unavailable_error_message.rb +47 -34
 - data/lib/candidhealth/commons/types/insurance_type_code.rb +76 -73
 - data/lib/candidhealth/commons/types/intended_submission_medium.rb +9 -5
 - data/lib/candidhealth/commons/types/network_type.rb +23 -21
 - data/lib/candidhealth/commons/types/organization_not_authorized_error_message.rb +46 -34
 - data/lib/candidhealth/commons/types/patient_relationship_to_insured_code_all.rb +28 -26
 - data/lib/candidhealth/commons/types/phone_number.rb +55 -39
 - data/lib/candidhealth/commons/types/phone_number_type.rb +7 -5
 - data/lib/candidhealth/commons/types/procedure_modifier.rb +391 -389
 - data/lib/candidhealth/commons/types/qualifier_code.rb +14 -0
 - data/lib/candidhealth/commons/types/region_national.rb +39 -29
 - data/lib/candidhealth/commons/types/region_states.rb +45 -34
 - data/lib/candidhealth/commons/types/regions.rb +78 -72
 - data/lib/candidhealth/commons/types/removable_date_range_optional_end.rb +77 -71
 - data/lib/candidhealth/commons/types/request_validation_error.rb +57 -39
 - data/lib/candidhealth/commons/types/resource_page.rb +57 -40
 - data/lib/candidhealth/commons/types/service_line_units.rb +6 -4
 - data/lib/candidhealth/commons/types/sort_direction.rb +6 -4
 - data/lib/candidhealth/commons/types/source_of_payment_code.rb +28 -26
 - data/lib/candidhealth/commons/types/state.rb +66 -64
 - data/lib/candidhealth/commons/types/street_address_base.rb +84 -61
 - data/lib/candidhealth/commons/types/street_address_long_zip.rb +93 -68
 - data/lib/candidhealth/commons/types/street_address_short_zip.rb +93 -68
 - data/lib/candidhealth/commons/types/unauthorized_error_message.rb +47 -34
 - data/lib/candidhealth/commons/types/unprocessable_entity_error_message.rb +47 -34
 - data/lib/candidhealth/commons/types/updates_disabled_due_to_external_system_integration_error_message.rb +49 -34
 - data/lib/candidhealth/contracts/client.rb +8 -6
 - data/lib/candidhealth/contracts/v_2/client.rb +251 -127
 - data/lib/candidhealth/contracts/v_2/types/authorized_signatory.rb +92 -67
 - data/lib/candidhealth/contracts/v_2/types/authorized_signatory_update.rb +76 -70
 - data/lib/candidhealth/contracts/v_2/types/contract.rb +178 -141
 - data/lib/candidhealth/contracts/v_2/types/contract_base.rb +134 -106
 - data/lib/candidhealth/contracts/v_2/types/contract_is_linked_to_fee_schedule_error.rb +44 -33
 - data/lib/candidhealth/contracts/v_2/types/contract_status.rb +6 -4
 - data/lib/candidhealth/contracts/v_2/types/contract_with_providers.rb +191 -152
 - data/lib/candidhealth/contracts/v_2/types/contracts_page.rb +70 -47
 - data/lib/candidhealth/contracts/v_2/types/date_update.rb +76 -71
 - data/lib/candidhealth/contracts/v_2/types/insurance_types.rb +86 -80
 - data/lib/candidhealth/contracts/v_2/types/regions_update.rb +76 -70
 - data/lib/candidhealth/diagnoses/types/diagnosis.rb +126 -91
 - data/lib/candidhealth/diagnoses/types/diagnosis_create.rb +88 -58
 - data/lib/candidhealth/diagnoses/types/diagnosis_type_code.rb +14 -12
 - data/lib/candidhealth/diagnoses/types/standalone_diagnosis_create.rb +100 -64
 - data/lib/candidhealth/eligibility/client.rb +8 -6
 - data/lib/candidhealth/eligibility/v_2/client.rb +210 -124
 - data/lib/candidhealth/encounter_providers/v_2/types/billing_provider.rb +126 -86
 - data/lib/candidhealth/encounter_providers/v_2/types/encounter_provider.rb +128 -85
 - data/lib/candidhealth/encounter_providers/v_2/types/encounter_provider_base.rb +73 -44
 - data/lib/candidhealth/encounter_providers/v_2/types/initial_referring_provider.rb +132 -0
 - data/lib/candidhealth/encounter_providers/v_2/types/ordering_provider.rb +123 -0
 - data/lib/candidhealth/encounter_providers/v_2/types/referring_provider.rb +105 -73
 - data/lib/candidhealth/encounter_providers/v_2/types/rendering_provider.rb +105 -73
 - data/lib/candidhealth/encounter_providers/v_2/types/supervising_provider.rb +123 -0
 - data/lib/candidhealth/encounters/client.rb +8 -6
 - data/lib/candidhealth/encounters/v_4/client.rb +1056 -476
 - data/lib/candidhealth/encounters/v_4/types/billable_status_type.rb +5 -3
 - data/lib/candidhealth/encounters/v_4/types/cash_pay_payer_error_message.rb +44 -33
 - data/lib/candidhealth/encounters/v_4/types/clinical_note.rb +76 -50
 - data/lib/candidhealth/encounters/v_4/types/clinical_note_category.rb +70 -45
 - data/lib/candidhealth/encounters/v_4/types/clinical_note_category_create.rb +57 -40
 - data/lib/candidhealth/encounters/v_4/types/coding_attribution_type.rb +7 -5
 - data/lib/candidhealth/encounters/v_4/types/encounter.rb +732 -482
 - data/lib/candidhealth/encounters/v_4/types/encounter_base.rb +304 -223
 - data/lib/candidhealth/encounters/v_4/types/encounter_external_id_uniqueness_error_type.rb +47 -34
 - data/lib/candidhealth/encounters/v_4/types/encounter_guarantor_missing_contact_info_error_type.rb +46 -33
 - data/lib/candidhealth/encounters/v_4/types/encounter_owner_of_next_action_type.rb +7 -5
 - data/lib/candidhealth/encounters/v_4/types/encounter_page.rb +70 -47
 - data/lib/candidhealth/encounters/v_4/types/encounter_patient_control_number_uniqueness_error_type.rb +46 -33
 - data/lib/candidhealth/encounters/v_4/types/encounter_sort_options.rb +7 -5
 - data/lib/candidhealth/encounters/v_4/types/encounter_submission_origin_type.rb +5 -3
 - data/lib/candidhealth/encounters/v_4/types/intake_follow_up.rb +63 -44
 - data/lib/candidhealth/encounters/v_4/types/intake_question.rb +66 -46
 - data/lib/candidhealth/encounters/v_4/types/intake_response_and_follow_ups.rb +59 -40
 - data/lib/candidhealth/encounters/v_4/types/intervention.rb +92 -66
 - data/lib/candidhealth/encounters/v_4/types/intervention_category.rb +7 -5
 - data/lib/candidhealth/encounters/v_4/types/lab.rb +63 -43
 - data/lib/candidhealth/encounters/v_4/types/lab_code_type.rb +5 -3
 - data/lib/candidhealth/encounters/v_4/types/medication.rb +92 -68
 - data/lib/candidhealth/encounters/v_4/types/note_category.rb +17 -15
 - data/lib/candidhealth/encounters/v_4/types/patient_history_category.rb +57 -40
 - data/lib/candidhealth/encounters/v_4/types/patient_history_category_enum.rb +7 -5
 - data/lib/candidhealth/encounters/v_4/types/responsible_party_type.rb +6 -4
 - data/lib/candidhealth/encounters/v_4/types/service_authorization_exception_code.rb +14 -10
 - data/lib/candidhealth/encounters/v_4/types/synchronicity_type.rb +5 -3
 - data/lib/candidhealth/encounters/v_4/types/vitals.rb +84 -62
 - data/lib/candidhealth/era/types/era.rb +62 -46
 - data/lib/candidhealth/era/types/era_base.rb +55 -40
 - data/lib/candidhealth/era/types/era_not_fully_processed_error_message.rb +55 -40
 - data/lib/candidhealth/era_commons/types/claim_status_code_create.rb +14 -12
 - data/lib/candidhealth/expected_network_status/client.rb +16 -10
 - data/lib/candidhealth/expected_network_status/v_1/client.rb +76 -29
 - data/lib/candidhealth/expected_network_status/v_1/types/expected_network_status.rb +6 -4
 - data/lib/candidhealth/expected_network_status/v_1/types/expected_network_status_response.rb +69 -49
 - data/lib/candidhealth/expected_network_status/v_2/client.rb +108 -69
 - data/lib/candidhealth/expected_network_status/v_2/types/compute_all_in_network_providers_request.rb +129 -96
 - data/lib/candidhealth/expected_network_status/v_2/types/compute_all_in_network_providers_response.rb +62 -47
 - data/lib/candidhealth/expected_network_status/v_2/types/compute_all_in_network_rendering_providers_result.rb +89 -82
 - data/lib/candidhealth/expected_network_status/v_2/types/expected_network_status_check_error_message.rb +45 -33
 - data/lib/candidhealth/expected_network_status/v_2/types/expected_network_status_request_v_2.rb +129 -96
 - data/lib/candidhealth/expected_network_status/v_2/types/expected_network_status_response_v_2.rb +59 -44
 - data/lib/candidhealth/expected_network_status/v_2/types/expected_network_status_subscriber_information.rb +68 -49
 - data/lib/candidhealth/expected_network_status/v_2/types/expected_network_status_v_2.rb +88 -82
 - data/lib/candidhealth/expected_network_status/v_2/types/explanation.rb +11 -9
 - data/lib/candidhealth/expected_network_status/v_2/types/in_network_rendering_providers_detail.rb +66 -51
 - data/lib/candidhealth/expected_network_status/v_2/types/in_network_status.rb +57 -41
 - data/lib/candidhealth/expected_network_status/v_2/types/indeterminate_network_status.rb +76 -57
 - data/lib/candidhealth/expected_network_status/v_2/types/insurance_type.rb +59 -43
 - data/lib/candidhealth/expected_network_status/v_2/types/insurance_type_codes.rb +86 -80
 - data/lib/candidhealth/expected_network_status/v_2/types/line_of_business.rb +6 -4
 - data/lib/candidhealth/expected_network_status/v_2/types/out_of_network_status.rb +65 -50
 - data/lib/candidhealth/expected_network_status/v_2/types/service_type.rb +44 -42
 - data/lib/candidhealth/exports/client.rb +8 -6
 - data/lib/candidhealth/exports/v_3/client.rb +88 -48
 - data/lib/candidhealth/exports/v_3/types/get_exports_response.rb +79 -58
 - data/lib/candidhealth/external_payment_account_config/client.rb +30 -0
 - data/lib/candidhealth/external_payment_account_config/v_1/client.rb +89 -0
 - data/lib/candidhealth/external_payment_account_config/v_1/types/external_payment_account_config.rb +70 -0
 - data/lib/candidhealth/external_payment_account_config/v_1/types/external_payment_account_config_page.rb +88 -0
 - data/lib/candidhealth/fee_schedules/client.rb +8 -6
 - data/lib/candidhealth/fee_schedules/v_3/client.rb +429 -181
 - data/lib/candidhealth/fee_schedules/v_3/types/dimension_match.rb +159 -130
 - data/lib/candidhealth/fee_schedules/v_3/types/dimension_name.rb +7 -5
 - data/lib/candidhealth/fee_schedules/v_3/types/dimensions.rb +146 -117
 - data/lib/candidhealth/fee_schedules/v_3/types/dimensions_page.rb +70 -51
 - data/lib/candidhealth/fee_schedules/v_3/types/match_cpt_code.rb +62 -44
 - data/lib/candidhealth/fee_schedules/v_3/types/match_date.rb +65 -44
 - data/lib/candidhealth/fee_schedules/v_3/types/match_facility_type_code.rb +64 -44
 - data/lib/candidhealth/fee_schedules/v_3/types/match_geo.rb +76 -49
 - data/lib/candidhealth/fee_schedules/v_3/types/match_license_type.rb +64 -44
 - data/lib/candidhealth/fee_schedules/v_3/types/match_modifiers.rb +67 -48
 - data/lib/candidhealth/fee_schedules/v_3/types/match_network_types.rb +67 -48
 - data/lib/candidhealth/fee_schedules/v_3/types/match_payer.rb +62 -45
 - data/lib/candidhealth/fee_schedules/v_3/types/match_provider.rb +64 -45
 - data/lib/candidhealth/fee_schedules/v_3/types/match_result.rb +59 -43
 - data/lib/candidhealth/fee_schedules/v_3/types/match_test_result.rb +63 -46
 - data/lib/candidhealth/fee_schedules/v_3/types/new_rate.rb +61 -44
 - data/lib/candidhealth/fee_schedules/v_3/types/new_rate_version.rb +70 -46
 - data/lib/candidhealth/fee_schedules/v_3/types/optional_dimensions.rb +148 -117
 - data/lib/candidhealth/fee_schedules/v_3/types/overlapping_rate_entries_error.rb +71 -52
 - data/lib/candidhealth/fee_schedules/v_3/types/payer_threshold.rb +77 -50
 - data/lib/candidhealth/fee_schedules/v_3/types/payer_thresholds_page.rb +70 -51
 - data/lib/candidhealth/fee_schedules/v_3/types/rate.rb +100 -75
 - data/lib/candidhealth/fee_schedules/v_3/types/rate_entry.rb +79 -55
 - data/lib/candidhealth/fee_schedules/v_3/types/rate_upload.rb +77 -71
 - data/lib/candidhealth/fee_schedules/v_3/types/rate_upload_with_possible_errors.rb +79 -55
 - data/lib/candidhealth/fee_schedules/v_3/types/rates_page.rb +70 -47
 - data/lib/candidhealth/fee_schedules/v_3/types/threshold_match.rb +79 -54
 - data/lib/candidhealth/fee_schedules/v_3/types/validation_error.rb +108 -102
 - data/lib/candidhealth/financials/types/account_type.rb +6 -4
 - data/lib/candidhealth/financials/types/allocation.rb +60 -43
 - data/lib/candidhealth/financials/types/allocation_create.rb +63 -45
 - data/lib/candidhealth/financials/types/allocation_target.rb +102 -95
 - data/lib/candidhealth/financials/types/allocation_target_create.rb +113 -110
 - data/lib/candidhealth/financials/types/billing_provider_allocation_target.rb +45 -35
 - data/lib/candidhealth/financials/types/claim_allocation_target.rb +55 -41
 - data/lib/candidhealth/financials/types/invoice_update.rb +77 -72
 - data/lib/candidhealth/financials/types/note_update.rb +77 -71
 - data/lib/candidhealth/financials/types/patient_transaction_source.rb +11 -9
 - data/lib/candidhealth/financials/types/refund_reason.rb +5 -3
 - data/lib/candidhealth/financials/types/refund_reason_update.rb +77 -71
 - data/lib/candidhealth/financials/types/service_line_allocation_target.rb +62 -48
 - data/lib/candidhealth/guarantor/client.rb +8 -6
 - data/lib/candidhealth/guarantor/v_1/client.rb +136 -63
 - data/lib/candidhealth/guarantor/v_1/types/encounter_has_existing_guarantor_error_type.rb +45 -33
 - data/lib/candidhealth/guarantor/v_1/types/guarantor.rb +131 -100
 - data/lib/candidhealth/guarantor/v_1/types/guarantor_base.rb +89 -65
 - data/lib/candidhealth/guarantor/v_1/types/guarantor_create.rb +123 -93
 - data/lib/candidhealth/identifiers/types/identifier.rb +85 -64
 - data/lib/candidhealth/identifiers/types/identifier_base.rb +77 -53
 - data/lib/candidhealth/identifiers/types/identifier_code.rb +6 -4
 - data/lib/candidhealth/identifiers/types/identifier_create.rb +77 -53
 - data/lib/candidhealth/identifiers/types/identifier_update.rb +86 -65
 - data/lib/candidhealth/identifiers/types/identifier_value.rb +78 -72
 - data/lib/candidhealth/identifiers/types/medicaid_provider_identifier.rb +55 -39
 - data/lib/candidhealth/identifiers/types/medicare_provider_identifier.rb +55 -39
 - data/lib/candidhealth/identifiers/types/updatable_identifier.rb +89 -84
 - data/lib/candidhealth/import_invoice/client.rb +8 -6
 - data/lib/candidhealth/import_invoice/v_1/client.rb +182 -86
 - data/lib/candidhealth/import_invoice/v_1/types/create_import_invoice_request.rb +123 -83
 - data/lib/candidhealth/import_invoice/v_1/types/import_invoice.rb +145 -110
 - data/lib/candidhealth/import_invoice/v_1/types/import_invoice_update_request.rb +89 -65
 - data/lib/candidhealth/import_invoice/v_1/types/import_invoices_page.rb +70 -47
 - data/lib/candidhealth/import_invoice/v_1/types/invoice_item_info_update.rb +61 -42
 - data/lib/candidhealth/import_invoice/v_1/types/invoice_item_update_type.rb +5 -3
 - data/lib/candidhealth/individual/types/gender.rb +9 -7
 - data/lib/candidhealth/individual/types/individual_base.rb +62 -44
 - data/lib/candidhealth/individual/types/patient.rb +145 -108
 - data/lib/candidhealth/individual/types/patient_base.rb +101 -73
 - data/lib/candidhealth/individual/types/patient_create.rb +137 -101
 - data/lib/candidhealth/individual/types/subscriber.rb +119 -91
 - data/lib/candidhealth/individual/types/subscriber_base.rb +99 -74
 - data/lib/candidhealth/individual/types/subscriber_create.rb +111 -84
 - data/lib/candidhealth/insurance_adjudications/client.rb +8 -6
 - data/lib/candidhealth/insurance_adjudications/v_1/client.rb +106 -47
 - data/lib/candidhealth/insurance_adjudications/v_1/types/claim_adjudication.rb +106 -81
 - data/lib/candidhealth/insurance_adjudications/v_1/types/claim_adjudication_create.rb +98 -74
 - data/lib/candidhealth/insurance_adjudications/v_1/types/insurance_adjudication.rb +104 -80
 - data/lib/candidhealth/insurance_adjudications/v_1/types/insurance_adjudication_create.rb +113 -87
 - data/lib/candidhealth/insurance_adjudications/v_1/types/service_line_adjudication.rb +121 -91
 - data/lib/candidhealth/insurance_adjudications/v_1/types/service_line_adjudication_create.rb +113 -84
 - data/lib/candidhealth/insurance_cards/v_2/types/insurance_card.rb +140 -105
 - data/lib/candidhealth/insurance_cards/v_2/types/insurance_card_base.rb +76 -55
 - data/lib/candidhealth/insurance_cards/v_2/types/insurance_card_create.rb +140 -104
 - data/lib/candidhealth/insurance_payments/client.rb +8 -6
 - data/lib/candidhealth/insurance_payments/v_1/client.rb +214 -102
 - data/lib/candidhealth/insurance_payments/v_1/types/insurance_payment.rb +101 -77
 - data/lib/candidhealth/insurance_payments/v_1/types/insurance_payment_create.rb +93 -70
 - data/lib/candidhealth/insurance_payments/v_1/types/insurance_payment_sort_field.rb +6 -4
 - data/lib/candidhealth/insurance_payments/v_1/types/insurance_payments_page.rb +70 -47
 - data/lib/candidhealth/insurance_refunds/client.rb +8 -6
 - data/lib/candidhealth/insurance_refunds/v_1/client.rb +218 -108
 - data/lib/candidhealth/insurance_refunds/v_1/types/insurance_refund.rb +109 -83
 - data/lib/candidhealth/insurance_refunds/v_1/types/insurance_refund_create.rb +101 -76
 - data/lib/candidhealth/insurance_refunds/v_1/types/insurance_refund_sort_field.rb +7 -5
 - data/lib/candidhealth/insurance_refunds/v_1/types/insurance_refunds_page.rb +70 -47
 - data/lib/candidhealth/invoices/types/invoice.rb +152 -117
 - data/lib/candidhealth/invoices/types/invoice_item.rb +55 -40
 - data/lib/candidhealth/invoices/types/invoice_status.rb +10 -8
 - data/lib/candidhealth/invoices/v_2/types/claim_invoice_item.rb +54 -39
 - data/lib/candidhealth/invoices/v_2/types/claim_invoice_item_info.rb +66 -48
 - data/lib/candidhealth/invoices/v_2/types/invoice.rb +151 -114
 - data/lib/candidhealth/invoices/v_2/types/invoice_destination.rb +8 -5
 - data/lib/candidhealth/invoices/v_2/types/invoice_destination_metadata.rb +78 -55
 - data/lib/candidhealth/invoices/v_2/types/invoice_info.rb +66 -48
 - data/lib/candidhealth/invoices/v_2/types/invoice_item_attribution_create.rb +88 -84
 - data/lib/candidhealth/invoices/v_2/types/invoice_item_create.rb +59 -42
 - data/lib/candidhealth/invoices/v_2/types/invoice_item_info.rb +59 -43
 - data/lib/candidhealth/invoices/v_2/types/invoice_sort_field.rb +9 -7
 - data/lib/candidhealth/invoices/v_2/types/invoice_status.rb +9 -7
 - data/lib/candidhealth/invoices/v_2/types/service_line_invoice_item.rb +54 -39
 - data/lib/candidhealth/invoices/v_2/types/unattributed_invoice_item.rb +44 -33
 - data/lib/candidhealth/organization_providers/client.rb +8 -6
 - data/lib/candidhealth/organization_providers/v_2/types/address_type.rb +4 -2
 - data/lib/candidhealth/organization_providers/v_2/types/employment_status.rb +5 -3
 - data/lib/candidhealth/organization_providers/v_2/types/license_type.rb +71 -69
 - data/lib/candidhealth/organization_providers/v_2/types/organization_provider.rb +189 -138
 - data/lib/candidhealth/organization_providers/v_2/types/organization_provider_address.rb +59 -42
 - data/lib/candidhealth/organization_providers/v_2/types/organization_provider_base.rb +157 -112
 - data/lib/candidhealth/organization_providers/v_2/types/organization_provider_sort_options.rb +7 -5
 - data/lib/candidhealth/organization_providers/v_2/types/provider_type.rb +5 -3
 - data/lib/candidhealth/organization_providers/v_3/client.rb +166 -80
 - data/lib/candidhealth/organization_providers/v_3/types/organization_provider_create_v_2.rb +171 -124
 - data/lib/candidhealth/organization_providers/v_3/types/organization_provider_page_v_2.rb +70 -47
 - data/lib/candidhealth/organization_providers/v_3/types/organization_provider_update_v_2.rb +169 -121
 - data/lib/candidhealth/organization_providers/v_3/types/organization_provider_v_2.rb +179 -131
 - data/lib/candidhealth/organization_service_facilities/client.rb +8 -6
 - data/lib/candidhealth/organization_service_facilities/v_2/client.rb +186 -90
 - data/lib/candidhealth/organization_service_facilities/v_2/types/organization_service_facility.rb +149 -111
 - data/lib/candidhealth/organization_service_facilities/v_2/types/organization_service_facility_create.rb +141 -104
 - data/lib/candidhealth/organization_service_facilities/v_2/types/organization_service_facility_page.rb +70 -47
 - data/lib/candidhealth/organization_service_facilities/v_2/types/organization_service_facility_update.rb +141 -104
 - data/lib/candidhealth/organization_service_facilities/v_2/types/service_facility_mode.rb +5 -3
 - data/lib/candidhealth/organization_service_facilities/v_2/types/service_facility_operational_status.rb +9 -7
 - data/lib/candidhealth/organization_service_facilities/v_2/types/service_facility_physical_type.rb +17 -15
 - data/lib/candidhealth/organization_service_facilities/v_2/types/service_facility_status.rb +6 -4
 - data/lib/candidhealth/organization_service_facilities/v_2/types/service_facility_type.rb +126 -124
 - data/lib/candidhealth/patient_payments/client.rb +8 -6
 - data/lib/candidhealth/patient_payments/v_3/types/patient_payment.rb +143 -111
 - data/lib/candidhealth/patient_payments/v_3/types/patient_payment_source.rb +12 -10
 - data/lib/candidhealth/patient_payments/v_3/types/patient_payment_status.rb +14 -12
 - data/lib/candidhealth/patient_payments/v_4/client.rb +230 -103
 - data/lib/candidhealth/patient_payments/v_4/types/patient_payment.rb +129 -100
 - data/lib/candidhealth/patient_payments/v_4/types/patient_payment_sort_field.rb +7 -5
 - data/lib/candidhealth/patient_payments/v_4/types/patient_payments_page.rb +70 -47
 - data/lib/candidhealth/patient_refunds/client.rb +8 -6
 - data/lib/candidhealth/patient_refunds/v_1/client.rb +236 -107
 - data/lib/candidhealth/patient_refunds/v_1/types/patient_refund.rb +137 -106
 - data/lib/candidhealth/patient_refunds/v_1/types/patient_refund_sort_field.rb +8 -6
 - data/lib/candidhealth/patient_refunds/v_1/types/patient_refunds_page.rb +70 -47
 - data/lib/candidhealth/payers/client.rb +8 -6
 - data/lib/candidhealth/payers/v_3/client.rb +73 -32
 - data/lib/candidhealth/payers/v_3/types/payer.rb +61 -44
 - data/lib/candidhealth/payers/v_3/types/payer_identifier.rb +77 -72
 - data/lib/candidhealth/payers/v_3/types/payer_info.rb +54 -40
 - data/lib/candidhealth/payers/v_3/types/payer_page.rb +70 -47
 - data/lib/candidhealth/pre_encounter/client.rb +30 -0
 - data/lib/candidhealth/pre_encounter/common/types/address.rb +123 -0
 - data/lib/candidhealth/pre_encounter/common/types/address_use.rb +17 -0
 - data/lib/candidhealth/pre_encounter/common/types/contact_point.rb +87 -0
 - data/lib/candidhealth/pre_encounter/common/types/contact_point_use.rb +17 -0
 - data/lib/candidhealth/pre_encounter/common/types/error_base.rb +60 -0
 - data/lib/candidhealth/pre_encounter/common/types/gender.rb +16 -0
 - data/lib/candidhealth/pre_encounter/common/types/human_name.rb +94 -0
 - data/lib/candidhealth/pre_encounter/common/types/name_use.rb +19 -0
 - data/lib/candidhealth/pre_encounter/common/types/not_found_error_body.rb +70 -0
 - data/lib/candidhealth/pre_encounter/common/types/period.rb +74 -0
 - data/lib/candidhealth/pre_encounter/common/types/relationship.rb +17 -0
 - data/lib/candidhealth/pre_encounter/common/types/version_conflict_error_body.rb +77 -0
 - data/lib/candidhealth/pre_encounter/coverages/client.rb +32 -0
 - data/lib/candidhealth/pre_encounter/coverages/v_1/client.rb +34 -0
 - data/lib/candidhealth/pre_encounter/coverages/v_1/coverages/client.rb +487 -0
 - data/lib/candidhealth/pre_encounter/coverages/v_1/coverages/types/coverage.rb +185 -0
 - data/lib/candidhealth/pre_encounter/coverages/v_1/coverages/types/coverage_status.rb +22 -0
 - data/lib/candidhealth/pre_encounter/coverages/v_1/coverages/types/coverage_type.rb +18 -0
 - data/lib/candidhealth/pre_encounter/coverages/v_1/coverages/types/insurance_plan.rb +136 -0
 - data/lib/candidhealth/pre_encounter/coverages/v_1/coverages/types/mutable_coverage.rb +131 -0
 - data/lib/candidhealth/pre_encounter/coverages/v_1/coverages/types/subscriber.rb +90 -0
 - data/lib/candidhealth/pre_encounter/patients/client.rb +32 -0
 - data/lib/candidhealth/pre_encounter/patients/v_1/client.rb +34 -0
 - data/lib/candidhealth/pre_encounter/patients/v_1/patients/client.rb +590 -0
 - data/lib/candidhealth/pre_encounter/patients/v_1/patients/types/contact.rb +135 -0
 - data/lib/candidhealth/pre_encounter/patients/v_1/patients/types/external_provenance.rb +75 -0
 - data/lib/candidhealth/pre_encounter/patients/v_1/patients/types/external_provider.rb +116 -0
 - data/lib/candidhealth/pre_encounter/patients/v_1/patients/types/marital_status.rb +28 -0
 - data/lib/candidhealth/pre_encounter/patients/v_1/patients/types/mutable_patient.rb +242 -0
 - data/lib/candidhealth/pre_encounter/patients/v_1/patients/types/patient.rb +294 -0
 - data/lib/candidhealth/remits/v_1/types/payee.rb +59 -42
 - data/lib/candidhealth/remits/v_1/types/payee_identifier.rb +84 -80
 - data/lib/candidhealth/service_facility/client.rb +58 -27
 - data/lib/candidhealth/service_facility/types/encounter_service_facility.rb +87 -62
 - data/lib/candidhealth/service_facility/types/encounter_service_facility_base.rb +87 -57
 - data/lib/candidhealth/service_lines/v_2/types/denial_reason_content.rb +33 -31
 - data/lib/candidhealth/service_lines/v_2/types/drug_identification.rb +92 -68
 - data/lib/candidhealth/service_lines/v_2/types/measurement_unit_code.rb +8 -6
 - data/lib/candidhealth/service_lines/v_2/types/service_id_qualifier.rb +10 -8
 - data/lib/candidhealth/service_lines/v_2/types/service_line.rb +352 -222
 - data/lib/candidhealth/service_lines/v_2/types/service_line_adjustment.rb +85 -62
 - data/lib/candidhealth/service_lines/v_2/types/service_line_create.rb +235 -113
 - data/lib/candidhealth/service_lines/v_2/types/service_line_denial_reason.rb +49 -35
 - data/lib/candidhealth/service_lines/v_2/types/service_line_era_data.rb +60 -44
 - data/lib/candidhealth/tags/types/tag.rb +69 -51
 - data/lib/candidhealth/tags/types/tag_color_enum.rb +14 -12
 - data/lib/candidhealth/tags/types/tag_create.rb +62 -45
 - data/lib/candidhealth/tasks/client.rb +8 -6
 - data/lib/candidhealth/tasks/commons/types/task_category.rb +45 -43
 - data/lib/candidhealth/tasks/commons/types/task_status.rb +11 -9
 - data/lib/candidhealth/tasks/commons/types/task_type.rb +16 -14
 - data/lib/candidhealth/tasks/v_3/client.rb +208 -96
 - data/lib/candidhealth/tasks/v_3/types/task.rb +193 -146
 - data/lib/candidhealth/tasks/v_3/types/task_action.rb +66 -47
 - data/lib/candidhealth/tasks/v_3/types/task_action_execution_method.rb +65 -59
 - data/lib/candidhealth/tasks/v_3/types/task_action_type.rb +5 -3
 - data/lib/candidhealth/tasks/v_3/types/task_actions.rb +47 -35
 - data/lib/candidhealth/tasks/v_3/types/task_assignment.rb +59 -40
 - data/lib/candidhealth/tasks/v_3/types/task_create_v_3.rb +100 -77
 - data/lib/candidhealth/tasks/v_3/types/task_note.rb +83 -62
 - data/lib/candidhealth/tasks/v_3/types/task_page.rb +70 -47
 - data/lib/candidhealth/tasks/v_3/types/task_sort_options.rb +25 -23
 - data/lib/candidhealth/tasks/v_3/types/task_update_v_3.rb +68 -49
 - data/lib/candidhealth/tasks/v_3/types/task_updated_to_deprecated_status_error_type.rb +47 -33
 - data/lib/candidhealth/write_offs/client.rb +8 -6
 - data/lib/candidhealth/write_offs/v_1/client.rb +168 -83
 - data/lib/candidhealth/write_offs/v_1/types/create_write_offs_response.rb +47 -35
 - data/lib/candidhealth/write_offs/v_1/types/insurance_write_off.rb +127 -97
 - data/lib/candidhealth/write_offs/v_1/types/insurance_write_off_create.rb +103 -78
 - data/lib/candidhealth/write_offs/v_1/types/insurance_write_off_reason.rb +19 -17
 - data/lib/candidhealth/write_offs/v_1/types/insurance_write_off_target.rb +84 -81
 - data/lib/candidhealth/write_offs/v_1/types/patient_write_off.rb +111 -84
 - data/lib/candidhealth/write_offs/v_1/types/patient_write_off_create.rb +87 -65
 - data/lib/candidhealth/write_offs/v_1/types/patient_write_off_reason.rb +12 -10
 - data/lib/candidhealth/write_offs/v_1/types/write_off.rb +77 -71
 - data/lib/candidhealth/write_offs/v_1/types/write_off_create.rb +77 -71
 - data/lib/candidhealth/write_offs/v_1/types/write_off_sort_field.rb +6 -4
 - data/lib/candidhealth/write_offs/v_1/types/write_offs_page.rb +70 -47
 - data/lib/candidhealth/x_12/v_1/types/carc.rb +406 -404
 - data/lib/candidhealth/x_12/v_1/types/claim_adjustment_reason_code.rb +61 -44
 - data/lib/candidhealth/x_12/v_1/types/rarc.rb +1063 -1061
 - data/lib/candidhealth/x_12/v_1/types/remittance_advice_remark_code.rb +44 -33
 - data/lib/candidhealth.rb +189 -87
 - data/lib/core/oauth.rb +62 -0
 - data/lib/environment.rb +8 -2
 - data/lib/requests.rb +98 -48
 - data/lib/types_export.rb +30 -53
 - metadata +44 -57
 - data/lib/candidhealth/billing_notes/v_2/types/billing_note_id.rb +0 -9
 - data/lib/candidhealth/commons/types/claim_id.rb +0 -7
 - data/lib/candidhealth/commons/types/date.rb +0 -7
 - data/lib/candidhealth/commons/types/decimal.rb +0 -7
 - data/lib/candidhealth/commons/types/email.rb +0 -7
 - data/lib/candidhealth/commons/types/encounter_external_id.rb +0 -7
 - data/lib/candidhealth/commons/types/encounter_id.rb +0 -7
 - data/lib/candidhealth/commons/types/error_message.rb +0 -7
 - data/lib/candidhealth/commons/types/invoice_id.rb +0 -7
 - data/lib/candidhealth/commons/types/link_url.rb +0 -7
 - data/lib/candidhealth/commons/types/npi.rb +0 -7
 - data/lib/candidhealth/commons/types/organization_id.rb +0 -7
 - data/lib/candidhealth/commons/types/page_token.rb +0 -7
 - data/lib/candidhealth/commons/types/patient_external_id.rb +0 -7
 - data/lib/candidhealth/commons/types/provider_id.rb +0 -7
 - data/lib/candidhealth/commons/types/rate_id.rb +0 -7
 - data/lib/candidhealth/commons/types/service_line_id.rb +0 -7
 - data/lib/candidhealth/commons/types/task_assignment_id.rb +0 -7
 - data/lib/candidhealth/commons/types/task_id.rb +0 -7
 - data/lib/candidhealth/commons/types/task_note_id.rb +0 -7
 - data/lib/candidhealth/commons/types/tax_id.rb +0 -7
 - data/lib/candidhealth/commons/types/user_id.rb +0 -7
 - data/lib/candidhealth/commons/types/work_queue_id.rb +0 -7
 - data/lib/candidhealth/contracts/v_2/types/contract_id.rb +0 -9
 - data/lib/candidhealth/contracts/v_2/types/contracting_provider_id.rb +0 -9
 - data/lib/candidhealth/contracts/v_2/types/rendering_providerid.rb +0 -9
 - data/lib/candidhealth/diagnoses/types/diagnosis_id.rb +0 -7
 - data/lib/candidhealth/encounter_providers/v_2/types/provider_id.rb +0 -9
 - data/lib/candidhealth/encounters/v_4/types/intake_follow_up_id.rb +0 -9
 - data/lib/candidhealth/encounters/v_4/types/intake_question_id.rb +0 -9
 - data/lib/candidhealth/encounters/v_4/types/prior_authorization_number.rb +0 -9
 - data/lib/candidhealth/encounters/v_4/types/rx_cui.rb +0 -9
 - data/lib/candidhealth/era/types/era_id.rb +0 -7
 - data/lib/candidhealth/expected_network_status/v_2/types/network_status_check_id.rb +0 -9
 - data/lib/candidhealth/guarantor/v_1/types/guarantor_id.rb +0 -9
 - data/lib/candidhealth/identifiers/types/identifier_id.rb +0 -7
 - data/lib/candidhealth/individual/types/individual_id.rb +0 -7
 - data/lib/candidhealth/insurance_adjudications/v_1/types/insurance_adjudication_id.rb +0 -9
 - data/lib/candidhealth/insurance_adjudications/v_1/types/service_line_adjudication_id.rb +0 -9
 - data/lib/candidhealth/insurance_cards/v_2/types/insurance_card_id.rb +0 -9
 - data/lib/candidhealth/insurance_payments/v_1/types/insurance_payment_id.rb +0 -9
 - data/lib/candidhealth/insurance_refunds/v_1/types/insurance_refund_id.rb +0 -9
 - data/lib/candidhealth/organization_providers/v_2/types/organization_provider_id.rb +0 -9
 - data/lib/candidhealth/organization_service_facilities/v_2/types/organization_service_facility_id.rb +0 -9
 - data/lib/candidhealth/patient_payments/v_3/types/patient_payment_id.rb +0 -9
 - data/lib/candidhealth/patient_payments/v_4/types/patient_payment_id.rb +0 -9
 - data/lib/candidhealth/patient_refunds/v_1/types/patient_refund_id.rb +0 -9
 - data/lib/candidhealth/payers/v_3/types/payer_id.rb +0 -9
 - data/lib/candidhealth/payers/v_3/types/payer_name.rb +0 -9
 - data/lib/candidhealth/payers/v_3/types/payer_uuid.rb +0 -9
 - data/lib/candidhealth/service_facility/types/service_facility_id.rb +0 -7
 - data/lib/candidhealth/tags/types/tag_id.rb +0 -7
 - data/lib/candidhealth/write_offs/v_1/types/write_off_id.rb +0 -9
 
    
        data/lib/requests.rb
    CHANGED
    
    | 
         @@ -7,49 +7,69 @@ require "async/http/faraday" 
     | 
|
| 
       7 
7 
     | 
    
         | 
| 
       8 
8 
     | 
    
         
             
            module CandidApiClient
         
     | 
| 
       9 
9 
     | 
    
         
             
              class RequestClient
         
     | 
| 
       10 
     | 
    
         
            -
                 
     | 
| 
      
 10 
     | 
    
         
            +
                # @return [Faraday]
         
     | 
| 
      
 11 
     | 
    
         
            +
                attr_reader :conn
         
     | 
| 
      
 12 
     | 
    
         
            +
                # @return [String]
         
     | 
| 
      
 13 
     | 
    
         
            +
                attr_reader :base_url
         
     | 
| 
      
 14 
     | 
    
         
            +
                # @return [String, Method]
         
     | 
| 
      
 15 
     | 
    
         
            +
                attr_reader :token
         
     | 
| 
      
 16 
     | 
    
         
            +
                # @return [String]
         
     | 
| 
      
 17 
     | 
    
         
            +
                attr_reader :default_environment
         
     | 
| 
       11 
18 
     | 
    
         | 
| 
       12 
     | 
    
         
            -
                # @param  
     | 
| 
      
 19 
     | 
    
         
            +
                # @param base_url [String]
         
     | 
| 
      
 20 
     | 
    
         
            +
                # @param environment [CandidApiClient::Environment]
         
     | 
| 
       13 
21 
     | 
    
         
             
                # @param max_retries [Long] The number of times to retry a failed request, defaults to 2.
         
     | 
| 
       14 
22 
     | 
    
         
             
                # @param timeout_in_seconds [Long]
         
     | 
| 
       15 
     | 
    
         
            -
                # @param token [String]
         
     | 
| 
       16 
     | 
    
         
            -
                # @return [RequestClient]
         
     | 
| 
       17 
     | 
    
         
            -
                def initialize( 
     | 
| 
      
 23 
     | 
    
         
            +
                # @param token [String, Method]
         
     | 
| 
      
 24 
     | 
    
         
            +
                # @return [CandidApiClient::RequestClient]
         
     | 
| 
      
 25 
     | 
    
         
            +
                def initialize(base_url: nil, environment: CandidApiClient::Environment::PRODUCTION, max_retries: nil,
         
     | 
| 
      
 26 
     | 
    
         
            +
                               timeout_in_seconds: nil, token: nil)
         
     | 
| 
       18 
27 
     | 
    
         
             
                  @default_environment = environment
         
     | 
| 
       19 
     | 
    
         
            -
                  @ 
     | 
| 
       20 
     | 
    
         
            -
                  @ 
     | 
| 
       21 
     | 
    
         
            -
                    "X-Fern-Language": "Ruby",
         
     | 
| 
       22 
     | 
    
         
            -
                    "X-Fern-SDK-Name": "candidhealth",
         
     | 
| 
       23 
     | 
    
         
            -
                    "X-Fern-SDK-Version": "0.21.0",
         
     | 
| 
       24 
     | 
    
         
            -
                    "Authorization": "Bearer #{token}"
         
     | 
| 
       25 
     | 
    
         
            -
                  }
         
     | 
| 
       26 
     | 
    
         
            -
                  @conn = Faraday.new(@base_url, headers: @headers) do |faraday|
         
     | 
| 
      
 28 
     | 
    
         
            +
                  @token = token
         
     | 
| 
      
 29 
     | 
    
         
            +
                  @conn = Faraday.new do |faraday|
         
     | 
| 
       27 
30 
     | 
    
         
             
                    faraday.request :json
         
     | 
| 
       28 
31 
     | 
    
         
             
                    faraday.response :raise_error, include_request: true
         
     | 
| 
       29 
32 
     | 
    
         
             
                    faraday.request :retry, { max: max_retries } unless max_retries.nil?
         
     | 
| 
       30 
33 
     | 
    
         
             
                    faraday.options.timeout = timeout_in_seconds unless timeout_in_seconds.nil?
         
     | 
| 
       31 
34 
     | 
    
         
             
                  end
         
     | 
| 
       32 
35 
     | 
    
         
             
                end
         
     | 
| 
      
 36 
     | 
    
         
            +
             
     | 
| 
      
 37 
     | 
    
         
            +
                # @param request_options [CandidApiClient::RequestOptions]
         
     | 
| 
      
 38 
     | 
    
         
            +
                # @param environment [String]
         
     | 
| 
      
 39 
     | 
    
         
            +
                # @return [String]
         
     | 
| 
      
 40 
     | 
    
         
            +
                def get_url(environment:, request_options: nil)
         
     | 
| 
      
 41 
     | 
    
         
            +
                  request_options&.base_url || @default_environment[environment] || @base_url
         
     | 
| 
      
 42 
     | 
    
         
            +
                end
         
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
      
 44 
     | 
    
         
            +
                # @return [Hash{String => String}]
         
     | 
| 
      
 45 
     | 
    
         
            +
                def get_headers
         
     | 
| 
      
 46 
     | 
    
         
            +
                  headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.24.0-2a6d412" }
         
     | 
| 
      
 47 
     | 
    
         
            +
                  headers["Authorization"] = ((@token.is_a? Method) ? @token.call : @token) unless token.nil?
         
     | 
| 
      
 48 
     | 
    
         
            +
                  headers
         
     | 
| 
      
 49 
     | 
    
         
            +
                end
         
     | 
| 
       33 
50 
     | 
    
         
             
              end
         
     | 
| 
       34 
51 
     | 
    
         | 
| 
       35 
52 
     | 
    
         
             
              class AsyncRequestClient
         
     | 
| 
       36 
     | 
    
         
            -
                 
     | 
| 
      
 53 
     | 
    
         
            +
                # @return [Faraday]
         
     | 
| 
      
 54 
     | 
    
         
            +
                attr_reader :conn
         
     | 
| 
      
 55 
     | 
    
         
            +
                # @return [String]
         
     | 
| 
      
 56 
     | 
    
         
            +
                attr_reader :base_url
         
     | 
| 
      
 57 
     | 
    
         
            +
                # @return [String, Method]
         
     | 
| 
      
 58 
     | 
    
         
            +
                attr_reader :token
         
     | 
| 
      
 59 
     | 
    
         
            +
                # @return [String]
         
     | 
| 
      
 60 
     | 
    
         
            +
                attr_reader :default_environment
         
     | 
| 
       37 
61 
     | 
    
         | 
| 
       38 
     | 
    
         
            -
                # @param  
     | 
| 
      
 62 
     | 
    
         
            +
                # @param base_url [String]
         
     | 
| 
      
 63 
     | 
    
         
            +
                # @param environment [CandidApiClient::Environment]
         
     | 
| 
       39 
64 
     | 
    
         
             
                # @param max_retries [Long] The number of times to retry a failed request, defaults to 2.
         
     | 
| 
       40 
65 
     | 
    
         
             
                # @param timeout_in_seconds [Long]
         
     | 
| 
       41 
     | 
    
         
            -
                # @param token [String]
         
     | 
| 
       42 
     | 
    
         
            -
                # @return [AsyncRequestClient]
         
     | 
| 
       43 
     | 
    
         
            -
                def initialize( 
     | 
| 
      
 66 
     | 
    
         
            +
                # @param token [String, Method]
         
     | 
| 
      
 67 
     | 
    
         
            +
                # @return [CandidApiClient::AsyncRequestClient]
         
     | 
| 
      
 68 
     | 
    
         
            +
                def initialize(base_url: nil, environment: CandidApiClient::Environment::PRODUCTION, max_retries: nil,
         
     | 
| 
      
 69 
     | 
    
         
            +
                               timeout_in_seconds: nil, token: nil)
         
     | 
| 
       44 
70 
     | 
    
         
             
                  @default_environment = environment
         
     | 
| 
       45 
     | 
    
         
            -
                  @ 
     | 
| 
       46 
     | 
    
         
            -
                  @ 
     | 
| 
       47 
     | 
    
         
            -
                    "X-Fern-Language": "Ruby",
         
     | 
| 
       48 
     | 
    
         
            -
                    "X-Fern-SDK-Name": "candidhealth",
         
     | 
| 
       49 
     | 
    
         
            -
                    "X-Fern-SDK-Version": "0.21.0",
         
     | 
| 
       50 
     | 
    
         
            -
                    "Authorization": "Bearer #{token}"
         
     | 
| 
       51 
     | 
    
         
            -
                  }
         
     | 
| 
       52 
     | 
    
         
            -
                  @conn = Faraday.new(@base_url, headers: @headers) do |faraday|
         
     | 
| 
      
 71 
     | 
    
         
            +
                  @token = token
         
     | 
| 
      
 72 
     | 
    
         
            +
                  @conn = Faraday.new do |faraday|
         
     | 
| 
       53 
73 
     | 
    
         
             
                    faraday.request :json
         
     | 
| 
       54 
74 
     | 
    
         
             
                    faraday.response :raise_error, include_request: true
         
     | 
| 
       55 
75 
     | 
    
         
             
                    faraday.adapter :async_http
         
     | 
| 
         @@ -57,56 +77,86 @@ module CandidApiClient 
     | 
|
| 
       57 
77 
     | 
    
         
             
                    faraday.options.timeout = timeout_in_seconds unless timeout_in_seconds.nil?
         
     | 
| 
       58 
78 
     | 
    
         
             
                  end
         
     | 
| 
       59 
79 
     | 
    
         
             
                end
         
     | 
| 
      
 80 
     | 
    
         
            +
             
     | 
| 
      
 81 
     | 
    
         
            +
                # @param request_options [CandidApiClient::RequestOptions]
         
     | 
| 
      
 82 
     | 
    
         
            +
                # @param environment [String]
         
     | 
| 
      
 83 
     | 
    
         
            +
                # @return [String]
         
     | 
| 
      
 84 
     | 
    
         
            +
                def get_url(environment:, request_options: nil)
         
     | 
| 
      
 85 
     | 
    
         
            +
                  request_options&.base_url || @default_environment[environment] || @base_url
         
     | 
| 
      
 86 
     | 
    
         
            +
                end
         
     | 
| 
      
 87 
     | 
    
         
            +
             
     | 
| 
      
 88 
     | 
    
         
            +
                # @return [Hash{String => String}]
         
     | 
| 
      
 89 
     | 
    
         
            +
                def get_headers
         
     | 
| 
      
 90 
     | 
    
         
            +
                  headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.24.0-2a6d412" }
         
     | 
| 
      
 91 
     | 
    
         
            +
                  headers["Authorization"] = ((@token.is_a? Method) ? @token.call : @token) unless token.nil?
         
     | 
| 
      
 92 
     | 
    
         
            +
                  headers
         
     | 
| 
      
 93 
     | 
    
         
            +
                end
         
     | 
| 
       60 
94 
     | 
    
         
             
              end
         
     | 
| 
       61 
95 
     | 
    
         | 
| 
       62 
     | 
    
         
            -
              # Additional options for request-specific configuration when calling APIs via the 
     | 
| 
      
 96 
     | 
    
         
            +
              # Additional options for request-specific configuration when calling APIs via the
         
     | 
| 
      
 97 
     | 
    
         
            +
              #  SDK.
         
     | 
| 
       63 
98 
     | 
    
         
             
              class RequestOptions
         
     | 
| 
       64 
     | 
    
         
            -
                 
     | 
| 
       65 
     | 
    
         
            -
             
     | 
| 
      
 99 
     | 
    
         
            +
                # @return [String]
         
     | 
| 
      
 100 
     | 
    
         
            +
                attr_reader :base_url
         
     | 
| 
      
 101 
     | 
    
         
            +
                # @return [String, Method]
         
     | 
| 
      
 102 
     | 
    
         
            +
                attr_reader :token
         
     | 
| 
      
 103 
     | 
    
         
            +
                # @return [Hash{String => Object}]
         
     | 
| 
      
 104 
     | 
    
         
            +
                attr_reader :additional_headers
         
     | 
| 
      
 105 
     | 
    
         
            +
                # @return [Hash{String => Object}]
         
     | 
| 
      
 106 
     | 
    
         
            +
                attr_reader :additional_query_parameters
         
     | 
| 
      
 107 
     | 
    
         
            +
                # @return [Hash{String => Object}]
         
     | 
| 
      
 108 
     | 
    
         
            +
                attr_reader :additional_body_parameters
         
     | 
| 
      
 109 
     | 
    
         
            +
                # @return [Long]
         
     | 
| 
      
 110 
     | 
    
         
            +
                attr_reader :timeout_in_seconds
         
     | 
| 
       66 
111 
     | 
    
         | 
| 
       67 
     | 
    
         
            -
                # @param  
     | 
| 
      
 112 
     | 
    
         
            +
                # @param base_url [String]
         
     | 
| 
      
 113 
     | 
    
         
            +
                # @param token [String, Method]
         
     | 
| 
       68 
114 
     | 
    
         
             
                # @param additional_headers [Hash{String => Object}]
         
     | 
| 
       69 
115 
     | 
    
         
             
                # @param additional_query_parameters [Hash{String => Object}]
         
     | 
| 
       70 
116 
     | 
    
         
             
                # @param additional_body_parameters [Hash{String => Object}]
         
     | 
| 
       71 
117 
     | 
    
         
             
                # @param timeout_in_seconds [Long]
         
     | 
| 
       72 
     | 
    
         
            -
                # @return [RequestOptions]
         
     | 
| 
       73 
     | 
    
         
            -
                def initialize(token: nil, additional_headers: nil, additional_query_parameters: nil,
         
     | 
| 
      
 118 
     | 
    
         
            +
                # @return [CandidApiClient::RequestOptions]
         
     | 
| 
      
 119 
     | 
    
         
            +
                def initialize(base_url: nil, token: nil, additional_headers: nil, additional_query_parameters: nil,
         
     | 
| 
       74 
120 
     | 
    
         
             
                               additional_body_parameters: nil, timeout_in_seconds: nil)
         
     | 
| 
       75 
     | 
    
         
            -
                   
     | 
| 
      
 121 
     | 
    
         
            +
                  @base_url = base_url
         
     | 
| 
       76 
122 
     | 
    
         
             
                  @token = token
         
     | 
| 
       77 
     | 
    
         
            -
                  # @type [Hash{String => Object}]
         
     | 
| 
       78 
123 
     | 
    
         
             
                  @additional_headers = additional_headers
         
     | 
| 
       79 
     | 
    
         
            -
                  # @type [Hash{String => Object}]
         
     | 
| 
       80 
124 
     | 
    
         
             
                  @additional_query_parameters = additional_query_parameters
         
     | 
| 
       81 
     | 
    
         
            -
                  # @type [Hash{String => Object}]
         
     | 
| 
       82 
125 
     | 
    
         
             
                  @additional_body_parameters = additional_body_parameters
         
     | 
| 
       83 
     | 
    
         
            -
                  # @type [Long]
         
     | 
| 
       84 
126 
     | 
    
         
             
                  @timeout_in_seconds = timeout_in_seconds
         
     | 
| 
       85 
127 
     | 
    
         
             
                end
         
     | 
| 
       86 
128 
     | 
    
         
             
              end
         
     | 
| 
       87 
129 
     | 
    
         | 
| 
       88 
     | 
    
         
            -
              # Additional options for request-specific configuration when calling APIs via the 
     | 
| 
      
 130 
     | 
    
         
            +
              # Additional options for request-specific configuration when calling APIs via the
         
     | 
| 
      
 131 
     | 
    
         
            +
              #  SDK.
         
     | 
| 
       89 
132 
     | 
    
         
             
              class IdempotencyRequestOptions
         
     | 
| 
       90 
     | 
    
         
            -
                 
     | 
| 
       91 
     | 
    
         
            -
             
     | 
| 
      
 133 
     | 
    
         
            +
                # @return [String]
         
     | 
| 
      
 134 
     | 
    
         
            +
                attr_reader :base_url
         
     | 
| 
      
 135 
     | 
    
         
            +
                # @return [String, Method]
         
     | 
| 
      
 136 
     | 
    
         
            +
                attr_reader :token
         
     | 
| 
      
 137 
     | 
    
         
            +
                # @return [Hash{String => Object}]
         
     | 
| 
      
 138 
     | 
    
         
            +
                attr_reader :additional_headers
         
     | 
| 
      
 139 
     | 
    
         
            +
                # @return [Hash{String => Object}]
         
     | 
| 
      
 140 
     | 
    
         
            +
                attr_reader :additional_query_parameters
         
     | 
| 
      
 141 
     | 
    
         
            +
                # @return [Hash{String => Object}]
         
     | 
| 
      
 142 
     | 
    
         
            +
                attr_reader :additional_body_parameters
         
     | 
| 
      
 143 
     | 
    
         
            +
                # @return [Long]
         
     | 
| 
      
 144 
     | 
    
         
            +
                attr_reader :timeout_in_seconds
         
     | 
| 
       92 
145 
     | 
    
         | 
| 
       93 
     | 
    
         
            -
                # @param  
     | 
| 
      
 146 
     | 
    
         
            +
                # @param base_url [String]
         
     | 
| 
      
 147 
     | 
    
         
            +
                # @param token [String, Method]
         
     | 
| 
       94 
148 
     | 
    
         
             
                # @param additional_headers [Hash{String => Object}]
         
     | 
| 
       95 
149 
     | 
    
         
             
                # @param additional_query_parameters [Hash{String => Object}]
         
     | 
| 
       96 
150 
     | 
    
         
             
                # @param additional_body_parameters [Hash{String => Object}]
         
     | 
| 
       97 
151 
     | 
    
         
             
                # @param timeout_in_seconds [Long]
         
     | 
| 
       98 
     | 
    
         
            -
                # @return [IdempotencyRequestOptions]
         
     | 
| 
       99 
     | 
    
         
            -
                def initialize(token: nil, additional_headers: nil, additional_query_parameters: nil,
         
     | 
| 
      
 152 
     | 
    
         
            +
                # @return [CandidApiClient::IdempotencyRequestOptions]
         
     | 
| 
      
 153 
     | 
    
         
            +
                def initialize(base_url: nil, token: nil, additional_headers: nil, additional_query_parameters: nil,
         
     | 
| 
       100 
154 
     | 
    
         
             
                               additional_body_parameters: nil, timeout_in_seconds: nil)
         
     | 
| 
       101 
     | 
    
         
            -
                   
     | 
| 
      
 155 
     | 
    
         
            +
                  @base_url = base_url
         
     | 
| 
       102 
156 
     | 
    
         
             
                  @token = token
         
     | 
| 
       103 
     | 
    
         
            -
                  # @type [Hash{String => Object}]
         
     | 
| 
       104 
157 
     | 
    
         
             
                  @additional_headers = additional_headers
         
     | 
| 
       105 
     | 
    
         
            -
                  # @type [Hash{String => Object}]
         
     | 
| 
       106 
158 
     | 
    
         
             
                  @additional_query_parameters = additional_query_parameters
         
     | 
| 
       107 
     | 
    
         
            -
                  # @type [Hash{String => Object}]
         
     | 
| 
       108 
159 
     | 
    
         
             
                  @additional_body_parameters = additional_body_parameters
         
     | 
| 
       109 
     | 
    
         
            -
                  # @type [Long]
         
     | 
| 
       110 
160 
     | 
    
         
             
                  @timeout_in_seconds = timeout_in_seconds
         
     | 
| 
       111 
161 
     | 
    
         
             
                end
         
     | 
| 
       112 
162 
     | 
    
         
             
              end
         
     | 
    
        data/lib/types_export.rb
    CHANGED
    
    | 
         @@ -2,16 +2,12 @@ 
     | 
|
| 
       2 
2 
     | 
    
         | 
| 
       3 
3 
     | 
    
         
             
            require_relative "candidhealth/auth/v_2/types/auth_get_token_response"
         
     | 
| 
       4 
4 
     | 
    
         
             
            require_relative "candidhealth/auth/v_2/types/too_many_requests_error_type"
         
     | 
| 
       5 
     | 
    
         
            -
            require_relative "candidhealth/billing_notes/v_2/types/billing_note_id"
         
     | 
| 
       6 
5 
     | 
    
         
             
            require_relative "candidhealth/billing_notes/v_2/types/billing_note_base"
         
     | 
| 
       7 
6 
     | 
    
         
             
            require_relative "candidhealth/billing_notes/v_2/types/billing_note"
         
     | 
| 
       8 
7 
     | 
    
         
             
            require_relative "candidhealth/claim_submission/v_1/types/claim_frequency_type_code"
         
     | 
| 
       9 
8 
     | 
    
         
             
            require_relative "candidhealth/claim_submission/v_1/types/external_claim_submission_create"
         
     | 
| 
       10 
9 
     | 
    
         
             
            require_relative "candidhealth/claim_submission/v_1/types/claim_submission_record_create"
         
     | 
| 
       11 
10 
     | 
    
         
             
            require_relative "candidhealth/contracts/v_2/types/contract_is_linked_to_fee_schedule_error"
         
     | 
| 
       12 
     | 
    
         
            -
            require_relative "candidhealth/contracts/v_2/types/contract_id"
         
     | 
| 
       13 
     | 
    
         
            -
            require_relative "candidhealth/contracts/v_2/types/contracting_provider_id"
         
     | 
| 
       14 
     | 
    
         
            -
            require_relative "candidhealth/contracts/v_2/types/rendering_providerid"
         
     | 
| 
       15 
11 
     | 
    
         
             
            require_relative "candidhealth/contracts/v_2/types/regions_update"
         
     | 
| 
       16 
12 
     | 
    
         
             
            require_relative "candidhealth/contracts/v_2/types/date_update"
         
     | 
| 
       17 
13 
     | 
    
         
             
            require_relative "candidhealth/contracts/v_2/types/authorized_signatory_update"
         
     | 
| 
         @@ -25,8 +21,10 @@ require_relative "candidhealth/contracts/v_2/types/authorized_signatory" 
     | 
|
| 
       25 
21 
     | 
    
         
             
            require_relative "candidhealth/encounter_providers/v_2/types/encounter_provider_base"
         
     | 
| 
       26 
22 
     | 
    
         
             
            require_relative "candidhealth/encounter_providers/v_2/types/rendering_provider"
         
     | 
| 
       27 
23 
     | 
    
         
             
            require_relative "candidhealth/encounter_providers/v_2/types/referring_provider"
         
     | 
| 
      
 24 
     | 
    
         
            +
            require_relative "candidhealth/encounter_providers/v_2/types/initial_referring_provider"
         
     | 
| 
      
 25 
     | 
    
         
            +
            require_relative "candidhealth/encounter_providers/v_2/types/supervising_provider"
         
     | 
| 
      
 26 
     | 
    
         
            +
            require_relative "candidhealth/encounter_providers/v_2/types/ordering_provider"
         
     | 
| 
       28 
27 
     | 
    
         
             
            require_relative "candidhealth/encounter_providers/v_2/types/billing_provider"
         
     | 
| 
       29 
     | 
    
         
            -
            require_relative "candidhealth/encounter_providers/v_2/types/provider_id"
         
     | 
| 
       30 
28 
     | 
    
         
             
            require_relative "candidhealth/encounter_providers/v_2/types/encounter_provider"
         
     | 
| 
       31 
29 
     | 
    
         
             
            require_relative "candidhealth/encounters/v_4/types/encounter_base"
         
     | 
| 
       32 
30 
     | 
    
         
             
            require_relative "candidhealth/encounters/v_4/types/encounter"
         
     | 
| 
         @@ -53,10 +51,6 @@ require_relative "candidhealth/encounters/v_4/types/encounter_submission_origin_ 
     | 
|
| 
       53 
51 
     | 
    
         
             
            require_relative "candidhealth/encounters/v_4/types/synchronicity_type"
         
     | 
| 
       54 
52 
     | 
    
         
             
            require_relative "candidhealth/encounters/v_4/types/coding_attribution_type"
         
     | 
| 
       55 
53 
     | 
    
         
             
            require_relative "candidhealth/encounters/v_4/types/encounter_page"
         
     | 
| 
       56 
     | 
    
         
            -
            require_relative "candidhealth/encounters/v_4/types/prior_authorization_number"
         
     | 
| 
       57 
     | 
    
         
            -
            require_relative "candidhealth/encounters/v_4/types/rx_cui"
         
     | 
| 
       58 
     | 
    
         
            -
            require_relative "candidhealth/encounters/v_4/types/intake_question_id"
         
     | 
| 
       59 
     | 
    
         
            -
            require_relative "candidhealth/encounters/v_4/types/intake_follow_up_id"
         
     | 
| 
       60 
54 
     | 
    
         
             
            require_relative "candidhealth/encounters/v_4/types/encounter_external_id_uniqueness_error_type"
         
     | 
| 
       61 
55 
     | 
    
         
             
            require_relative "candidhealth/encounters/v_4/types/encounter_patient_control_number_uniqueness_error_type"
         
     | 
| 
       62 
56 
     | 
    
         
             
            require_relative "candidhealth/encounters/v_4/types/encounter_guarantor_missing_contact_info_error_type"
         
     | 
| 
         @@ -64,7 +58,6 @@ require_relative "candidhealth/encounters/v_4/types/cash_pay_payer_error_message 
     | 
|
| 
       64 
58 
     | 
    
         
             
            require_relative "candidhealth/encounters/v_4/types/service_authorization_exception_code"
         
     | 
| 
       65 
59 
     | 
    
         
             
            require_relative "candidhealth/expected_network_status/v_1/types/expected_network_status"
         
     | 
| 
       66 
60 
     | 
    
         
             
            require_relative "candidhealth/expected_network_status/v_1/types/expected_network_status_response"
         
     | 
| 
       67 
     | 
    
         
            -
            require_relative "candidhealth/expected_network_status/v_2/types/network_status_check_id"
         
     | 
| 
       68 
61 
     | 
    
         
             
            require_relative "candidhealth/expected_network_status/v_2/types/line_of_business"
         
     | 
| 
       69 
62 
     | 
    
         
             
            require_relative "candidhealth/expected_network_status/v_2/types/insurance_type_codes"
         
     | 
| 
       70 
63 
     | 
    
         
             
            require_relative "candidhealth/expected_network_status/v_2/types/insurance_type"
         
     | 
| 
         @@ -83,6 +76,8 @@ require_relative "candidhealth/expected_network_status/v_2/types/expected_networ 
     | 
|
| 
       83 
76 
     | 
    
         
             
            require_relative "candidhealth/expected_network_status/v_2/types/expected_network_status_response_v_2"
         
     | 
| 
       84 
77 
     | 
    
         
             
            require_relative "candidhealth/expected_network_status/v_2/types/expected_network_status_check_error_message"
         
     | 
| 
       85 
78 
     | 
    
         
             
            require_relative "candidhealth/exports/v_3/types/get_exports_response"
         
     | 
| 
      
 79 
     | 
    
         
            +
            require_relative "candidhealth/external_payment_account_config/v_1/types/external_payment_account_config"
         
     | 
| 
      
 80 
     | 
    
         
            +
            require_relative "candidhealth/external_payment_account_config/v_1/types/external_payment_account_config_page"
         
     | 
| 
       86 
81 
     | 
    
         
             
            require_relative "candidhealth/fee_schedules/v_3/types/dimensions"
         
     | 
| 
       87 
82 
     | 
    
         
             
            require_relative "candidhealth/fee_schedules/v_3/types/optional_dimensions"
         
     | 
| 
       88 
83 
     | 
    
         
             
            require_relative "candidhealth/fee_schedules/v_3/types/match_cpt_code"
         
     | 
| 
         @@ -111,7 +106,6 @@ require_relative "candidhealth/fee_schedules/v_3/types/payer_threshold" 
     | 
|
| 
       111 
106 
     | 
    
         
             
            require_relative "candidhealth/fee_schedules/v_3/types/payer_thresholds_page"
         
     | 
| 
       112 
107 
     | 
    
         
             
            require_relative "candidhealth/fee_schedules/v_3/types/overlapping_rate_entries_error"
         
     | 
| 
       113 
108 
     | 
    
         
             
            require_relative "candidhealth/fee_schedules/v_3/types/validation_error"
         
     | 
| 
       114 
     | 
    
         
            -
            require_relative "candidhealth/guarantor/v_1/types/guarantor_id"
         
     | 
| 
       115 
109 
     | 
    
         
             
            require_relative "candidhealth/guarantor/v_1/types/guarantor_base"
         
     | 
| 
       116 
110 
     | 
    
         
             
            require_relative "candidhealth/guarantor/v_1/types/guarantor"
         
     | 
| 
       117 
111 
     | 
    
         
             
            require_relative "candidhealth/guarantor/v_1/types/guarantor_create"
         
     | 
| 
         @@ -122,24 +116,19 @@ require_relative "candidhealth/import_invoice/v_1/types/invoice_item_update_type 
     | 
|
| 
       122 
116 
     | 
    
         
             
            require_relative "candidhealth/import_invoice/v_1/types/import_invoices_page"
         
     | 
| 
       123 
117 
     | 
    
         
             
            require_relative "candidhealth/import_invoice/v_1/types/invoice_item_info_update"
         
     | 
| 
       124 
118 
     | 
    
         
             
            require_relative "candidhealth/import_invoice/v_1/types/import_invoice_update_request"
         
     | 
| 
       125 
     | 
    
         
            -
            require_relative "candidhealth/insurance_adjudications/v_1/types/insurance_adjudication_id"
         
     | 
| 
       126 
     | 
    
         
            -
            require_relative "candidhealth/insurance_adjudications/v_1/types/service_line_adjudication_id"
         
     | 
| 
       127 
119 
     | 
    
         
             
            require_relative "candidhealth/insurance_adjudications/v_1/types/insurance_adjudication_create"
         
     | 
| 
       128 
120 
     | 
    
         
             
            require_relative "candidhealth/insurance_adjudications/v_1/types/insurance_adjudication"
         
     | 
| 
       129 
121 
     | 
    
         
             
            require_relative "candidhealth/insurance_adjudications/v_1/types/claim_adjudication_create"
         
     | 
| 
       130 
122 
     | 
    
         
             
            require_relative "candidhealth/insurance_adjudications/v_1/types/claim_adjudication"
         
     | 
| 
       131 
123 
     | 
    
         
             
            require_relative "candidhealth/insurance_adjudications/v_1/types/service_line_adjudication_create"
         
     | 
| 
       132 
124 
     | 
    
         
             
            require_relative "candidhealth/insurance_adjudications/v_1/types/service_line_adjudication"
         
     | 
| 
       133 
     | 
    
         
            -
            require_relative "candidhealth/insurance_cards/v_2/types/insurance_card_id"
         
     | 
| 
       134 
125 
     | 
    
         
             
            require_relative "candidhealth/insurance_cards/v_2/types/insurance_card_base"
         
     | 
| 
       135 
126 
     | 
    
         
             
            require_relative "candidhealth/insurance_cards/v_2/types/insurance_card_create"
         
     | 
| 
       136 
127 
     | 
    
         
             
            require_relative "candidhealth/insurance_cards/v_2/types/insurance_card"
         
     | 
| 
       137 
     | 
    
         
            -
            require_relative "candidhealth/insurance_payments/v_1/types/insurance_payment_id"
         
     | 
| 
       138 
128 
     | 
    
         
             
            require_relative "candidhealth/insurance_payments/v_1/types/insurance_payment"
         
     | 
| 
       139 
129 
     | 
    
         
             
            require_relative "candidhealth/insurance_payments/v_1/types/insurance_payment_create"
         
     | 
| 
       140 
130 
     | 
    
         
             
            require_relative "candidhealth/insurance_payments/v_1/types/insurance_payments_page"
         
     | 
| 
       141 
131 
     | 
    
         
             
            require_relative "candidhealth/insurance_payments/v_1/types/insurance_payment_sort_field"
         
     | 
| 
       142 
     | 
    
         
            -
            require_relative "candidhealth/insurance_refunds/v_1/types/insurance_refund_id"
         
     | 
| 
       143 
132 
     | 
    
         
             
            require_relative "candidhealth/insurance_refunds/v_1/types/insurance_refund"
         
     | 
| 
       144 
133 
     | 
    
         
             
            require_relative "candidhealth/insurance_refunds/v_1/types/insurance_refund_create"
         
     | 
| 
       145 
134 
     | 
    
         
             
            require_relative "candidhealth/insurance_refunds/v_1/types/insurance_refunds_page"
         
     | 
| 
         @@ -162,12 +151,10 @@ require_relative "candidhealth/organization_service_facilities/v_2/types/service 
     | 
|
| 
       162 
151 
     | 
    
         
             
            require_relative "candidhealth/organization_service_facilities/v_2/types/service_facility_mode"
         
     | 
| 
       163 
152 
     | 
    
         
             
            require_relative "candidhealth/organization_service_facilities/v_2/types/service_facility_physical_type"
         
     | 
| 
       164 
153 
     | 
    
         
             
            require_relative "candidhealth/organization_service_facilities/v_2/types/service_facility_type"
         
     | 
| 
       165 
     | 
    
         
            -
            require_relative "candidhealth/organization_service_facilities/v_2/types/organization_service_facility_id"
         
     | 
| 
       166 
154 
     | 
    
         
             
            require_relative "candidhealth/organization_service_facilities/v_2/types/organization_service_facility"
         
     | 
| 
       167 
155 
     | 
    
         
             
            require_relative "candidhealth/organization_service_facilities/v_2/types/organization_service_facility_update"
         
     | 
| 
       168 
156 
     | 
    
         
             
            require_relative "candidhealth/organization_service_facilities/v_2/types/organization_service_facility_create"
         
     | 
| 
       169 
157 
     | 
    
         
             
            require_relative "candidhealth/organization_service_facilities/v_2/types/organization_service_facility_page"
         
     | 
| 
       170 
     | 
    
         
            -
            require_relative "candidhealth/organization_providers/v_2/types/organization_provider_id"
         
     | 
| 
       171 
158 
     | 
    
         
             
            require_relative "candidhealth/organization_providers/v_2/types/organization_provider_base"
         
     | 
| 
       172 
159 
     | 
    
         
             
            require_relative "candidhealth/organization_providers/v_2/types/organization_provider"
         
     | 
| 
       173 
160 
     | 
    
         
             
            require_relative "candidhealth/organization_providers/v_2/types/organization_provider_sort_options"
         
     | 
| 
         @@ -180,21 +167,15 @@ require_relative "candidhealth/organization_providers/v_3/types/organization_pro 
     | 
|
| 
       180 
167 
     | 
    
         
             
            require_relative "candidhealth/organization_providers/v_3/types/organization_provider_create_v_2"
         
     | 
| 
       181 
168 
     | 
    
         
             
            require_relative "candidhealth/organization_providers/v_3/types/organization_provider_update_v_2"
         
     | 
| 
       182 
169 
     | 
    
         
             
            require_relative "candidhealth/organization_providers/v_3/types/organization_provider_page_v_2"
         
     | 
| 
       183 
     | 
    
         
            -
            require_relative "candidhealth/patient_payments/v_3/types/patient_payment_id"
         
     | 
| 
       184 
170 
     | 
    
         
             
            require_relative "candidhealth/patient_payments/v_3/types/patient_payment_source"
         
     | 
| 
       185 
171 
     | 
    
         
             
            require_relative "candidhealth/patient_payments/v_3/types/patient_payment"
         
     | 
| 
       186 
172 
     | 
    
         
             
            require_relative "candidhealth/patient_payments/v_3/types/patient_payment_status"
         
     | 
| 
       187 
     | 
    
         
            -
            require_relative "candidhealth/patient_payments/v_4/types/patient_payment_id"
         
     | 
| 
       188 
173 
     | 
    
         
             
            require_relative "candidhealth/patient_payments/v_4/types/patient_payment"
         
     | 
| 
       189 
174 
     | 
    
         
             
            require_relative "candidhealth/patient_payments/v_4/types/patient_payments_page"
         
     | 
| 
       190 
175 
     | 
    
         
             
            require_relative "candidhealth/patient_payments/v_4/types/patient_payment_sort_field"
         
     | 
| 
       191 
     | 
    
         
            -
            require_relative "candidhealth/patient_refunds/v_1/types/patient_refund_id"
         
     | 
| 
       192 
176 
     | 
    
         
             
            require_relative "candidhealth/patient_refunds/v_1/types/patient_refund"
         
     | 
| 
       193 
177 
     | 
    
         
             
            require_relative "candidhealth/patient_refunds/v_1/types/patient_refunds_page"
         
     | 
| 
       194 
178 
     | 
    
         
             
            require_relative "candidhealth/patient_refunds/v_1/types/patient_refund_sort_field"
         
     | 
| 
       195 
     | 
    
         
            -
            require_relative "candidhealth/payers/v_3/types/payer_uuid"
         
     | 
| 
       196 
     | 
    
         
            -
            require_relative "candidhealth/payers/v_3/types/payer_id"
         
     | 
| 
       197 
     | 
    
         
            -
            require_relative "candidhealth/payers/v_3/types/payer_name"
         
     | 
| 
       198 
179 
     | 
    
         
             
            require_relative "candidhealth/payers/v_3/types/payer_page"
         
     | 
| 
       199 
180 
     | 
    
         
             
            require_relative "candidhealth/payers/v_3/types/payer"
         
     | 
| 
       200 
181 
     | 
    
         
             
            require_relative "candidhealth/payers/v_3/types/payer_info"
         
     | 
| 
         @@ -222,7 +203,6 @@ require_relative "candidhealth/tasks/v_3/types/task_create_v_3" 
     | 
|
| 
       222 
203 
     | 
    
         
             
            require_relative "candidhealth/tasks/v_3/types/task_update_v_3"
         
     | 
| 
       223 
204 
     | 
    
         
             
            require_relative "candidhealth/tasks/v_3/types/task_page"
         
     | 
| 
       224 
205 
     | 
    
         
             
            require_relative "candidhealth/tasks/v_3/types/task_updated_to_deprecated_status_error_type"
         
     | 
| 
       225 
     | 
    
         
            -
            require_relative "candidhealth/write_offs/v_1/types/write_off_id"
         
     | 
| 
       226 
206 
     | 
    
         
             
            require_relative "candidhealth/write_offs/v_1/types/write_off"
         
     | 
| 
       227 
207 
     | 
    
         
             
            require_relative "candidhealth/write_offs/v_1/types/write_off_create"
         
     | 
| 
       228 
208 
     | 
    
         
             
            require_relative "candidhealth/write_offs/v_1/types/patient_write_off_reason"
         
     | 
| 
         @@ -241,28 +221,9 @@ require_relative "candidhealth/x_12/v_1/types/carc" 
     | 
|
| 
       241 
221 
     | 
    
         
             
            require_relative "candidhealth/x_12/v_1/types/rarc"
         
     | 
| 
       242 
222 
     | 
    
         
             
            require_relative "candidhealth/claims/types/claim"
         
     | 
| 
       243 
223 
     | 
    
         
             
            require_relative "candidhealth/claims/types/claim_status"
         
     | 
| 
       244 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/encounter_id"
         
     | 
| 
       245 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/organization_id"
         
     | 
| 
       246 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/claim_id"
         
     | 
| 
       247 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/service_line_id"
         
     | 
| 
       248 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/patient_external_id"
         
     | 
| 
       249 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/encounter_external_id"
         
     | 
| 
       250 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/npi"
         
     | 
| 
       251 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/tax_id"
         
     | 
| 
       252 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/work_queue_id"
         
     | 
| 
       253 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/user_id"
         
     | 
| 
       254 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/task_id"
         
     | 
| 
       255 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/task_assignment_id"
         
     | 
| 
       256 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/task_note_id"
         
     | 
| 
       257 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/provider_id"
         
     | 
| 
       258 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/invoice_id"
         
     | 
| 
       259 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/rate_id"
         
     | 
| 
       260 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/link_url"
         
     | 
| 
       261 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/page_token"
         
     | 
| 
       262 
224 
     | 
    
         
             
            require_relative "candidhealth/commons/types/sort_direction"
         
     | 
| 
       263 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/ 
     | 
| 
      
 225 
     | 
    
         
            +
            require_relative "candidhealth/commons/types/qualifier_code"
         
     | 
| 
       264 
226 
     | 
    
         
             
            require_relative "candidhealth/commons/types/date_range_optional_end"
         
     | 
| 
       265 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/decimal"
         
     | 
| 
       266 
227 
     | 
    
         
             
            require_relative "candidhealth/commons/types/removable_date_range_optional_end"
         
     | 
| 
       267 
228 
     | 
    
         
             
            require_relative "candidhealth/commons/types/resource_page"
         
     | 
| 
       268 
229 
     | 
    
         
             
            require_relative "candidhealth/commons/types/street_address_base"
         
     | 
| 
         @@ -282,7 +243,6 @@ require_relative "candidhealth/commons/types/claim_adjustment_group_codes" 
     | 
|
| 
       282 
243 
     | 
    
         
             
            require_relative "candidhealth/commons/types/claim_submission_payer_responsibility_type"
         
     | 
| 
       283 
244 
     | 
    
         
             
            require_relative "candidhealth/commons/types/emr_payer_crosswalk"
         
     | 
| 
       284 
245 
     | 
    
         
             
            require_relative "candidhealth/commons/types/network_type"
         
     | 
| 
       285 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/error_message"
         
     | 
| 
       286 
246 
     | 
    
         
             
            require_relative "candidhealth/commons/types/entity_not_found_error_message"
         
     | 
| 
       287 
247 
     | 
    
         
             
            require_relative "candidhealth/commons/types/unauthorized_error_message"
         
     | 
| 
       288 
248 
     | 
    
         
             
            require_relative "candidhealth/commons/types/entity_conflict_error_message"
         
     | 
| 
         @@ -293,16 +253,13 @@ require_relative "candidhealth/commons/types/updates_disabled_due_to_external_sy 
     | 
|
| 
       293 
253 
     | 
    
         
             
            require_relative "candidhealth/commons/types/organization_not_authorized_error_message"
         
     | 
| 
       294 
254 
     | 
    
         
             
            require_relative "candidhealth/commons/types/phone_number"
         
     | 
| 
       295 
255 
     | 
    
         
             
            require_relative "candidhealth/commons/types/phone_number_type"
         
     | 
| 
       296 
     | 
    
         
            -
            require_relative "candidhealth/commons/types/email"
         
     | 
| 
       297 
256 
     | 
    
         
             
            require_relative "candidhealth/commons/types/delay_reason_code"
         
     | 
| 
       298 
257 
     | 
    
         
             
            require_relative "candidhealth/commons/types/intended_submission_medium"
         
     | 
| 
       299 
     | 
    
         
            -
            require_relative "candidhealth/diagnoses/types/diagnosis_id"
         
     | 
| 
       300 
258 
     | 
    
         
             
            require_relative "candidhealth/diagnoses/types/diagnosis_create"
         
     | 
| 
       301 
259 
     | 
    
         
             
            require_relative "candidhealth/diagnoses/types/standalone_diagnosis_create"
         
     | 
| 
       302 
260 
     | 
    
         
             
            require_relative "candidhealth/diagnoses/types/diagnosis_type_code"
         
     | 
| 
       303 
261 
     | 
    
         
             
            require_relative "candidhealth/diagnoses/types/diagnosis"
         
     | 
| 
       304 
262 
     | 
    
         
             
            require_relative "candidhealth/era_commons/types/claim_status_code_create"
         
     | 
| 
       305 
     | 
    
         
            -
            require_relative "candidhealth/era/types/era_id"
         
     | 
| 
       306 
263 
     | 
    
         
             
            require_relative "candidhealth/era/types/era_base"
         
     | 
| 
       307 
264 
     | 
    
         
             
            require_relative "candidhealth/era/types/era_not_fully_processed_error_message"
         
     | 
| 
       308 
265 
     | 
    
         
             
            require_relative "candidhealth/era/types/era"
         
     | 
| 
         @@ -320,7 +277,6 @@ require_relative "candidhealth/financials/types/note_update" 
     | 
|
| 
       320 
277 
     | 
    
         
             
            require_relative "candidhealth/financials/types/invoice_update"
         
     | 
| 
       321 
278 
     | 
    
         
             
            require_relative "candidhealth/financials/types/refund_reason_update"
         
     | 
| 
       322 
279 
     | 
    
         
             
            require_relative "candidhealth/identifiers/types/identifier_code"
         
     | 
| 
       323 
     | 
    
         
            -
            require_relative "candidhealth/identifiers/types/identifier_id"
         
     | 
| 
       324 
280 
     | 
    
         
             
            require_relative "candidhealth/identifiers/types/medicare_provider_identifier"
         
     | 
| 
       325 
281 
     | 
    
         
             
            require_relative "candidhealth/identifiers/types/medicaid_provider_identifier"
         
     | 
| 
       326 
282 
     | 
    
         
             
            require_relative "candidhealth/identifiers/types/identifier_value"
         
     | 
| 
         @@ -329,7 +285,6 @@ require_relative "candidhealth/identifiers/types/identifier" 
     | 
|
| 
       329 
285 
     | 
    
         
             
            require_relative "candidhealth/identifiers/types/identifier_create"
         
     | 
| 
       330 
286 
     | 
    
         
             
            require_relative "candidhealth/identifiers/types/identifier_update"
         
     | 
| 
       331 
287 
     | 
    
         
             
            require_relative "candidhealth/identifiers/types/updatable_identifier"
         
     | 
| 
       332 
     | 
    
         
            -
            require_relative "candidhealth/individual/types/individual_id"
         
     | 
| 
       333 
288 
     | 
    
         
             
            require_relative "candidhealth/individual/types/individual_base"
         
     | 
| 
       334 
289 
     | 
    
         
             
            require_relative "candidhealth/individual/types/subscriber_base"
         
     | 
| 
       335 
290 
     | 
    
         
             
            require_relative "candidhealth/individual/types/subscriber_create"
         
     | 
| 
         @@ -341,13 +296,35 @@ require_relative "candidhealth/individual/types/gender" 
     | 
|
| 
       341 
296 
     | 
    
         
             
            require_relative "candidhealth/invoices/types/invoice"
         
     | 
| 
       342 
297 
     | 
    
         
             
            require_relative "candidhealth/invoices/types/invoice_item"
         
     | 
| 
       343 
298 
     | 
    
         
             
            require_relative "candidhealth/invoices/types/invoice_status"
         
     | 
| 
       344 
     | 
    
         
            -
            require_relative "candidhealth/service_facility/types/service_facility_id"
         
     | 
| 
       345 
299 
     | 
    
         
             
            require_relative "candidhealth/service_facility/types/encounter_service_facility_base"
         
     | 
| 
       346 
300 
     | 
    
         
             
            require_relative "candidhealth/service_facility/types/encounter_service_facility"
         
     | 
| 
       347 
     | 
    
         
            -
            require_relative "candidhealth/tags/types/tag_id"
         
     | 
| 
       348 
301 
     | 
    
         
             
            require_relative "candidhealth/tags/types/tag_create"
         
     | 
| 
       349 
302 
     | 
    
         
             
            require_relative "candidhealth/tags/types/tag"
         
     | 
| 
       350 
303 
     | 
    
         
             
            require_relative "candidhealth/tags/types/tag_color_enum"
         
     | 
| 
       351 
304 
     | 
    
         
             
            require_relative "candidhealth/tasks/commons/types/task_status"
         
     | 
| 
       352 
305 
     | 
    
         
             
            require_relative "candidhealth/tasks/commons/types/task_type"
         
     | 
| 
       353 
306 
     | 
    
         
             
            require_relative "candidhealth/tasks/commons/types/task_category"
         
     | 
| 
      
 307 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/common/types/relationship"
         
     | 
| 
      
 308 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/common/types/gender"
         
     | 
| 
      
 309 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/common/types/name_use"
         
     | 
| 
      
 310 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/common/types/human_name"
         
     | 
| 
      
 311 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/common/types/address_use"
         
     | 
| 
      
 312 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/common/types/address"
         
     | 
| 
      
 313 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/common/types/period"
         
     | 
| 
      
 314 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/common/types/contact_point_use"
         
     | 
| 
      
 315 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/common/types/contact_point"
         
     | 
| 
      
 316 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/common/types/error_base"
         
     | 
| 
      
 317 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/common/types/not_found_error_body"
         
     | 
| 
      
 318 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/common/types/version_conflict_error_body"
         
     | 
| 
      
 319 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/coverages/v_1/coverages/types/subscriber"
         
     | 
| 
      
 320 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/coverages/v_1/coverages/types/coverage_status"
         
     | 
| 
      
 321 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/coverages/v_1/coverages/types/coverage_type"
         
     | 
| 
      
 322 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/coverages/v_1/coverages/types/insurance_plan"
         
     | 
| 
      
 323 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/coverages/v_1/coverages/types/mutable_coverage"
         
     | 
| 
      
 324 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/coverages/v_1/coverages/types/coverage"
         
     | 
| 
      
 325 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/patients/v_1/patients/types/marital_status"
         
     | 
| 
      
 326 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/patients/v_1/patients/types/external_provenance"
         
     | 
| 
      
 327 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/patients/v_1/patients/types/contact"
         
     | 
| 
      
 328 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/patients/v_1/patients/types/external_provider"
         
     | 
| 
      
 329 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/patients/v_1/patients/types/mutable_patient"
         
     | 
| 
      
 330 
     | 
    
         
            +
            require_relative "candidhealth/pre_encounter/patients/v_1/patients/types/patient"
         
     |