Skip to content

nichealpham/his-composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Markdownify
HIS Composer

Image Logo

🔥 Video Introduction 🔥


Twitter Twitter Twitter Twitter Twitter Twitter Twitter

Docker compose for running an Open version of HIS
(Health Information System)

Quick Demo Links: • EMRPASADMIN

( Account: test | Password: 123456 )

ModulesHow To UseCreditsSupportLicense

Modules

  • ✔️ Patient Admission System (PAS)
  • ✔️ Eletronic Medical Record (EMR)
  • ✔️ Human Resource Management (Admin)
  • ⚡ AI Analysis for Fundus and Dry Eye (Beta)

About

This product is an IT platform dedicated for Hospital and Clinics management, consiting of 3 principal modules:

✔️ 1. PAS - Patient Admission System

  • Managing patient profiles
  • Booking appointment
  • Admit patient into EMR system
  • Accepting payments, export invoices and payment receipts
  • High performance and thorough Reporting system

✔️ 2. EMR - Electronic Medical Record

  • Medical Forms for doctor to perform examination
  • Data collection and Episode Manegemnt for each patients visits
  • Scalable Archetype design to extend to different medical fields
  • Medicine and Medication management system
  • Patient Visits and Discharge Summary management

✔️ 3. Admin - Internal Organzation Management

  • Management of hospital's Human resources
  • Management of Branding and satlite Clinics
  • Complete customization of available Medical Services
  • Doctor Roster and Scheduling System

⚡ 4. A2DS - AI Assisted Diagnosis System (beta)

  • Dry Eye detection algorithm
  • Fundus Lesion detection algorithm
  • Analysis and Flow management

How To Use

Run using docker compose 🌈

A complete version of the platform is ready to use with docker compose:

# Clone this repository
$ git clone https://github.com/nichealpham/his-composer.git

# Go into the repository
$ cd his-composer

Check the ip adress of your system

$ ipconfig
$ ifconfig

Then, replace the IP address in the appropriate place inside .env file

SA_PASSWORD=Admin@123#
HIS_APP_MSSQL_DB_HOST=172.25.229.39
HIS_APP_MSSQL_DB_USER=sa
HIS_APP_MSSQL_DB_PASSWORD=Admin@123#
HIS_APP_ACCESS_TOKEN_ENCRYPTION_KEY=sandrasoft@2021#
VUE_APP_API=http://172.25.229.39:2001/api
VUE_APP_AI_FUNCTIONS=http://172.25.229.39:2002/graphql

Run the app

$ docker-compose up -d

Then navigate to the following URL:

  1. http://localhost:3001: Admin
  2. http://localhost:3002: PAS
  3. http://localhost:3003: EMR

Default Root account:

  • Username: root
  • Password: Admin@123#

Credits

This software is made by these technologies:

Support

💪 We are looking for business collaboration to extend the impact of this product and to validate its functionalities for international standards. Please contact us for any opportunities 🔥

⭐ Contact Information

Name: Nicheal Pham
Technical Solution Architect at A2DS, Inc.
Email: [email protected]
Linkedin: https://www.linkedin.com/in/nichealpham/
Phone: +84-914-118-896

License

MIT


With 💙 from @Nicheal Pham

About

Docker compose for an Open version of HIS Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages