Question

Understanding Databases: Exercises Type your answers into this Word document. Save when completed and submit as...

Understanding Databases: Exercises

Type your answers into this Word document. Save when completed and submit as a file upload.

You are a manager of an HIM department and you want to track how many charts each of your employees scanned and indexed. This is the data you found.

On Monday, John did 10 charts, Sue did 25 charts, and Maria did 20 charts.

On Tuesday, John did 12 charts, Sue did 22 charts, and Maria did 20 charts.

On Wednesday, John did 11 charts, Sue did 24 charts, and Maria did 19 charts.

On Thursday, John did 12 charts, Sue did 26 charts, and Maria did 21 charts.

On Friday, John did 10 charts, Sue did 25 charts, and Maria did 20 charts.

  1. Arrange the above data in a flat file database, in column delimited data form. A table has been started for you. (10 points)
  1. Arrange the above data in a flat file database, in comma-separated value (CSV) form. (10 points)
  1. Of the following four choices, what would most likely be the Primary Key in the following tables? (3 points)

              Choices: Account ID, Patient ID, Provider ID, Diagnosis Code

  1. Patient Table:
  2. Visit Table:
  3. Physician Table:
  1. Give an example when the same Key could be a Primary Key in one table and a Foreign Key in another table. (2 points)
  1.            Give the type of relationship cardinality for each scenario: (5 points)

              Choices: One to one, One to Many, or Many to Many

  1. A clinic has bill types for Outpatient, Inpatient, and Laboratory. A patient could have multiple bills on multiple dates for multiple visits:
  1. Mary Johnson's Medical Record Number is 3458236:
  1. Mary Johnson has diagnoses of high blood pressure, hypercholesterolemia, and migraines:
  1. ICD10 Code O24.011 is Preexisting Diabetes Mellitus, Type 1, In pregnancy, first trimester:
  1. Mary has received three different bills over the past year from the clinic, and has made three payment on one of the bills, two payments on the second bill, and one payment on the third bill:
0 0
Add a comment Improve this question Transcribed image text
Answer #1

No. OF CHARTS DONE Name Mos The 1 2 lo 1a. Ttn Sue 95 a4 26 25 /9 21#. Primary key in the following tables are :-

Patient Table - patient ID

Visit table - account ID

Physician table - provider ID

Provider ID will be primary key in the physician table and it will be foreign key in patient table .

#. A) is one to one because patient will get separate bills for everyday visit and the type of services he got .

B) One to one ,because every patient has individual ID and record number

C) One to many ,because Mary Johnson has multiple diseases like hypertension, hypercholesterolemia,and migraine

D) One to one , because every disease and it's sub parts has its own individual ICD-10 code .

E) Many to many, because she had paid multiple times for the overall three bills

Add a comment
Know the answer?
Add Answer to:
Understanding Databases: Exercises Type your answers into this Word document. Save when completed and submit as...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • In your own words, explain the difference between a flat file and a relational database. (5...

    In your own words, explain the difference between a flat file and a relational database. (5 points) Review the example Hospital Physician Data Dictionary as found in your Lecture this week. Create a similar Data Dictionary for Patients, using the same format. Include at least 5 field names you think should be included in a Patient Data dictionary. Remember to use different data types for dates, text, and numbers. I have given you two examples to start. (10 points) Field...

  • 4. If a survey question asks an open-ended question what type of data is collected? a. Quantitative b. Ratio c. Interval...

    4. If a survey question asks an open-ended question what type of data is collected? a. Quantitative b. Ratio c. Interval d. Qualitative 5. What data quality characteristic ensures that data supports the reason for the collection of the data? a. Precision b. Currency c. Constancy d. Definition 6. HCUP is a family of databases maintained by: a. CMS b. HHS c. AHRQ d. CDC 7. The fact that there is missing data would be identified in _____. a. Data...

  • Hide/Show Time Remaining Part 1 of 1- Question 1 of 38 When designing a new database,...

    Hide/Show Time Remaining Part 1 of 1- Question 1 of 38 When designing a new database, the first question users should ask themselves is O A. How much information is going to be stored in this database? B. Where should this database be stored? O C. Who is going to use this database? O D. What questions should this database be able to answer? Question 2 of 38 When linking two tables in a relational database, a user will use...

  • You are a database consultant with Ace Software, Inc., and have been assigned to develop a...

    You are a database consultant with Ace Software, Inc., and have been assigned to develop a database for the Mom and Pop Johnson video store in town. Mom and Pop have been keeping their records of videos and DVDs purchased from distributors and rented to customers in stacks of invoices and piles of rental forms for years. They have finally decided to automate their record keeping with a relational database. You sit down with Mom and Pop to discuss their...

  • For your Project, you will develop a simple battleship game. Battleship is a guessing game for...

    For your Project, you will develop a simple battleship game. Battleship is a guessing game for two players. It is played on four grids. Two grids (one for each player) are used to mark each players' fleets of ships (including battleships). The locations of the fleet (these first two grids) are concealed from the other player so that they do not know the locations of the opponent’s ships. Players alternate turns by ‘firing torpedoes’ at the other player's ships. The...

  • Question 1 An array is NOT: A - Made up of different data types. B - Subscripted by integers. C -...

    Question 1 An array is NOT: A - Made up of different data types. B - Subscripted by integers. C - A consecutive group of memory chunks. D - None of the choices. Question 2 How many times is the body of the loop executed? int i=1; while(true) { cout << i; if(++i==5) break; } A - Forever B - 4 C - 5 D - 6 E - 0 Question 3 What is wrong with the following piece of...

  • Use program control statements in the following exercises: Question 1 . Write pseudocode for the following:...

    Use program control statements in the following exercises: Question 1 . Write pseudocode for the following: • Input a time in seconds. • Convert this time to hours, minutes, and seconds and print the result as shown in the following example: 2 300 seconds converts to 0 hours, 38 minutes, 20 seconds. Question 2. The voting for a company chairperson is recorded by entering the numbers 1 to 5 at the keyboard, depending on which of the five candidates secured...

  • The following are screen grabs of the provided files Thanks so much for your help, and have a n...

    The following are screen grabs of the provided files Thanks so much for your help, and have a nice day! My Java Programming Teacher Gave me this for practice before the exam, butI can't get it to work, and I need a working version to discuss with my teacher ASAP, and I would like to sleep at some point before the exam. Please Help TEST QUESTION 5: Tamagotchi For this question, you will write a number of classes that you...

  • Assignment Overview In Part 1 of this assignment, you will write a main program and several...

    Assignment Overview In Part 1 of this assignment, you will write a main program and several classes to create and print a small database of baseball player data. The assignment has been split into two parts to encourage you to code your program in an incremental fashion, a technique that will be increasingly important as the semester goes on. Purpose This assignment reviews object-oriented programming concepts such as classes, methods, constructors, accessor methods, and access modifiers. It makes use of...

  • please Identify the key points and main thesis of the article 2. Describe the skills you...

    please Identify the key points and main thesis of the article 2. Describe the skills you will need to develop to manage the hospital of the future. use critical analysis doing these questions Suggestion for writing assignmemnt make believe the reader has never read the article -what are the key points you would want the reader to know in order to understand the hospital of the future. In addition, managers, executives do not have time to read--so again what key...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT