<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="audit-event-outcome"/>
<meta>
<lastUpdated value="2019-11-01T09:29:23.356+11:00"/>
</meta>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="sec"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="trial-use"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="3"/>
</extension>
<url value="http://hl7.org/fhir/audit-event-outcome"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.455"/>
</identifier>
<version value="4.0.1"/>
<name value="AuditEventOutcome"/>
<title value="AuditEventOutcome"/>
<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="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>