This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Security Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw XML (canonical form + also see XML Format Specification)
Definition for Code System AuditEventSeverity
<?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> <id value="audit-event-severity"/> <meta> <lastUpdated value="2021-04-15T13:25:09.461+11:00"/> <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p> This code system http://hl7.org/fhir/audit-event-severity 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.</td> </tr> <tr> <td style="white-space:nowrap">alert <a name="audit-event-severity-alert"> </a> </td> <td> Alert</td> <td> Action must be taken immediately.</td> </tr> <tr> <td style="white-space:nowrap">critical <a name="audit-event-severity-critical"> </a> </td> <td> Critical</td> <td> Critical conditions.</td> </tr> <tr> <td style="white-space:nowrap">error <a name="audit-event-severity-error"> </a> </td> <td> Error</td> <td> Error conditions.</td> </tr> <tr> <td style="white-space:nowrap">warning <a name="audit-event-severity-warning"> </a> </td> <td> Warning</td> <td> Warning conditions.</td> </tr> <tr> <td style="white-space:nowrap">notice <a name="audit-event-severity-notice"> </a> </td> <td> Notice</td> <td> Normal but significant condition.</td> </tr> <tr> <td style="white-space:nowrap">informational <a name="audit-event-severity-informational"> </a> </td> <td> Informational</td> <td> Informational messages.</td> </tr> <tr> <td style="white-space:nowrap">debug <a name="audit-event-severity-debug"> </a> </td> <td> Debug</td> <td> Debug-level messages.</td> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> <valueCode value="sec"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"> <valueCode value="trial-use"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> <valueInteger value="3"/> </extension> <url value="http://hl7.org/fhir/audit-event-severity"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.4.642.1.1467"/> </identifier> <version value="4.6.0"/> <name value="AuditEventSeverity"/> <title value="AuditEventSeverity"/> <status value="draft"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="The severity of the audit entry."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/audit-event-severity"/> <content value="complete"/> <concept> <code value="emergency"/> <display value="Emergency"/> <definition value="System is unusable."/> </concept> <concept> <code value="alert"/> <display value="Alert"/> <definition value="Action must be taken immediately."/> </concept> <concept> <code value="critical"/> <display value="Critical"/> <definition value="Critical conditions."/> </concept> <concept> <code value="error"/> <display value="Error"/> <definition value="Error conditions."/> </concept> <concept> <code value="warning"/> <display value="Warning"/> <definition value="Warning conditions."/> </concept> <concept> <code value="notice"/> <display value="Notice"/> <definition value="Normal but significant condition."/> </concept> <concept> <code value="informational"/> <display value="Informational"/> <definition value="Informational messages."/> </concept> <concept> <code value="debug"/> <display value="Debug"/> <definition value="Debug-level messages."/> </concept> </CodeSystem>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.