Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshed-io/openemr
https://github.com/joshed-io/openemr
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshed-io/openemr
- Owner: joshed-io
- License: gpl-3.0
- Created: 2019-08-04T09:14:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T18:44:47.000Z (over 5 years ago)
- Last Synced: 2024-04-18T01:42:41.558Z (7 months ago)
- Language: PHP
- Size: 404 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/openemr/openemr.svg?branch=master)](https://travis-ci.org/openemr/openemr)
[![Backers on Open Collective](https://opencollective.com/openemr/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/openemr/sponsors/badge.svg)](#sponsors)# OpenEMR
[OpenEMR](http://open-emr.org) is the most popular open source electronic health records and medical practice management solution. [ONC certified](http://open-emr.org/wiki/index.php/OpenEMR_Wiki_Home_Page#ONC_Ambulatory_EHR_Certification) with international usage, OpenEMR's goal is a superior alternative to its proprietary counterparts.
### Contributing
OpenEMR is a leader in healthcare open source software. Costly proprietary EMRs are no longer the only option. [Learn how to start contributing today!](http://open-emr.org/wiki/index.php/FAQ#How_do_I_begin_to_volunteer_for_the_OpenEMR_project.3F)
> Already comfortable with git? Check out [CONTRIBUTING.md](CONTRIBUTING.md) for quick setup instructions
### Support
Community and Professional support can be found [here](http://open-emr.org/wiki/index.php/OpenEMR_Support_Guide).
Extensive documentation and forums can be found on the [OpenEMR website](http://open-emr.org).
### Reporting Issues and Bugs
Report these on the [Issue Tracker](https://github.com/openemr/openemr/issues). If you are unsure if it is an issue/bug, then always feel free to use the [Forum](https://community.open-emr.org/) and [Chat](https://chat.open-emr.org/).
### Reporting Security Vulnerabilities
Send an email to [email protected] . If possible, please encrypt your email via PGP with this [public key](https://keybase.io/bradymiller/pgp_keys.asc?fingerprint=8a93ddec0e320d5eb8a7994827def05b1a8a6d4f).
### API
Check out [API_README.md](API_README.md)
### For Developers
If using OpenEMR directly from the code repository, then the following commands will build OpenEMR:
```
composer install
npm install
npm run build
composer dump-autoload -o
```### Contributors
This project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md).
### Backers
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/openemr#backer)]
### Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/openemr#sponsor)]
### License
[GNU GPL](LICENSE)