Hi all, I'm working on the immunization module, and the module provides immunization recommendation for patients, currently we have expanded the immunization recommendation to be accessible on mobile phone so the immunization recommendations are saved as text data type in obs table and these immunization recommendations are downloaded from a mobile phone to be viewed. The idea is to save the immunization recommendation for a cohort of patient eg children < 5 years old.
instead of saving new encounter for each audit date on a daily or weekly basis to get the latest immunization recommendations which will create many encounters for one patient 2 options are proposed Option 1) we create an "immunization recommendation" encounter if not already there. If one exists, we append a new obs with the date of the audit. as new audits are done, we simply append new OBS to the same old encounter but save (obs_datetime) with the audit date as the OBS date Option 2) we do the same as option 1 but change the encounter date to the current audit date. On the phone, we should only view OBS information (the historical information) for a given concept not sure if this sorts by OBS datetime or encounter date time ? Thanks Benjamin RUKUNDOEMR Programmer MVP-Rwanda _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

