PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2b.examples@1.4.0
    http://hl7.org/fhir/audit-event-outcome
{
  "description": "Indicates whether the event succeeded or failed",
  "_filename": "CodeSystem-audit-event-outcome.json",
  "package_name": "hl7.fhir.r2b.examples",
  "date": null,
  "versionNeeded": false,
  "meta": {
    "lastUpdated": "2016-03-31T08:01:25.570+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "AuditEventOutcome",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": null,
  "package_version": "1.4.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.264"
  } ],
  "compositional": false,
  "status": "draft",
  "id": "cbfbbb83-36a7-4999-8773-34234c6b0163",
  "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-outcome",
  "kind": null,
  "count": 0,
  "url": "http://hl7.org/fhir/audit-event-outcome",
  "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 catered for error (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": "1.4.0",
  "contact": [ {
    "telecom": [ {
      "rank": 1,
      "value": "http://hl7.org/fhir",
      "system": "other"
    }, {
      "rank": 1,
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}