tag / project-triage-2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSIS Project

This repo is for an in-class project in the MSIS program.

Our Project: Build a hospital triage system

For simplicity, assume that patient data is stored (mostly) in another system. Only basic identifying information will be in this system: Name, DOB, sex at birth, and a patient GUID to match the record to the other system.

When a patient visits, a single text field for symptom description is sufficient. The patient is assigned a triage priority, then waits for an doctor to become available. Patients are seen in priority order.

When a doctor is finished treating a patient, s/he assigns the completion reason (one of discharged, admitted, deceased), and the visit is stored in a historical log.

About


Languages

Language:HTML 43.0%Language:PHP 27.6%Language:JavaScript 13.7%Language:Dockerfile 8.9%Language:CSS 3.7%Language:Shell 3.0%