Norway Open Data SDK
    Preparing search index...

    Type Alias HealthStatisticsResult

    A flattened FHI JSON-stat2 result with the provider's flag legend.

    type HealthStatisticsResult = {
        dimensions: HealthCubeDimension[];
        flags: Record<string, string>;
        rows: HealthStatisticsRow[];
        source: string;
        tableId: number;
        title?: string;
        updatedAt?: string;
    }
    Index
    dimensions: HealthCubeDimension[]
    flags: Record<string, string>

    FHI's flag legend for this table: symbol to provider-supplied meaning (Norwegian), e.g. ":" to "Anonymisert eller skjult av andre årsaker". Flagged observations must stay suppressed in downstream use.

    source: string
    tableId: number
    title?: string
    updatedAt?: string