Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Note: Tested on Bahmni 0.92

About the Feature
The Bahmni COVID-19 starter kit is a set of COVID-19 artefacts that will be automatically imported in to Bahmni systems running Bahmni 0.92. These artefacts would enable healthcare practices using Bahmni to capture COVID-19 specific data as CEIL complaint concepts with the overall impact of being able to report statistics of this disease on an international standard.

Features List

  1. COVID 19 concepts with CIEL & SNOMED CT mappings

  2. New Program Covid-19 with program status

    • Image Modified

  3. New FORMS 2.0 forms introduced

    • Travel History and Contact Tracing form

      Image Modified

    • Initial Screening Form

      Image Modified

    • Home Quarantine Screening Form

      Image Modified

    • Home Quarantine Follow up Form

      Image Modified

    • Daily Follow up IPD Form

      Image Modified

Prerequisites

  1. Supported Bahmni Version 0.92.

  2. All new concepts are imported using OpenMRS module initializer. This OpenMRS module needs specific versions of the following modules which will be automatically installed by this package:

    1. appointments-1.2-SNAPSHOT.omod

    2. bahmni.ie.apps-1.0.0.omodĀ 

  3. The kit can be run on a system with concepts having CIEL UUIDs

Assumptions

  1. To roll back the COVID19 kit, the forms and programs should be manually deleted.

  2. After forms and programs are used it is not possible to roll back the changes. Concepts and mappings imported cannot be deleted.

Steps to Deploy Covid19 Starter Kit

...

  • Install Bahmni version 0.92 Install Bahmni on CentOS

  • Update default concepts with CEIL UUIDs (See Contact US)

  • Deploy Covid19 Starter Kit

  • Code Block
    #Download and install RPM file from Github
    yum install https://github.com/Bahmni-Covid19/bahmni-covid19-kit/releases/download/Release_v1.0.49/bahmni-covid19-installer-0.92-49.noarch.rpm
    
    #Install COVID-19 Starter kit
    sh /opt/bahmni-covid19-installer/install.sh

...

  • Backup OpenMRS database

  • Ensure concepts have CEIL UUIDs

  • Deploy Covid19 Starter Kit

  • Code Block
    #Download and install RPM file from Github
    yum install https://github.com/Bahmni-Covid19/bahmni-covid19-kit/releases/download/Release_v1.0.49/bahmni-covid19-installer-0.92-49.noarch.rpm
    
    #Install COVID-19 Starter kit
    sh /opt/bahmni-covid19-installer/install.sh

...