> 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/medicine/clerkship-objectives.md).

# Clerkship Objectives

<table data-header-hidden><thead><tr><th width="325.3333740234375" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><strong>Clerkship Objectives</strong></td><td valign="top"><strong>MD Program Objectives</strong></td></tr><tr><td valign="top">Communicate clearly and effectively with interdisciplinary team members, resident and attending physicians, and consultants</td><td valign="top"><ul><li>Communication Skills 1 (I.F.1)</li><li>Communication Skills 2 (I.F.2)</li></ul></td></tr><tr><td valign="top">Derive clinical data from the history and physical exam thoroughly and succinctly. </td><td valign="top"><ul><li>History Taking 1 (I.A.1)</li></ul></td></tr><tr><td valign="top">Report clinical data from the history and physical exam thoroughly and succinctly.</td><td valign="top"><ul><li>Communication Skills 5 (I.F.5)</li></ul></td></tr><tr><td valign="top">Describe indications for and potential complications of basic procedures and demonstrate correct techniques for such procedures.</td><td valign="top"><ul><li>Procedural Skills 1 (I.C.1)</li><li>Procedural Skills 2 (I.C.2)</li></ul></td></tr><tr><td valign="top">Display initiative and reliability in completing tasks and following up on results.</td><td valign="top"><ul><li>Teamwork 1 (III.C.1)</li></ul></td></tr><tr><td valign="top">Formulate differential diagnoses and management approaches to medical problems that arise commonly on inpatient medical services.</td><td valign="top"><ul><li>Clinical Reasoning 1 (I.D.1)</li><li>Clinical Reasoning 2 (I.D.2)</li><li>Clinical Reasoning 3 (I.D.3)</li><li>Medical Decisions Making 1 (I.E.1)</li></ul></td></tr><tr><td valign="top">Formulate management approaches to clinical conditions that arise commonly on inpatient medical services</td><td valign="top"><ul><li>Clinical Reasoning 1 (I.D.1)</li><li>Medical Decisions Making 1 (I.E 1)</li></ul></td></tr><tr><td valign="top">Participate in transitions of care, including hand-offs, admissions and discharges</td><td valign="top"><ul><li>Medical Decisions Making 1 (I.E.1)</li></ul></td></tr><tr><td valign="top">Communicate clearly and effectively with patients and caregivers</td><td valign="top"><ul><li>Communication Skills 2 (I.F.2)</li></ul></td></tr><tr><td valign="top">Demonstrate minimum proficiency as an Interpreter on the RIME schema (Reporter-Interpreter-Manager-Educator)</td><td valign="top"><ul><li>Clinical Reasoning 1 (I.D.1) </li><li>Medical Decision Making 1 (I.E.1)</li></ul><p> </p></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/acting-internships/medicine/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.
