Fix: Revert "Fix: OpenEMR logs sensitive information such as payment details (#7341...
[openemr.git] / README.md
blob6bd3439cb7f7ecfb5d05a0974caa7db66355ce72
1 ![Syntax Status](https://github.com/openemr/openemr/workflows/Syntax/badge.svg?branch=master)
2 ![Styling Status](https://github.com/openemr/openemr/workflows/Styling/badge.svg?branch=master)
3 ![Testing Status](https://github.com/openemr/openemr/workflows/Test/badge.svg?branch=master)
5 [![Backers on Open Collective](https://opencollective.com/openemr/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/openemr/sponsors/badge.svg)](#sponsors)
7 # OpenEMR
9 [OpenEMR](https://open-emr.org) is a Free and Open Source electronic health records and medical practice management application. It features fully integrated electronic health records, practice management, scheduling, electronic billing, internationalization, free support, a vibrant community, and a whole lot more. It runs on Windows, Linux, Mac OS X, and many other platforms.
11 ### Contributing
13 OpenEMR is a leader in healthcare open source software and comprises a large and diverse community of software developers, medical providers and educators with a very healthy mix of both volunteers and professionals. [Join us and learn how to start contributing today!](https://open-emr.org/wiki/index.php/FAQ#How_do_I_begin_to_volunteer_for_the_OpenEMR_project.3F)
15 > Already comfortable with git? Check out [CONTRIBUTING.md](CONTRIBUTING.md) for quick setup instructions and requirements for contributing to OpenEMR by resolving a bug or adding an awesome feature ðŸ˜Š.
17 ### Support
19 Community and Professional support can be found [here](https://open-emr.org/wiki/index.php/OpenEMR_Support_Guide).
21 Extensive documentation and forums can be found on the [OpenEMR website](https://open-emr.org) that can help you to become more familiar about the project ðŸ“–.
23 ### Reporting Issues and Bugs
25 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://www.open-emr.org/chat/) to discuss about the issue ðŸª².
27 ### Reporting Security Vulnerabilities
29 Check out [SECURITY.md](.github/SECURITY.md)
31 ### API
33 Check out [API_README.md](API_README.md)
35 ### Docker
37 Check out [DOCKER_README.md](DOCKER_README.md)
39 ### FHIR
41 Check out [FHIR_README.md](FHIR_README.md)
43 ### For Developers
45 If using OpenEMR directly from the code repository, then the following commands will build OpenEMR (Node.js version 20.* is required) :
47 ```shell
48 composer install --no-dev
49 npm install
50 npm run build
51 composer dump-autoload -o
52 ```
54 ### Contributors
56 This project exists thanks to all the people who have contributed. [[Contribute]](CONTRIBUTING.md).
57 <a href="https://github.com/openemr/openemr/graphs/contributors"><img src="https://opencollective.com/openemr/contributors.svg?width=890" /></a>
60 ### Sponsors
62 Thanks to our [2015 Edition Major Sponsors](https://www.open-emr.org/wiki/index.php/OpenEMR_Certification_Stage_III_Meaningful_Use#Major_sponsors)!
65 ### License
67 [GNU GPL](LICENSE)