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
-
Create a new database object, such as placing an order.
Declaration
Swift
case C = "C"
-
Display or print data, such as a doctor census.
Declaration
Swift
case R = "R"
-
Update data, such as revise patient information.
Declaration
Swift
case U = "U"
-
Delete items, such as a doctor master file record.
Declaration
Swift
case D = "D"
-
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"