FHIRClient - v3.0.0
    Preparing search index...

    Interface Bundle

    interface Bundle {
        entry?: BundleEntry[];
        id?: string;
        identifier?: Identifier;
        implicitRules?: string;
        language?: string;
        link: BundleLink[];
        meta?: Meta;
        resourceType?: string;
        total?: number;
        type:
            | "message"
            | "document"
            | "history"
            | "transaction"
            | "transaction-response"
            | "batch"
            | "batch-response"
            | "searchset"
            | "collection";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Optionalentry

    entry?: BundleEntry[]
    id?: string

    Logical id of this artifact

    identifier?: Identifier

    Persistent identifier for the bundle

    implicitRules?: string

    A set of rules under which this content was created

    language?: string

    Language of the resource content

    link: BundleLink[]
    meta?: Meta

    Metadata about the resource

    resourceType?: string
    total?: number
    type:
        | "message"
        | "document"
        | "history"
        | "transaction"
        | "transaction-response"
        | "batch"
        | "batch-response"
        | "searchset"
        | "collection"