Documentation site here: https://go-data.gitbook.io/go.data-dhis2-interoperability-app/
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.
In the project directory, you can run:
Runs the app in the development mode.
Open http://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.
Launches the test runner and runs all available tests found in /src
.
See the section about running tests for more information.
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.
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.
For any questions or feedabck, please contact godata@who.int or post on the Go.Data Community of Practice here: https://community-godata.who.int/
The bidirectional tasks endpoint is /livetask, its logic can be found in ./src/views/interop_tasks/LiveForm folder.