IGUHealth
    Preparing search index...
    interface AuditEvent {
        _action?: Element;
        _implicitRules?: Element;
        _language?: Element;
        _outcome?: Element;
        _outcomeDesc?: Element;
        _recorded?: Element;
        action?: code;
        agent: AuditEventAgent[];
        contained?: ConcreteType[];
        entity?: AuditEventEntity[];
        extension?: Extension[];
        id?: id;
        implicitRules?: uri;
        language?: code;
        meta?: Meta;
        modifierExtension?: Extension[];
        outcome?: code;
        outcomeDesc?: string;
        period?: Period;
        purposeOfEvent?: CodeableConcept[];
        recorded: instant;
        resourceType: "AuditEvent";
        source: AuditEventSource;
        subtype?: Coding[];
        text?: Narrative;
        type: Coding;
    }
    Index

    Properties

    _action?: Element

    Type of action performed during the event

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _outcome?: Element

    Whether the event succeeded or failed

    _outcomeDesc?: Element

    Description of the event outcome

    _recorded?: Element

    Time when the event was recorded

    action?: code

    Type of action performed during the event

    Actor involved in the event

    contained?: ConcreteType[]

    Contained, inline Resources

    entity?: AuditEventEntity[]

    Data or objects used

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Logical id of this artifact

    implicitRules?: uri

    A set of rules under which this content was created

    language?: code

    Language of the resource content

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    outcome?: code

    Whether the event succeeded or failed

    outcomeDesc?: string

    Description of the event outcome

    period?: Period

    When the activity occurred

    purposeOfEvent?: CodeableConcept[]

    The purposeOfUse of the event

    recorded: instant

    Time when the event was recorded

    resourceType: "AuditEvent"

    Audit Event Reporter

    subtype?: Coding[]

    More specific type/id for the event

    text?: Narrative

    Text summary of the resource, for human interpretation

    type: Coding

    Type/identifier of event