create an Enhanced Entity-Relationship (EER) diagram based on the provided information. Based on the following description, try creating the diagram using a tool such as draw.io, Lucidchart, or any other ER diagram tool: Entities: Person: person_ID (PK), name, address, birth date, phone number Subtypes: Employee, Physician, Patient, Volunteer Visit: date (PK, partial identifier), comments Care Centre: care_centre_ID (PK), name, location Laboratory: lab_ID (PK), name, location Bed: bed_number (PK), room_number, care_centre_ID (FK) Item: item_number (PK), description, unit_cost Treatment: treatment_ID (PK), treatment_number, treatment_name, treatment_date, treatment_time, results Relationships: Works_In (Person - Care Centre): Person (1, M) ----< Works_In >---- (1, M) Care Centre Assigned_To (Employee - Care Centre): Employee (1, M) ----< Assigned_To >---- (1, M) Care Centre Assigned_To (Physician - Care Centre): Physician (1, M) ----< Assigned_To >---- (1, M) Care Centre Works_In (Technician - Laboratory): Technician (1, M) ----< Works_In >---- (1, M) Laboratory Assigned_To (Technician - Care Centre): Technician (1, M) ----< Assigned_To >---- (0, M) Care Centre Responsible_For (Physician - Patient): Physician (0, M) ----< Responsible_For >---- (1, 1) Patient Refers (Physician - Patient): Physician (0, M) ----< Refers >---- (0, M) Patient Assigned_To (Employee - Bed): Employee (1, M) ----< Assigned_To >---- (0, 1) Bed Assigned_To (Physician - Bed): Physician (0, M) ----< Assigned_To >---- (0, 1) Bed Assigned_To (Patient - Bed): Patient (0, 1) ----< Assigned_To >---- (0, 1) Bed Consumes (Patient - Item): Patient (0, M) ----< Consumes >---- (0, M) Item Performs (Physician - Treatment): Physician (0, M) ----< Performs >---- (0, M) Treatment Assigned_To (Volunteer - Care Centre): Volunteer (0, M) ----< Assigned_To >---- (0, M) Care Centre Assigned_To (Nurse - Care Centre): Nurse (1, M) ----< Assigned_To >---- (0, M) Care Centre Appoints (Nurse - Care Centre): Nurse (1, M) ----< Appoints >---- (0, M) Care Centre Admitted (Patient - Bed): Patient (0, 1) ----< Admitted >---- (0, 1) Bed Scheduled_For (Outpatient - Visit): Outpatient (0, M) ----< Scheduled_For >---- (1, 1) Visit Attributes: Attributes are already mentioned in the entity descriptions. This description should provide you with the necessary details to create a comprehensive ER diagram for the given scenario

Fundamentals of Information Systems
8th Edition
ISBN:9781305082168
Author:Ralph Stair, George Reynolds
Publisher:Ralph Stair, George Reynolds
Chapter8: Systems Development
Section: Chapter Questions
Problem 8SAT: Data modelling is most often accomplished through the use of a(an) ________________. a....
icon
Related questions
Question

 

 create an Enhanced Entity-Relationship (EER) diagram based on the provided information. Based on the following description, try creating the diagram using a tool such as draw.io, Lucidchart, or any other ER diagram tool:

  1. Entities:

    • Person: person_ID (PK), name, address, birth date, phone number

      • Subtypes: Employee, Physician, Patient, Volunteer

    • Visit: date (PK, partial identifier), comments

    • Care Centre: care_centre_ID (PK), name, location

    • Laboratory: lab_ID (PK), name, location

    • Bed: bed_number (PK), room_number, care_centre_ID (FK)

    • Item: item_number (PK), description, unit_cost

    • Treatment: treatment_ID (PK), treatment_number, treatment_name, treatment_date, treatment_time, results

  2. Relationships:

    • Works_In (Person - Care Centre):

      • Person (1, M) ----< Works_In >---- (1, M) Care Centre

    • Assigned_To (Employee - Care Centre):

      • Employee (1, M) ----< Assigned_To >---- (1, M) Care Centre

    • Assigned_To (Physician - Care Centre):

      • Physician (1, M) ----< Assigned_To >---- (1, M) Care Centre

    • Works_In (Technician - Laboratory):

      • Technician (1, M) ----< Works_In >---- (1, M) Laboratory

    • Assigned_To (Technician - Care Centre):

      • Technician (1, M) ----< Assigned_To >---- (0, M) Care Centre

    • Responsible_For (Physician - Patient):

      • Physician (0, M) ----< Responsible_For >---- (1, 1) Patient

    • Refers (Physician - Patient):

      • Physician (0, M) ----< Refers >---- (0, M) Patient

    • Assigned_To (Employee - Bed):

      • Employee (1, M) ----< Assigned_To >---- (0, 1) Bed

    • Assigned_To (Physician - Bed):

      • Physician (0, M) ----< Assigned_To >---- (0, 1) Bed

    • Assigned_To (Patient - Bed):

      • Patient (0, 1) ----< Assigned_To >---- (0, 1) Bed

    • Consumes (Patient - Item):

      • Patient (0, M) ----< Consumes >---- (0, M) Item

    • Performs (Physician - Treatment):

      • Physician (0, M) ----< Performs >---- (0, M) Treatment

    • Assigned_To (Volunteer - Care Centre):

      • Volunteer (0, M) ----< Assigned_To >---- (0, M) Care Centre

    • Assigned_To (Nurse - Care Centre):

      • Nurse (1, M) ----< Assigned_To >---- (0, M) Care Centre

    • Appoints (Nurse - Care Centre):

      • Nurse (1, M) ----< Appoints >---- (0, M) Care Centre

    • Admitted (Patient - Bed):

      • Patient (0, 1) ----< Admitted >---- (0, 1) Bed

    • Scheduled_For (Outpatient - Visit):

      • Outpatient (0, M) ----< Scheduled_For >---- (1, 1) Visit

  3. Attributes:

    • Attributes are already mentioned in the entity descriptions.

