Illustrate an Entity-Relationship Diagram (ERD) model using Crow’s Foot notation Here we can have the following entities 1.patients:this entity will store the details of the patients and the attributes for this entity is id(which is unique for each patient and can be used as a primary key) name(this attribute will store the name of the patient and it is a composite attribute) address(this attribute will store the address of the patient and it is multi valued attribute. ) contact_num(this is also a multi valued attribute which will store the contact details of the patient). age(which is a derived attribute) 2.room:this entity will store the information about the details of the rooms. The attributes are. id(this is unique for each room and can be used as a primary key) room number(this will store the room number) Total_bed(this will store the total number of beds present in that room) 3. Bed:this entity will store the information regarding to each bed present in an room, and the attributes are id(this is unique for each bed and can be used as a primary key) Bed_num(this will store the bed number) patient_id(this will act as a foreign key which refers to the patient table) room_id(this will also act as a foreign key which refers to the room table) 4.physician:this entity will store the information of physician, and the attributes are id(this will unique for each physician and can be used as a primary key) Name(this is a composite attribute which store the first last name of the physician. contact_num(this is a multi valued attribute and store the contact number of the physician) email (this attribute will store the email address of the physician) 5.patient_record:this entity will store the medical record of the patient and have the following attributes. id(which is unique for each record and can be used as a primary key) title(this will store the title of the report) type(this will store the type of the report) description(this is a multi valued attribute and used to store the information of the report details) 6.bill:this entity will store the payment details for each patient and the attributes are id(which is unique for each payment and can be used as a primary key) patient_id(this will act as a foreign key and refers to the patient table) amount(total amount payed by the patient). date(this will store the date of payment. 7.method:this entity will store thr method of payment made by the patient, and the attributes are id(which is unique for each method and can be used as a primary key) type(this will store the method type of the payment) bill_id(this will act as a foreign key which refers to the bill table) 8.nurse:this entity will store the details of the nurse, and the attributes are id(this is unique for each nurse and can be used as a primary key) name(will store the name of the nurse) contact_num(this is a multy values attribute and store the contact number of the nurse.) Address(it is a composite attribute which store thr adress of the nurse)
Illustrate an Entity-Relationship Diagram (ERD) model using Crow’s Foot notation
Here we can have the following entities
1.patients:this entity will store the details of the patients and the attributes for this entity is
- id(which is unique for each patient and can be used as a primary key)
- name(this attribute will store the name of the patient and it is a composite attribute)
- address(this attribute will store the address of the patient and it is multi valued attribute. )
- contact_num(this is also a multi valued attribute which will store the contact details of the patient).
- age(which is a derived attribute)
2.room:this entity will store the information about the details of the rooms. The attributes are.
- id(this is unique for each room and can be used as a primary key)
- room number(this will store the room number)
- Total_bed(this will store the total number of beds present in that room)
3. Bed:this entity will store the information regarding to each bed present in an room, and the attributes are
- id(this is unique for each bed and can be used as a primary key)
- Bed_num(this will store the bed number)
- patient_id(this will act as a foreign key which refers to the patient table)
- room_id(this will also act as a foreign key which refers to the room table)
4.physician:this entity will store the information of physician, and the attributes are
- id(this will unique for each physician and can be used as a primary key)
- Name(this is a composite attribute which store the first last name of the physician.
- contact_num(this is a multi valued attribute and store the contact number of the physician)
- email (this attribute will store the email address of the physician)
5.patient_record:this entity will store the medical record of the patient and have the following attributes.
- id(which is unique for each record and can be used as a primary key)
- title(this will store the title of the report)
- type(this will store the type of the report)
- description(this is a multi valued attribute and used to store the information of the report details)
6.bill:this entity will store the payment details for each patient and the attributes are
- id(which is unique for each payment and can be used as a primary key)
- patient_id(this will act as a foreign key and refers to the patient table)
- amount(total amount payed by the patient).
- date(this will store the date of payment.
7.method:this entity will store thr method of payment made by the patient, and the attributes are
- id(which is unique for each method and can be used as a primary key)
- type(this will store the method type of the payment)
- bill_id(this will act as a foreign key which refers to the bill table)
8.nurse:this entity will store the details of the nurse, and the attributes are
- id(this is unique for each nurse and can be used as a primary key)
- name(will store the name of the nurse)
- contact_num(this is a multy values attribute and store the contact number of the nurse.)
- Address(it is a composite attribute which store thr adress of the nurse)
![](/static/compass_v2/shared-icons/check-mark.png)
Step by step
Solved in 2 steps with 1 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)