# CareWebQI integration

> Build workflow automations with 2 public CareWebQI actions.

Source: [https://genhealth.ai/docs/workflows/integrations/care-web-qi](https://genhealth.ai/docs/workflows/integrations/care-web-qi)

## Available actions

2 actions. Connection types: carewebqi.

### [Get Episode Details](https://genhealth.ai/docs/workflows/integrations/care-web-qi/carewebqi_get_episode_details.md)

- Handler: `carewebqi_get_episode_details`
- Connection type: `carewebqi`
- External effect: `read`
- Inputs: `episode_id`, `include_discharged`
- Outputs: `success`, `found`, `exited`, `episode_id`, `auto_authorization`, `patient_name`, `patient_id`, `patient_date_of_birth`, `patient_gender`, `patient_age`, `patient_city`, `patient_state`, `benefit_plan`, `request_type`, `request_status`, `additional_info_requested`, `submit_date`, `complete_date`, `requested_admit_date`, `next_review_date`, `last_modified_date`, `primary_diagnosis`, `primary_procedure`, `attending_provider`, `facility_name`, `place_of_service`, `service_type`, `point_of_care`, `requested_level_of_care`, `approved_level_of_care`, `requested_units_or_visits`, `approved_units_or_visits`, `appeal_date`, `appeal_determination_date`, `episode`, `error`

Perform Get Episode Details through CareWebQI.

### [Search Patients or Episodes](https://genhealth.ai/docs/workflows/integrations/care-web-qi/carewebqi_search.md)

- Handler: `carewebqi_search`
- Connection type: `carewebqi`
- External effect: `write`
- Inputs: `search_by`, `search_text`, `include_discharged`
- Outputs: `success`, `search_by`, `search_text`, `found`, `match_count`, `single_match`, `ambiguous`, `patients`, `episodes`, `episode_id`, `patient_id`, `patient_id_truncated`, `error`

Perform Search Patients or Episodes through CareWebQI.
