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

# Clerkship Objectives

By the end of the clerkship, students must:

<table data-header-hidden><thead><tr><th width="312.6666259765625"></th><th width="332.6666259765625"></th></tr></thead><tbody><tr><td><strong>Clerkship Objective</strong> </td><td><strong>MD Program Objective</strong> </td></tr><tr><td>Communicate clearly and effectively with interdisciplinary team members, resident and attending physicians, and consultants</td><td><ul><li>Communication Skills 2 (I.F.3) </li><li>Teamwork 1 (III.C.1) </li></ul></td></tr><tr><td>Communicate clearly and effectively with patients and caregivers</td><td><ul><li>Communication Skills 2 (I.F.2) </li><li>Communication Skills 4 (I.F.4) </li><li>Honest and Integrity 2 (IV.C.2) </li></ul></td></tr><tr><td>Formulate prioritized differential diagnoses based on the history, physical exam, and labs/imaging  </td><td><ul><li>Clinical Reasoning 1 (I.D.1) </li><li>Medical Decision Making 1 (I.E.1) </li></ul></td></tr><tr><td>Formulate management plans based on the history, physical exam, and labs/imaging  </td><td><ul><li>Clinical Reasoning 1 (I.D.1) </li><li>Medical Decision Making 1 (I.E.1) </li></ul></td></tr><tr><td>Perform a focused and appropriate history and physical exam </td><td><ul><li>History Taking 1 (I.A.1) </li><li>Physical Examination 1 (I.B.1) </li></ul></td></tr><tr><td>Report a focused and appropriate oral and written history and physical exam </td><td><ul><li>Communication Skills 3 (I.F.3) </li><li>Communication Skills 5 (I.F.5) </li></ul></td></tr><tr><td>Display initiative and reliability in completing tasks and following up on results. </td><td><ul><li>Communication Skills 2 (I.F.2) </li><li>Teamwork 1 (III.C.1) </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/acting-internships/pediatrics/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.
