IGUHealth
    Preparing search index...
    interface Bundle {
        _implicitRules?: Element;
        _language?: Element;
        _timestamp?: Element;
        _total?: Element;
        _type?: Element;
        entry?: BundleEntry[];
        id?: id;
        identifier?: Identifier;
        implicitRules?: uri;
        language?: code;
        link?: BundleLink[];
        meta?: Meta;
        resourceType: "Bundle";
        signature?: Signature;
        timestamp?: instant;
        total?: unsignedInt;
        type: code;
    }
    Index

    Properties

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _timestamp?: Element

    When the bundle was assembled

    _total?: Element

    If search, the total number of matches

    _type?: Element

    document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection

    Optionalentry

    entry?: BundleEntry[]

    Entry in the bundle - will have a resource or information

    id?: id

    Logical id of this artifact

    identifier?: Identifier

    Persistent identifier for the bundle

    implicitRules?: uri

    A set of rules under which this content was created

    language?: code

    Language of the resource content

    link?: BundleLink[]

    Links related to this Bundle

    meta?: Meta

    Metadata about the resource

    resourceType: "Bundle"
    signature?: Signature

    Digital Signature

    timestamp?: instant

    When the bundle was assembled

    total?: unsignedInt

    If search, the total number of matches

    type: code

    document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection