interface AuditEventEntity {
    _description?: Element;
    _name?: Element;
    _query?: Element;
    description?: string;
    detail?: AuditEventEntityDetail[];
    extension?: Extension[];
    id?: id;
    lifecycle?: Coding;
    modifierExtension?: Extension[];
    name?: string;
    query?: base64Binary;
    role?: Coding;
    securityLabel?: Coding[];
    type?: Coding;
    what?: Reference;
}

Properties

_description?: Element

Descriptive text

_name?: Element

Descriptor for entity

_query?: Element

Query parameters

description?: string

Descriptive text

Additional Information about the entity

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

lifecycle?: Coding

Life-cycle stage for the entity

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

name?: string

Descriptor for entity

query?: base64Binary

Query parameters

role?: Coding

What role the entity played

securityLabel?: Coding[]

Security labels on the entity

type?: Coding

Type of entity involved

what?: Reference

Specific instance of resource