Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 by different typesbased 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. 

Image Added

 

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

Image RemovedImage Added

...

Encounter Setup

A visit can be associated with one or more encounters. Bahmni . 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.

You could define encounter type Encounters could be created for locations such as Pharmacy, Lab, Consultation room or for actions such as admission Admission or dischargeDischarge.

You can add encounter types using the OpenMRS admin screen(Administration > Encounters > Manage Encounter Types) or using the 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. 

...