Conceptual Data Model For The Planned Database Discussion Paper
REQUIREMENTS:
This 2 to 4 page paper presents a database plan for a nursing or healthcare problem dealt with in the past or active in the present. Explain the problem and the reason(s) a database is needed. Provide a conceptual data model for the planned database. Name all the entities planned for the database and justify their selection. In an appendix, provide an E-R diagram that shows each entity, names the identifier for each entity, and illustrates the relationships between each entity, noting the cardinality. In the paper, write a narrative explanation of key parts of the E-R diagram, including how you arrived at some of the decisions on relationships and cardinality. Include three questions planned for this database (the original questions from the discussion in week 1 may be used). Provide a recap of the paper and discuss insights on databases developed as a result of working on this assignment. Support all decisions from the scholarly literature. Conceptual Data Model For The Planned Database Discussion Paper
PREPARING THE PAPER
Please Note: The database project will be developed in Microsoft Excel or Access
Criteria for Content:
Criteria for Paper Format and Special Instructions:
Here is a brief synopsis to help you understand entities, attributes, relationships and data models.
An entity is the thing we want to gather information about and you can visualize it as a table with columns and rows. Each entity or table is named and usually is a noun. Each column is an attribute, is named, and represents specific information; while each row is a particular instance of what the entity or table signifies. Relationships supply the structure needed to pull information from multiple entities or tables and are usually verbs.
A data model is a tool that we use to describe the data requirements and assumptions in a system, but a model also determines the structure of data, facilitating the design of databases. Conceptual Data Model For The Planned Database Discussion Paper
Sample entities: Sample relationships: E-R Diagram Symbols:
Patient Assigned
Physician Attend
Nurse Take
Drug Paid
Payment Associated
Staff Track
Treatment Record
Unit Treated
Nurses attend to the patients. There are a number of patients assigned to each unit. Usually each patient will have many nurses but only one primary physician.
What questions could we ask?
1. Which nurses work on which units?
2. How many patients are assigned to each unit?
3. Which physician cared for the most patients?
4. Which nurses cared for which patient?
Cardinality Examples:
Patient to nurses – One to Many (1:M) / Patient to primary physician – One to One (1:1)
Please reflect on your E-R Diagrams and data models. Make sure that you have considered everything and your diagram is a visual picture that is easy to interpret and represents your intended data structure. Conceptual Data Model For The Planned Database Discussion Paper