openmrs patient portal

by Alia Toy Jr. 10 min read

Patient Portal Module - OpenMRS

14 hours ago Jun 06, 2018 · Platform, Reference Application: 2.7: Question: We are looking for implementing openMRS for patient health record where in patient can login and perform operations like capturing vitals, sharing details with doctor, adding past visits etc, effectively patient portal functionality. Currently no modules available and few discussion were available** >> Go To The Portal


What is OpenMRS?

Jun 06, 2018 · Platform, Reference Application: 2.7: Question: We are looking for implementing openMRS for patient health record where in patient can login and perform operations like capturing vitals, sharing details with doctor, adding past visits etc, effectively patient portal functionality. Currently no modules available and few discussion were available**

What can I do with OpenEMR?

Jan 25, 2016 · There is a patient portal module in OpenMRS https://wiki.openmrs.org/display/docs/Patient+Portal+Module+-+Personal+Cancer+Toolkit+Project+Revampwhich I don’t know if it would work in Bahmni, and it hasn’t been updated in a while as well. I also know that there’s a Colombian company called …

What is the CMS patient portal?

This is module (i.e. Patient Portal) allows you to create a patient controlled health records application. It gives the patient the full control of his/her own health records and other personal information, and enables him/her to share part or all of those information to any one in his/her social network such as a family member, a doctor, or ...

How do I set up a patient portal?

GitHub - maurya/openmrs-module-patientportal: Patient Portal in OpenMRS 2.0 interface Patient Portal in OpenMRS 2.0 interface. Contribute to maurya/openmrs-module-patientportal development by creating an account on GitHub. Patient Portal in OpenMRS 2.0 interface.

image

What is openMRS?

openMRS is a highly customizable EMR platform that can be extended and customized by user-contributed modules. More details here: http://openmrs.org

What is openmrs-module-patientportaltoolkit-pcchr?

This is a fork of https://github.com/maurya/openmrs-module-patientportaltoolkit

What is the motivation and what is HL10?

HL10 stands for Hamilton, a city in Ontario, Canada. HL10 is a conceptual framework for mHealth Behaviour Intervention Technology. Read More..

How do I learn more and Contribute

Learn more about this (and several other) initiatives on PRO {DENTS} Group. Feel free to adopt a GitFlow workflow by joining the E-Health org on Github OR the usual forking workflow Pull-requests welcome and highly appreciated.

Overview

OpenMRS provides Patient, PatientIdentifier, PatientIdentifierType and objects through the API. A Patient is a Person and inherits all attributes/objects from that object. A PatientIdentifier is a medical record number. A patient can have any number of medical record numbers. Each number has a certain type: PatientIdentifierType.

Patient

A Patient object represents the reason we write OpenMRS. It represents a human that medical data ( Obs) can be collected on. A Patient has very little metadata itself because it inherits from Person.

PatientIdentifierType

Administrators define what types of identifiers they will collect. These range from National ID numbers, to driver's license numbers, to per-hospital medical record numbers.

PatientIdentifier

A patient has any number of identifiers. The patient can be found using any of their identifiers. A number has to be unique across all PatientIdentifierTypes in the database.

Overview

There are two options for setting up a patient portal. The first option is a functional Patient Portal, which is included with OpenEMR (The Native Patient Portal). The second option is using the CMS patient portal, which utilizes a set of APIs included within OpenEMR.

Native Patient Portal

This is a fully functional onsite (meaning served from the same site as OpenEMR) patient portal.

CMS Portal

The CMS Patient Portal, developed by Sunset Systems, is an interface from OpenEMR to a content management system such as WordPress. Initially only WordPress is supported, and for simplicity the remainder of this document will focus on that.

image