Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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.

  1. 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.

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.

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.

  • No labels