SlideShare ist ein Scribd-Unternehmen logo
Mobile Based Decision Support System to
Improve Child Health Care (mobile e-Health System)
Andualem Workneh,
andufree@gmail.com
June – 15, 2013
For Creatic4Africa research scholarship program
organized by
CTIC Foundation
2
Outline
1. Introduction
2. Statement of the problem
3. Objective
4. Related Work
5. Proposed System
6. Implementation
7. Next phase – in the target environment
8. Conclusion
3
1. Introduction
 In Ethiopia, a primary health care unit consist of Health centers and
Health posts (HPs).
 In each health post, Health extension workers (HEWs) are assigned to
give health service to the community.
 Responsible to execute different health packages including
Integrated Community Case Management (ICCM) program …
Introduction …
 ICCM program is an integrated management of childhood and
newborn illness at the health post level.
 The main objective of ICCM program is to reduce child mortality and
morbidity by giving better health service to children and newborns.
 Focuses on addressing leading causes of child mortality: pneumonia,
diarrhea and malaria
 And also other medical cases (malnutrition, immunization ....)
 ICCM medical guideline is used for ICCM service provision
4
5
2. Statement of the problem
 While giving ICCM service to children, HEWs are expected to always
use ICCM guideline. High adherence to usage of the manual guideline
is very much required.
 Performing diagnosis and treatment without using the guideline has a
risk of committing clinical error
 Medical procedures are not easy to remember (especially for less
experienced HEW)
 But in the current practice, less adherence to guideline usage is
observed
Statement of. Cont.
 Poor medical data reporting
and documentation were also
observed
 Child’s medical case is
recorded in a paper-based
form
 Incompleteness and
inconsistency in the medical
records were observed.
 Giving continuous supportive
supervision to HEWs is also a
challenge
 Supervisors can not reach all
HEWs regularly
6
7
Statement of. Cont.
 In the current system, paper based clinical guideline is
used together with a registration book
Figure 1: Paper based ICCM Clinical guideline, to assess and classify
breathing problem
8
3. Objective
 General Objective:
 It is to design and develop mobile based decision support system
to help HEW to give better service in ICCM program
 Specific Objective:
 Conduct requirement gathering (interview and field observation)
 Model the ICCM guideline to electronic form with a selected
modeling tools/language
 Design the proposed system based on the requirement
 Develop a prototype and
 Pilot test the prototype in the field
9
4. Related work
 e-IMCI:
 e-IMCI is a PDA based decision support system that guide
clinicians through a series of preprogrammed algorithms based
on IMCI protocol.
 Help to achieve
 High adherence to the protocol
 Reduce skipped steps and branching errors
 It is pilot tested in Tanzania
 Electronic Decision Support in the treatment of AIDS
patients in South Africa:
 It is to support screening of HIV+ patients to determine where
they can get treatment and follow-up
 An electronic HIV treatment guideline is used
 This system is pilot tested in South Africa
10
5. Proposed System
 Mobile based DSS system
is proposed.
 It has a client-server
architecture with decision
support, data collection
and data reporting
modules
 The system has the
following hardware-
software mapping
Figure 2: Hardware-software deployment diagram for the proposed system
11
6. Implementation
 The ICCM guideline is modeled with an open
source business process management suite called
jBPM.
 The electronic ICCM guideline is stored as BPMN 2.0
specification.
Figure 3: Modeled clinical guideline, to assess and classify
breathing problem
12
Implementation Cont.
<subProcess id="_1" name="የአተነፋፈስ ችግር ምርመራ" >
<startEvent id="_1-1" name="Start" />
<exclusiveGateway id="_1-2" name="Gateway" gatewayDirection="Diverging" />
<scriptTask id="_1-3" name="የአተነፈፍስ ችግር (Birth Asphyxia)" >
<script>kcontext.getKnowledgeRuntime().setGlobal("classification_1", "የአተነፈፍስ ችግር (Birth Asphyxia)");</script>
</scriptTask>
<scriptTask id="_1-4" name="የአተነፈፍስ ችግር የሌለው (No Birth Asphyxia)" >
<script>kcontext.getKnowledgeRuntime().setGlobal("classification_1", "የአተነፈፍስ ችግር የሌለው (No Birth Asphyxia)");</script>
</scriptTask>
<scriptTask id="_1-5" name="የአተነፈፍስ ችግር ህክምና" >
<script>treatment = "&lt;?xml version='1.0' encoding='UTF-8'?&gt;&lt;Treatment&gt; &lt;Task&gt; ሪሰሲቴት ማድረግ ጀምሪ .....
&lt;/Task&gt; &lt;/Treatment&gt;";
kcontext.getKnowledgeRuntime().setGlobal("status", "red");</script>
</scriptTask>
<scriptTask id="_1-6" name="የአተነፈፍስ ችግር የሌለው ህክምና" >
.....
</script>
</scriptTask>
....
<sequenceFlow id="_1-2-_1-3" sourceRef="_1-2" targetRef="_1-3" >
<conditionExpression xsi:type="tFormalExpression" >return isNotBreathing == true || hasDifficultBreathing == true ||
(breathCountPerMinute &lt; 30);</conditionExpression>
</sequenceFlow>
<sequenceFlow id="_1-2-_1-4" sourceRef="_1-2" targetRef="_1-4" tns:priority="1" >
<conditionExpression xsi:type="tFormalExpression" >return isNotBreathing == false &amp;&amp; hasDifficultBreathing == false
&amp;&amp; (breathCountPerMinute &gt;= 30);</conditionExpression>
</sequenceFlow>
.....
</subProcess>
 Modeled ICCM guideline in BPMN 2.0 specification
Figure 4: Modeled Clinical guideline in BPMN 2.0
13
 For the client-side, Android based smart phone was
selected. Android is chosen because
 It is based on an open-source platform and has better
localization capability,
 Availability of tools like ODKCollect, a mobile based data
collection framework, and an Amharic virtual keyboard for
data entry.
 For the server-side, Django web framework were
used to develop the web-based application.
Implementation Cont.
14
Implementation Cont.
 Client-Side system
 Assessment – Classification –
Treatment (based on the
electronic guideline)
 Edit filled medical records
 Send filled medical record to
server
 Download new rule, forms, and
feedbacks given from server
 Delete existing medical records
Figure 5: Client side system which is running on a mobile phone. List of client-side
functionalities
Implementation Cont.
 Assessment:
 Questions for
assessing medical
case of the child is
displayed one by one.
 Xform technology is
used to develop the
form
15
Figure 6: Assessment questions (a) open-ended question with Amharic virtual
keyboard. (b) Close-ended question
a. b.
Implementation Cont.
 Suggested medical
case classifications
and treatment
procedures:
 The mobile application
classifies the medical
case of the child based
on assessment made
and the electronic
medical guideline.
16
a. b.
Figure 7: (a) suggested case classifications . (b) suggested treatment procedures for a
particular medical case
17
Implementation Cont.
 Server-side system:
 Medical history of the child is compiled at the server side. For this purpose, ID is given to
each child to uniquely identify each child and it medical encounter
Figure 8: Web interface for the reported medical case
18
7. Next phase - in the target environment
 Involving participating stakeholders to pilot test the
system in selected HPs
 Training HEWs on how to work with the system, and
 Run the system for specific period
 Perform usability testing with HEWs
 Evaluating the system and make adjustments based on
the experience gained
 And proceed with system deployment to other HPs
19
9. Conclusion
 With the system proposed, it is expected to achieve
 High adherence to usage of ICCM guideline
 Better medical record reporting, storage and documentation
 Better means to give supportive supervision to HEWs from
remote by sending feedback to HEWs
 For the future, the system can be customized or
extended
 to run on other mobile platforms;
 to support other regional languages; and
 to support other related health programs.
20
Thank you

Weitere ähnliche Inhalte

Was ist angesagt?

Smart Health Prediction Report
Smart Health Prediction ReportSmart Health Prediction Report
Smart Health Prediction ReportArhind Gautam
 
Patient prescription management system
Patient   prescription management systemPatient   prescription management system
Patient prescription management systemMohand Sakr
 
Information Management in Health Care Group E presentation NUR353
Information Management in Health Care Group E presentation NUR353Information Management in Health Care Group E presentation NUR353
Information Management in Health Care Group E presentation NUR353jtglick
 
Information Management for Health Care
Information Management for Health CareInformation Management for Health Care
Information Management for Health Carejtglick
 
Hospital Information Systems (August 18, 2015)
Hospital Information Systems (August 18, 2015)Hospital Information Systems (August 18, 2015)
Hospital Information Systems (August 18, 2015)Nawanan Theera-Ampornpunt
 
Hospital management-system
Hospital management-systemHospital management-system
Hospital management-systemsam143143
 
Online diagnostic lab booking system project report
Online diagnostic lab booking system project reportOnline diagnostic lab booking system project report
Online diagnostic lab booking system project reportPalash Sukla Das
 
Hospitalmanagementsystemproject 140513065037-phpapp02
Hospitalmanagementsystemproject 140513065037-phpapp02Hospitalmanagementsystemproject 140513065037-phpapp02
Hospitalmanagementsystemproject 140513065037-phpapp02Shekhar Prasad
 
Itec 610 group presentation final
Itec 610   group presentation finalItec 610   group presentation final
Itec 610 group presentation finalnoelmacias
 
IRJET- Detect Malnutrition in Underage Children by using Tensorflow Algor...
IRJET-  	  Detect Malnutrition in Underage Children by using Tensorflow Algor...IRJET-  	  Detect Malnutrition in Underage Children by using Tensorflow Algor...
IRJET- Detect Malnutrition in Underage Children by using Tensorflow Algor...IRJET Journal
 
powerpoint presentation with voice
powerpoint presentation with voicepowerpoint presentation with voice
powerpoint presentation with voiceKameka Thompson
 
Medication Adherence in Bangladesh
Medication Adherence in BangladeshMedication Adherence in Bangladesh
Medication Adherence in BangladeshS. M Abdulla Shuvo
 
IRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET Journal
 
Design and Implementation of Hospital Management System Using Java
Design and Implementation of Hospital Management System Using JavaDesign and Implementation of Hospital Management System Using Java
Design and Implementation of Hospital Management System Using JavaIOSR Journals
 

Was ist angesagt? (19)

Smart Health Prediction Report
Smart Health Prediction ReportSmart Health Prediction Report
Smart Health Prediction Report
 
A4C
A4CA4C
A4C
 
Patient prescription management system
Patient   prescription management systemPatient   prescription management system
Patient prescription management system
 
Information Management in Health Care Group E presentation NUR353
Information Management in Health Care Group E presentation NUR353Information Management in Health Care Group E presentation NUR353
Information Management in Health Care Group E presentation NUR353
 
Information Management for Health Care
Information Management for Health CareInformation Management for Health Care
Information Management for Health Care
 
Hospital Information Systems (August 18, 2015)
Hospital Information Systems (August 18, 2015)Hospital Information Systems (August 18, 2015)
Hospital Information Systems (August 18, 2015)
 
Hospital management-system
Hospital management-systemHospital management-system
Hospital management-system
 
My project work
My project workMy project work
My project work
 
Final report ehr1
Final report ehr1Final report ehr1
Final report ehr1
 
Online diagnostic lab booking system project report
Online diagnostic lab booking system project reportOnline diagnostic lab booking system project report
Online diagnostic lab booking system project report
 
Develop a process model
Develop a process modelDevelop a process model
Develop a process model
 
Hospitalmanagementsystemproject 140513065037-phpapp02
Hospitalmanagementsystemproject 140513065037-phpapp02Hospitalmanagementsystemproject 140513065037-phpapp02
Hospitalmanagementsystemproject 140513065037-phpapp02
 
Itec 610 group presentation final
Itec 610   group presentation finalItec 610   group presentation final
Itec 610 group presentation final
 
IRJET- Detect Malnutrition in Underage Children by using Tensorflow Algor...
IRJET-  	  Detect Malnutrition in Underage Children by using Tensorflow Algor...IRJET-  	  Detect Malnutrition in Underage Children by using Tensorflow Algor...
IRJET- Detect Malnutrition in Underage Children by using Tensorflow Algor...
 
powerpoint presentation with voice
powerpoint presentation with voicepowerpoint presentation with voice
powerpoint presentation with voice
 
Medication Adherence in Bangladesh
Medication Adherence in BangladeshMedication Adherence in Bangladesh
Medication Adherence in Bangladesh
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 
IRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record System
 
Design and Implementation of Hospital Management System Using Java
Design and Implementation of Hospital Management System Using JavaDesign and Implementation of Hospital Management System Using Java
Design and Implementation of Hospital Management System Using Java
 

Ähnlich wie Mobile based decision support system for iccm program

Medic - Artificially Intelligent System for Healthcare Services ...
Medic - Artificially Intelligent System for Healthcare Services              ...Medic - Artificially Intelligent System for Healthcare Services              ...
Medic - Artificially Intelligent System for Healthcare Services ...IRJET Journal
 
Smart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine LearningSmart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine LearningIRJET Journal
 
IRJET- Diabetes Diagnosis using Machine Learning Algorithms
IRJET- Diabetes Diagnosis using Machine Learning AlgorithmsIRJET- Diabetes Diagnosis using Machine Learning Algorithms
IRJET- Diabetes Diagnosis using Machine Learning AlgorithmsIRJET Journal
 
Hospital management system project
Hospital management system projectHospital management system project
Hospital management system projectHimani Chopra
 
“Detection of Diseases using Machine Learning”
“Detection of Diseases using Machine Learning”“Detection of Diseases using Machine Learning”
“Detection of Diseases using Machine Learning”IRJET Journal
 
ESSA_2016_FC_Poster_FINAL
ESSA_2016_FC_Poster_FINALESSA_2016_FC_Poster_FINAL
ESSA_2016_FC_Poster_FINALSimon Moddel
 
Developing evaluation framework for clinical information systems and incorpor...
Developing evaluation framework for clinical information systems and incorpor...Developing evaluation framework for clinical information systems and incorpor...
Developing evaluation framework for clinical information systems and incorpor...inderjyot singh
 
Report out: IoT-based Healthcare Services
Report out: IoT-based Healthcare Services  Report out: IoT-based Healthcare Services
Report out: IoT-based Healthcare Services US-Ignite
 
Electronic Medical Regulation
Electronic Medical RegulationElectronic Medical Regulation
Electronic Medical RegulationAditya Chauhan
 
E vaccination abstract
E vaccination abstractE vaccination abstract
E vaccination abstractAnuragKumar638
 
09.project hospital management system
09.project hospital management system09.project hospital management system
09.project hospital management systemshahidahmad527
 
13569522 09 projecthospital-management-system-2
13569522 09 projecthospital-management-system-213569522 09 projecthospital-management-system-2
13569522 09 projecthospital-management-system-2bishwajit patel
 
09.project hospital management system
09.project hospital management system09.project hospital management system
09.project hospital management systemAbiola Oladejo
 
Proposed Model for Chest Disease Prediction using Data Analytics
Proposed Model for Chest Disease Prediction using Data AnalyticsProposed Model for Chest Disease Prediction using Data Analytics
Proposed Model for Chest Disease Prediction using Data Analyticsvivatechijri
 
Health Analyzer System
Health Analyzer SystemHealth Analyzer System
Health Analyzer SystemIRJET Journal
 
PATIENT MANAGEMENT SYSTEM project
PATIENT MANAGEMENT SYSTEM projectPATIENT MANAGEMENT SYSTEM project
PATIENT MANAGEMENT SYSTEM projectLaud Randy Amofah
 
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET Journal
 

Ähnlich wie Mobile based decision support system for iccm program (20)

Medic - Artificially Intelligent System for Healthcare Services ...
Medic - Artificially Intelligent System for Healthcare Services              ...Medic - Artificially Intelligent System for Healthcare Services              ...
Medic - Artificially Intelligent System for Healthcare Services ...
 
Smart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine LearningSmart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine Learning
 
IRJET- Diabetes Diagnosis using Machine Learning Algorithms
IRJET- Diabetes Diagnosis using Machine Learning AlgorithmsIRJET- Diabetes Diagnosis using Machine Learning Algorithms
IRJET- Diabetes Diagnosis using Machine Learning Algorithms
 
Hospital management system project
Hospital management system projectHospital management system project
Hospital management system project
 
HOSPITAL MANAGEMENT SYSTEM PROJECT
HOSPITAL MANAGEMENT SYSTEM PROJECTHOSPITAL MANAGEMENT SYSTEM PROJECT
HOSPITAL MANAGEMENT SYSTEM PROJECT
 
“Detection of Diseases using Machine Learning”
“Detection of Diseases using Machine Learning”“Detection of Diseases using Machine Learning”
“Detection of Diseases using Machine Learning”
 
ESSA_2016_FC_Poster_FINAL
ESSA_2016_FC_Poster_FINALESSA_2016_FC_Poster_FINAL
ESSA_2016_FC_Poster_FINAL
 
Developing evaluation framework for clinical information systems and incorpor...
Developing evaluation framework for clinical information systems and incorpor...Developing evaluation framework for clinical information systems and incorpor...
Developing evaluation framework for clinical information systems and incorpor...
 
Fs3111311134
Fs3111311134Fs3111311134
Fs3111311134
 
Report out: IoT-based Healthcare Services
Report out: IoT-based Healthcare Services  Report out: IoT-based Healthcare Services
Report out: IoT-based Healthcare Services
 
Electronic Medical Regulation
Electronic Medical RegulationElectronic Medical Regulation
Electronic Medical Regulation
 
E vaccination abstract
E vaccination abstractE vaccination abstract
E vaccination abstract
 
09.project hospital management system
09.project hospital management system09.project hospital management system
09.project hospital management system
 
13569522 09 projecthospital-management-system-2
13569522 09 projecthospital-management-system-213569522 09 projecthospital-management-system-2
13569522 09 projecthospital-management-system-2
 
09.project hospital management system
09.project hospital management system09.project hospital management system
09.project hospital management system
 
Proposed Model for Chest Disease Prediction using Data Analytics
Proposed Model for Chest Disease Prediction using Data AnalyticsProposed Model for Chest Disease Prediction using Data Analytics
Proposed Model for Chest Disease Prediction using Data Analytics
 
I017546373
I017546373I017546373
I017546373
 
Health Analyzer System
Health Analyzer SystemHealth Analyzer System
Health Analyzer System
 
PATIENT MANAGEMENT SYSTEM project
PATIENT MANAGEMENT SYSTEM projectPATIENT MANAGEMENT SYSTEM project
PATIENT MANAGEMENT SYSTEM project
 
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
 

Kürzlich hochgeladen

Agentic RAG What it is its types applications and implementation.pdf
Agentic RAG What it is its types applications and implementation.pdfAgentic RAG What it is its types applications and implementation.pdf
Agentic RAG What it is its types applications and implementation.pdfChristopherTHyatt
 
Intelligent Gimbal FINAL PAPER Engineering.pdf
Intelligent Gimbal FINAL PAPER Engineering.pdfIntelligent Gimbal FINAL PAPER Engineering.pdf
Intelligent Gimbal FINAL PAPER Engineering.pdfAnthony Lucente
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaCzechDreamin
 
The architecture of Generative AI for enterprises.pdf
The architecture of Generative AI for enterprises.pdfThe architecture of Generative AI for enterprises.pdf
The architecture of Generative AI for enterprises.pdfalexjohnson7307
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonDianaGray10
 
Designing for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastDesigning for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastUXDXConf
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...CzechDreamin
 
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀DianaGray10
 
What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024Stephanie Beckett
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlPeter Udo Diehl
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty SecureFemke de Vroome
 
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxUnpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxDavid Michel
 
PLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. StartupsPLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. StartupsStefano
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsPaul Groth
 
Introduction to Open Source RAG and RAG Evaluation
Introduction to Open Source RAG and RAG EvaluationIntroduction to Open Source RAG and RAG Evaluation
Introduction to Open Source RAG and RAG EvaluationZilliz
 
Server-Driven User Interface (SDUI) at Priceline
Server-Driven User Interface (SDUI) at PricelineServer-Driven User Interface (SDUI) at Priceline
Server-Driven User Interface (SDUI) at PricelineUXDXConf
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...CzechDreamin
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101vincent683379
 
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomSalesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomCzechDreamin
 
Connecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAKConnecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAKUXDXConf
 

Kürzlich hochgeladen (20)

Agentic RAG What it is its types applications and implementation.pdf
Agentic RAG What it is its types applications and implementation.pdfAgentic RAG What it is its types applications and implementation.pdf
Agentic RAG What it is its types applications and implementation.pdf
 
