@health-samurai/aidbox-client
    Preparing search index...

    Interface Bundle

    interface Bundle {
        resourceType: "Bundle";
        entry?: BundleEntry[];
        identifier?: Identifier;
        link?: BundleLink[];
        signature?: Signature;
        timestamp?: string;
        _timestamp?: Element;
        total?: number;
        _total?: Element;
        type:
            | "document"
            | "message"
            | "transaction"
            | "transaction-response"
            | "batch"
            | "batch-response"
            | "history"
            | "searchset"
            | "collection";
        _type?: Element;
        id?: string;
        _id?: Element;
        implicitRules?: string;
        _implicitRules?: Element;
        language?: string;
        _language?: Element;
        meta?: Meta;
    }

    Hierarchy (View Summary)

    Index

    Properties

    resourceType: "Bundle"

    Optionalentry

    entry?: BundleEntry[]
    identifier?: Identifier
    link?: BundleLink[]
    signature?: Signature
    timestamp?: string
    _timestamp?: Element
    total?: number
    _total?: Element
    type:
        | "document"
        | "message"
        | "transaction"
        | "transaction-response"
        | "batch"
        | "batch-response"
        | "history"
        | "searchset"
        | "collection"
    _type?: Element
    id?: string
    _id?: Element
    implicitRules?: string
    _implicitRules?: Element
    language?: string
    _language?: Element
    meta?: Meta