Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 3 Next »

Purpose and Benefits

Bahmni uses Visits as a way to maintain a patient's admittance to the hospital and also to track the various consultations the patient went through during one such admittance.

Bahmni allows users to categorize visits into different types. Having multiple types of visits help in various things. 

  1. It can be used in reporting where you count visits based on the type of visit. 
  2. It can be used to configure queues in other apps such as Clinical or Radiology. 

Steps

Visit Setup

It is mandatory to set up at least one visit type for an implementation. Visit types will be shown as dropdown options when creating or editing a patient in Registration. Visit types can be added via the OpenMRS admin screen(Administration > Visits > Manage Visit Types) or via sql scripts. 

 

Any visit types added from the manage visit type functionality in OpenMRS will automatically show up in the Start visit button on the registration page.

Encounter Setup

A visit can be associated with one or more encounters. Each encounter would be one step in the flow that a patient goes through during his/her visit. Bahmni allows you to define multiple encounter types.

Encounters could be created for locations such as Pharmacy, Lab, Consultation room or for actions such as Admission or Discharge.

You can add encounter types using the OpenMRS admin screen(Administration > Encounters > Manage Encounter Types) or using sql scripts that insert the data directly into the DB. 

 

Locations

You can add Locations using the OpenMRS admin screen(Administration > Locations > Manage Locations) or by using the sql scripts. 

This locations are automatically populated in the dropdown when you log-in and in the change location drop down  at the Home screen.

 

 




Registration Page#Registration2ndPage

  • No labels