TA3 -- Data Model




Business Process Model

Our business process model is the admission of a patient for skin and risk assessment, performed by a nurse. Various tests are given by the nurses, and the results are charted electronically. Based upon the results, treatment is provided accordingly and it will be determined if the patient needs a special mattress to prevent further skin breakdown. The patient's insurance is billed for the care, and if needed the speciality mattress. If a special mattress is needed, the patient and nurse need to sign off on the mattress. The nurse checks daily on the patient to see if there is anymore skin breakdown. The one of the three tables that would be related to this would be, a special ID number for each patient to keep them organized, and keep confidentiality. Using a program such as SQL can enable you to organize patient data via ID number or room number. The second table would be for the insurance company to keep track of billing and the money for the patient. This table would also include how much insurance is covered versus how much the patient needs to pay out of pocket. Using Excel to create these tables gives you an advantage as you can add different lines of information depending on the type of service, type of insurance, hospital, etc. The last table would be for scheduling, when patients need to been seen, and when doctors and nurses are working. You can use this format for any scheduling whether it's strictly for patients or strictly for the staff. In our example we've blended those two so a nurse or physician may see particular patients that are in need of wound care on their rounds.


Tables:

1. Patient ID Information via SQL:

Patient Information


2. Insurance Account Information via Google Docs/Excel:


Wound Care Accounts
Patient IDCoveredPaidDue
1140480%$450$0
4412390%$250$150
3240585%$500$80
4430215%$1,300$540
6570875%$698$412

3. Nurse/Patient Schedule via Google Docs/Excel:

Nurse/Physician Shifts
Employee Schedule Feb 2018
Shift Details
EmployeeDuration Days of WeekPatient/RoomWound Care (Y/N)
Tina, RN12 hoursM, W, FJeff D./1202Y
Wendy, RN12 hoursSa, T, ThuMichael F./1302Y
John, RN18 hoursM, W, FSamantha R./1215Y
James, MD16 hoursW, Thu, FThomas P./1310Y
Frank, RN12 hoursF, M, ThuTrixie B./1212Y

Comments

Popular posts from this blog

TA4 -- Disruptive Innovation

Business Process and Flow