Show / Hide Table of Contents

Class IssueSeverityCodes

How the issue affects the success of the action.

Inheritance
System.Object
IssueSeverityCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class IssueSeverityCodes : object

Fields

| Improve this Doc View Source

Error

The issue is sufficiently important to cause the action to fail.

Declaration
public static readonly Coding Error
Field Value
Type Description
Coding
| Improve this Doc View Source

Fatal

The issue caused the action to fail, and no further checking could be performed.

Declaration
public static readonly Coding Fatal
Field Value
Type Description
Coding
| Improve this Doc View Source

Information

The issue has no relation to the degree of success of the action.

Declaration
public static readonly Coding Information
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralError

Literal for code: Error

Declaration
public const string LiteralError = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralFatal

Literal for code: Fatal

Declaration
public const string LiteralFatal = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralInformation

Literal for code: Information

Declaration
public const string LiteralInformation = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueSeverityError

Literal for code: IssueSeverityError

Declaration
public const string LiteralIssueSeverityError = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueSeverityFatal

Literal for code: IssueSeverityFatal

Declaration
public const string LiteralIssueSeverityFatal = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueSeverityInformation

Literal for code: IssueSeverityInformation

Declaration
public const string LiteralIssueSeverityInformation = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueSeverityWarning

Literal for code: IssueSeverityWarning

Declaration
public const string LiteralIssueSeverityWarning = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralWarning

Literal for code: Warning

Declaration
public const string LiteralWarning = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Values

Dictionary for looking up IssueSeverity Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
| Improve this Doc View Source

Warning

The issue is not important enough to cause the action to fail, but may cause it to be performed suboptimally or in a way that is not as desired.

Declaration
public static readonly Coding Warning
Field Value
Type Description
Coding
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX