SlideShare una empresa de Scribd logo
1 de 20
Descargar para leer sin conexión
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

Más contenido relacionado

La actualidad más candente

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
 

La actualidad más candente (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
 

Similar a 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
 
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
 
09.project hospital management system
09.project hospital management system09.project hospital management system
09.project hospital management systemshahidahmad527
 
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
 

Similar a 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
 
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
 
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...
 

Último

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 

Último (20)

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

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.