candidhealth 0.17.1
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 +7 -0
- data/lib/candidhealth/auth/client.rb +28 -0
- data/lib/candidhealth/auth/v_2/client.rb +90 -0
- data/lib/candidhealth/auth/v_2/types/auth_get_token_request.rb +54 -0
- data/lib/candidhealth/auth/v_2/types/auth_get_token_response.rb +59 -0
- data/lib/candidhealth/auth/v_2/types/too_many_requests_error_type.rb +49 -0
- data/lib/candidhealth/billing_notes/client.rb +28 -0
- data/lib/candidhealth/billing_notes/v_2/client.rb +76 -0
- data/lib/candidhealth/billing_notes/v_2/types/billing_note.rb +89 -0
- data/lib/candidhealth/billing_notes/v_2/types/billing_note_base.rb +49 -0
- data/lib/candidhealth/billing_notes/v_2/types/billing_note_id.rb +9 -0
- data/lib/candidhealth/claim_submission/v_1/types/claim_frequency_type_code.rb +14 -0
- data/lib/candidhealth/claim_submission/v_1/types/claim_submission_record_create.rb +68 -0
- data/lib/candidhealth/claim_submission/v_1/types/external_claim_submission_create.rb +75 -0
- data/lib/candidhealth/claims/types/claim.rb +98 -0
- data/lib/candidhealth/claims/types/claim_status.rb +23 -0
- data/lib/candidhealth/commons/types/claim_adjustment_group_codes.rb +17 -0
- data/lib/candidhealth/commons/types/claim_id.rb +7 -0
- data/lib/candidhealth/commons/types/claim_submission_payer_responsibility_type.rb +10 -0
- data/lib/candidhealth/commons/types/date.rb +7 -0
- data/lib/candidhealth/commons/types/date_range_optional_end.rb +53 -0
- data/lib/candidhealth/commons/types/decimal.rb +7 -0
- data/lib/candidhealth/commons/types/delay_reason_code.rb +23 -0
- data/lib/candidhealth/commons/types/email.rb +7 -0
- data/lib/candidhealth/commons/types/emr_payer_crosswalk.rb +10 -0
- data/lib/candidhealth/commons/types/encounter_external_id.rb +7 -0
- data/lib/candidhealth/commons/types/encounter_id.rb +7 -0
- data/lib/candidhealth/commons/types/entity_not_found_error_message.rb +47 -0
- data/lib/candidhealth/commons/types/error_message.rb +7 -0
- data/lib/candidhealth/commons/types/facility_type_code.rb +61 -0
- data/lib/candidhealth/commons/types/http_service_unavailable_error_message.rb +47 -0
- data/lib/candidhealth/commons/types/insurance_type_code.rb +79 -0
- data/lib/candidhealth/commons/types/invoice_id.rb +7 -0
- data/lib/candidhealth/commons/types/link_url.rb +7 -0
- data/lib/candidhealth/commons/types/npi.rb +7 -0
- data/lib/candidhealth/commons/types/organization_id.rb +7 -0
- data/lib/candidhealth/commons/types/organization_not_authorized_error_message.rb +47 -0
- data/lib/candidhealth/commons/types/page_token.rb +7 -0
- data/lib/candidhealth/commons/types/patient_external_id.rb +7 -0
- data/lib/candidhealth/commons/types/patient_relationship_to_insured_code_all.rb +32 -0
- data/lib/candidhealth/commons/types/phone_number.rb +53 -0
- data/lib/candidhealth/commons/types/phone_number_type.rb +11 -0
- data/lib/candidhealth/commons/types/procedure_modifier.rb +395 -0
- data/lib/candidhealth/commons/types/provider_id.rb +7 -0
- data/lib/candidhealth/commons/types/region_national.rb +41 -0
- data/lib/candidhealth/commons/types/region_states.rb +48 -0
- data/lib/candidhealth/commons/types/regions.rb +92 -0
- data/lib/candidhealth/commons/types/removable_date_range_optional_end.rb +90 -0
- data/lib/candidhealth/commons/types/request_validation_error.rb +52 -0
- data/lib/candidhealth/commons/types/resource_page.rb +53 -0
- data/lib/candidhealth/commons/types/service_line_id.rb +7 -0
- data/lib/candidhealth/commons/types/service_line_units.rb +10 -0
- data/lib/candidhealth/commons/types/sort_direction.rb +10 -0
- data/lib/candidhealth/commons/types/source_of_payment_code.rb +31 -0
- data/lib/candidhealth/commons/types/state.rb +70 -0
- data/lib/candidhealth/commons/types/street_address_base.rb +75 -0
- data/lib/candidhealth/commons/types/street_address_long_zip.rb +82 -0
- data/lib/candidhealth/commons/types/street_address_short_zip.rb +82 -0
- data/lib/candidhealth/commons/types/task_assignment_id.rb +7 -0
- data/lib/candidhealth/commons/types/task_id.rb +7 -0
- data/lib/candidhealth/commons/types/task_note_id.rb +7 -0
- data/lib/candidhealth/commons/types/tax_id.rb +7 -0
- data/lib/candidhealth/commons/types/unauthorized_error_message.rb +47 -0
- data/lib/candidhealth/commons/types/unprocessable_entity_error_message.rb +47 -0
- data/lib/candidhealth/commons/types/updates_disabled_due_to_external_system_integration_error_message.rb +47 -0
- data/lib/candidhealth/commons/types/user_id.rb +7 -0
- data/lib/candidhealth/commons/types/work_queue_id.rb +7 -0
- data/lib/candidhealth/contracts/client.rb +28 -0
- data/lib/candidhealth/contracts/v_2/client.rb +336 -0
- data/lib/candidhealth/contracts/v_2/types/authorized_signatory.rb +83 -0
- data/lib/candidhealth/contracts/v_2/types/authorized_signatory_update.rb +92 -0
- data/lib/candidhealth/contracts/v_2/types/contract.rb +165 -0
- data/lib/candidhealth/contracts/v_2/types/contract_base.rb +128 -0
- data/lib/candidhealth/contracts/v_2/types/contract_id.rb +9 -0
- data/lib/candidhealth/contracts/v_2/types/contract_is_linked_to_fee_schedule_error.rb +49 -0
- data/lib/candidhealth/contracts/v_2/types/contract_status.rb +13 -0
- data/lib/candidhealth/contracts/v_2/types/contract_with_providers.rb +177 -0
- data/lib/candidhealth/contracts/v_2/types/contracting_provider_id.rb +9 -0
- data/lib/candidhealth/contracts/v_2/types/contracts_page.rb +65 -0
- data/lib/candidhealth/contracts/v_2/types/date_update.rb +92 -0
- data/lib/candidhealth/contracts/v_2/types/insurance_types.rb +103 -0
- data/lib/candidhealth/contracts/v_2/types/regions_update.rb +92 -0
- data/lib/candidhealth/contracts/v_2/types/rendering_providerid.rb +9 -0
- data/lib/candidhealth/diagnoses/types/diagnosis.rb +106 -0
- data/lib/candidhealth/diagnoses/types/diagnosis_create.rb +72 -0
- data/lib/candidhealth/diagnoses/types/diagnosis_id.rb +7 -0
- data/lib/candidhealth/diagnoses/types/diagnosis_type_code.rb +18 -0
- data/lib/candidhealth/diagnoses/types/standalone_diagnosis_create.rb +78 -0
- data/lib/candidhealth/eligibility/client.rb +28 -0
- data/lib/candidhealth/eligibility/v_2/client.rb +136 -0
- data/lib/candidhealth/encounter_providers/v_2/types/billing_provider.rb +104 -0
- data/lib/candidhealth/encounter_providers/v_2/types/encounter_provider.rb +103 -0
- data/lib/candidhealth/encounter_providers/v_2/types/encounter_provider_base.rb +60 -0
- data/lib/candidhealth/encounter_providers/v_2/types/provider_id.rb +9 -0
- data/lib/candidhealth/encounter_providers/v_2/types/referring_provider.rb +91 -0
- data/lib/candidhealth/encounter_providers/v_2/types/rendering_provider.rb +91 -0
- data/lib/candidhealth/encounters/client.rb +28 -0
- data/lib/candidhealth/encounters/v_4/client.rb +1125 -0
- data/lib/candidhealth/encounters/v_4/types/billable_status_type.rb +12 -0
- data/lib/candidhealth/encounters/v_4/types/cash_pay_payer_error_message.rb +49 -0
- data/lib/candidhealth/encounters/v_4/types/clinical_note.rb +67 -0
- data/lib/candidhealth/encounters/v_4/types/clinical_note_category.rb +64 -0
- data/lib/candidhealth/encounters/v_4/types/clinical_note_category_create.rb +59 -0
- data/lib/candidhealth/encounters/v_4/types/coding_attribution_type.rb +14 -0
- data/lib/candidhealth/encounters/v_4/types/encounter.rb +515 -0
- data/lib/candidhealth/encounters/v_4/types/encounter_base.rb +274 -0
- data/lib/candidhealth/encounters/v_4/types/encounter_external_id_uniqueness_error_type.rb +50 -0
- data/lib/candidhealth/encounters/v_4/types/encounter_guarantor_missing_contact_info_error_type.rb +49 -0
- data/lib/candidhealth/encounters/v_4/types/encounter_owner_of_next_action_type.rb +14 -0
- data/lib/candidhealth/encounters/v_4/types/encounter_page.rb +65 -0
- data/lib/candidhealth/encounters/v_4/types/encounter_patient_control_number_uniqueness_error_type.rb +49 -0
- data/lib/candidhealth/encounters/v_4/types/encounter_sort_options.rb +14 -0
- data/lib/candidhealth/encounters/v_4/types/encounter_submission_origin_type.rb +12 -0
- data/lib/candidhealth/encounters/v_4/types/intake_follow_up.rb +60 -0
- data/lib/candidhealth/encounters/v_4/types/intake_follow_up_id.rb +9 -0
- data/lib/candidhealth/encounters/v_4/types/intake_question.rb +64 -0
- data/lib/candidhealth/encounters/v_4/types/intake_question_id.rb +9 -0
- data/lib/candidhealth/encounters/v_4/types/intake_response_and_follow_ups.rb +58 -0
- data/lib/candidhealth/encounters/v_4/types/intervention.rb +87 -0
- data/lib/candidhealth/encounters/v_4/types/intervention_category.rb +14 -0
- data/lib/candidhealth/encounters/v_4/types/lab.rb +60 -0
- data/lib/candidhealth/encounters/v_4/types/lab_code_type.rb +12 -0
- data/lib/candidhealth/encounters/v_4/types/medication.rb +84 -0
- data/lib/candidhealth/encounters/v_4/types/note_category.rb +24 -0
- data/lib/candidhealth/encounters/v_4/types/patient_history_category.rb +59 -0
- data/lib/candidhealth/encounters/v_4/types/patient_history_category_enum.rb +14 -0
- data/lib/candidhealth/encounters/v_4/types/prior_authorization_number.rb +9 -0
- data/lib/candidhealth/encounters/v_4/types/responsible_party_type.rb +13 -0
- data/lib/candidhealth/encounters/v_4/types/rx_cui.rb +9 -0
- data/lib/candidhealth/encounters/v_4/types/service_authorization_exception_code.rb +19 -0
- data/lib/candidhealth/encounters/v_4/types/synchronicity_type.rb +12 -0
- data/lib/candidhealth/encounters/v_4/types/vitals.rb +78 -0
- data/lib/candidhealth/era/types/era.rb +59 -0
- data/lib/candidhealth/era/types/era_base.rb +53 -0
- data/lib/candidhealth/era/types/era_id.rb +7 -0
- data/lib/candidhealth/era/types/era_not_fully_processed_error_message.rb +53 -0
- data/lib/candidhealth/era_commons/types/claim_status_code_create.rb +18 -0
- data/lib/candidhealth/expected_network_status/client.rb +31 -0
- data/lib/candidhealth/expected_network_status/v_1/client.rb +112 -0
- data/lib/candidhealth/expected_network_status/v_1/types/expected_network_status.rb +13 -0
- data/lib/candidhealth/expected_network_status/v_1/types/expected_network_status_response.rb +66 -0
- data/lib/candidhealth/expected_network_status/v_2/client.rb +183 -0
- data/lib/candidhealth/expected_network_status/v_2/types/compute_all_in_network_providers_request.rb +119 -0
- data/lib/candidhealth/expected_network_status/v_2/types/compute_all_in_network_providers_response.rb +65 -0
- data/lib/candidhealth/expected_network_status/v_2/types/compute_all_in_network_rendering_providers_result.rb +107 -0
- data/lib/candidhealth/expected_network_status/v_2/types/expected_network_status_check_error_message.rb +49 -0
- data/lib/candidhealth/expected_network_status/v_2/types/expected_network_status_request_v_2.rb +119 -0
- data/lib/candidhealth/expected_network_status/v_2/types/expected_network_status_response_v_2.rb +62 -0
- data/lib/candidhealth/expected_network_status/v_2/types/expected_network_status_subscriber_information.rb +67 -0
- data/lib/candidhealth/expected_network_status/v_2/types/expected_network_status_v_2.rb +107 -0
- data/lib/candidhealth/expected_network_status/v_2/types/explanation.rb +18 -0
- data/lib/candidhealth/expected_network_status/v_2/types/in_network_rendering_providers_detail.rb +67 -0
- data/lib/candidhealth/expected_network_status/v_2/types/in_network_status.rb +57 -0
- data/lib/candidhealth/expected_network_status/v_2/types/indeterminate_network_status.rb +74 -0
- data/lib/candidhealth/expected_network_status/v_2/types/insurance_type.rb +62 -0
- data/lib/candidhealth/expected_network_status/v_2/types/insurance_type_codes.rb +103 -0
- data/lib/candidhealth/expected_network_status/v_2/types/line_of_business.rb +13 -0
- data/lib/candidhealth/expected_network_status/v_2/types/network_status_check_id.rb +9 -0
- data/lib/candidhealth/expected_network_status/v_2/types/out_of_network_status.rb +67 -0
- data/lib/candidhealth/expected_network_status/v_2/types/service_type.rb +51 -0
- data/lib/candidhealth/exports/client.rb +28 -0
- data/lib/candidhealth/exports/v_3/client.rb +102 -0
- data/lib/candidhealth/exports/v_3/types/get_exports_response.rb +75 -0
- data/lib/candidhealth/financials/types/account_type.rb +10 -0
- data/lib/candidhealth/financials/types/allocation.rb +58 -0
- data/lib/candidhealth/financials/types/allocation_create.rb +60 -0
- data/lib/candidhealth/financials/types/allocation_target.rb +118 -0
- data/lib/candidhealth/financials/types/allocation_target_create.rb +118 -0
- data/lib/candidhealth/financials/types/billing_provider_allocation_target.rb +48 -0
- data/lib/candidhealth/financials/types/claim_allocation_target.rb +54 -0
- data/lib/candidhealth/financials/types/invoice_update.rb +90 -0
- data/lib/candidhealth/financials/types/note_update.rb +89 -0
- data/lib/candidhealth/financials/types/patient_transaction_source.rb +15 -0
- data/lib/candidhealth/financials/types/refund_reason.rb +9 -0
- data/lib/candidhealth/financials/types/refund_reason_update.rb +90 -0
- data/lib/candidhealth/financials/types/service_line_allocation_target.rb +61 -0
- data/lib/candidhealth/guarantor/client.rb +28 -0
- data/lib/candidhealth/guarantor/v_1/client.rb +224 -0
- data/lib/candidhealth/guarantor/v_1/types/encounter_has_existing_guarantor_error_type.rb +49 -0
- data/lib/candidhealth/guarantor/v_1/types/guarantor.rb +121 -0
- data/lib/candidhealth/guarantor/v_1/types/guarantor_base.rb +84 -0
- data/lib/candidhealth/guarantor/v_1/types/guarantor_create.rb +114 -0
- data/lib/candidhealth/guarantor/v_1/types/guarantor_id.rb +9 -0
- data/lib/candidhealth/identifiers/types/identifier.rb +82 -0
- data/lib/candidhealth/identifiers/types/identifier_base.rb +71 -0
- data/lib/candidhealth/identifiers/types/identifier_code.rb +10 -0
- data/lib/candidhealth/identifiers/types/identifier_create.rb +71 -0
- data/lib/candidhealth/identifiers/types/identifier_id.rb +7 -0
- data/lib/candidhealth/identifiers/types/identifier_update.rb +83 -0
- data/lib/candidhealth/identifiers/types/identifier_value.rb +92 -0
- data/lib/candidhealth/identifiers/types/medicaid_provider_identifier.rb +53 -0
- data/lib/candidhealth/identifiers/types/medicare_provider_identifier.rb +53 -0
- data/lib/candidhealth/identifiers/types/updatable_identifier.rb +105 -0
- data/lib/candidhealth/individual/types/gender.rb +13 -0
- data/lib/candidhealth/individual/types/individual_base.rb +58 -0
- data/lib/candidhealth/individual/types/individual_id.rb +7 -0
- data/lib/candidhealth/individual/types/patient.rb +126 -0
- data/lib/candidhealth/individual/types/patient_base.rb +89 -0
- data/lib/candidhealth/individual/types/patient_create.rb +119 -0
- data/lib/candidhealth/individual/types/subscriber.rb +110 -0
- data/lib/candidhealth/individual/types/subscriber_base.rb +91 -0
- data/lib/candidhealth/individual/types/subscriber_create.rb +103 -0
- data/lib/candidhealth/insurance_adjudications/client.rb +28 -0
- data/lib/candidhealth/insurance_adjudications/v_1/client.rb +143 -0
- data/lib/candidhealth/insurance_adjudications/v_1/types/claim_adjudication.rb +101 -0
- data/lib/candidhealth/insurance_adjudications/v_1/types/claim_adjudication_create.rb +95 -0
- data/lib/candidhealth/insurance_adjudications/v_1/types/insurance_adjudication.rb +99 -0
- data/lib/candidhealth/insurance_adjudications/v_1/types/insurance_adjudication_create.rb +109 -0
- data/lib/candidhealth/insurance_adjudications/v_1/types/insurance_adjudication_id.rb +9 -0
- data/lib/candidhealth/insurance_adjudications/v_1/types/service_line_adjudication.rb +112 -0
- data/lib/candidhealth/insurance_adjudications/v_1/types/service_line_adjudication_create.rb +105 -0
- data/lib/candidhealth/insurance_adjudications/v_1/types/service_line_adjudication_id.rb +9 -0
- data/lib/candidhealth/insurance_cards/v_2/types/insurance_card.rb +123 -0
- data/lib/candidhealth/insurance_cards/v_2/types/insurance_card_base.rb +73 -0
- data/lib/candidhealth/insurance_cards/v_2/types/insurance_card_create.rb +123 -0
- data/lib/candidhealth/insurance_cards/v_2/types/insurance_card_id.rb +9 -0
- data/lib/candidhealth/insurance_payments/client.rb +28 -0
- data/lib/candidhealth/insurance_payments/v_1/client.rb +269 -0
- data/lib/candidhealth/insurance_payments/v_1/types/insurance_payment.rb +98 -0
- data/lib/candidhealth/insurance_payments/v_1/types/insurance_payment_create.rb +91 -0
- data/lib/candidhealth/insurance_payments/v_1/types/insurance_payment_id.rb +9 -0
- data/lib/candidhealth/insurance_payments/v_1/types/insurance_payment_sort_field.rb +13 -0
- data/lib/candidhealth/insurance_payments/v_1/types/insurance_payments_page.rb +65 -0
- data/lib/candidhealth/insurance_refunds/client.rb +28 -0
- data/lib/candidhealth/insurance_refunds/v_1/client.rb +280 -0
- data/lib/candidhealth/insurance_refunds/v_1/types/insurance_refund.rb +105 -0
- data/lib/candidhealth/insurance_refunds/v_1/types/insurance_refund_create.rb +98 -0
- data/lib/candidhealth/insurance_refunds/v_1/types/insurance_refund_id.rb +9 -0
- data/lib/candidhealth/insurance_refunds/v_1/types/insurance_refund_sort_field.rb +14 -0
- data/lib/candidhealth/insurance_refunds/v_1/types/insurance_refunds_page.rb +65 -0
- data/lib/candidhealth/invoices/types/invoice.rb +134 -0
- data/lib/candidhealth/invoices/types/invoice_item.rb +53 -0
- data/lib/candidhealth/invoices/types/invoice_status.rb +13 -0
- data/lib/candidhealth/organization_providers/client.rb +28 -0
- data/lib/candidhealth/organization_providers/v_2/types/address_type.rb +11 -0
- data/lib/candidhealth/organization_providers/v_2/types/employment_status.rb +12 -0
- data/lib/candidhealth/organization_providers/v_2/types/license_type.rb +78 -0
- data/lib/candidhealth/organization_providers/v_2/types/organization_provider.rb +159 -0
- data/lib/candidhealth/organization_providers/v_2/types/organization_provider_address.rb +61 -0
- data/lib/candidhealth/organization_providers/v_2/types/organization_provider_base.rb +132 -0
- data/lib/candidhealth/organization_providers/v_2/types/organization_provider_id.rb +9 -0
- data/lib/candidhealth/organization_providers/v_2/types/organization_provider_sort_options.rb +14 -0
- data/lib/candidhealth/organization_providers/v_2/types/provider_type.rb +12 -0
- data/lib/candidhealth/organization_providers/v_3/client.rb +239 -0
- data/lib/candidhealth/organization_providers/v_3/types/organization_provider_create_v_2.rb +147 -0
- data/lib/candidhealth/organization_providers/v_3/types/organization_provider_page_v_2.rb +65 -0
- data/lib/candidhealth/organization_providers/v_3/types/organization_provider_update_v_2.rb +143 -0
- data/lib/candidhealth/organization_providers/v_3/types/organization_provider_v_2.rb +154 -0
- data/lib/candidhealth/organization_service_facilities/client.rb +28 -0
- data/lib/candidhealth/organization_service_facilities/v_2/client.rb +256 -0
- data/lib/candidhealth/organization_service_facilities/v_2/types/organization_service_facility.rb +134 -0
- data/lib/candidhealth/organization_service_facilities/v_2/types/organization_service_facility_create.rb +127 -0
- data/lib/candidhealth/organization_service_facilities/v_2/types/organization_service_facility_id.rb +9 -0
- data/lib/candidhealth/organization_service_facilities/v_2/types/organization_service_facility_page.rb +65 -0
- data/lib/candidhealth/organization_service_facilities/v_2/types/organization_service_facility_update.rb +127 -0
- data/lib/candidhealth/organization_service_facilities/v_2/types/service_facility_mode.rb +12 -0
- data/lib/candidhealth/organization_service_facilities/v_2/types/service_facility_operational_status.rb +16 -0
- data/lib/candidhealth/organization_service_facilities/v_2/types/service_facility_physical_type.rb +24 -0
- data/lib/candidhealth/organization_service_facilities/v_2/types/service_facility_status.rb +13 -0
- data/lib/candidhealth/organization_service_facilities/v_2/types/service_facility_type.rb +133 -0
- data/lib/candidhealth/patient_payments/client.rb +28 -0
- data/lib/candidhealth/patient_payments/v_3/types/patient_payment.rb +130 -0
- data/lib/candidhealth/patient_payments/v_3/types/patient_payment_id.rb +9 -0
- data/lib/candidhealth/patient_payments/v_3/types/patient_payment_source.rb +19 -0
- data/lib/candidhealth/patient_payments/v_3/types/patient_payment_status.rb +21 -0
- data/lib/candidhealth/patient_payments/v_4/client.rb +304 -0
- data/lib/candidhealth/patient_payments/v_4/types/patient_payment.rb +120 -0
- data/lib/candidhealth/patient_payments/v_4/types/patient_payment_id.rb +9 -0
- data/lib/candidhealth/patient_payments/v_4/types/patient_payment_sort_field.rb +14 -0
- data/lib/candidhealth/patient_payments/v_4/types/patient_payments_page.rb +65 -0
- data/lib/candidhealth/patient_refunds/client.rb +28 -0
- data/lib/candidhealth/patient_refunds/v_1/client.rb +316 -0
- data/lib/candidhealth/patient_refunds/v_1/types/patient_refund.rb +127 -0
- data/lib/candidhealth/patient_refunds/v_1/types/patient_refund_id.rb +9 -0
- data/lib/candidhealth/patient_refunds/v_1/types/patient_refund_sort_field.rb +15 -0
- data/lib/candidhealth/patient_refunds/v_1/types/patient_refunds_page.rb +65 -0
- data/lib/candidhealth/payers/client.rb +28 -0
- data/lib/candidhealth/payers/v_3/client.rb +104 -0
- data/lib/candidhealth/payers/v_3/types/payer.rb +60 -0
- data/lib/candidhealth/payers/v_3/types/payer_id.rb +9 -0
- data/lib/candidhealth/payers/v_3/types/payer_identifier.rb +94 -0
- data/lib/candidhealth/payers/v_3/types/payer_info.rb +56 -0
- data/lib/candidhealth/payers/v_3/types/payer_name.rb +9 -0
- data/lib/candidhealth/payers/v_3/types/payer_page.rb +65 -0
- data/lib/candidhealth/payers/v_3/types/payer_uuid.rb +9 -0
- data/lib/candidhealth/remits/v_1/types/payee.rb +60 -0
- data/lib/candidhealth/remits/v_1/types/payee_identifier.rb +102 -0
- data/lib/candidhealth/service_facility/client.rb +89 -0
- data/lib/candidhealth/service_facility/types/encounter_service_facility.rb +77 -0
- data/lib/candidhealth/service_facility/types/encounter_service_facility_base.rb +72 -0
- data/lib/candidhealth/service_facility/types/service_facility_id.rb +7 -0
- data/lib/candidhealth/service_lines/v_2/types/denial_reason_content.rb +40 -0
- data/lib/candidhealth/service_lines/v_2/types/drug_identification.rb +86 -0
- data/lib/candidhealth/service_lines/v_2/types/measurement_unit_code.rb +15 -0
- data/lib/candidhealth/service_lines/v_2/types/service_id_qualifier.rb +17 -0
- data/lib/candidhealth/service_lines/v_2/types/service_line.rb +225 -0
- data/lib/candidhealth/service_lines/v_2/types/service_line_adjustment.rb +79 -0
- data/lib/candidhealth/service_lines/v_2/types/service_line_create.rb +120 -0
- data/lib/candidhealth/service_lines/v_2/types/service_line_denial_reason.rb +52 -0
- data/lib/candidhealth/service_lines/v_2/types/service_line_era_data.rb +62 -0
- data/lib/candidhealth/tags/types/tag.rb +65 -0
- data/lib/candidhealth/tags/types/tag_color_enum.rb +18 -0
- data/lib/candidhealth/tags/types/tag_create.rb +59 -0
- data/lib/candidhealth/tags/types/tag_id.rb +7 -0
- data/lib/candidhealth/tasks/client.rb +28 -0
- data/lib/candidhealth/tasks/commons/types/task_category.rb +50 -0
- data/lib/candidhealth/tasks/commons/types/task_status.rb +17 -0
- data/lib/candidhealth/tasks/commons/types/task_type.rb +22 -0
- data/lib/candidhealth/tasks/v_3/client.rb +259 -0
- data/lib/candidhealth/tasks/v_3/types/task.rb +170 -0
- data/lib/candidhealth/tasks/v_3/types/task_action.rb +66 -0
- data/lib/candidhealth/tasks/v_3/types/task_action_execution_method.rb +79 -0
- data/lib/candidhealth/tasks/v_3/types/task_action_type.rb +12 -0
- data/lib/candidhealth/tasks/v_3/types/task_actions.rb +53 -0
- data/lib/candidhealth/tasks/v_3/types/task_assignment.rb +56 -0
- data/lib/candidhealth/tasks/v_3/types/task_create_v_3.rb +95 -0
- data/lib/candidhealth/tasks/v_3/types/task_note.rb +79 -0
- data/lib/candidhealth/tasks/v_3/types/task_page.rb +65 -0
- data/lib/candidhealth/tasks/v_3/types/task_sort_options.rb +32 -0
- data/lib/candidhealth/tasks/v_3/types/task_update_v_3.rb +66 -0
- data/lib/candidhealth/tasks/v_3/types/task_updated_to_deprecated_status_error_type.rb +50 -0
- data/lib/candidhealth/write_offs/client.rb +28 -0
- data/lib/candidhealth/write_offs/v_1/client.rb +218 -0
- data/lib/candidhealth/write_offs/v_1/types/create_write_offs_response.rb +53 -0
- data/lib/candidhealth/write_offs/v_1/types/insurance_write_off.rb +119 -0
- data/lib/candidhealth/write_offs/v_1/types/insurance_write_off_create.rb +100 -0
- data/lib/candidhealth/write_offs/v_1/types/insurance_write_off_reason.rb +25 -0
- data/lib/candidhealth/write_offs/v_1/types/insurance_write_off_target.rb +103 -0
- data/lib/candidhealth/write_offs/v_1/types/patient_write_off.rb +102 -0
- data/lib/candidhealth/write_offs/v_1/types/patient_write_off_create.rb +83 -0
- data/lib/candidhealth/write_offs/v_1/types/patient_write_off_reason.rb +19 -0
- data/lib/candidhealth/write_offs/v_1/types/write_off.rb +94 -0
- data/lib/candidhealth/write_offs/v_1/types/write_off_create.rb +94 -0
- data/lib/candidhealth/write_offs/v_1/types/write_off_id.rb +9 -0
- data/lib/candidhealth/write_offs/v_1/types/write_off_sort_field.rb +13 -0
- data/lib/candidhealth/write_offs/v_1/types/write_offs_page.rb +65 -0
- data/lib/candidhealth/x_12/v_1/types/carc.rb +412 -0
- data/lib/candidhealth/x_12/v_1/types/claim_adjustment_reason_code.rb +62 -0
- data/lib/candidhealth/x_12/v_1/types/rarc.rb +1070 -0
- data/lib/candidhealth/x_12/v_1/types/remittance_advice_remark_code.rb +50 -0
- data/lib/candidhealth.rb +129 -0
- data/lib/environment.rb +8 -0
- data/lib/gemconfig.rb +14 -0
- data/lib/requests.rb +113 -0
- data/lib/types_export.rb +303 -0
- metadata +468 -0
@@ -0,0 +1,127 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative "service_facility_status"
|
4
|
+
require_relative "service_facility_operational_status"
|
5
|
+
require_relative "service_facility_mode"
|
6
|
+
require_relative "service_facility_type"
|
7
|
+
require_relative "service_facility_physical_type"
|
8
|
+
require_relative "../../../commons/types/street_address_long_zip"
|
9
|
+
require "json"
|
10
|
+
|
11
|
+
module CandidApiClient
|
12
|
+
module OrganizationServiceFacilities
|
13
|
+
module V2
|
14
|
+
class OrganizationServiceFacilityUpdate
|
15
|
+
attr_reader :name, :aliases, :description, :npi, :status, :operational_status, :mode, :type, :physical_type,
|
16
|
+
:telecoms, :address, :additional_properties
|
17
|
+
|
18
|
+
# @param name [String] The name of the service facility.
|
19
|
+
# @param aliases [Array<String>] A list of alternate names for the service facility.
|
20
|
+
# @param description [String] A description of the service facility.
|
21
|
+
# @param npi [String] An NPI specific to the service facility if applicable, i.e. if it has one and is not under the billing provider's NPI.
|
22
|
+
# Box 32 section (a) of the CMS-1500 claim form.
|
23
|
+
# @param status [OrganizationServiceFacilities::V2::ServiceFacilityStatus] The status of the service facility.
|
24
|
+
# @param operational_status [OrganizationServiceFacilities::V2::ServiceFacilityOperationalStatus] The operational status of the service facility.
|
25
|
+
# @param mode [OrganizationServiceFacilities::V2::ServiceFacilityMode] The mode of the service facility.
|
26
|
+
# @param type [OrganizationServiceFacilities::V2::ServiceFacilityType] The type of the service facility.
|
27
|
+
# @param physical_type [OrganizationServiceFacilities::V2::ServiceFacilityPhysicalType] The physical type of the service facility.
|
28
|
+
# @param telecoms [Array<String>] A list of contact methods for the service facility.
|
29
|
+
# @param address [Commons::StreetAddressLongZip] The address of the service facility.
|
30
|
+
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
|
31
|
+
# @return [OrganizationServiceFacilities::V2::OrganizationServiceFacilityUpdate]
|
32
|
+
def initialize(name: nil, aliases: nil, description: nil, npi: nil, status: nil, operational_status: nil,
|
33
|
+
mode: nil, type: nil, physical_type: nil, telecoms: nil, address: nil, additional_properties: nil)
|
34
|
+
# @type [String] The name of the service facility.
|
35
|
+
@name = name
|
36
|
+
# @type [Array<String>] A list of alternate names for the service facility.
|
37
|
+
@aliases = aliases
|
38
|
+
# @type [String] A description of the service facility.
|
39
|
+
@description = description
|
40
|
+
# @type [String] An NPI specific to the service facility if applicable, i.e. if it has one and is not under the billing provider's NPI.
|
41
|
+
# Box 32 section (a) of the CMS-1500 claim form.
|
42
|
+
@npi = npi
|
43
|
+
# @type [OrganizationServiceFacilities::V2::ServiceFacilityStatus] The status of the service facility.
|
44
|
+
@status = status
|
45
|
+
# @type [OrganizationServiceFacilities::V2::ServiceFacilityOperationalStatus] The operational status of the service facility.
|
46
|
+
@operational_status = operational_status
|
47
|
+
# @type [OrganizationServiceFacilities::V2::ServiceFacilityMode] The mode of the service facility.
|
48
|
+
@mode = mode
|
49
|
+
# @type [OrganizationServiceFacilities::V2::ServiceFacilityType] The type of the service facility.
|
50
|
+
@type = type
|
51
|
+
# @type [OrganizationServiceFacilities::V2::ServiceFacilityPhysicalType] The physical type of the service facility.
|
52
|
+
@physical_type = physical_type
|
53
|
+
# @type [Array<String>] A list of contact methods for the service facility.
|
54
|
+
@telecoms = telecoms
|
55
|
+
# @type [Commons::StreetAddressLongZip] The address of the service facility.
|
56
|
+
@address = address
|
57
|
+
# @type [OpenStruct] Additional properties unmapped to the current class definition
|
58
|
+
@additional_properties = additional_properties
|
59
|
+
end
|
60
|
+
|
61
|
+
# Deserialize a JSON object to an instance of OrganizationServiceFacilityUpdate
|
62
|
+
#
|
63
|
+
# @param json_object [JSON]
|
64
|
+
# @return [OrganizationServiceFacilities::V2::OrganizationServiceFacilityUpdate]
|
65
|
+
def self.from_json(json_object:)
|
66
|
+
struct = JSON.parse(json_object, object_class: OpenStruct)
|
67
|
+
parsed_json = JSON.parse(json_object)
|
68
|
+
name = struct.name
|
69
|
+
aliases = struct.aliases
|
70
|
+
description = struct.description
|
71
|
+
npi = struct.npi
|
72
|
+
status = struct.status
|
73
|
+
operational_status = struct.operational_status
|
74
|
+
mode = struct.mode
|
75
|
+
type = struct.type
|
76
|
+
physical_type = struct.physical_type
|
77
|
+
telecoms = struct.telecoms
|
78
|
+
if parsed_json["address"].nil?
|
79
|
+
address = nil
|
80
|
+
else
|
81
|
+
address = parsed_json["address"].to_json
|
82
|
+
address = Commons::StreetAddressLongZip.from_json(json_object: address)
|
83
|
+
end
|
84
|
+
new(name: name, aliases: aliases, description: description, npi: npi, status: status,
|
85
|
+
operational_status: operational_status, mode: mode, type: type, physical_type: physical_type, telecoms: telecoms, address: address, additional_properties: struct)
|
86
|
+
end
|
87
|
+
|
88
|
+
# Serialize an instance of OrganizationServiceFacilityUpdate to a JSON object
|
89
|
+
#
|
90
|
+
# @return [JSON]
|
91
|
+
def to_json(*_args)
|
92
|
+
{
|
93
|
+
"name": @name,
|
94
|
+
"aliases": @aliases,
|
95
|
+
"description": @description,
|
96
|
+
"npi": @npi,
|
97
|
+
"status": @status,
|
98
|
+
"operational_status": @operational_status,
|
99
|
+
"mode": @mode,
|
100
|
+
"type": @type,
|
101
|
+
"physical_type": @physical_type,
|
102
|
+
"telecoms": @telecoms,
|
103
|
+
"address": @address
|
104
|
+
}.to_json
|
105
|
+
end
|
106
|
+
|
107
|
+
# Leveraged for Union-type generation, validate_raw attempts to parse the given hash and check each fields type against the current object's property definitions.
|
108
|
+
#
|
109
|
+
# @param obj [Object]
|
110
|
+
# @return [Void]
|
111
|
+
def self.validate_raw(obj:)
|
112
|
+
obj.name&.is_a?(String) != false || raise("Passed value for field obj.name is not the expected type, validation failed.")
|
113
|
+
obj.aliases&.is_a?(Array) != false || raise("Passed value for field obj.aliases is not the expected type, validation failed.")
|
114
|
+
obj.description&.is_a?(String) != false || raise("Passed value for field obj.description is not the expected type, validation failed.")
|
115
|
+
obj.npi&.is_a?(String) != false || raise("Passed value for field obj.npi is not the expected type, validation failed.")
|
116
|
+
obj.status&.is_a?(OrganizationServiceFacilities::V2::ServiceFacilityStatus) != false || raise("Passed value for field obj.status is not the expected type, validation failed.")
|
117
|
+
obj.operational_status&.is_a?(OrganizationServiceFacilities::V2::ServiceFacilityOperationalStatus) != false || raise("Passed value for field obj.operational_status is not the expected type, validation failed.")
|
118
|
+
obj.mode&.is_a?(OrganizationServiceFacilities::V2::ServiceFacilityMode) != false || raise("Passed value for field obj.mode is not the expected type, validation failed.")
|
119
|
+
obj.type&.is_a?(OrganizationServiceFacilities::V2::ServiceFacilityType) != false || raise("Passed value for field obj.type is not the expected type, validation failed.")
|
120
|
+
obj.physical_type&.is_a?(OrganizationServiceFacilities::V2::ServiceFacilityPhysicalType) != false || raise("Passed value for field obj.physical_type is not the expected type, validation failed.")
|
121
|
+
obj.telecoms&.is_a?(Array) != false || raise("Passed value for field obj.telecoms is not the expected type, validation failed.")
|
122
|
+
obj.address.nil? || Commons::StreetAddressLongZip.validate_raw(obj: obj.address)
|
123
|
+
end
|
124
|
+
end
|
125
|
+
end
|
126
|
+
end
|
127
|
+
end
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module CandidApiClient
|
4
|
+
module OrganizationServiceFacilities
|
5
|
+
module V2
|
6
|
+
class ServiceFacilityOperationalStatus
|
7
|
+
CLOSED = "C"
|
8
|
+
HOUSEKEEPING = "H"
|
9
|
+
ISOLATED = "I"
|
10
|
+
CONTAMINATED = "K"
|
11
|
+
OCCUPIED = "O"
|
12
|
+
UNOCCUPIED = "U"
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
data/lib/candidhealth/organization_service_facilities/v_2/types/service_facility_physical_type.rb
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module CandidApiClient
|
4
|
+
module OrganizationServiceFacilities
|
5
|
+
module V2
|
6
|
+
class ServiceFacilityPhysicalType
|
7
|
+
SITE = "si"
|
8
|
+
BUILDING = "bu"
|
9
|
+
WING = "wi"
|
10
|
+
WARD = "wa"
|
11
|
+
LEVEL = "lvl"
|
12
|
+
CORRIDOR = "co"
|
13
|
+
ROOM = "ro"
|
14
|
+
BED = "bd"
|
15
|
+
VEHICLE = "ve"
|
16
|
+
HOUSE = "ho"
|
17
|
+
CABINET = "ca"
|
18
|
+
ROAD = "rd"
|
19
|
+
AREA = "area"
|
20
|
+
JURISDICTION = "jdn"
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
@@ -0,0 +1,133 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module CandidApiClient
|
4
|
+
module OrganizationServiceFacilities
|
5
|
+
module V2
|
6
|
+
class ServiceFacilityType
|
7
|
+
DIAGNOSTICS_OR_THERAPEUTICS_UNIT = "DX"
|
8
|
+
CARDIOVASCULAR_DIAGNOSTICS_OR_THERAPEUTICS_UNIT = "CVDX"
|
9
|
+
CARDIAC_CATHETERIZATION_LAB = "CATH"
|
10
|
+
ECHOCARDIOGRAPHY_LAB = "ECHO"
|
11
|
+
GASTROENTEROLOGY_DIAGNOSTICS_OR_THERAPEUTICS_LAB = "GIDX"
|
12
|
+
ENDOSCOPY_LAB = "ENDOS"
|
13
|
+
RADIOLOGY_DIAGNOSTICS_OR_THERAPEUTICS_UNIT = "RADDX"
|
14
|
+
RADIATION_ONCOLOGY_UNIT = "RADO"
|
15
|
+
NEURORADIOLOGY_UNIT = "RNEU"
|
16
|
+
HOSPITAL = "HOSP"
|
17
|
+
CHRONIC_CARE_FACILITY = "CHR"
|
18
|
+
HOSPITALS_GENERAL_ACUTE_CARE_HOSPITAL = "GACH"
|
19
|
+
MILITARY_HOSPITAL = "MHSP"
|
20
|
+
PSYCHATRIC_CARE_FACILITY = "PSYCHF"
|
21
|
+
REHABILITATION_HOSPITAL = "RH"
|
22
|
+
ADDICTION_TREATMENT_CENTER = "RHAT"
|
23
|
+
INTELLECTUAL_IMPAIRMENT_CENTER = "RHII"
|
24
|
+
PARENTS_WITH_ADJUSTMENT_DIFFICULTIES_CENTER = "RHMAD"
|
25
|
+
PHYSICAL_IMPAIRMENT_CENTER = "RHPI"
|
26
|
+
PHYSICAL_IMPAIRMENT_HEARING_CENTER = "RHPIH"
|
27
|
+
PHYSICAL_IMPAIRMENT_MOTOR_SKILLS_CENTER = "RHPIMS"
|
28
|
+
PHYSICAL_IMPAIRMENT_VISUAL_SKILLS_CENTER = "RHPIVS"
|
29
|
+
YOUTHS_WITH_ADJUSTMENT_DIFFICULTIES_CENTER = "RHYAD"
|
30
|
+
HOSPITAL_UNIT = "HU"
|
31
|
+
BONE_MARROW_TRANSPLANT_UNIT = "BMTU"
|
32
|
+
CORONARY_CARE_UNIT = "CCU"
|
33
|
+
CHEST_UNIT = "CHEST"
|
34
|
+
EPILEPSY_UNIT = "EPIL"
|
35
|
+
EMERGENCY_ROOM = "ER"
|
36
|
+
EMERGENCY_TRAUMA_UNIT = "ETU"
|
37
|
+
HEMODIALYSIS_UNIT = "HD"
|
38
|
+
HOSPITAL_LABORATORY = "HLAB"
|
39
|
+
INPATIENT_LABORATORY = "INLAB"
|
40
|
+
OUTPATIENT_LABORATORY = "OUTLAB"
|
41
|
+
RADIOLOGY_UNIT = "HRAD"
|
42
|
+
SPECIMEN_COLLECTION_SITE = "HUSCS"
|
43
|
+
INTENSIVE_CARE_UNIT = "ICU"
|
44
|
+
PEDIATRIC_INTENSIVE_CARE_UNIT = "PEDICU"
|
45
|
+
PEDIATRIC_NEONATAL_INTENSIVE_CARE_UNIT = "PEDNICU"
|
46
|
+
INPATIENT_PHARMACY = "INPHARM"
|
47
|
+
MEDICAL_LABORATORY = "MBL"
|
48
|
+
NEUROLOGY_CRITICAL_CARE_AND_STROKE_UNIT = "NCCS"
|
49
|
+
NEUROSURGERY_UNIT = "NS"
|
50
|
+
OUTPATIENT_PHARMACY = "OUTPHARM"
|
51
|
+
PEDIATRIC_UNIT = "PEDU"
|
52
|
+
PSYCHIATRIC_HOSPITAL_UNIT = "PHU"
|
53
|
+
REHABILITATION_HOSPITAL_UNIT = "RHU"
|
54
|
+
SLEEP_DISORDERS_UNIT = "SLEEP"
|
55
|
+
NURSING_OR_CUSTODIAL_CARE_FACILITY = "NCCF"
|
56
|
+
SKILLED_NURSING_FACILITY = "SNF"
|
57
|
+
OUTPATIENT_FACILITY = "OF"
|
58
|
+
ALLERGY_CLINIC = "ALL"
|
59
|
+
AMPUTEE_CLINIC = "AMPUT"
|
60
|
+
BONE_MARROW_TRANSPLANT_CLINIC = "BMTC"
|
61
|
+
BREAST_CLINIC = "BREAST"
|
62
|
+
CHILD_AND_ADOLESCENT_NEUROLOGY_CLINIC = "CANC"
|
63
|
+
CHILD_AND_ADOLESCENT_PSYCHIATRY_CLINIC = "CAPC"
|
64
|
+
AMBULATORY_HEALTH_CARE_FACILITIES_CLINIC_CENTER_REHABILITATION_CARDIAC_FACILITIES = "CARD"
|
65
|
+
PEDIATRIC_CARDIOLOGY_CLINIC = "PEDCARD"
|
66
|
+
COAGULATION_CLINIC = "COAG"
|
67
|
+
COLON_AND_RECTAL_SURGERY_CLINIC = "CRS"
|
68
|
+
DERMATOLOGY_CLINIC = "DERM"
|
69
|
+
ENDOCRINOLOGY_CLINIC = "ENDO"
|
70
|
+
PEDIATRIC_ENDOCRINOLOGY_CLINIC = "PEDE"
|
71
|
+
OTORHINOLARYNGOLOGY_CLINIC = "ENT"
|
72
|
+
FAMILY_MEDICINE_CLINIC = "FMC"
|
73
|
+
GASTROENTEROLOGY_CLINIC = "GI"
|
74
|
+
PEDIATRIC_GASTROENTEROLOGY_CLINIC = "PEDGI"
|
75
|
+
GENERAL_INTERNAL_MEDICINE_CLINIC = "GIM"
|
76
|
+
GYNECOLOGY_CLINIC = "GYN"
|
77
|
+
HEMATOLOGY_CLINIC = "HEM"
|
78
|
+
PEDIATRIC_HEMATOLOGY_CLINIC = "PEDHEM"
|
79
|
+
HYPERTENSION_CLINIC = "HTN"
|
80
|
+
IMPAIRMENT_EVALUATION_CENTER = "IEC"
|
81
|
+
INFECTIOUS_DISEASE_CLINIC = "INFD"
|
82
|
+
PEDIATRIC_INFECTIOUS_DISEASE_CLINIC = "PEDID"
|
83
|
+
INFERTILITY_CLINIC = "INV"
|
84
|
+
LYMPEDEMA_CLINIC = "LYMPH"
|
85
|
+
MEDICAL_GENETICS_CLINIC = "MGEN"
|
86
|
+
NEPHROLOGY_CLINIC = "NEPH"
|
87
|
+
PEDIATRIC_NEPHROLOGY_CLINIC = "PEDNEPH"
|
88
|
+
NEUROLOGY_CLINIC = "NEUR"
|
89
|
+
OBSTETRICS_CLINIC = "OB"
|
90
|
+
ORAL_AND_MAXILLOFACIAL_SURGERY_CLINIC = "OMS"
|
91
|
+
MEDICAL_ONCOLOGY_CLINIC = "ONCL"
|
92
|
+
PEDIATRIC_ONCOLOGY_CLINIC = "PEDHO"
|
93
|
+
OPTHALMOLOGY_CLINIC = "OPH"
|
94
|
+
OPTOMETRY_CLINIC = "OPTC"
|
95
|
+
ORTHOPEDICS_CLINIC = "ORTHO"
|
96
|
+
HAND_CLINIC = "HAND"
|
97
|
+
PAIN_CLINIC = "PAINCL"
|
98
|
+
PRIMARY_CARE_CLINIC = "PC"
|
99
|
+
PEDIATRICS_CLINIC = "PEDC"
|
100
|
+
PEDIATRIC_RHEUMATOLOGY_CLINIC = "PEDRHEUM"
|
101
|
+
PODIATRY_CLINIC = "POD"
|
102
|
+
PREVENTIVE_MEDICINE_CLINIC = "PREV"
|
103
|
+
PROCTOLOGY_CLINIC = "PROCTO"
|
104
|
+
PROVIDERS_OFFICE = "PROFF"
|
105
|
+
PROSTHODONTICS_CLINIC = "PROS"
|
106
|
+
PSYCHOLOGY_CLINIC = "PSI"
|
107
|
+
PSYCHIATRY_CLINIC = "PSY"
|
108
|
+
RHEUMATOLOGY_CLINIC = "RHEUM"
|
109
|
+
SPORTS_MEDICINE_CLINIC = "SPMED"
|
110
|
+
SURGERY_CLINIC = "SU"
|
111
|
+
PLASTIC_SURGERY_CLINIC = "PLS"
|
112
|
+
UROLOGY_CLINIC = "URO"
|
113
|
+
TRANSPLANT_CLINIC = "TR"
|
114
|
+
TRAVEL_AND_GEOGRAPHIC_MEDICINE_CLINIC = "TRAVEL"
|
115
|
+
WOUND_CLINIC = "WND"
|
116
|
+
RESIDENTIAL_TREATMENT_FACILITY = "RTF"
|
117
|
+
PAIN_REHABILITATION_CENTER = "PRC"
|
118
|
+
SUBSTANCE_USE_REHABILITATION_FACILITY = "SURF"
|
119
|
+
DELIVERY_ADDRESS = "DADDR"
|
120
|
+
MOBILE_UNIT = "MOBL"
|
121
|
+
AMBULANCE = "AMB"
|
122
|
+
PHARMACY = "PHARM"
|
123
|
+
ACCIDENT_SITE = "ACC"
|
124
|
+
COMMUNITY_LOCATION = "COMM"
|
125
|
+
COMMUNITY_SERVICE_CENTER = "CSC"
|
126
|
+
PATIENTS_RESIDENCE = "PTRES"
|
127
|
+
SCHOOL = "SCHOOL"
|
128
|
+
UNDERAGE_PROTECTION_CENTER = "UPC"
|
129
|
+
WORK_SITE = "WORK"
|
130
|
+
end
|
131
|
+
end
|
132
|
+
end
|
133
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative "../../requests"
|
4
|
+
require_relative "v_4/client"
|
5
|
+
|
6
|
+
module CandidApiClient
|
7
|
+
module PatientPayments
|
8
|
+
class Client
|
9
|
+
attr_reader :v_4
|
10
|
+
|
11
|
+
# @param request_client [RequestClient]
|
12
|
+
# @return [PatientPayments::Client]
|
13
|
+
def initialize(request_client:)
|
14
|
+
@v_4 = PatientPayments::V4::V4Client.new(request_client: request_client)
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
class AsyncClient
|
19
|
+
attr_reader :v_4
|
20
|
+
|
21
|
+
# @param request_client [RequestClient]
|
22
|
+
# @return [PatientPayments::AsyncClient]
|
23
|
+
def initialize(request_client:)
|
24
|
+
@v_4 = PatientPayments::V4::AsyncV4Client.new(request_client: request_client)
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,130 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative "patient_payment_id"
|
4
|
+
require_relative "../../../commons/types/organization_id"
|
5
|
+
require_relative "patient_payment_source"
|
6
|
+
require "date"
|
7
|
+
require_relative "patient_payment_status"
|
8
|
+
require_relative "../../../commons/types/patient_external_id"
|
9
|
+
require_relative "../../../commons/types/encounter_external_id"
|
10
|
+
require_relative "../../../commons/types/service_line_id"
|
11
|
+
require "json"
|
12
|
+
|
13
|
+
module CandidApiClient
|
14
|
+
module PatientPayments
|
15
|
+
module V3
|
16
|
+
class PatientPayment
|
17
|
+
attr_reader :patient_payment_id, :organization_id, :source_internal_id, :source, :amount_cents,
|
18
|
+
:payment_timestamp, :status, :payment_name, :payment_note, :patient_external_id, :encounter_external_id, :service_line_id, :additional_properties
|
19
|
+
|
20
|
+
# @param patient_payment_id [PatientPayments::V3::PATIENT_PAYMENT_ID]
|
21
|
+
# @param organization_id [Commons::ORGANIZATION_ID]
|
22
|
+
# @param source_internal_id [String]
|
23
|
+
# @param source [PatientPayments::V3::PatientPaymentSource]
|
24
|
+
# @param amount_cents [Integer]
|
25
|
+
# @param payment_timestamp [DateTime]
|
26
|
+
# @param status [PatientPayments::V3::PatientPaymentStatus]
|
27
|
+
# @param payment_name [String]
|
28
|
+
# @param payment_note [String]
|
29
|
+
# @param patient_external_id [Commons::PATIENT_EXTERNAL_ID]
|
30
|
+
# @param encounter_external_id [Commons::ENCOUNTER_EXTERNAL_ID]
|
31
|
+
# @param service_line_id [Commons::SERVICE_LINE_ID]
|
32
|
+
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
|
33
|
+
# @return [PatientPayments::V3::PatientPayment]
|
34
|
+
def initialize(patient_payment_id:, organization_id:, source_internal_id:, source:, amount_cents:,
|
35
|
+
payment_timestamp: nil, status: nil, payment_name: nil, payment_note: nil, patient_external_id: nil, encounter_external_id: nil, service_line_id: nil, additional_properties: nil)
|
36
|
+
# @type [PatientPayments::V3::PATIENT_PAYMENT_ID]
|
37
|
+
@patient_payment_id = patient_payment_id
|
38
|
+
# @type [Commons::ORGANIZATION_ID]
|
39
|
+
@organization_id = organization_id
|
40
|
+
# @type [String]
|
41
|
+
@source_internal_id = source_internal_id
|
42
|
+
# @type [PatientPayments::V3::PatientPaymentSource]
|
43
|
+
@source = source
|
44
|
+
# @type [Integer]
|
45
|
+
@amount_cents = amount_cents
|
46
|
+
# @type [DateTime]
|
47
|
+
@payment_timestamp = payment_timestamp
|
48
|
+
# @type [PatientPayments::V3::PatientPaymentStatus]
|
49
|
+
@status = status
|
50
|
+
# @type [String]
|
51
|
+
@payment_name = payment_name
|
52
|
+
# @type [String]
|
53
|
+
@payment_note = payment_note
|
54
|
+
# @type [Commons::PATIENT_EXTERNAL_ID]
|
55
|
+
@patient_external_id = patient_external_id
|
56
|
+
# @type [Commons::ENCOUNTER_EXTERNAL_ID]
|
57
|
+
@encounter_external_id = encounter_external_id
|
58
|
+
# @type [Commons::SERVICE_LINE_ID]
|
59
|
+
@service_line_id = service_line_id
|
60
|
+
# @type [OpenStruct] Additional properties unmapped to the current class definition
|
61
|
+
@additional_properties = additional_properties
|
62
|
+
end
|
63
|
+
|
64
|
+
# Deserialize a JSON object to an instance of PatientPayment
|
65
|
+
#
|
66
|
+
# @param json_object [JSON]
|
67
|
+
# @return [PatientPayments::V3::PatientPayment]
|
68
|
+
def self.from_json(json_object:)
|
69
|
+
struct = JSON.parse(json_object, object_class: OpenStruct)
|
70
|
+
parsed_json = JSON.parse(json_object)
|
71
|
+
patient_payment_id = struct.patient_payment_id
|
72
|
+
organization_id = struct.organization_id
|
73
|
+
source_internal_id = struct.source_internal_id
|
74
|
+
source = struct.source
|
75
|
+
amount_cents = struct.amount_cents
|
76
|
+
payment_timestamp = unless parsed_json["payment_timestamp"].nil?
|
77
|
+
DateTime.parse(parsed_json["payment_timestamp"])
|
78
|
+
end
|
79
|
+
status = struct.status
|
80
|
+
payment_name = struct.payment_name
|
81
|
+
payment_note = struct.payment_note
|
82
|
+
patient_external_id = struct.patient_external_id
|
83
|
+
encounter_external_id = struct.encounter_external_id
|
84
|
+
service_line_id = struct.service_line_id
|
85
|
+
new(patient_payment_id: patient_payment_id, organization_id: organization_id,
|
86
|
+
source_internal_id: source_internal_id, source: source, amount_cents: amount_cents, payment_timestamp: payment_timestamp, status: status, payment_name: payment_name, payment_note: payment_note, patient_external_id: patient_external_id, encounter_external_id: encounter_external_id, service_line_id: service_line_id, additional_properties: struct)
|
87
|
+
end
|
88
|
+
|
89
|
+
# Serialize an instance of PatientPayment to a JSON object
|
90
|
+
#
|
91
|
+
# @return [JSON]
|
92
|
+
def to_json(*_args)
|
93
|
+
{
|
94
|
+
"patient_payment_id": @patient_payment_id,
|
95
|
+
"organization_id": @organization_id,
|
96
|
+
"source_internal_id": @source_internal_id,
|
97
|
+
"source": @source,
|
98
|
+
"amount_cents": @amount_cents,
|
99
|
+
"payment_timestamp": @payment_timestamp,
|
100
|
+
"status": @status,
|
101
|
+
"payment_name": @payment_name,
|
102
|
+
"payment_note": @payment_note,
|
103
|
+
"patient_external_id": @patient_external_id,
|
104
|
+
"encounter_external_id": @encounter_external_id,
|
105
|
+
"service_line_id": @service_line_id
|
106
|
+
}.to_json
|
107
|
+
end
|
108
|
+
|
109
|
+
# Leveraged for Union-type generation, validate_raw attempts to parse the given hash and check each fields type against the current object's property definitions.
|
110
|
+
#
|
111
|
+
# @param obj [Object]
|
112
|
+
# @return [Void]
|
113
|
+
def self.validate_raw(obj:)
|
114
|
+
obj.patient_payment_id.is_a?(String) != false || raise("Passed value for field obj.patient_payment_id is not the expected type, validation failed.")
|
115
|
+
obj.organization_id.is_a?(String) != false || raise("Passed value for field obj.organization_id is not the expected type, validation failed.")
|
116
|
+
obj.source_internal_id.is_a?(String) != false || raise("Passed value for field obj.source_internal_id is not the expected type, validation failed.")
|
117
|
+
obj.source.is_a?(PatientPayments::V3::PatientPaymentSource) != false || raise("Passed value for field obj.source is not the expected type, validation failed.")
|
118
|
+
obj.amount_cents.is_a?(Integer) != false || raise("Passed value for field obj.amount_cents is not the expected type, validation failed.")
|
119
|
+
obj.payment_timestamp&.is_a?(DateTime) != false || raise("Passed value for field obj.payment_timestamp is not the expected type, validation failed.")
|
120
|
+
obj.status&.is_a?(PatientPayments::V3::PatientPaymentStatus) != false || raise("Passed value for field obj.status is not the expected type, validation failed.")
|
121
|
+
obj.payment_name&.is_a?(String) != false || raise("Passed value for field obj.payment_name is not the expected type, validation failed.")
|
122
|
+
obj.payment_note&.is_a?(String) != false || raise("Passed value for field obj.payment_note is not the expected type, validation failed.")
|
123
|
+
obj.patient_external_id&.is_a?(String) != false || raise("Passed value for field obj.patient_external_id is not the expected type, validation failed.")
|
124
|
+
obj.encounter_external_id&.is_a?(String) != false || raise("Passed value for field obj.encounter_external_id is not the expected type, validation failed.")
|
125
|
+
obj.service_line_id&.is_a?(String) != false || raise("Passed value for field obj.service_line_id is not the expected type, validation failed.")
|
126
|
+
end
|
127
|
+
end
|
128
|
+
end
|
129
|
+
end
|
130
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module CandidApiClient
|
4
|
+
module PatientPayments
|
5
|
+
module V3
|
6
|
+
class PatientPaymentSource
|
7
|
+
MANUAL_ENTRY = "MANUAL_ENTRY"
|
8
|
+
CHARGEBEE_PAYMENTS = "CHARGEBEE_PAYMENTS"
|
9
|
+
CHARGEBEE_MANUALLY_VOIDED_BY_CANDID = "CHARGEBEE MANUALLY VOIDED BY CANDID"
|
10
|
+
CHARGEBEE_REFUNDS = "CHARGEBEE_REFUNDS"
|
11
|
+
SQUARE_REFUNDS = "SQUARE_REFUNDS"
|
12
|
+
SQUARE_PAYMENTS = "SQUARE_PAYMENTS"
|
13
|
+
STRIPE_CHARGES = "STRIPE_CHARGES"
|
14
|
+
STRIPE_REFUNDS = "STRIPE_REFUNDS"
|
15
|
+
ELATION_PAYMENTS = "ELATION_PAYMENTS"
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module CandidApiClient
|
4
|
+
module PatientPayments
|
5
|
+
module V3
|
6
|
+
class PatientPaymentStatus
|
7
|
+
PENDING = "PENDING"
|
8
|
+
PAID = "paid"
|
9
|
+
CANCELED = "CANCELED"
|
10
|
+
VOIDED = "voided"
|
11
|
+
FAILED = "FAILED"
|
12
|
+
COMPLETED = "COMPLETED"
|
13
|
+
STRIPE_SUCCEEDED = "succeeded"
|
14
|
+
STRIPE_PENDING = "pending"
|
15
|
+
STRIPE_FAILED = "failed"
|
16
|
+
STRIPE_REQUIRES_ACTION = "requires_action"
|
17
|
+
STRIPE_CANCELED = "canceled"
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|