{
  "resourceType": "CodeSystem",
  "id": "audit-event-severity",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/audit-event-severity</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">emergency<a name=\"audit-event-severity-emergency\"> </a></td><td>Emergency</td><td>System is unusable. e.g., This level should only be reported by infrastructure and should not be used by applications.</td></tr><tr><td style=\"white-space:nowrap\">alert<a name=\"audit-event-severity-alert\"> </a></td><td>Alert</td><td>Notification should be sent to trigger action be taken. e.g., Loss of the primary network connection needing attention.</td></tr><tr><td style=\"white-space:nowrap\">critical<a name=\"audit-event-severity-critical\"> </a></td><td>Critical</td><td>Critical conditions. e.g., A failure in the system's primary application that will reset automatically.</td></tr><tr><td style=\"white-space:nowrap\">error<a name=\"audit-event-severity-error\"> </a></td><td>Error</td><td>Error conditions. e.g., An application has exceeded its file storage limit and attempts to write are failing. </td></tr><tr><td style=\"white-space:nowrap\">warning<a name=\"audit-event-severity-warning\"> </a></td><td>Warning</td><td>Warning conditions. May indicate that an error will occur if action is not taken. e.g., A non-root file system has only 2GB remaining.</td></tr><tr><td style=\"white-space:nowrap\">notice<a name=\"audit-event-severity-notice\"> </a></td><td>Notice</td><td>Notice messages. Normal but significant condition. Events that are unusual, but not error conditions.</td></tr><tr><td style=\"white-space:nowrap\">informational<a name=\"audit-event-severity-informational\"> </a></td><td>Informational</td><td>Normal operational messages that require no action. e.g., An application has started, paused, or ended successfully.</td></tr><tr><td style=\"white-space:nowrap\">debug<a name=\"audit-event-severity-debug\"> </a></td><td>Debug</td><td>Debug-level messages. Information useful to developers for debugging the application.</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "sec"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    }
  ],
  "url": "http://hl7.org/fhir/audit-event-severity",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.1894"
    }
  ],
  "version": "5.0.0",
  "name": "AuditEventSeverity",
  "title": "Audit Event Severity",
  "status": "active",
  "experimental": false,
  "date": "2022-06-06T10:01:24+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The severity of the audit entry.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-severity",
  "content": "complete",
  "concept": [
    {
      "code": "emergency",
      "display": "Emergency",
      "definition": "System is unusable. e.g., This level should only be reported by infrastructure and should not be used by applications."
    },
    {
      "code": "alert",
      "display": "Alert",
      "definition": "Notification should be sent to trigger action be taken. e.g., Loss of the primary network connection needing attention."
    },
    {
      "code": "critical",
      "display": "Critical",
      "definition": "Critical conditions. e.g., A failure in the system's primary application that will reset automatically."
    },
    {
      "code": "error",
      "display": "Error",
      "definition": "Error conditions. e.g., An application has exceeded its file storage limit and attempts to write are failing. "
    },
    {
      "code": "warning",
      "display": "Warning",
      "definition": "Warning conditions. May indicate that an error will occur if action is not taken. e.g., A non-root file system has only 2GB remaining."
    },
    {
      "code": "notice",
      "display": "Notice",
      "definition": "Notice messages. Normal but significant condition. Events that are unusual, but not error conditions."
    },
    {
      "code": "informational",
      "display": "Informational",
      "definition": "Normal operational messages that require no action. e.g., An application has started, paused, or ended successfully."
    },
    {
      "code": "debug",
      "display": "Debug",
      "definition": "Debug-level messages. Information useful to developers for debugging the application."
    }
  ]
}