Construct an (E)ER diagram for a hospital system with the following requirements: Patients are described using unique ss# as well as name, insurance, admitted date, and checked-out date Doctors are described using unique dss# as well as their names and specialization. Each patient may have a set of tests, described by test id, test name, date, time, and results. These tests are performed by doctors. Then convert the (E)ER diagram to a collection of relation tables (Relational database schema). Determine all the primary and foreign keys.

icon
Related questions
Question

Construct an (E)ER diagram for a hospital system with the following requirements: 

  • Patients are described using unique ss# as well as name, insurance, admitted date, and checked-out date
  • Doctors are described using unique dss# as well as their names and specialization.
  • Each patient may have a set of tests, described by test id, test name, date, time, and results.
  • These tests are performed by doctors. 

Then convert the (E)ER diagram to a collection of relation tables (Relational database schema). Determine all the primary and foreign keys. 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Requirement Analysis
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, data-structures-and-algorithms and related others by exploring similar questions and additional content below.