BBahmni 한국어 매뉴얼검색
한국어 번역 완료
한국어English

Visit Location

Context

When a patient visits a healthcare facility (or a care provider visits a patient), the information related to where the meetups/consultations happened are captured onto EMR. For example:

  • When a patient visits a healthcare facility, a 'Visit' is created for that particular patient corresponding to the Location that represents the facility. Such a location is called 'Visit Location'. e.g a Hospital.
  • When the patients goes to departments/sections for consultations/meetups/checkups/investigations, one or more 'Encounters' are created with the specific location that represents the departments/sections. e.g. locations like 'OPD 1', 'Radiology Department', 'Lab' etc. These locations are usually inside a hospital (or a Visit location)
    Screen Shot 2016-08-09 at 1.20.44 PM.png

In some cases, there might be multiple 'Visit locations'. Imagine a big hospital which would like to segregate information based on the departments they have or representing more the operational setup they have.

Example:

  • A tertiary care might organize their visit locations into departments like 'Cardiology', 'Dental' because the patients visiting these departments probably don't overlap in their services or treatments.
  • A hospital which has outreach program centers, like a 'sub center' outside the premises of the main hospital, might want to organize different visit locations because the captive patients for such centers are different or they want to track the patients mainly by the primary service delivery points.
    Screen Shot 2016-08-09 at 1.25.08 PM.png

This feature provides ability to have more than one visit open if they are not mapped to same location, so that we can sync visits from different location to the server location.

Functionality

  1.  Visit Location feature allows to create more than one active visit for patient in multiple locations.Previously Bahmni allows to create only one visit for a patient within same visit duration.
  2.  With this feature every visit created will have location associated with it. 

Set up Visit Location

With this feature which is available from 0.83v, at least one location should be tagged as Visit Location. Visit Location is a location tag that is introduced.

1.Tag Appropriate locations as Visit Location

Follow the below steps to tag a Location as Visit Location

Step 1:

Login to OpenMRS, click on Administration, Manage Locations, which displays the available locations in hierarchy (Refer the image below). Choose the location to tag as visit location from the ways below.

Hierarchy of available Locations
Ways of Tagging

Below are the two ways of tagging locations as Visit Location.

Tag Login Location

One can choose to tag a location that is already tagged as Login Location as Visit Location also. In this case, this particular location is tagged as both Login and Visit Location.

Tag Parent Location

One can choose to tag the parent of login location in the hierarchy as Visit Location.

Step 2:

Click on the selected location to tag from the two ways of tagging mentioned above.

Step 3:

Choose Visit location by checking the box next to it as shown in the image below.

choosing visit location tag

Step 4:

Click on Save Location

Use the below query when the location name is known and replace location_name with appropriate value

query using location name to map existing visits
update visit set location_id =(select location_id from location where name='<location_name>') where location_id is null;

2.Update Location information in OpenELIS

Step 1:

Login to OpenMRS. Go to Administration, Manage Locations. Find the appropriate location. In the attached image below, Ganiyari Lab is the chosen location. Copy the uuid of the location.

Screen Shot 2016-08-04 at 4.59.24 PM.png

Step 2:

Login to Openelis. Go to Administration, SiteInformation.

Site Information page in Openelis

Step 3:

Edit the labLocation and fill in the value with valid uuid of location copied from . Save the information.

원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