FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4.r4b
Resource TypeCodeSystem
IdCodeSystem-audit-event-severity.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

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

Code Display Definition
emergency Emergency System is unusable. e.g., This level should only be reported by infrastructure and should not be used by applications.
alert Alert Notification should be sent to trigger action be taken. e.g., Loss of the primary network connection needing attention.
critical Critical Critical conditions. e.g., A failure in the system's primary application that will reset automatically.
error Error Error conditions. e.g., An application has exceeded its file storage limit and attempts to write are failing.
warning Warning 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.
notice Notice Notice messages. Normal but significant condition. Events that are unusual, but not error conditions.
informational Informational Normal operational messages that require no action. e.g., An application has started, paused, or ended successfully.
debug Debug Debug-level messages. Information useful to developers for debugging the application.

Source1

{
  "resourceType": "CodeSystem",
  "id": "audit-event-severity",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "sec"
    }
  ],
  "url": "http://hl7.org/fhir/audit-event-severity",
  "version": "5.0.0",
  "name": "AuditEventSeverity",
  "title": "Audit Event Severity",
  "status": "active",
  "experimental": false,
  "date": "2022-06-06T09:01:24+10:00",
  "publisher": "Security",
  "contact": [
    {
      "name": "Security",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/secure"
        }
      ]
    }
  ],
  "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."
    }
  ]
}