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

# Record and Review Patient Visits in Turnero

> How doctors create and manage clinical visit records in Turnero, including diagnosis, treatment, lab results, and evolution notes.

Every patient encounter can be recorded as a clinical visit in Turnero. Visit records include the reason for the visit, diagnosis, treatment plan, lab results, and evolution notes, providing a complete longitudinal record of the patient's care.

## Creating a Visit Record

<Steps>
  <Step title="Open the patient's detail page">
    Navigate to **Patients** in the main menu and click the patient's name or row to open their detail page.
  </Step>

  <Step title="Go to the Visits tab">
    Click the **Visits** tab on the patient detail page.
  </Step>

  <Step title="Start a new visit">
    Click **New Visit** to open the visit creation form.
  </Step>

  <Step title="Fill in the visit details">
    Complete the visit fields as described in the section below. **Visit Date** is the only required field.
  </Step>

  <Step title="Save the record">
    Click **Save**. The new visit is added to the patient's visit history immediately.
  </Step>
</Steps>

## Visit Fields

| Field                     | Required | Description                                 |
| ------------------------- | -------- | ------------------------------------------- |
| **Visit Date**            | Yes      | Date of the consultation                    |
| **Reason**                | No       | Why the patient came in                     |
| **Diagnosis**             | No       | Clinical diagnosis                          |
| **Diagnosis Description** | No       | Detailed description of the diagnosis       |
| **Treatment**             | No       | Prescribed treatment or medication          |
| **Evolution Notes**       | No       | Patient progress and follow-up observations |
| **Lab Results**           | No       | Summary or reference to laboratory findings |
| **Other Studies**         | No       | Imaging, ECG, or other diagnostic studies   |
| **Observations**          | No       | Additional clinical observations            |

## Viewing Visit History

The **Visits** tab displays all recorded visits for the patient in chronological order. Each row in the table shows the visit date, reason for the visit, and the doctor who recorded it. Click any row to expand the full details of that visit.

<Tip>
  Use the **Evolution Notes** field to record follow-up observations at subsequent visits so you have a continuous clinical narrative for the patient.
</Tip>

<Note>
  Only users with the **Medico** role can create or view visit records.
</Note>