This description should provide you with the necessary details to create a comprehensive ER diagram for the given scenario

 

Expert Solution
steps

Step by step

Solved in 5 steps with 3 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

Study the information provided and then answer the questions that follow.

For a long time, the Royal Victoria Hospital (RVH) worked with an information system that consisted of a mix of paper-based files and small independent databases developed within some departments. The new administration created an information system (IS) department and hired you as information officer: head of the team in charge of the design and implementation of a new global information system. The first team from the IS department conducted interviews with some hospital administration and staff to identify entity types for the hospital. The following information was collected by this team.

  • The hospital depends primarily on four groups of people: employees, physicians, patients, and volunteers. Of course, some common attributes are shared by all these groups: person_ID (identifier), name, address, birth date, and phone number. Each group also has at least one unique attribute of its own. Employees have a date hired, volunteers have a skill, physicians have a specialty and a pager number, and patients have a contact date (date of first contact with the hospital). Some people may belong to two or more groups at a given time (e.g., patient and volunteer).
  • Patient: A person who is either admitted to the hospital or is registered in an outpatient program. One, and only one, physician is responsible for each patient. Patients are divided into two groups: resident and outpatient. Each outpatient is scheduled for zero or more visits. The entity visit has two attributes: date (partial identifier) and comments. Note that an instance of visit cannot exist without an outpatient owner entity. Only resident patients are assigned to a bed, and a bed may or may not be assigned to a patient.
  • Physician: A member of the hospital staff who may admit patients to the hospital and who can administer medical treatments. A given physician can be responsible for zero or more patients at a given time.
  • A patient must be referred to the hospital by exactly one physician. A physician can refer any number of patients or may not refer any patients.
  • Physicians may perform any number of treatments on behalf of any number of patients or may not perform any treatment. A patient may have treatments performed by any number of physicians. For each treatment performed on behalf of a given patient by a particular physician, the hospital records the treatment date, treatment time, and results.
  • Employee: Any person employed as part of the hospital staff. Employees are subdivided into three groups: nurse, staff, and technician. Only nurse has the attribute certificate, which indicates a qualification (e.g., RN, LPN). Only staff has the attribute job class, and only technician has the attribute skill. Each nurse is assigned to one (and only one) care centre. Each technician is assigned to one or more laboratories.
  • Care centre: A treatment centre within the hospital. Examples of care centres are maternity, emergency, and cardiology. Attributes of care centre are name (identifier) and location. A care centre may have one or more nurses assigned to it. Also, one of the nurses assigned to each care centre is appointed nurse-in-charge. A nurse cannot be appointed nurse-in-charge of a care centre unless they have an RN certificate.
  • Each hospital employee is assigned to work in one or more care centres. Each care centre has at least one employee and may have any number of employees. The hospital records the number of hours per week that a given employee works in a particular care centre. Each physician can be assigned to one or more care centres, and a care centre can have one or more physicians assigned to it.
  • Laboratory: A unit in the hospital where clinical tests (e.g., blood, urine, tissue) are performed to obtain information about the health of a patient. Attributes of laboratory include name (identifier) and location. A laboratory must have one or more technicians assigned to it.
  • Bed: A hospital bed that may be assigned to a resident patient who is admitted to the hospital. Each bed has a bed number, a room number, and a care centre ID. There may be no bed assigned to a care centre, or a care centre may have one or more beds assigned to it.
  • Item: Any medical or surgical item that is used in treating a patient. Each item has an item number, description, and unit cost.
  • A patient may optionally consume any number of items. A given item may be consumed by one or more patients or may not be consumed. For each item consumed by a patient, the hospital records the date, time, quantity, and total cost (which can be computed by multiplying quantity by unit cost).
  • Treatment: Any test or procedure performed by a physician on behalf of a patient. Each treatment has a treatment ID, which consists of a treatment number and a treatment name

Is there any opportunity for using entity clustering in the RVH EER diagram? Justify your answer.

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Enhanced ER Model
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Fundamentals of Information Systems
Fundamentals of Information Systems
Computer Science
ISBN:
9781305082168
Author:
Ralph Stair, George Reynolds
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781305627482
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781285196145
Author:
Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:
Cengage Learning
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning