export interface DeathCause { id: bigint; encounter_id: bigint; value: any; // json mapped to 'any' type }