AuditEventAction

public enum AuditEventAction: String

Indicator for type of action performed during the event that generated the event

URL: http://hl7.org/fhir/audit-event-action ValueSet: http://hl7.org/fhir/ValueSet/audit-event-action

  • C

    Create a new database object, such as placing an order.

    Declaration

    Swift

    case C = "C"
  • R

    Display or print data, such as a doctor census.

    Declaration

    Swift

    case R = "R"
  • U

    Update data, such as revise patient information.

    Declaration

    Swift

    case U = "U"
  • D

    Delete items, such as a doctor master file record.

    Declaration

    Swift

    case D = "D"
  • E

    Perform a system or application function such as log-on, program execution or use of an object’s method, or perform a query/search operation.

    Declaration

    Swift

    case E = "E"