Norway Open Data SDK
    Preparing search index...

    Type Alias HealthStatisticsRow

    HealthStatisticsRow: { flag?: string; value: number | null } & Record<
        string,
        string
        | number
        | null
        | undefined,
    >

    One flattened observation. Dimension codes map to category codes; the observation is in value, and flag preserves FHI's cell marker when the provider suppressed or could not compute the number.

    Type Declaration

    • Optionalflag?: string

      FHI flag symbol exactly as published, e.g. : for anonymized cells. The meaning of each symbol is in the result's flags legend.

    • value: number | null

      Numeric observation, or null when the cell is empty or flagged.