IGUHealth
    Preparing search index...
    interface BundleEntryResponse {
        _etag?: Element;
        _lastModified?: Element;
        _location?: Element;
        _status?: Element;
        etag?: string;
        extension?: Extension[];
        id?: id;
        lastModified?: instant;
        location?: uri;
        modifierExtension?: Extension[];
        outcome?: ConcreteType;
        status: string;
    }
    Index

    Properties

    _etag?: Element

    The Etag for the resource (if relevant)

    _lastModified?: Element

    Server's date time modified

    _location?: Element

    The location (if the operation returns a location)

    _status?: Element

    Status response code (text optional)

    etag?: string

    The Etag for the resource (if relevant)

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    lastModified?: instant

    Server's date time modified

    location?: uri

    The location (if the operation returns a location)

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    outcome?: ConcreteType

    OperationOutcome with hints and warnings (for batch/transaction)

    status: string

    Status response code (text optional)