> ## Documentation Index
> Fetch the complete documentation index at: https://userguide.tesacloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Patient Recovery

> Track patient recovery progress with survey responses and outcome scores

# Patient Recovery

The Patient Recovery view provides a comprehensive look at a patient's recovery journey after surgery, combining outcome scores with survey responses over time.

## Accessing Patient Recovery

<Steps>
  <Step title="Open Procedure Details">
    Navigate to any completed procedure from History or the Dashboard
  </Step>

  <Step title="Click Recovery">
    In the bottom navigation bar, tap the **Recovery** button (chart icon)
  </Step>
</Steps>

<Tip>
  The Recovery button appears in the bottom navigation bar alongside other quick actions on the Procedure Details page.
</Tip>

## What You'll See

### Header Information

At the top of the page, you'll see:

* **Patient name**
* **Surgery date**
* **Surgeon name** (prefixed with "Dr.")
* **Procedure type(s)** performed

### Recovery Chart

The chart visualizes the patient's recovery journey with:

* **X-axis**: Days since injury/onset date
* **Y-axis**: Knee/outcome score (0-100 scale)

#### Data Points

The chart includes several key milestone markers:

| Data Point       | Description                                          |
| ---------------- | ---------------------------------------------------- |
| Injury/Onset     | Initial score at time of injury or first observation |
| Surgery          | Score at the time of the procedure                   |
| Survey Responses | Average scores from completed feedback surveys       |

<Info>
  Scores are calculated from:

  * **Pre-operative**: SANE score from patient observations
  * **Post-operative**: Average response values from feedback survey submissions
</Info>

### Survey Response Browser

Below the chart, you can browse detailed survey responses:

<Steps>
  <Step title="View Survey List">
    See all completed surveys with submission dates
  </Step>

  <Step title="Expand Survey">
    Click on any survey to expand and view individual responses
  </Step>

  <Step title="Review Responses">
    Each question shows the patient's response with color-coded indicators
  </Step>
</Steps>

#### Response Color Coding

Responses are color-coded based on their value relative to the maximum possible score:

| Color                                          | Score Range | Interpretation     |
| ---------------------------------------------- | ----------- | ------------------ |
| <span style={{color: '#4CAF50'}}>Green</span>  | 75-100%     | Excellent recovery |
| <span style={{color: '#FFC107'}}>Amber</span>  | 50-75%      | Good progress      |
| <span style={{color: '#FF9800'}}>Orange</span> | 25-50%      | Moderate recovery  |
| <span style={{color: '#E53935'}}>Red</span>    | 0-25%       | Needs attention    |

## Understanding the Data

### No Data Available

If the chart shows "No recovery data available":

* The patient may not have any pre-operative observations with SANE scores
* No feedback surveys have been completed yet
* Survey responses may not include numeric values

### Improving Data Quality

To get the most from the recovery view:

<CardGroup cols={2}>
  <Card title="Record SANE Scores" icon="clipboard-check">
    Add pre-operative observations with SANE (0-100) scores
  </Card>

  <Card title="Configure Surveys" icon="list-check">
    Ensure feedback surveys include numeric response options
  </Card>

  <Card title="Schedule Dispatches" icon="calendar-check">
    Set up survey dispatch schedules for regular check-ins
  </Card>

  <Card title="Follow Up" icon="user-check">
    Encourage patients to complete their surveys
  </Card>
</CardGroup>

## Navigating Back

To return to the procedure details:

* Tap the **Case Details** button in the bottom navigation bar
* Use the browser back button
* Select another page from the side menu

<Note>
  The Patient Recovery view shows data specific to the selected appointment. To view recovery for a different procedure, navigate to that procedure's details first.
</Note>
