> For the complete documentation index, see [llms.txt](https://ismms-md-program.gitbook.io/medinfoapp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ismms-md-program.gitbook.io/medinfoapp/acting-internships/surgical-subspecialties/work-schedule-duty-hours.md).

# Work Schedule/Duty Hours

## <mark style="color:blue;">General Clinical Schedule (SAMPLE)</mark>

**Schedules vary by site.**

Typical sample daily schedule (6 days / week, 1 day / week off):

* 5:30-6:00 AM Morning Rounds
* 7:00-8:00 AM Morning conference (1-2x a week)
* 8:00 – 6:00 PM Surgery / Clinic / Inpt Consultations / Inpt Patient care

***

## <mark style="color:blue;">Orientation Day Reporting</mark>

Report to the Clerkship Coordinator at 9:00am for further instruction.

***

## <mark style="color:blue;">Conferences</mark>

* **ENT**: Department conference Wednesdays 7-8am and Thursdays 7-8am, Resident education conference Wednesdays 8-9am
* **Neurosurgery**: N/A
* **Orthopedic Surgery**: Department conference Wednesdays 6:30-8:30am, Daily resident educational conference 7-8am
* **Plastic Surgery**: Wednesdays 7-8am department conference, Friday’s 7-8am Resident educational conference
* **Vascular Surgery**: Tuesdays 7-8am department conference, Friday’s 7-8am Resident education conference, Every other Monday 6-7PM Vascular Journal Club
* **Urology**: Department conference Wednesdays 7-8am, Resident education conference Wednesday 8-9am and Thursdays 6:45-7:45am

***

## <mark style="color:blue;">Work Hour Policy</mark>

Please view the ISMMS Clinical Student Work Hour Policy, which outlines the instructional time limitations for third- and fourth-year students, [here.](https://ismms-md-program.gitbook.io/medical-student-handbook/policies-and-procedures/md-program-specific-policies-and-procedures/student-work-hours)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ismms-md-program.gitbook.io/medinfoapp/acting-internships/surgical-subspecialties/work-schedule-duty-hours.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
