# React Health integration

> Build workflow automations with 4 public React Health actions.

Source: [https://genhealth.ai/docs/workflows/integrations/react-health](https://genhealth.ai/docs/workflows/integrations/react-health)

## Available actions

4 actions. Connection types: reacthealth.

### [List Patient Follow-Ups](https://genhealth.ai/docs/workflows/integrations/react-health/reacthealth_list_follow_ups.md)

- Handler: `reacthealth_list_follow_ups`
- Connection type: `reacthealth`
- External effect: `read`
- Inputs: `follow_up_date`, `location`, `my_follow_ups_only`, `pending_follow_ups_only`, `order_direction`, `max_pages`
- Outputs: `success`, `records`, `count`, `current_page`, `last_page`, `per_page`, `total`, `first_result_index`, `last_result_index`, `next_page_url`, `prev_page_url`, `truncated`, `error`

Perform List Patient Follow-Ups through React Health.

### [List Patient Notes](https://genhealth.ai/docs/workflows/integrations/react-health/reacthealth_list_patient_notes.md)

- Handler: `reacthealth_list_patient_notes`
- Connection type: `reacthealth`
- External effect: `read`
- Inputs: `patient_id`, `max_pages`
- Outputs: `success`, `records`, `count`, `current_page`, `last_page`, `per_page`, `total`, `first_result_index`, `last_result_index`, `next_page_url`, `prev_page_url`, `truncated`, `error`

Perform List Patient Notes through React Health.

### [List Patients](https://genhealth.ai/docs/workflows/integrations/react-health/reacthealth_list_patients.md)

- Handler: `reacthealth_list_patients`
- Connection type: `reacthealth`
- External effect: `read`
- Inputs: `page`, `limit`, `order_by`, `order_direction`, `first_name`, `last_name`, `birth_date`, `patient_id`, `serial_number`, `active`, `compliance`, `organization`, `location`, `group`, `clinician`, `date_type`, `date_start`, `date_end`
- Outputs: `success`, `patients`, `count`, `current_page`, `last_page`, `per_page`, `total`, `first_result_index`, `last_result_index`, `next_page_url`, `prev_page_url`, `truncated`, `error`

Perform List Patients through React Health.

### [Update Patient Note](https://genhealth.ai/docs/workflows/integrations/react-health/reacthealth_update_patient_note.md)

- Handler: `reacthealth_update_patient_note`
- Connection type: `reacthealth`
- External effect: `write`
- Inputs: `patient_id`, `note_id`, `expected_current_note`, `replacement_note`
- Outputs: `success`, `patient_id`, `note_id`, `updated`, `skipped`, `error`

Perform Update Patient Note through React Health.
