{
"description": "Indicates whether the event succeeded or failed.",
"_filename": "CodeSystem-audit-event-outcome.json",
"package_name": "hl7.terminology.r5",
"date": "2020-04-09T21:10:28+00:00",
"meta": {
"lastUpdated": "2020-04-09T21:10:28.568+00:00"
},
"publisher": "HL7 (FHIR Project)",
"content": "complete",
"name": "AuditEventOutcome",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": "AuditEventOutcome",
"package_version": "5.3.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "sec"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 3
} ],
"status": "draft",
"id": "266e268d-9bd7-4e12-90e4-ca3a7e40d27b",
"valueSet": "http://terminology.hl7.org/ValueSet/audit-event-outcome",
"kind": null,
"url": "http://terminology.hl7.org/CodeSystem/audit-event-outcome",
"identifier": [ {
"value": "urn:oid:2.16.840.1.113883.4.642.1.0",
"system": "urn:ietf:rfc:3986"
} ],
"concept": [ {
"code": "0",
"display": "Success",
"definition": "The operation completed successfully (whether with warnings or not)."
}, {
"code": "4",
"display": "Minor failure",
"definition": "The action was not successful due to some kind of minor failure (often equivalent to an HTTP 400 response)."
}, {
"code": "8",
"display": "Serious failure",
"definition": "The action was not successful due to some kind of unexpected error (often equivalent to an HTTP 500 response)."
}, {
"code": "12",
"display": "Major failure",
"definition": "An error of such magnitude occurred that the system is no longer available for use (i.e. the system died)."
} ],
"caseSensitive": true,
"version": "0.1.0",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}