Bulk Data Client
    Preparing search index...

    Interface CLIOptions

    interface CLIOptions {
        _elements?: string;
        _outputFormat?: string;
        _since?: string;
        _type?: string;
        _typeFilter?: string;
        allowPartialManifests?: boolean;
        config?: string;
        custom?: string[];
        fhirUrl?: string;
        includeAssociatedData?: string;
        organizeOutputBy?: string;
        patient?: string;
        post?: boolean;
        reporter?: "text" | "cli";
        status?: string;
    }
    Index
    _elements?: string
    _outputFormat?: string
    _since?: string
    _type?: string
    _typeFilter?: string
    allowPartialManifests?: boolean
    config?: string

    Relative path to config file. Defaults to "config.js".

    custom?: string[]
    fhirUrl?: string

    FHIR server base URL. Must be set either as parameter or in the configuration file.

    includeAssociatedData?: string
    organizeOutputBy?: string
    patient?: string

    Optionalpost

    post?: boolean
    reporter?: "text" | "cli"
    status?: string

    Use if you have a status endpoint of an export that has already been started.