Skip to content

Commit 80e3487

Browse files
committed
Added searching and updating sections to the existing Adding a patient document. Renamed the existing document to Adding and Updating a Patient.
1 parent 13b657f commit 80e3487

10 files changed

Lines changed: 84 additions & 40 deletions

docs/user/openemr/patient/add_patient.md

Lines changed: 0 additions & 39 deletions
This file was deleted.
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
<!--
2+
SPDX-FileCopyrightText: Copyright (C) 2025 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>
3+
4+
SPDX-License-Identifier: CC-BY-SA-4.0
5+
-->
6+
7+
# OpenEMR: Adding and updating patients
8+
9+
The purpose of this document is to show the steps for adding and updating patients to OpenEMR, that can then be registered and use Opal. It does not provide full OpenEMR instructions for adding and updating a patient. It provides the minimal OpenEMR requirements for healthcare institutions who are integrating with the Opal solution.
10+
11+
If you need more information about OpenEMR and its complete set of features, please refer to this link: [https://www.open-emr.org/](https://www.open-emr.org/)
12+
13+
This document is intended for the hospital's administrative staff.
14+
15+
## Adding a new patient
16+
17+
1. Access OpenEMR and log in.
18+
19+
1. A **Calendar** section will appear. A list of **Providers** will be located on the left of the screen. By clicking on a specific name of the list, you can see the provider's calendar and their scheduled appointments.
20+
21+
1. You can choose to view the provider's calendar by Day, Week or Month, by clicking on one of the appropriate blue buttons on the top right of the screen. You can also print your calendar (daily, weekly or monthly), by clicking on the blue "printer” icon located at the top right of the screen.
22+
23+
![Full calendar view](images/full_calendar.png)
24+
25+
![Provider calendar view](images/provider_calendar.png)
26+
27+
1. At the top left of the screen, click on the **Patient** section. A list will appear with two options: **Find Patient** and **Add Patient**. Click on the **Add Patient** tab.
28+
29+
![Add patient](images/add_patient.png)
30+
31+
1. The **Search or Add Patient** section will be displayed. You will see a **Who** tab with fields to enter the new patient information. At this step, you must fill in all the fields, such as **Language**, **First** and **Last name**, **Date of Birth (DOB)**, **Sex**, **Healthcare Number**, **Site** and the **MRN** (medical record number).
32+
33+
1. Once the above required fields have been filled in, click on **Create New Patient**. A pop-up window will appear with the following message: _No matches were found_. To complete adding a new patient, click on **Confirm Create New Patient.**
34+
35+
![Create new patient](images/create_patient.png)
36+
37+
![Confirm create new patient](images/confirm_create_patient.png)
38+
39+
1. Once the new patient is added to the system, their **Medical Record Dashboard** will be displayed, showing the information entered previously. You can verify all the patient's personal information you just entered.
40+
41+
1. To set your patient up to use the Opal application, please refer to the Opal Admin Patient Module User Guide. Follow the instructions for Opal Registration and generating a QR code.
42+
43+
## Searching for a patient
44+
45+
1. To search for a patient, click on the **Patient** section located at the top left of the screen. A list will appear with two options: **Find Patient** and **Add Patient**. Click on the **Find Patient** tab.
46+
47+
![Patient section drop down menu Find Patient tab](images/find_patient_tab.png)
48+
49+
1. In the **Patient Finder** section, you will see a list of all the patients available in OpenEMR.
50+
51+
1. You can search for a patient by Name, by Phone, by Date of Birth or by ID.
52+
53+
![Patient Finder tab patient list](images/patient_list.png)
54+
55+
## Updating a patient's information
56+
57+
1. Once you have performed your search, click on the name of the patient for whom you want to update some information.
58+
59+
![Patient Finder tab patient list clicking patients name](images/patient_name.png)
60+
61+
1. The patient’s **Medical Record Dashboard** has multiple sections. The **Demographics** section is where you will find all the patient's main information, such as; Name, Language, Sex, etc...
62+
63+
1. To be able to update any of the patient's information in the **Medical Record Dashboard,** click on the **edit icon** (pencil), located on the right side of each section.
64+
65+
![Patient Dashboard Demographics tab](images/demographics_tab.png)
66+
67+
1. An **Edit Current Patient** page will be displayed. Once any of the patient's information has been updated, click on the **Save** button.
68+
69+
![Edit Current Patient tab Save button](images/save_button.png)
70+
71+
1. The patient's **Medical Record Dashboard** will be displayed with the updated information.
72+
73+
1. For example, to update the patient's photo in the patient's **Medical Record Dashboard,** click on the **Documents** tab.
74+
75+
![Patient Dashboard Documents section](images/documents_section.png)
76+
77+
1. A **Documents List** will be displayed on the left side. Scroll it down and click on the **Patient Information** folder. Then, click on the **Patient Photograph**.
78+
79+
1. A **Document Uploader/Viewer** page will be displayed. Select a photograph to be uploaded by selecting **Choose Files** under the **Source File Path** section. Once selected, click on the **Upload** button.
80+
81+
You must refresh the patient's page in order to see the new photo.
82+
83+
![Documents section Patient Information folder Patient Photograph](images/patient_photograph_choose_files.png)
74.9 KB
Loading
75 KB
Loading
76.2 KB
Loading
78.1 KB
Loading
78.2 KB
Loading
91 KB
Loading
52.9 KB
Loading

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ nav:
2525
- OpenEMR:
2626
- Adding a document: user/openemr/document/add_document.md
2727
- Adding a diagnosis: user/openemr/diagnosis/add_diagnosis.md
28-
- Adding a patient: user/openemr/patient/add_patient.md
28+
- Adding and updating patients: user/openemr/patient/add_update_patient.md
2929
- Adding a provider: user/openemr/provider/add_provider.md
3030
- Scheduling appointments: user/openemr/appointment/schedule_appointment.md
3131
- Contribute:

0 commit comments

Comments
 (0)