nmrs-nigeria / openmrs-module-nigeriaemr

NMRS NDR Extration Module for NigeriaMRS
1 stars 15 forks source link

Stop Treatment Not Mapped to the Right NMRS Concept <HIVQuestionsType> #190

Open brightoibe opened 3 years ago

brightoibe commented 3 years ago

Hello Team,

From what I observed in line 725 of the NDRCommonQuestionsDictionary.java. "Stopped Treatment" was mapped to the concept 165586 - Patient Care In Facility Terminated (Yes/No) . That variable is usually filled "Yes" even for Dead and Transferred Out patients. Stopped Treatment should rather be mapped to Reason for Termination (165470) - Discontinued Care (165916). Please feel free to consult @caniekwe or M&E stakeholders on this.

I am hoping that the code should be something like this.

' obs = Utils.extractObsByValues(Utils.REASON_FOR_TERMINATION_CONCEPT, Utils.DISCONTINUED_CARE, obsList) if(obs!=null){ //set StoppedTreatment // set DateStoppedTreatment (This is same as Termination Date) }

'

wonderfulguru1 commented 3 years ago

Dear APIN Team. Kindly look into this issue as re-stated by @brightoibe