This is just the result of my assignment at university
Overview of the website
The website is about an Electronic Medical Record (EMR) system that support management patient treatment in medical facility such as clinic or hospital. Detail requirements can be found in the pdf file inside the repo on github.
Functional details
The website allows users to manage and maintain the record of medical services provided by various hospitals. It focuses mainly on patients and their visit history as well as the symptoms, prescriptions and lab orders of each visit.
These are some main entities in the application: Patient, Doctor, Hospital, Visit, Prescription, Lab Order, Drug, Drug Group, Medical Service, Medical Service Group, ICD, ICD Chapter and User. For each entity, the website provides 6 basic operations: add new, update, delete, view all, view one item and search.
Read more