Skip to content

DHIS2-based application to enable secure and flexible metadata exchange between DHIS2 and Go.Data.

Notifications You must be signed in to change notification settings

WorldHealthOrganization/godata-dhis2-interop-app

Repository files navigation

DHIS2-Go.Data Interoperability App

Documentation site here: https://go-data.gitbook.io/go.data-dhis2-interoperability-app/

Overview

The DHIS2-Go.Data Interoperability App enables metadata to be securely exchanged between DHIS2 (a widely used system for national health information management developed by the University of Oslo) and Go.Data (an outbreak response tool developed by WHO). This includes exchange of reference metadata used across both platforms (i.e. location hierarchies, facility lists); and case/contact data (cases being registered and investigated; and their contacts who are being listed and traced).

Such an integration enables field teams to make use of additional visualizations for chains of transmission and contact tracing follow up in Go.Data during an acute outbreak scenario while ensuring key field intel gets reflected back into overarching DHIS2 system.

This project was bootstrapped with DHIS2 Application Platform.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open https://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner and runs all available tests found in /src.

See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
A deployable .zip file can be found in build/bundle!

See the section about building for more information.

Learn More

You can learn more about the platform in the DHIS2 Application Platform Documentation.

You can learn more about the runtime in the DHIS2 Application Runtime Documentation.

To learn React, check out the React documentation.

Feedback and contact

For any questions or feedabck, please contact [email protected] or post on the Go.Data Community of Practice here: https://community-godata.who.int/

Bidirectionality tasks note

The bidirectional tasks endpoint is /livetask, its logic can be found in ./src/views/interop_tasks/LiveForm folder.