> For the complete documentation index, see [llms.txt](https://edehr.gitbook.io/edehr-compass/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edehr.gitbook.io/edehr-compass/user-guides/student-guides/students-getting-started/clinical-tasks-cheat-sheets.md).

# Clinical Tasks Cheat-Sheets

Use these one-page guides when you forget a click-path in the middle of labelling tubes or giving meds.\
Each task relies on the same form workflow described in **Patient Chart Workflow**.

***

### Medication Administration

*This workflow is for **documenting medication administration** (giving medications to patients). If your case requires placing medication orders, check with your instructor for the ordering workflow.*

<table><thead><tr><th width="273.16796875">Step</th><th>Action</th></tr></thead><tbody><tr><td>1 Locate page</td><td>In the <strong>Navigation</strong> pane choose <strong>Orders → Medication Administration</strong> (page title may vary by case).</td></tr><tr><td>2 Add or edit</td><td>Click <strong>Add Medication</strong> <em>(or <strong>Edit</strong> on an existing row)</em> → the form opens.</td></tr><tr><td>3 Complete form</td><td>Enter <strong>Drug</strong>, <strong>Dose</strong>, <strong>Route</strong>, <strong>Time</strong> for the medication you administered.<br><em>(All form pages behave the same way—see "Page forms" for editing controls.)</em></td></tr><tr><td>4 Save choice</td><td>• <strong>Save as Draft</strong> ➜ row turns <strong>amber</strong>; chart still editable.<br>• <strong>Verify (Complete)</strong> ➜ row locks <strong>green</strong>; ready for evaluation.</td></tr><tr><td>5 Check Submit</td><td>If any draft rows remain, the <strong>Submit</strong> button in the Learning-Activity banner stays <strong>yellow</strong>. Verify all rows before handing in.</td></tr></tbody></table>

> \[!TIP]\
> Keep an eye on the **simulation clock**. Giving a dose at a later *Day/Time* will advance the clock automatically, just like real shift work.

***

### Lab & Diagnostic Reports (Results)

| Step             | Action                                                                                                                                                         |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1 Open Results   | In **Navigation** select **Results** → pick *Lab* or *Imaging* sub-tab.                                                                                        |
| 2 Review values  | Scroll the table; reference ranges display beside each result when provided in the case.                                                                       |
| 3 Add comment    | Need to flag something? Click **Add Comment** → free-text form behaves like all other page forms.                                                              |
| 4 Save & verify  | Save as **Draft** to finish later, or **Verify** to lock and signal completion.                                                                                |
| 5 Interpretation | Some activities ask you to add a note or nursing action plan on the **Notes** page—check the assignment description on the **Activity** page for requirements. |

> \[!NOTE]\
> **Abnormal results** often push the simulation clock forward; double-check timestamps if a value seems “missing.”

***

### Imaging & Other Documents (optional)

Same pattern as above:

1. **Navigation pane** → **Imaging Reports** (or **Documents**)
2. **Edit form** → upload or type findings
3. **Save Draft** or **Verify**
4. Confirm the **Submit** button is white before handing in

***

#### Quick colour legend

| Indicator         | Meaning                            |
| ----------------- | ---------------------------------- |
| **Amber row**     | Draft (editable)                   |
| **Green row**     | Verified (locked)                  |
| **Red dot**       | Draft exists on that page          |
| **Yellow Submit** | Drafts still exist                 |
| **White Submit**  | All drafts verified—safe to submit |

***

*Last updated March 2026*


---

# 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:

```
GET https://edehr.gitbook.io/edehr-compass/user-guides/student-guides/students-getting-started/clinical-tasks-cheat-sheets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
