21 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
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**
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 …
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 ...
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.
openMRS is a highly customizable EMR platform that can be extended and customized by user-contributed modules. More details here: http://openmrs.org
This is a fork of https://github.com/maurya/openmrs-module-patientportaltoolkit
HL10 stands for Hamilton, a city in Ontario, Canada. HL10 is a conceptual framework for mHealth Behaviour Intervention Technology. Read More..
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.
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.
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.
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.
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.
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.
This is a fully functional onsite (meaning served from the same site as OpenEMR) patient 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.