Overview

Drupal 8 module for connecting and retrieving metadata from a District Health Information Software (DHIS2) instance. DHIS2 is the flexible, web-based open-source information system with awesome visualization features including GIS, charts, and pivot tables. It is widely used for routine health data collection and analysis.

This Drupal 8 DHIS2 module uses DHIS2's REST API to retrieve data and automatically create content once imported. The module further supports manual and automatic (monthly and quarterly) data retrieval.

Features

  • supports creation of data elements, organization units, and periods
  • supports basic authentication
  • imported data can be downloaded as a CSV file
  • Drush commands for bulk deletion of data elements and organization units
  • supports periodic (monthly & quarterly) automatic data retrieval

Installation for D8

Download the module running the following shell command from you project root (at the composer.json file level):

  1. $ composer require "drupal/dhis2"
  2. Enable the module
    using Drush: $ drush en dhis2
    using drupal console: $ drupal module:install dhis2 or
    the website back-end/administration interface;
Supporting organizations: 
Funding the development of this project.

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Module categories: Integrations
  • Created by mwebaze on , updated
  • shieldStable releases for this project are covered by the security advisory policy.
    There are currently no supported stable releases.

Releases