name": "Patient Registration",
"description": "A description",
"steps":
"target": ".register_button",
"content": "Click this button to navigate to the registration page"
"target": '[aria-label="Contact Details Section"]',
"content": "Here you can update the patient's contact information.
Find Patient Record
The first search box on the screen will let you find and select a patient in the system. After searching for a patient, you can click on his or her row to look at the patient’s dashboard; it contains detailed patient information, including looking at records of clinical visits, demographic information, graphs and medical forms. Some example patient names that you can search for are:
John
Smith
Mary
To fill out a vitals encounter form on a patient, click on the “Start Visit” action on the right to start a new visit, then click the “Capture Vitals” action on the right.”
Steps :
1. target: Search Icon
Click here to search patient in the system.
Target: Search Bar
This search box on the screen will let you find and select a patient in the system.
3. target: Search Results Panel
You can click on his or her row to look at the patient’s dashboard which contains patient information such as records of clinical visits, demographic information, graphs and medical forms.
4. target: Start Visit button
Click on the Start Visit button to fill out a vitals encounter form on a patient.
5. target:
Fill the details for the patient visit and click on “Start Visit” button.
Steps:
Step 1:
target: Search icon
content:
To start a visit with a patient, first you need to go to the patient chart view of the respective patient. Click on the search icon to open the search box so that we can search for the patient.
Step 2:
target: search box
content:
Now, enter the name of the patient here. If you know the patient ID, you can use that as well. You will see the results if the patient you entered exists in the system.
Step 3:
target: search results (better if we can target the exact patient)
content:
Click on the patient you want to go to their patient chart.
Step 4:
target: patient chart view
content:
Welcome to the patient chart view! Here, you can find detailed patient information, records of clinical visits, demographic information, graphs, and medical forms.
Step 5:
target: start visit button
content:
To fill out any forms or encounters, you have to start a visit. Click on the "Start Visit" button to open the start visit form.
Step 6:
target: start visit form
content:
Fill out the necessary information here and click on the "Start Visit" button at the bottom of this form to start the visit. You can click on "Discard" if you don't want to start a visit at the moment.
Step 7:
target: patient chart or patient header
content:
That's the end of this tutorial! If you have already started a visit, you will see an "Active Visit" tag near the patient's name here. After the visit is started, you can do things like capturing vitals, biometrics, and more through this patient chart view.
Register a patient
This application will allow you to create a new patient in the system. The form is designed to support keyboard navigation as easily as using the mouse. If you start defining a new patient similar to an existing patient, you will see an alert notifying you that a similar patient already exists in the system.
Capture Vitals
This application serves as an example of how a simple app can be created to repeatedly serve the same form to a user. In this example, a clerk at the front of the clinic is capturing vitals for patients. He selects a patient with an active visit, captures vitals, and returns to the prompt to find the next patient.
Steps:
Step 1:
target: Active visit table
content:
This table shows all the patients who are already in the middle of their visits. Click on any patient here to continue capturing their vitals.
Step 2:
target: patient chart view
content:
Welcome to the patient chart view! Here, you can explore detailed patient information, clinical visit records, demographic data, graphs, and medical forms.
Step 3:
target: hamburger button
content:
Click on this button to reveal different sections. It's like opening a menu to see all the patient related sections!
Step 4:
target: Vitals sidebar
content:
Click here to see the Vitals and Biometrics section.
Step 5:
target: Vitals Page
content:
Congratulations! You've landed on the vitals page for this patient. This is where all the vital signs are tracked and recorded.
Step 6:
target: Add button
content:
Click here to add new vitals for the patient. Time to update those health stats!!
Step 7:
target: Vitals table
content:
Fill out the necessary information here and click on the "Save and close" button at the bottom of the form to capture the patient's vitals. If you change your mind, just click "Discard."
Step 8:
target: Vitals table
content:
Woohoo! You can now see the vitals you just added for the patient right here. Great job!
Advanced Administration > Dictionary
OpenMRS is built around an extensible concept framework. Simply put, this means that all patient readings, facts and observations are stored in a database, editable by the implementer, and not hard-coded into the database schema. You can use the dictionary interface to either look at the pre-installed concept definitions, or you can use it to write your own. If you’d like to search for concepts, some examples are:
BLOOD PRESSURE
HYPERTENSION
VISIT DIAGNOSES
The Advanced Administration app provides direct links to all of the features accessible through the other tabs, as well as database and system management interfaces. The best way to learn about these features is to try them out. Remember, this is a demo, reset hourly – feel free to try everything!
My Profile
The My Profile tab allows you to change your user information.
Home
1) Active Visits
1.1 This section shows the time period when a person is actively interacting with the health care system.
1.2 You can see the encounters for the specific patient.
1.3 This specifies the visit summary of the particular patient.
2) Patient-list (Patient list can be accessed from home page & also from the workspace)
2.1 : This section shows the list of patients in the system.
3) Appointments
3.1 This section creates an appointment schedule when providers are available to see patients.
3.1.1 : Search for a patient by name or identifier number
3.2 Here you can see the list of expected appointments.
3.3 You can just check in patient, so they move onto active lists.
4) Laboratory
4.1 This section shows the list of test ordered for all the patients.
4.2 You can pickup or reject the lab request.
5) Patient-registration
5.1 This is the Demographics section. Here you can find various fields and information related to the patient.
5.2 Here you can update the patient's contact information.
5.3 In this section, you can manage the patient's relationships.
Clinical views - customize the kind of views in patient dahboard.