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

OpenEMR: Develop a Clinical Decision Support (CDS) Rule to capture Min-Max values of vitals. #1691

Open
MeghaMoncy opened this issue Apr 25, 2023 · 0 comments

Comments

@MeghaMoncy
Copy link

MeghaMoncy commented Apr 25, 2023

One of the issues with OpenEMR is that when abnormally high values are entered for vitals (even if by mistake), OpenEMR generates an error preventing further editing of the observations. This happens since OpenEMR does not currently have a Clinical Decision Support (CDS) rule in place that captures the minimum and maximum values for vital signs. Without this rule, the system is unable to identify and flag any data entry that falls outside of the expected range for a particular vital sign. As a result, when an abnormally high value is entered, the system does not recognize it as an error, and instead, it prevents further editing of the observations.

  • Login to the OpenEMR.

Screen Shot 2023-04-25 at 2 30 27 PM

  • Click on "Finder" and select a patient to work on.
  • The Medical Record Dashboard of the patient will open up.
  • Click on the “+” near the "Select Encounter" tab on the top of the patient's dashboard.

Screen Shot 2023-04-25 at 1 49 51 PM

  • The New Encounter Form for the patient will open up. Enter all relevant visit details of that encounter, and save the changes.

Screen Shot 2023-04-25 at 1 50 53 PM

  • The patient summary will be displayed, click on the “Clinical” tab and select vitals from the drop-down menu.

Screen Shot 2023-04-25 at 1 58 00 PM

  • To test the functionality of the vitals page, enter some unusual values such as extremely high or low values for height, weight, etc. After entering these values, save the data on the page.

Screen Shot 2023-04-25 at 1 58 17 PM

  • The saved vitals are not displayed on the summary page, and when attempting to open the vitals page again, an error message appears, and the page becomes frozen, displaying a blank screen.

Screen Shot 2023-04-25 at 2 28 36 PM

By having a CDS rule in place that captures min-max values of observations, OpenEMR would be able to recognize when a vitals value entered is outside of the expected range, and generate a warning or alert for the healthcare provider.

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

1 participant