What problem does it solve?
This skill consolidates and coordinates DHIS2 interactions by providing a centralized client setup, routing to specialized sub-skills, and standardized API patterns. It reduces fragmentation when working with health information systems and accelerates common DHIS2 tasks.
Core Features & Use Cases
- Client Setup (Centralized): Initialize the DHIS2 client consistently across projects.
- API Basics & Routing: Use the dhis.api.get() and route requests to appropriate sub-skills for analytics, metadata, users, and system info.
- Query Guidance: Reference the dhis2-query-optimization workflow to handle large queries efficiently.
- Use Case Example: Connect to a DHIS2 instance, fetch metadata, then run an analytics query across multiple org units and periods.
Quick Start
Initialize the centralized DHIS2 client using the provided workspace configuration and demonstrate a simple API call to fetch system info.