> 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/ascend-phase-2-clerkships/emergency-medicine.md).

# Emergency Medicine

## <mark style="background-color:blue;">Mission Statement of the Clerkship</mark>&#x20;

The Emergency Medicine clerkship is a 4-week immersive experience designed to prepare students to evaluate and manage undifferentiated patients across the spectrum of acute, urgent, and critical illness. Under the supervision of Emergency Medicine faculty, students develop clinical reasoning, presentation skills, and real-time medical decision making while caring for patients of all ages in the Emergency Department.

Through a combination of clinical experiences, didactics, simulation, labs, and web-based learning, students strengthen their use of evidence-based medicine, procedural skills, and reflective, self-directed learning. The clerkship emphasizes professionalism, teamwork, and effective communication in high-pressure environments, as well as patient and family education and appropriate use of community resources. Our mission is to provide a rigorous, supportive, and transformative Emergency Medicine learning experience.

## <mark style="background-color:blue;">Goals of the Clerkship</mark>

As a required Phase 2 clerkship, this Emergency Medicine clerkship is designed to build on prior clinical experiences while supporting the transition toward greater clinical responsibility. Faculty focus on advancing students’ ability to recognize emergent and high-risk conditions, prioritize diagnostic and treatment decisions, manage interdisciplinary teams, and determine appropriate patient disposition.

By the end of the clerkship, students should demonstrate increased confidence in assessing patients with potentially dangerous conditions and greater autonomy in clinical decision making within a supervised environment. The goal is for students to consolidate and extend their clinical skills, develop sound judgment in acute care settings, and continue progressing along the trajectory toward independent practice. We are committed to supporting each student’s growth and helping them achieve their fullest potential within Emergency Medicine.


---

# 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/ascend-phase-2-clerkships/emergency-medicine.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.
