Difference between revisions of "OpenEMR Modules"

From OpenEMR Project Wiki
 
(51 intermediate revisions by 2 users not shown)
Line 2: Line 2:


=Overview=
=Overview=
: This page will list official OpenEMR third-party modules.
: This page will list third-party modules.
<be>


= Chart Review =
= Prescription Monitoring Program =
: There is a CLI script under contrib/util/chart_review_pids.php which can aid in remote chart reviews by an insurance company. Run the script and use the output to update the above-mentioned blacklist.php
=== Bamboo Health ===
: Historically, prescribers and pharmacists were tasked with logging into state databases to retrieve controlled substance dispensation information before writing or filling a prescription, consuming valuable time that could be better spent with patients.
 
: PMP Gateway delivers full transparency into prescription drug monitoring program data.
: Here is a video to show the integration
https://youtu.be/P8McWXzULRQ
:
: Place it in the OpenEMR root folder like a patch and unzip it. Go to the modules page to enable it. Click the gear next to the module to see the configuration page.


= LAB =
= Lab =
===Quest Quantum Hub Module===
===Quest Quantum Hub Module===
: The Quest Quantum Hub module will allow for a bi-directional interface with Quest Hub. The module is a seamless integration with the existing interface. The current interface will be used as normal. The module talks with Quest through a series of API calls to their hub. The Quest Hub will auto-generate a requisition form for each order. This feature can be disabled in the config if not desired.
: Signing up for Quest services, use this website.
https://www.getmyinterface.com
: Fill out the form with this information.
:Vendor Product ID & vendor name: '''Juggernaut Systems Express'''
:EHR Name: '''OpenEMR'''
 
: The Quest Quantum Hub module will allow for a bi-directional interface with Quest Hub. The module is a seamless integration with the existing interface. The current interface will be used as normal. The module talks with the Quest API system replacing the SFTP file transfers. The Quest Hub will auto-generate a requisition form for each order if bidirectional is enabled. This feature can be disabled in the config if not desired. If "results only" is desired. This setting can be made in the configuration.
 
:The module Quest Hub ID is '''Juggernaut Systems Express'''. Give this information to your Quest regional representative along with your practice is using OpenEMR. 
To install run:
 
  git clone https://github.com/juggernautseinc/oe-quest-lab-hub.git
 
