SlideShare uma empresa Scribd logo
1 de 20
Baixar para ler offline
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

Mais conteúdo relacionado

Mais procurados

Hospital management-system
Hospital management-systemHospital management-system
Hospital management-system
sam143143
 
Hospitalmanagementsystemproject 140513065037-phpapp02
Hospitalmanagementsystemproject 140513065037-phpapp02Hospitalmanagementsystemproject 140513065037-phpapp02
Hospitalmanagementsystemproject 140513065037-phpapp02
Shekhar Prasad
 
Itec 610 group presentation final
Itec 610   group presentation finalItec 610   group presentation final
Itec 610 group presentation final
noelmacias
 
powerpoint presentation with voice
powerpoint presentation with voicepowerpoint presentation with voice
powerpoint presentation with voice
Kameka Thompson
 

Mais procurados (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
 

Semelhante a Mobile based decision support system for iccm program

Hospital management system project
Hospital management system projectHospital management system project
Hospital management system project
Himani Chopra
 
ESSA_2016_FC_Poster_FINAL
ESSA_2016_FC_Poster_FINALESSA_2016_FC_Poster_FINAL
ESSA_2016_FC_Poster_FINAL
Simon Moddel
 
13569522 09 projecthospital-management-system-2
13569522 09 projecthospital-management-system-213569522 09 projecthospital-management-system-2
13569522 09 projecthospital-management-system-2
bishwajit patel
 
09.project hospital management system
09.project hospital management system09.project hospital management system
09.project hospital management system
Abiola Oladejo
 
09.project hospital management system
09.project hospital management system09.project hospital management system
09.project hospital management system
shahidahmad527
 

Semelhante 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

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
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
Enterprise Knowledge
 

Último (20)

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
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
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
 
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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
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...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
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
 
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
 
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
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
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
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 

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.