A medical Assistant needs to view patients’ information by supplying the patient’s ID (PID) to specify whose information is required. The information system module requests the necessary information from the Medicare system which seeks authorization from the Authorization System (AS). If the request is validated, the necessary authorization is approved. If authorized, the patient’s information is returned and is displayed on a form on the user’s screen. If authorization fails, an error message (“Authorization Failed”) is returned Scenario-Based Question: Given the following scenario: A medical Assistant needs to view patients' information by supplying the patient's ID (PID) to specify whose information is required. The information system module requests the necessary information from the Medicare system which seeks authorization from the Authorization System (AS). If the request is validated, the necessary authorization is approved. If authorized, the patient's information is returned and is displayed on a form on the user's screen. If authorization fails, an error message ("Authorization Failed") is returned. Use an appropriate CASE Tool (NOT a Word Processor) to draw the sequence diagram for the given scenario. The diagram must show all message passing.