Health
PlatformDomainAcademyDesign SystemFeedback
v1.0
v1.0
  • Introducing DIGIT Health Platform
    • Roadmap
  • Platform
    • Release Notes
      • Release Checklist
    • Platform Features
    • Architecture
      • Master Data Management Service (MDMS)
      • High Level Design
        • Health Campaign System High Level Design
        • Design Decision Log
      • Low Level Design
        • Registries
          • Individual
          • Household
          • Product
          • Facility
        • Services
          • Project
          • Stock
    • Technical Skillset & Pre-requisites
    • Installation
      • Setup Requirements
      • Supported Clouds
    • Configuration
      • Localisation Keys
    • Development Guide
    • Source Code
    • DHIS2 to DIGIT Integration
      • DHIS2-DIGIT Field Mapping
  • Products
    • Health Campaign Management
      • Frontline Worker's App
        • User Personas
        • Features
        • User Interface Design
          • User Management
          • Complaints Management
          • Supervision Flow
          • Beneficiary Registration
          • Service Delivery
          • Inventory Management
          • User Login
        • HCM App User Manual
          • Language Selection
          • Login
          • Forgot Password
          • Project Selection
          • Beneficiary Registration
          • Delivery Intervention
          • Stock Management
          • Checklist
        • Test Cases
        • Functional Specifications
        • Field App Architecture
        • Installation
          • APK Installation
        • Configuration
          • HCM Configuration
            • Individual Registry
            • Household Registry
            • Product Registry
            • Facility Registry
            • Stock & Inventory
            • Project Services
            • Complaints
              • QA Sign-Off
                • Test Cases
            • User Management
              • QA Sign-Off
          • HCM Master Promotion Guide
        • Release Notes
          • Success Metrics
        • Product Sign-off
        • Architect Sign-off
          • Health UAT API Execution Report
          • Performance Report
        • QA Sign-off
        • Products Requirement Documents (PRDs)
          • User Management
          • Complaints Management
          • Supervision Flow
          • Role Action Mapping
          • Beneficiary Registration
          • Service Delivery
          • Inventory Management
          • User Login
      • Campaign Management Dashboard
        • Features
        • User Stories
        • User Interface Design
        • Dashboard User Manual
        • Test Cases
        • Installation
        • Configuration
          • Dashboard UI Enhancements
          • HCM Dashboard Master Promotion Guide
        • Release Notes
          • UX Audit
          • PM Audit
        • Product Sign-Off
        • Architect Sign-Off
        • QA Sign-Off
        • Product Requirement Document (PRD)
  • Programme
    • Standard Operating Procedures (SOPs) and Plans
      • SOP for Helpdesk Support
      • User Management SOP
        • Master Data Collection Template
          • Boundary Hierarchy
          • Boundary Data Specs
          • System User Setup
          • Facility
          • Product
      • Master Data Management SOP
      • Training Plan
      • Field Test Plan
      • Programme Roll-Out Plan
      • Change Management Strategy
      • UAT Plan
        • UAT 1
          • UAT 1 Test Scenarios
          • UAT Test Cases
            • Registration & Distribution
            • Inventory Flow
            • Supervision
          • User Acceptance Test Report
            • Plan Dates
        • UAT 2
          • UAT 2 SOP
          • UAT 2 Test Scenarios
          • UAT Observations
            • Registration and Distribution
            • Inventory Flow
            • Supervision
            • General Feedback
          • UAT Feedback Form: SUS
          • UAT Feedform Form: Process
    • Monitoring and Evaluation (M&E) Tools
    • Implementation Checklist
    • DIGIT Pre-Training Tutorials
Powered by GitBook

https://creativecommons.org/licenses/by/4.0/

