> 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/course-designer/working-with-case-studies/case-entry-and-editing.md).

# Case Entry & Editing

**What you’ll learn from this page:**

* [How to add a medication record to a case](#adding-a-medication-record-to-a-case-study)
* [How to enter lab or imaging results](#entering-lab-or-imaging-results)
* [How to assign or edit MRNs](#assigning-or-editing-mrns)
* [How to switch user roles for documentation](#switching-user-roles-for-documentation)

Click any item to jump straight to the guide you need.

***

## Adding a Medication Record to a Case Study

### Step-by-Step Guide:

1. Enter EdEHR in Course Designer Mode.
2. Select the relevant case study (either via a linked activity or from the Case Studies menu).
3. Sign in as the appropriate healthcare professional (e.g., Nurse for medication administration).
4. Navigate to the medication orders section of the case.
5. Add a new medication:
   1. Use the standardized medication list/library if available.
   2. Copy and paste the medication name directly from the list to ensure barcode compatibility.
   3. Enter the dose, route, and any other required details.
6. Save your changes.
7. (Optional) If the medication isn’t in the library, document your process and notify your admin or support contact.

{% hint style="info" %}
Tip: For barcode scanning, always use the exact medication name and dose as in your institution’s drug library.
{% endhint %}

***

## Entering Lab or Imaging Results

Step-by-Step Guide:

1. Open the relevant case study in Course Designer Mode.
2. Sign in as the appropriate healthcare professional (e.g., Doctor for orders).
3. Navigate to the patient chart.
4. Go to Reports and Documents (or the equivalent section).
5. Add a new lab or imaging requisition:
6. * Enter the order details (test type, date, etc.).
   * Add the corresponding results in the appropriate field.
7. Save your changes.

{% hint style="info" %}
Tip: Make sure each lab or imaging result has a matching requisition for realism and completeness.
{% endhint %}

***

## Assigning or Editing MRNs

Step-by-Step Guide:

1. When creating or editing a case study, locate the MRN (Medical Record Number) field.
2. Enter a unique identifier—for example, “12345T2W1” for Term 2, Week 1.
3. Stick to a consistent format across your cases for easy tracking.

{% hint style="info" %}
Tip: Use a format that makes sense for your team and is easy to search or filter.
{% endhint %}

***

## Switching User Roles for Documentation

Step-by-Step Guide:

1. While editing a case study, sign in as the role you need (e.g., Nurse, Doctor).
2. Enter the relevant documentation (nursing notes, orders, etc.).
3. Sign out and back in as another role if you need to add documentation from a different perspective.

{% hint style="info" %}
Tip: This keeps your case study realistic and helps students see the workflow from multiple roles.
{% endhint %}


---

# 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/course-designer/working-with-case-studies/case-entry-and-editing.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.
