interface AuditEventEntityDetail {
    _type?: Element;
    _valueBase64Binary?: Element;
    _valueString?: Element;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    type: string;
    valueBase64Binary?: base64Binary;
    valueString?: string;
}

Properties

_type?: Element

Name of the property

_valueBase64Binary?: Element

Property value

_valueString?: Element

Property value

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

type: string

Name of the property

valueBase64Binary?: base64Binary

Property value

valueString?: string

Property value