Intelligent Gimbal FINAL PAPER Engineering.pdf
Intelligent Gimbal FINAL PAPER Engineering.pdfIntelligent Gimbal FINAL PAPER Engineering.pdf
Intelligent Gimbal FINAL PAPER Engineering.pdf
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
The architecture of Generative AI for enterprises.pdf
The architecture of Generative AI for enterprises.pdfThe architecture of Generative AI for enterprises.pdf
The architecture of Generative AI for enterprises.pdf
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Designing for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastDesigning for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at Comcast
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
 
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
Exploring UiPath Orchestrator API: updates and limits in 2024 🚀
 
What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty Secure
 
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxUnpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
 
PLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. StartupsPLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. Startups
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Introduction to Open Source RAG and RAG Evaluation
Introduction to Open Source RAG and RAG EvaluationIntroduction to Open Source RAG and RAG Evaluation
Introduction to Open Source RAG and RAG Evaluation
 
Server-Driven User Interface (SDUI) at Priceline
Server-Driven User Interface (SDUI) at PricelineServer-Driven User Interface (SDUI) at Priceline
Server-Driven User Interface (SDUI) at Priceline
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101
 
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomSalesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
 
Connecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAKConnecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAK
 

Mobile based decision support system for iccm program

  • 1. Mobile Based Decision Support System to Improve Child Health Care (mobile e-Health System) Andualem Workneh, andufree@gmail.com June – 15, 2013 For Creatic4Africa research scholarship program organized by CTIC Foundation
  • 2. 2 Outline 1. Introduction 2. Statement of the problem 3. Objective 4. Related Work 5. Proposed System 6. Implementation 7. Next phase – in the target environment 8. Conclusion
  • 3. 3 1. Introduction  In Ethiopia, a primary health care unit consist of Health centers and Health posts (HPs).  In each health post, Health extension workers (HEWs) are assigned to give health service to the community.  Responsible to execute different health packages including Integrated Community Case Management (ICCM) program …
  • 4. Introduction …  ICCM program is an integrated management of childhood and newborn illness at the health post level.  The main objective of ICCM program is to reduce child mortality and morbidity by giving better health service to children and newborns.  Focuses on addressing leading causes of child mortality: pneumonia, diarrhea and malaria  And also other medical cases (malnutrition, immunization ....)  ICCM medical guideline is used for ICCM service provision 4
  • 5. 5 2. Statement of the problem  While giving ICCM service to children, HEWs are expected to always use ICCM guideline. High adherence to usage of the manual guideline is very much required.  Performing diagnosis and treatment without using the guideline has a risk of committing clinical error  Medical procedures are not easy to remember (especially for less experienced HEW)  But in the current practice, less adherence to guideline usage is observed
  • 6. Statement of. Cont.  Poor medical data reporting and documentation were also observed  Child’s medical case is recorded in a paper-based form  Incompleteness and inconsistency in the medical records were observed.  Giving continuous supportive supervision to HEWs is also a challenge  Supervisors can not reach all HEWs regularly 6
  • 7. 7 Statement of. Cont.  In the current system, paper based clinical guideline is used together with a registration book Figure 1: Paper based ICCM Clinical guideline, to assess and classify breathing problem
  • 8. 8 3. Objective  General Objective:  It is to design and develop mobile based decision support system to help HEW to give better service in ICCM program  Specific Objective:  Conduct requirement gathering (interview and field observation)  Model the ICCM guideline to electronic form with a selected modeling tools/language  Design the proposed system based on the requirement  Develop a prototype and  Pilot test the prototype in the field
  • 9. 9 4. Related work  e-IMCI:  e-IMCI is a PDA based decision support system that guide clinicians through a series of preprogrammed algorithms based on IMCI protocol.  Help to achieve  High adherence to the protocol  Reduce skipped steps and branching errors  It is pilot tested in Tanzania  Electronic Decision Support in the treatment of AIDS patients in South Africa:  It is to support screening of HIV+ patients to determine where they can get treatment and follow-up  An electronic HIV treatment guideline is used  This system is pilot tested in South Africa
  • 10. 10 5. Proposed System  Mobile based DSS system is proposed.  It has a client-server architecture with decision support, data collection and data reporting modules  The system has the following hardware- software mapping Figure 2: Hardware-software deployment diagram for the proposed system
  • 11. 11 6. Implementation  The ICCM guideline is modeled with an open source business process management suite called jBPM.  The electronic ICCM guideline is stored as BPMN 2.0 specification. Figure 3: Modeled clinical guideline, to assess and classify breathing problem
  • 12. 12 Implementation Cont. <subProcess id="_1" name="የአተነፋፈስ ችግር ምርመራ" > <startEvent id="_1-1" name="Start" /> <exclusiveGateway id="_1-2" name="Gateway" gatewayDirection="Diverging" /> <scriptTask id="_1-3" name="የአተነፈፍስ ችግር (Birth Asphyxia)" > <script>kcontext.getKnowledgeRuntime().setGlobal("classification_1", "የአተነፈፍስ ችግር (Birth Asphyxia)");</script> </scriptTask> <scriptTask id="_1-4" name="የአተነፈፍስ ችግር የሌለው (No Birth Asphyxia)" > <script>kcontext.getKnowledgeRuntime().setGlobal("classification_1", "የአተነፈፍስ ችግር የሌለው (No Birth Asphyxia)");</script> </scriptTask> <scriptTask id="_1-5" name="የአተነፈፍስ ችግር ህክምና" > <script>treatment = "&lt;?xml version='1.0' encoding='UTF-8'?&gt;&lt;Treatment&gt; &lt;Task&gt; ሪሰሲቴት ማድረግ ጀምሪ ..... &lt;/Task&gt; &lt;/Treatment&gt;"; kcontext.getKnowledgeRuntime().setGlobal("status", "red");</script> </scriptTask> <scriptTask id="_1-6" name="የአተነፈፍስ ችግር የሌለው ህክምና" > ..... </script> </scriptTask> .... <sequenceFlow id="_1-2-_1-3" sourceRef="_1-2" targetRef="_1-3" > <conditionExpression xsi:type="tFormalExpression" >return isNotBreathing == true || hasDifficultBreathing == true || (breathCountPerMinute &lt; 30);</conditionExpression> </sequenceFlow> <sequenceFlow id="_1-2-_1-4" sourceRef="_1-2" targetRef="_1-4" tns:priority="1" > <conditionExpression xsi:type="tFormalExpression" >return isNotBreathing == false &amp;&amp; hasDifficultBreathing == false &amp;&amp; (breathCountPerMinute &gt;= 30);</conditionExpression> </sequenceFlow> ..... </subProcess>  Modeled ICCM guideline in BPMN 2.0 specification Figure 4: Modeled Clinical guideline in BPMN 2.0
  • 13. 13  For the client-side, Android based smart phone was selected. Android is chosen because  It is based on an open-source platform and has better localization capability,  Availability of tools like ODKCollect, a mobile based data collection framework, and an Amharic virtual keyboard for data entry.  For the server-side, Django web framework were used to develop the web-based application. Implementation Cont.
  • 14. 14 Implementation Cont.  Client-Side system  Assessment – Classification – Treatment (based on the electronic guideline)  Edit filled medical records  Send filled medical record to server  Download new rule, forms, and feedbacks given from server  Delete existing medical records Figure 5: Client side system which is running on a mobile phone. List of client-side functionalities
  • 15. Implementation Cont.  Assessment:  Questions for assessing medical case of the child is displayed one by one.  Xform technology is used to develop the form 15 Figure 6: Assessment questions (a) open-ended question with Amharic virtual keyboard. (b) Close-ended question a. b.
  • 16. Implementation Cont.  Suggested medical case classifications and treatment procedures:  The mobile application classifies the medical case of the child based on assessment made and the electronic medical guideline. 16 a. b. Figure 7: (a) suggested case classifications . (b) suggested treatment procedures for a particular medical case
  • 17. 17 Implementation Cont.  Server-side system:  Medical history of the child is compiled at the server side. For this purpose, ID is given to each child to uniquely identify each child and it medical encounter Figure 8: Web interface for the reported medical case
  • 18. 18 7. Next phase - in the target environment  Involving participating stakeholders to pilot test the system in selected HPs  Training HEWs on how to work with the system, and  Run the system for specific period  Perform usability testing with HEWs  Evaluating the system and make adjustments based on the experience gained  And proceed with system deployment to other HPs
  • 19. 19 9. Conclusion  With the system proposed, it is expected to achieve  High adherence to usage of ICCM guideline  Better medical record reporting, storage and documentation  Better means to give supportive supervision to HEWs from remote by sending feedback to HEWs  For the future, the system can be customized or extended  to run on other mobile platforms;  to support other regional languages; and  to support other related health programs.