105k views
4 votes
Create data flow diagram for scenario below.

When a physician within the Medical Center of DeVry orders an outpatient radiology examination, the patient is asked to pre-schedule the examination at the hospital. The patient phones the scheduling department and provides demographic and insurance information, the name of the test to be performed, and the provisional diagnosis from the order sheet the physician has provided. The scheduling clerk inputs this information into the patient file and assigns a date and time for the procedure from the radiology schedule file. When the patient arrives for the radiology appointment, the registration clerk checks the patient and schedule files, and checks in the patient. The schedule file is updated and an encounter record is created for the patient and filed in the encounter database. Once the patient has undergone the examination, the radiology technician updates the schedule and encounter database. When the radiologist evaluates the examination data, the encounter database is updated with the examination report and diagnosis.

User EugZol
by
8.4k points

1 Answer

1 vote

Final answer:

A data flow diagram (DFD) is a graphical representation of the flow of data within a system. In this scenario, it can be used to depict the process of ordering and scheduling outpatient radiology examinations at the Medical Center of DeVry.

Step-by-step explanation:

A data flow diagram (DFD) is a graphical representation of the flow of data within a system. In this scenario, the DFD for the outpatient radiology examination process can be represented as follows:

  1. The physician orders an outpatient radiology examination.
  2. The patient provides demographic and insurance information, test name, and provisional diagnosis to the scheduling department.
  3. The scheduling clerk inputs the information into the patient file and assigns a date and time for the procedure from the radiology schedule file.
  4. The patient arrives for the radiology appointment and the registration clerk checks the patient and schedule files, and checks in the patient.
  5. The schedule file is updated and a new encounter record is created and filed in the encounter database.
  6. The radiology technician updates the schedule and encounter database after the examination.
  7. The radiologist evaluates the examination data and updates the encounter database with the examination report and diagnosis.

User Yousif Abdalla
by
8.0k points