> 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/legacy-clerkships/surgery-anesthesiology/clerkship-objectives.md).

# Clerkship Objectives

At the end of this clerkship, a student will be able to:

<table data-header-hidden><thead><tr><th width="263" valign="top"></th><th width="456.199951171875" valign="top"></th></tr></thead><tbody><tr><td valign="top"><strong>Clerkship Objective</strong></td><td valign="top"><strong>MD Program Objective</strong></td></tr><tr><td valign="top">Formulate a differential diagnosis for common surgical conditions.</td><td valign="top"><ul><li>Clinical Reasoning 1 (I.D.1)</li></ul></td></tr><tr><td valign="top">Develop a management plan for common surgical conditions</td><td valign="top"><ul><li>Medical Decision Making 1 (I.E.1)</li><li>Healing and Therapeutics 4 (II.C.4)</li></ul></td></tr><tr><td valign="top"><p>Evaluate and optimize the patient undergoing surgery and anesthesia and formulate a simple anesthetic plan </p><p> </p></td><td valign="top"><ul><li>History Taking 1 (I.A.1) </li><li>Clinical Reasoning 1 (I.D.1) </li><li>Clinical Reasoning 2 (I.D.2) </li><li>Medical Decision Making 1 (I.E.1) </li><li>Communication Skills 2 (I.F.2) </li><li>Organ Structure and Function 1 (II.A.1) </li><li>Healing and Therapeutics 3 (II.C.3) </li><li>Healing and Therapeutics 4 (II.C.4) </li></ul></td></tr><tr><td valign="top"><p>Function effectively as a member of a</p><p>peri-operative healthcare team </p><p> </p></td><td valign="top"><ul><li>Procedural Skills 2 (I.C.2) </li><li>Communication Skills 3 (I.F.3) </li><li>Communication Skills 4 (I.F.4) </li><li>Teamwork 1 (III.C.1) </li><li>Honesty and Integrity 1 (IV.C.1) </li><li>Honesty and Integrity 2 (IV.C.2) </li></ul></td></tr><tr><td valign="top"><p>Demonstrate knowledge of surgical diseases and anesthesia principles </p><p> </p></td><td valign="top"><ul><li>Characteristics and Mechanisms of Disease 2 (II.B.2) </li><li>Characteristics and Mechanisms of Disease 4 (II.B.4) </li><li>Characteristics and Mechanisms of Disease 5 (II.B.5) </li><li>Healing and Therapeutics 3 (II.C.3) </li></ul></td></tr><tr><td valign="top">Perform basic skills related to Surgery and Anesthesiology </td><td valign="top"><ul><li>Procedural Skills 2 (I.C.2) </li></ul></td></tr><tr><td valign="top">Demonstrate insight and understanding of the integration of the practice of Surgery and Anesthesiology </td><td valign="top"><ul><li>Healing and Therapeutics 4 (II.C.4) </li><li>Procedural Skills 1 (I.C.1) </li><li>Medical Decision Making 1 (I.E.1) </li></ul></td></tr><tr><td valign="top">Obtain an accurate and focused history from the patient </td><td valign="top"><ul><li>History Taking 1 (I.A.1) </li></ul></td></tr><tr><td valign="top">Perform a physical examination related to the patient’s chief complaint</td><td valign="top"><ul><li>Physical Examination 1 (I.B.1) </li></ul></td></tr><tr><td valign="top">Communicate gathered clinical data effectively through oral and written presentations </td><td valign="top"><ul><li>Communication Skills 3 (I.F.3) </li><li>Communication Skills 5 (I.F.5) </li></ul></td></tr><tr><td valign="top">Demonstrate interpersonal and communication skills that facilitate effective interactions with patients and their families and other healthcare professionals </td><td valign="top"><ul><li>Communication Skills 1 (I.F.1) </li><li>Communication Skills 2 (I.F.2) </li><li>Communication Skills 3 (I.F.3) </li></ul></td></tr></tbody></table>


---

# 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/legacy-clerkships/surgery-anesthesiology/clerkship-objectives.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.
