Vision Statement

RHIMS provides a modular interface for healthcare providers to view health care information of remote patients. RHIMS collects vital sign information such as blood pressure, oxidation levels, and pulse. Using a standard representation of this data makes the data accessible in a standard format on a database. This standard format of healthcare data allows RHIMS to provide an interface for accessing healthcare data through a web interface in the forms of graphs and patient alert color schemes. RHIMS also allows healthcare providers to monitor multiple patients at a single time as well as forward necessary information to patient family members.

Requirements and Features

RHIMS provides a modular interface for healthcare providers to view health care information of remote patients. RHIMS collects vital sign information such as blood pressure, oxidation levels, and pulse. Using a standard representation of this data makes the data accessible in a standard format on a database. This standard format of healthcare data allows RHIMS to provide an interface for accessing healthcare data through a web interface in the forms of graphs and patient alert color schemes. RHIMS also allows healthcare providers to monitor multiple patients at a single time as well as forward necessary information to patient family members.

Graphical User Interface

Single Patient View

GUI

Multiple Patient View

GUI

Domain Model

Patient, Monitoring Device, Receiver
The patient has a medical monitoring device attached to them that continuously acquires physiological vital signs and transmits this data to a receiver. The receiver sends patient data to the server.

Doctor/Nurse
The doctor, nurse, or other medical professional that are responsible for health of their patients use the software to view the medical data collected by the monitoring device and receive alerts from the server when a patient enters a critical range. Doctors and Nurses also are responsible for creating patient groups if they desire to monitor patient group trends.

Healthcare Provider
The healthcare provider is responsible for assigning patients to doctors/nurses and managing users of the software system. They are also responsible for setting up the monitoring device and configuring the software system to accept and monitor the patients.

Actors

Patient - the patient is the individual whose vital signs are being monitored and analyzed
Monitoring Device - the physical medical device that monitors and transmits the patient's vital signs
Database - stores physiological data for all patients that is gathered by the monitoring device(s)
Web Server - the server handles interaction between the monitoring devices, the user interface, and the database, in addition to managing users and patients
Web Interface - the web based GUI that allows users to view and manage patients, along with displaying graphs and patient status
Nurse/Doctor - the medical professionals who are responsible for taking care of the patients
Health Care Provider - the management organization for the nurses, doctors, and patients

Use-cases

Administrator Login
Primary Actors: Health Care Provider
Secondary Actors: Web Interface, Server
Goal: Login with Administrator rights
Main Path:

  1. Enter administrator login information
  2. Validate login information
  3. If correct, display list of administrator options
User Creation
Primary Actors: Health Care Provider
Secondary Actors: Web Interface, Serer
Goal: Create a new Nurse/Doctor user
Pre-condition: Administrator Login
Main Path:
  1. Select create new user option
  2. Enter new user information
  3. Check if user does not already exist
  4. If user does no already exist, create user and add to user list
  5. If need be, restrict or expand user options
Adding Patient
Primary Actor: Health Care Provider
Secondary Actors: Web Interface, Server
Goal: Add a patient to the system
Pre-condition: Administrator Login
Main Path:
  1. Select create a new patient option
  2. Enter new patient information
  3. Check if user does not already exist
  4. If patient does not already exist, create patient and add to patient list
  5. Assign patient to a user (doctor/nurse)
Removing Patient
Primary Actor: Health Care Provider
Secondary Actors: Web Interface, Server
Goal: Remove patient from the system
Pre-condition: Administrator Login
Main Path:
  1. Select remove patient option
  2. Enter patient information
  3. Check if the user does already exist
  4. If patient does exist, remove patient from user(s) (doctor/nurse)
  5. Remove patient from patient list
User Login
Primary Actor: Doctor/Nurse
Secondary Actors: Web Interface, Server
Goal: Login as a Doctor or Nurse
Pre-condition: Doctor or Nurse user has already been created
Main Path:
  1. Enter user login infromation
  2. Validate login information
  3. If correct, display list of user options
Single Patient Overview
Primary Actor: Doctor/Nurse
Secondary Actors: Web Interface, Server, and Patient
Goal: View Patient Data
Pre-conditions: User Login, patient assigned to user
Main Path:
  1. Select create view patient list option
  2. Select patient
  3. Receive most current patient data and trends
Create Patient to Group
Primary Actor: Doctor/Nurse
Secondary Actors: Web Interface, Server
Goal: Add a patient group user patient list
Pre-condition: User Login
Main Path:
  1. Select create new patient group option
  2. Enter new patient information
  3. Check if patient group does not already exist
  4. If patient group does not already exist, create patient group and add to patient list
Adding Patient to Patient Group
Primary Actor: Nurse/Doctor
Secondary Actors: Web Interface, Server
Goal: Add a patient to a patient group
Pre-condition: User Login, Patient Group Created, Patient in User Patient List
Main Path:
  1. Select patient list
  2. Select patient group
  3. Select add patient to patient group
  4. Input patient information
  5. Check if patient is in patient list
  6. If patient is in patient list, add to patient group
Multiple Patient Overview
Primary Actor: Doctor/Nurse
Secondary Actors: Web Interface, Server, and Patient
Goal: View patient group
Pre-conditions: User Login, Patient group existed
Main Path:
  1. Select view patient list option
  2. Select patient group
  3. Receive most current patient group data and trends
Single Patient Calibration
Primary Actor: Doctor/Nurse
Secondary Actors: Web Interface, Server, and Patient
Goal: Calibrate Data for a patient
Pre-conditions: User Login, Patient assigned to user
Main Path:
  1. Select view patient list option
  2. Select patient
  3. Receive most current patient group data and trends
  4. Give new parameters for accepted range based on old group trends
Patient Physiological Data - Normal
Primary Actor: Patient
Secondary Actors: Web Interface, Server
Goal: Place patient data in database
Pre-conditions: Patient is assigned to user
Main Path:
  1. Patient device gathers data
  2. Device formats data for transmission to server
  3. Server receives data and assigns it to the patient
  4. Server checks if data is within acceptable range
  5. If it is in acceptable range
Patient Physiological Data - Critical
Patient Physiological Data - Critical
Primary Actor: Patient
Secondary Actors: Web Interface, Server, Doctor/Nurse
Goal: Place patient data in database
Pre-conditions: Patient is assigned to user
Main Path:
  1. Patient device gathers data
  2. Device formats data for transmission to server
  3. Server receives data and assigns it to the patient
  4. Server checks if data is within acceptable range
  5. If it is not in acceptable range flag patient
  6. If patient is flagged, send alert to assigned doctor or nurse via email

Activity Diagram

Use Case: Patient Physiological Data - Critical
Activity

Architecture

This project is going to be a web based application using the J2EE platform that follows the three-tier architecture.

Resources

We will use several resourses to assist in our development. Java ServerFaces (JSF) will be used to help develop the web based user interface. We will also be using multiple JBoss products throughout our development. We will use EJB3 to help support application logic, Seam to integrate JSF and the EJB3 components, and the JBoss Application Server. We will also be using MySQL to manage our medical data, and will also integrate JDBC for communications with the database. More information about these technologies can be found below.