Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ambulatorium/ambulatory
An experiment project for outpatient care platform.
https://github.com/ambulatorium/ambulatory
ambulatory appointments clinic doctors healthcare laravel-package medical outpatient outpatient-appointments php scheduling vuejs
Last synced: 9 days ago
JSON representation
An experiment project for outpatient care platform.
- Host: GitHub
- URL: https://github.com/ambulatorium/ambulatory
- Owner: ambulatorium
- License: mit
- Archived: true
- Created: 2019-02-26T12:18:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T21:32:27.000Z (over 4 years ago)
- Last Synced: 2024-08-01T13:29:44.024Z (3 months ago)
- Topics: ambulatory, appointments, clinic, doctors, healthcare, laravel-package, medical, outpatient, outpatient-appointments, php, scheduling, vuejs
- Language: PHP
- Homepage:
- Size: 1.21 MB
- Stars: 9
- Watchers: 5
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
Ambulatory is An experiment project for an outpatient basis, including diagnosis, observation, consultation, treatment, intervention, and rehabilitation services [Learn more about ambulatory care >>>](https://www.rasmussen.edu/degrees/nursing/blog/what-is-ambulatory-care/)
## Installation
Ambulatory runs on any Laravel application, it uses a separate database connection and authentication system so that you don't have to modify any of your project code.
Install Ambulatory via Composer:
```
composer require ambulatory/ambulatory
```Once Composer is done, run the following command.
```
php artisan ambulatory:install
```Create a symbolic link to ensure file uploads are publicly accessible from the web:
```
php artisan storage:link
```Check `config/ambulatory.php` and configure the database connection ambulatory is going to be using, after that go run:
```
php artisan ambulatory:migrate
```Head to `yourproject.test/ambulatory` and use the provided email and password to log in.
## Road map
Ambulatory is still under heavy development, I decided to ship it in this early stage so you can help me make it better. [See the road map >>>](https://github.com/ambulatorycare/ambulatory/projects/1)
## Security Vulnerabilities
If you discover a security vulnerability within Ambulatory, please send an e-mail to [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.
## License
Ambulatory is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).