Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 3 |
{
"resourceType" : "CodeSystem",
"id" : "audit-event-severity",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/audit-event-severity</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">emergency\n <a name=\"audit-event-severity-emergency\"> </a>\n </td>\n <td>Emergency</td>\n <td>System is unusable. e.g., This level should only be reported by infrastructure and should not be used by applications.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">alert\n <a name=\"audit-event-severity-alert\"> </a>\n </td>\n <td>Alert</td>\n <td>Notification should be sent to trigger action be taken. e.g., Loss of the primary network connection needing attention.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">critical\n <a name=\"audit-event-severity-critical\"> </a>\n </td>\n <td>Critical</td>\n <td>Critical conditions. e.g., A failure in the system's primary application that will reset automatically.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">error\n <a name=\"audit-event-severity-error\"> </a>\n </td>\n <td>Error</td>\n <td>Error conditions. e.g., An application has exceeded its file storage limit and attempts to write are failing. </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">warning\n <a name=\"audit-event-severity-warning\"> </a>\n </td>\n <td>Warning</td>\n <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>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">notice\n <a name=\"audit-event-severity-notice\"> </a>\n </td>\n <td>Notice</td>\n <td>Notice messages. Normal but significant condition. Events that are unusual, but not error conditions.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">informational\n <a name=\"audit-event-severity-informational\"> </a>\n </td>\n <td>Informational</td>\n <td>Normal operational messages that require no action. e.g., An application has started, paused, or ended successfully.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">debug\n <a name=\"audit-event-severity-debug\"> </a>\n </td>\n <td>Debug</td>\n <td>Debug-level messages. Information useful to developers for debugging the application.</td>\n </tr>\n </table>\n </div>"
},
"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.1.0"
},
{
"url" : "uri",
"valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"
}
],
"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-05T18:01:24-05: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."
}
]
}