AuditEventOutcome

Indicates whether the event succeeded or failed.

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

Code Display Definition
0 Success The operation completed successfully (whether with warnings or not).
4 Minor failure The action was not successful due to some kind of minor failure (often equivalent to an HTTP 400 response).
8 Serious failure The action was not successful due to some kind of unexpected error (often equivalent to an HTTP 500 response).
12 Major failure An error of such magnitude occurred that the system is no longer available for use (i.e. the system died).
<status value="draft"/> <experimental value="false"/> <date value="2021-01-17T07:06:13+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="Indicates whether the event succeeded or failed."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/audit-event-outcome"/> <content value="complete"/> <concept> <code value="0"/> <display value="Success"/> <definition value="The operation completed successfully (whether with warnings or not)."/> </concept> <concept> <code value="4"/> <display value="Minor failure"/> <definition value="The action was not successful due to some kind of minor failure (often equivalent to an HTTP 400 response)."/> </concept> <concept> <code value="8"/> <display value="Serious failure"/> <definition value="The action was not successful due to some kind of unexpected error (often equivalent to an HTTP 500 response)."/> </concept> <concept> <code value="12"/> <display value="Major failure"/> <definition value="An error of such magnitude occurred that the system is no longer available for use (i.e. the system died)."/> </concept> </CodeSystem>