from the interface/modules/custom_modules folder.  [https://youtu.be/SerrFH9EF4Q?si=3pnRe13Ye2M2ZVOo Video instruction]


https://community.open-emr.org/t/quest-quantum-hub-lab-module/20707
[https://community.open-emr.org/t/quest-quantum-hub-lab-module/20707 Forum Discussion]


=Payment Processing=
=Payment Processing=
==Sphere Payment Processing Module==
: This module will work with OpenEMR 6.0.0 (with patch 4 or greater) and higher versions. [[Sphere_Payment_Processing_Module|Click this Sphere Payment Processing Module link]] for further details, which includes instructions to sign up, configure, and use this module.
<br>
==Simple Provider Payroll Module==
:  This is a very simplified payroll calculator. The module uses the visit completion to calculate the provider's pay. The pay rate can be entered in percentages or flat rates. Download here https://sourceforge.net/projects/openemr-payroll-module


= Patient Privacy =
===Simple Provider Payroll Module===
:  This is a very simplified payroll calculator. The module uses the visit completion to calculate the provider's pay. The pay rate can be entered in percentages or flat rates.
 
[https://sourceforge.net/projects/openemr-payroll-module Download]
 
= Patient =
===Patient Check-in Mobile or Kiosk===
: This module will give offices the power to have patients check in from their mobile devices or a tablet mounted in the lobby area.
Once the module is installed, there are a couple of ways to utilize this module.
 
Whether your system is accessible from the web or is just a local install. This module will work. To secure access to the patient's chart, we require patient's name and DOB. This is checked in the system and there is an active appointment on the calendar. If there is no active appointment on the calendar. The patient is routed to the see the front desk. If there is an active appointment on the calendar, the appointment status is changed to "Arrived". The patient is prompted to verify their name and address information before exiting the app. We have had other requests to have the patient to verify insurance information. If the insurance information needs updating, the patient is prompted to upload a picture of their insurance card into the patient's chart.
 
The cost of the module is $300.
 
The use case for this module is these.
 
*Create a QR code and place it in the lobby area with a sign that reads check-in here.
*Have a tablet in the lobby that is bound to the site link. Instruct patients to check in at the Kiosk.
 
To see it on your mobile device go to [https://sites.affordablecustomehr.com/interface/modules/custom_modules/oe-module-patient-checkin/public/ Mobile/Kiosk Check-in] Contact sherwin@affordablecustomehr.com for more details on how to obtain this module.
 
===Patient Filter Module===
===Patient Filter Module===
: This module is a basic implementation of the [[Custom_Modules_for_OpenEMR#Patient_Privacy|Original Patient Privacy module]]. Enable the module by going to Modules->Manage Modules. Find the Patient Filter module in the Unregistered tab and Register, Install, and Enable it. Then find the blacklist.php file under the interface/modules/zend_modules/module/PatientFilter/config directory which must be customized for your use.
: This module is a basic implementation of the [[Custom_Modules_for_OpenEMR#Patient_Privacy|Original Patient Privacy module]]. Enable the module by going to Modules->Manage Modules. Find the Patient Filter module in the Unregistered tab and Register, Install, and Enable it. Then find the blacklist.php file under the interface/modules/zend_modules/module/PatientFilter/config directory which must be customized for your use.
=  Scripts =
===Chart Review===
: There is a CLI script under contrib/util/chart_review_pids.php which can aid in remote chart reviews by an insurance company. Run the script and use the output to update the above-mentioned blacklist.php


= SMS =
= SMS =
Line 41: Line 79:
[https://youtu.be/Jxa2ms_1_oY See Video]
[https://youtu.be/Jxa2ms_1_oY See Video]


=Telehealth=
= Storage =
===Comlink Telehealth Module===
===AWS S3 Storage===
: This module will work with OpenEMR 7.0.0 (with patch 2 or greater) and higher versions. [[Comlink_Telehealth_Module_Admin_Instructions|Click this Comlink Telehealth Module link]] for further details, which includes instructions for signing up for this module.
We've created an additional method for storing patient files in an S3 bucket, enhancing system flexibility. Separating file storage from the application can significantly improve performance and streamline upgrades. If you are interested in this module, PM us through the forum @juggernautsei.
<br>

Latest revision as of 14:47, 18 September 2024

Overview

This page will list third-party modules.

Prescription Monitoring Program

Bamboo Health

Historically, prescribers and pharmacists were tasked with logging into state databases to retrieve controlled substance dispensation information before writing or filling a prescription, consuming valuable time that could be better spent with patients.
PMP Gateway delivers full transparency into prescription drug monitoring program data.
Here is a video to show the integration
https://youtu.be/P8McWXzULRQ
Place it in the OpenEMR root folder like a patch and unzip it. Go to the modules page to enable it. Click the gear next to the module to see the configuration page.

Lab

Quest Quantum Hub Module

Signing up for Quest services, use this website.

https://www.getmyinterface.com

Fill out the form with this information.
Vendor Product ID & vendor name: Juggernaut Systems Express
EHR Name: OpenEMR
The Quest Quantum Hub module will allow for a bi-directional interface with Quest Hub. The module is a seamless integration with the existing interface. The current interface will be used as normal. The module talks with the Quest API system replacing the SFTP file transfers. The Quest Hub will auto-generate a requisition form for each order if bidirectional is enabled. This feature can be disabled in the config if not desired. If "results only" is desired. This setting can be made in the configuration.
The module Quest Hub ID is Juggernaut Systems Express. Give this information to your Quest regional representative along with your practice is using OpenEMR.

To install run:

  git clone https://github.com/juggernautseinc/oe-quest-lab-hub.git

from the interface/modules/custom_modules folder. Video instruction

Forum Discussion

Payment Processing

Simple Provider Payroll Module

This is a very simplified payroll calculator. The module uses the visit completion to calculate the provider's pay. The pay rate can be entered in percentages or flat rates.

Download

Patient

Patient Check-in Mobile or Kiosk

This module will give offices the power to have patients check in from their mobile devices or a tablet mounted in the lobby area.

Once the module is installed, there are a couple of ways to utilize this module.

Whether your system is accessible from the web or is just a local install. This module will work. To secure access to the patient's chart, we require patient's name and DOB. This is checked in the system and there is an active appointment on the calendar. If there is no active appointment on the calendar. The patient is routed to the see the front desk. If there is an active appointment on the calendar, the appointment status is changed to "Arrived". The patient is prompted to verify their name and address information before exiting the app. We have had other requests to have the patient to verify insurance information. If the insurance information needs updating, the patient is prompted to upload a picture of their insurance card into the patient's chart.

The cost of the module is $300.

The use case for this module is these.

  • Create a QR code and place it in the lobby area with a sign that reads check-in here.
  • Have a tablet in the lobby that is bound to the site link. Instruct patients to check in at the Kiosk.

To see it on your mobile device go to Mobile/Kiosk Check-in Contact sherwin@affordablecustomehr.com for more details on how to obtain this module.

Patient Filter Module

This module is a basic implementation of the Original Patient Privacy module. Enable the module by going to Modules->Manage Modules. Find the Patient Filter module in the Unregistered tab and Register, Install, and Enable it. Then find the blacklist.php file under the interface/modules/zend_modules/module/PatientFilter/config directory which must be customized for your use.

Scripts

Chart Review

There is a CLI script under contrib/util/chart_review_pids.php which can aid in remote chart reviews by an insurance company. Run the script and use the output to update the above-mentioned blacklist.php

SMS

Two-Way SMS Module

This module will allow your office to engage the patient via a two-way SMS conversation. The text message is sent from the EHR to the patient. The text messages can be initiated from within the EHR interface. The staff can make first contact to facilitate communication with a patient. Your staff can also send out a mass text. This feature is great when a group of patients needs to be contacted.

Download

Staff Alerts

Custom None Clinical Alerts

We were asked to develop a simple patient alert system separate from the clinical alerts. The clinical alerts can be very difficult to learn and use. Clinical does not fit all use cases by design limitations. This is release number one for this simple alerts module. Watch the video to see how it works. Contact me at sherwin@affordablecustomehr.com if you are interested in this module.

See Video

Documentation Alerts

This solves the issue of documents not being filled out at the proper interval. This popup reminder is automatic. Set the document and the interval in which it needs to be filled out. The popup shows in the patient's chart after the first document is filled out. To get this module email sherwin@affordablecustomehr.com

See Video

Storage

AWS S3 Storage

We've created an additional method for storing patient files in an S3 bucket, enhancing system flexibility. Separating file storage from the application can significantly improve performance and streamline upgrades. If you are interested in this module, PM us through the forum @juggernautsei.