Release 5 Preview #1

This page is part of the FHIR Specification (v4.2.0: R5 Preview #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Codesystem-audit-event-severity.xml

Security Work GroupMaturity Level: N/AStandards 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="2019-12-31T21:03:40.621+11:00"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2> AuditEventSeverity</h2> 
      <div> 
        <p> The severity of the audit entry.</p> 

      </div> 
      <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.0"/> 
  </identifier> 
  <version value="4.2.0"/> 
  <name value="AuditEventSeverity"/> 
  <title value="AuditEventSeverity"/> 
  <status value="draft"/> 
  <experimental value="false"/> 
  <date value="2019-12-31T21:03:40+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.