Norway Open Data SDK
    Preparing search index...

    Type Alias HealthTableMetadata

    Descriptive documentation for one FHI table.

    type HealthTableMetadata = {
        isOfficialStatistics?: boolean;
        name: string;
        paragraphs: { content?: string; header?: string }[];
        source: string;
        tableId: number;
    }
    Index
    isOfficialStatistics?: boolean
    name: string
    paragraphs: { content?: string; header?: string }[]

    Provider-authored sections; content is HTML exactly as FHI publishes it.

    source: string
    tableId: number