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

    Interface BundleEntry

    interface BundleEntry {
        fullUrl?: string;
        link?: BundleLink[];
        request?: BundleEntryRequest;
        resource?: Resource;
        response?: BundleEntryResponse;
        search?: BundleEntrySearch;
        id?: string;
        _id?: Element;
    }

    Hierarchy (View Summary)

    Index

    Properties

    fullUrl?: string
    link?: BundleLink[]
    resource?: Resource
    id?: string
    _id?: Element