On this page
  • Master Data
  • Services/Registries
  • Individual Registry
  • Household Registry
  • Facility Registry
  • Product Registry
  • Project Service
  • Stock Service
  • Reusable DIGIT Services
  • DIGIT Services reused as-is
  • DIGIT Services reused with enhancements
  • Workflow
  • High Level Design Diagram
  • ER Diagram
  • Form Engine support
  • Multi tenancy
  • Android App
  • Offline First
  • Form Renderer
  • Offline Dashboards
  • Web App
  • Campaign Planning App
  • Dashboards App
  • External Integration
  • DHIS2

Was this helpful?

Export as PDF
  1. Platform
  2. Architecture
  3. High Level Design

Health Campaign System High Level Design

Health Campaign - High Level Design

The high level design is divided into:

  1. Master Data

  2. Registries / Entities

  3. Reusable DIGIT Services

  4. Form engine support

  5. Multi tenancy

  6. Android offline first app

  7. Web app - Campaign planning + dashboard

  8. External integration - DHIS2

Base Health Campaign on DIGIT Core 2.8.

Master Data

Master data categorized on the complexity required to maintain them from the technical perspective.

  1. Simple Masters

    1. Roles

    2. Additional Field schemas for different entities

    3. Project Task configurations

    4. Project Type

    5. Role-Actions

    6. Actions

  2. Hierarchical Masters

    1. Administrative Boundary and Hierarchy

  3. Inter linking Masters

    1. Field app config

    2. Service Registry

Services/Registries

Individual Registry

  • New service

  • As users are registered to campaigns, populate the individual registry with basic information about them.

  • This registry is the first step towards the long term plans in DIGIT to move non users of the system away from the User service. However, due to the current dependency on User service for authN and authZ among other things, this registry will be a wrapper over the User service.

Household Registry

  • New service

  • Collection of Individuals living together (potentially receiving shared campaign intervention)

Facility Registry

  • New service

  • Needed to model storage Warehouses through which stock moves.

Product Registry

  • New service

  • Needed to model the resources that are distributed as part of projects both as part of stock movement and actual distribution to beneficiaries.

Project Service

  • New service

  • Models how services and benefits are typically distributed to citizens by governments

  • Contains multiple endpoints within the service to map other entities such as beneficiaries, staff, facilities, resources to the projects.

Stock Service

  • New service

  • Track inflow and outflow of stock resources

Reusable DIGIT Services

Many of the DIGIT-Core services can be reused without any changes. Some of them could be extended and enhanced to support the required features.

DIGIT Services reused as-is

  • digit-mdms-service

  • Digit-location / boundary service

  • digit-access-control

  • Zuul API Gateway

  • digit-idgen

  • digit-persister

  • digit-indexer

  • digit-localization

  • DSS

  • Signed Audit

DIGIT Services reused with enhancements

No existing services being enhanced.

Workflow

The Health Campaign system does not make heavy use of workflows. Most flows in v1 are single actor and end after a single step (i.e. submitting collected data).

High Level Design Diagram

ER Diagram

Form Engine support

Form engine support was pushing out timelines and has been dropped from v1 scope.

Multi tenancy

The proposal is to have a single installation to support multiple countries and multiple health campaigns within these countries. Different campaigns will need to share registries.

Leveraging multi tenancy support in DIGIT for this.

Android App

Offline First

Android app is proposed to be modeled on mGramSeva app and will be built in Flutter.

This app will be used in areas with limited or no internet connectivity and hence will need to work while offline. Users will sync the data collected offline when they are in an area with network connectivity.

SQLite will be used to model structured data and ISAR will be used for unstructured data.

Form Renderer

Out of scope for v1.

Offline Dashboards

The field workers will need to see dashboards based on the data stored in the offline database. Library - TBD

Web App

Campaign Planning App

Out of scope for v1.

Dashboards App

The app will have some custom screens to capture information around the campaign plan.

DSS dashboards are planned to be leveraged for reporting dashboards.

External Integration

DHIS2

This will be added to implementation scope.

PreviousHigh Level DesignNextDesign Decision Log

Last updated 2 years ago

Was this helpful?