export type DHIS2EventStatus = 'ACTIVE' | 'COMPLETED' | 'OVERDUE' | 'SKIPPED' | 'SCHEDULE' | 'VISITED';