AuditEventAction

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

This code system http://hl7.org/fhir/audit-event-action defines the following codes:

Code Display Definition
C Create Create a new database object, such as placing an order.
R Read/View/Print Display or print data, such as a doctor census.
U Update Update data, such as revise patient information.
D Delete Delete items, such as a doctor master file record.
E Execute 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.
<status value="draft"/> <experimental value="false"/> <date value="2019-11-01T09:29:23+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Indicator for type of action performed during the event that generated the event."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/audit-event-action"/> <content value="complete"/> <concept> <code value="C"/> <display value="Create"/> <definition value="Create a new database object, such as placing an order."/> </concept> <concept> <code value="R"/> <display value="Read/View/Print"/> <definition value="Display or print data, such as a doctor census."/> </concept> <concept> <code value="U"/> <display value="Update"/> <definition value="Update data, such as revise patient information."/> </concept> <concept> <code value="D"/> <display value="Delete"/> <definition value="Delete items, such as a doctor master file record."/> </concept> <concept> <code value="E"/> <display value="Execute"/> <definition value="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."/> </concept> </CodeSystem>