Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing units in Facility and Billing Facility dropdowns. #20

Open
madhurikokkalakonda opened this issue Apr 22, 2024 · 1 comment
Open

Comments

@madhurikokkalakonda
Copy link

madhurikokkalakonda commented Apr 22, 2024

Describe the bug

When creating a new encounter in the system, the 'Facility' and 'Billing Facility' dropdown menus in the encounter creation section of the system do not include all relevant units

To Reproduce

Screenshot 2024-04-22 180453
Screenshot 2024-04-22 180515

Steps to reproduce the behavior:

  1. Go to the Encounters section in OpenEMR
  2. Click on the plus icon beside the encounter section to add a new encounter.
  3. Attempt to select a facility or billing facility.
  4. Notice the absence of certain departments (Ex: Dental unit, Ophthalmology unit, Neurology unit, etc) in the dropdown menu.

Expected behavior

Other units like the dental care unit, ophthalmology department, cardiology unit, gastroenterology department, and ENT department, should be added to both the 'Facility' and 'Billing Facility' dropdown menus. This addition would allow users to select the appropriate department, ensuring all encounters can be recorded and billed accurately.

Client configuration

  • Browser:
  • OpenEMR version:
  • Operating system:
@KeerthikaSunchu
Copy link
Collaborator

image
-- Added entries to the facility table.
INSERT INTO facility (name)
VALUES
('Allergy and Immunology Department'),
('Cardiology Unit'),
('City Dermatology Clinic'),
('City Radiology Facility'),
('Critical Care Unit'),
('Dental Care Unit'),
('Endocrinology Clinic'),
('ENT Department'),
('Gastroenterology Department'),
('Hematology/Oncology Department'),
('Indiana Burn Unit'),
('Infectious Disease Unit'),
('Nephrology Unit'),
('Obstetrics and Gynecology Unit'),
('Ophthalmology Department'),
('Orthopedic and Fracture Care'),
('Pediatric Care Center'),
('Psychiatry Department'),
('Pulmonology Unit'),
('Rheumatology Clinic');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants