Norway Open Data SDK
    Preparing search index...

    Type Alias HealthStatisticsSource

    A register or statistics bank publishing tables through the FHI open API.

    type HealthStatisticsSource = {
        aboutUrl?: string;
        description?: string;
        id: string;
        publishedBy?: string;
        title: string;
    }
    Index
    aboutUrl?: string
    description?: string
    id: string

    Source identifier used in table, metadata, dimension and data lookups.

    publishedBy?: string
    title: string