Professional Skills for Business Analysis - Assignment 1
Verified
Added on 2023/06/13
|15
|2235
|197
AI Summary
This report discusses the case of Medigood National Health Insurance System and analyzes the issues faced by the business process. It covers stakeholder analysis, system vision, product backlog, use cases, and object classes. The report proposes a new system to fulfill the requirements of Medigood stakeholders.
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.
Running head: BUSINESS ANALYSIS - ASSIGNMENT 1 Professional Skills for Business Analysis - Assignment 1 A Case Study of Medigood National Health Insurance System Student Name: University Name:
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
1BUSINESS ANALYSIS - ASSIGNMENT 1 Table of Contents Introduction......................................................................................................................................2 Task 1.01:Stakeholder analysis......................................................................................................2 Task 1.02: System or Product Vision statement..............................................................................3 Problem Description....................................................................................................................3 System Capabilities.....................................................................................................................3 Business Benefits.........................................................................................................................4 Task 1.03: “AS-IS” process flow diagram......................................................................................5 Task 1.04: Product backlog.............................................................................................................6 Task 1.05: Use cases........................................................................................................................7 Task 1.06: Object classes...............................................................................................................10 Conclusion.....................................................................................................................................10 Bibliography..................................................................................................................................11 Appendix -Project Journal............................................................................................................13
2BUSINESS ANALYSIS - ASSIGNMENT 1 Introduction The focus of this report is on the case of Medigood which is a national health insurance system that has introduced a new scheme of offering bonus to family doctors. In this report, the discussions are carried out to reflect on the issues faced by Medigood while carrying out their business process. The report demonstrates the stakeholder analysis and a system vision document is also prepared to propose a new system so that requirements of Medigood can be fulfilled. The product backlog section covers the drawbacks of the current system with the help of user stories and MoSCoW Analysis defines the required functionalities of the system. The use case diagram and key object classes has been identified to define the modules that will be implemented in the system. Task 1.01:Stakeholder analysis The association of stakeholders is essential for a system as well as project to ensure success as they are considered as an integral part of a system or project. The stakeholders that has been identified in context to the case study of Medigood are presented in the table as below: Stakeholder NameStakeholder RoleInterestInfluence PatientUserHighLow Family DoctorUserMediumHigh Office AdministratorAdminMediumMedium Medical SpecialistUserHighLow
3BUSINESS ANALYSIS - ASSIGNMENT 1 Task 1.02: System or Product Vision statement As opined by Satzinger, Jackson and Burd (2011), a document that helps to define a problem situation along with functionalities that will be offered by a system and the business benefits that it will offer is termed as a system vision document. In context to the case study of Medigood, a system vision document is produced as below: Problem Description This study is based on Medigood which is a national health insurance system aims to offer bonus for family doctor when a consultation occurs between a patient and a medical specialist. The family doctors have the responsibility to find suitable patient according to a specific criteria then a medical specialist is also found for proceeding with the telehealth or phoneconsultation.Thefamilydoctorwillreceivebonusonlyafterthecompletionof consultation procedure between patient and medical specialist. Thus, it is very time consuming and complex process as the family doctor also has to consider the availability of both patient and medical specialist. During this process of consultation, it has been found that sometime the patient do not arrive at time or does not visit at all and sometimes the specialist are late. Hence, overall the consultation procedure is delayed or cancelled. Thus, a new system is required for Medigood so that the consultation procedure can be carried out in an efficient manner. System Capabilities For fulfilling the requirements of Medigood, the proposed system must comprise of the determined capabilities as listed below: Collecting and storing information about patient as well as medical specialist. Storing of information regarding schedule of appointments.
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
4BUSINESS ANALYSIS - ASSIGNMENT 1 Storing of information regarding availability of patients as well as medical specialists. Monitoring of the appointments scheduled as per the availability of patient and medical specialist. Business Benefits The benefits that will be achieved with the introduction of new system for Medigood are presented as below: Reduction in time required for response from patient or medical specialist. Reduction in effort required to find suitable patient or medical specialist. Storingofpreciseupdatedinformationofthepatientsaswellasmedical specialist. Processing of payments easily with the help of online transactions.
5BUSINESS ANALYSIS - ASSIGNMENT 1 Task 1.03: “AS-IS” process flow diagram Figure 1: “AS-IS” process flow diagram (Source: Created by Author)
6BUSINESS ANALYSIS - ASSIGNMENT 1 Task 1.04: Product backlog The product backlog in context to the Medigood health insurance system has been developed below from the perspective of each user. Product Backlog for Medigood Health Insurance System Task IDStoryEstimatePriority 6As an administrator, I want processing of claims in an efficient manner so that family doctors receive their bonus timely. 42 4As an administrator, I want monitoring of scheduled appointments so that the consultation process is not delayed or cancelled. 35 2As a medical specialist, I want registration facility so that I can enroll as member and provide my availability information to patients. 53 1As a patient, I want login facility so that I can have access to the system and avail the services offered by Medigood. 35 3As a patient, I want logout facility so that I can get myself out of the system and unauthorized user cannot put invalid information into the system. 64 5As a patient, I want functionality of editing personal details so that records are kept up to date. 56 MoSCoW Analysis The requirements can be prioritized with the help of this analysis so that the project is successful and the requirements are presented in context to the case study of Medigood as below: Must Haves Registration facility for users Login facility for users Storage of user information User friendly interface Should Haves Data backup and restore functionality Edit functionality for making modification to personal information. Monitoring of scheduled appointments. Could HavesWont Haves
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
7BUSINESS ANALYSIS - ASSIGNMENT 1 Facilityofcallingfromstored information of users Automaticmailingservicesfor informing the users about appointment Making of payments through online mode Slower responding time Complexity in using the interface Complex procedure for data backup and restore Erroneous information or improper data handling Task 1.05: Use cases Use CaseDiagramDescription User Registratio n Inthisusecase,the focus is on registration functionality that will beofferedbythe systemforusersto enroll as members. LoginInthisusecase,the loginfunctionalityis depictedfromwhich
8BUSINESS ANALYSIS - ASSIGNMENT 1 the users will be able toaccessthesystem foravailingthe services. Find patient This use case diagram illustratesonthe facilitythatcanbe used by family doctor tosearchandfinda suitablepatient accordingtothe criteria.
9BUSINESS ANALYSIS - ASSIGNMENT 1 Find specialist This use case diagram illustratesonthe facilitythatcanbe used by family doctor tosearchandfinda suitablespecialist accordingto requirementsofthe patientand availability. Schedule appointmen t This use case diagram ispresentedto demonstratethe functionality that will beofferedbythe system for scheduling ofappointmentwith medical specialist.
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
10BUSINESS ANALYSIS - ASSIGNMENT 1 Task 1.06: Object classes From the analysis of Medigood health insurance system, the five key classes that has been identified along with their required attributes are presented in the table as below: ClassAttribute PatientPtnt_ID, Ptnt_Name, Ptnt_Address, Ptnt_Criteria Family DoctorDoc_ID, Doc_Name, Doc_Address Medical SpecialistSpec_ID, Spec_Name, Spec_Address, Specialization AppointmentApnt_ID, Ptnt_Name, Doc_Name, Spec_Name ConsultationConst_ID, Ptnt_Name, Spec_Name, Visit_Charge Conclusion From the study on Medigood, it has been analysed that there is communication gap within the existing business process. The gap in business procedure of Medigood causes delay or cancellation of the consultation process. Hence, a new system will help Medigood to improve their business process by fulfilling requirements of the stakeholders. The system vision produced for this case of Medigood presents that there are various benefits that will be achieved by the business upon implementation of a new system. The existing business process has also been illustrated which depicts that there is a requirement to make modifications to operate the business efficiently. The desired functionalities of the system that are required for Medigood are presented with the help of MoSCoW analysis. The use case diagrams has been designed so that the system can be developed according to requirements of the user. The identified object classes presented an overview of the entities that have to be developed for data storage in the system.
11BUSINESS ANALYSIS - ASSIGNMENT 1 Bibliography Abrahamsson, P., Salo, O., Ronkainen, J. and Warsta, J., 2017. Agile software development methods: Review and analysis.arXiv preprint arXiv:1709.08439. Cuppen, E., 2016. 15 Stakeholder Analysis.Foresight in Organizations: Methods and Tools, p.208. Doumeingts, G. and Browne, J. eds., 2016.Modelling techniques for business process re- engineering and benchmarking. Springer. Kumar,B.S.andKrishnamurthi,I.,2016.ImprovingUserParticipationinRequirement Elicitation and Analysis by Applying Gamification Using Architect’s Use Case Diagram. InProceedingsofthe3rdInternationalSymposiumonBigDataandCloudComputing Challenges (ISBCC–16’)(pp. 471-482). Springer, Cham. Missonier, S. and Loufrani-Fedida, S., 2014. Stakeholder analysis and engagement in projects: From stakeholder relational perspective to stakeholder relational ontology.International Journal of Project Management,32(7), pp.1108-1122. Patanakul, P., Henry, J., Leach, J.A., Martinelli, R.J. and Milosevic, D.Z., 2016. Agile project execution.Project Management ToolBox, Second Edition, pp.301-322. Rauh, A., Golubski, W., Pflüger, A. and Rupp, C., 2016. Documentation During System Development: Maturity Levels for Decision-Making. InSoftware Engineering Education Going Agile(pp. 99-103). Springer, Cham. Rospocher, M., Ghidini, C. and Serafini, L., 2014, September. An ontology for the Business Process Modelling Notation. InFOIS(pp. 133-146).
12BUSINESS ANALYSIS - ASSIGNMENT 1 Sabharwal, S., Kaur, P. and Sibal, R., 2017. Theoretical and Empirical Validation of Use Case DiagramComplexityMetric.InternationalJournalofMathematicalandComputational Methods,2. Satzinger, J.W., Jackson, R.B. and Burd, S.D., 2011.Systems analysis and design in a changing world. Cengage learning. Schmidt, F. and Fleming, R.W., 2017. Determining visual shape features for novel object classes. Sinz, E., 2018. AShort Comparisonof BusinessProcessModellingMethodsunder the PerspectiveofStructureandBehaviour.EnterpriseModellingandInformationSystems Architectures,13, pp.63-68.
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
13BUSINESS ANALYSIS - ASSIGNMENT 1 Appendix -Project Journal NumberDateActivityExplanationStatus 128/03/2018Readingof Medigoodcase study In this activity, the study was carried out to analyze the presented case study on Medigood. Completed 231/03/2018Stakeholder identificationand analysis This activity was carried out to determine theassociatedstakeholdersalongwith determiningtheirparticularinterestor influence upon the project. Completed 304/04/2018Preparingsystem vision document Thesystemvisiondocumentwas developed in this activity to demonstrate the existing issues and how those can be solved with the introductionof a new system. Completed 408/04/2018Design of “AS-IS” processflow diagram In this activity, an “AS-IS” process flow diagram was designed to illustrate upon the current business process of Medigood. Completed 509/04/2018Identificationof productbacklog from user stories Theuserstoriesaredepictedinthis activitysoastounderstandthe requirements from each user perspective. Completed
14BUSINESS ANALYSIS - ASSIGNMENT 1 611/04/2018Conducting analysiswith MoSCoW This activity was executed to prioritize the requirements identified for the new system. Completed 712/04/2018Designingofuse case diagrams In this activity, the use case diagrams were designed to demonstrate modules or subsystem of the new system. Completed 813/04/2018Identificationof fivekeyclasses with attributes Thisactivityinvolvedidentificationof fivekeyclassesthathavetobe implementedindesigningthenew system. Completed 914/04/2018Preparing the final report In this activity the final report is prepared fromtheanalysisoncasestudyand findings. Completed