Show / Hide Table of Contents

Class ReactionEventSeverityCodes

Clinical assessment of the severity of a reaction event as a whole, potentially considering multiple different manifestations.

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

Fields

| Improve this Doc View Source

LiteralMild

Literal for code: Mild

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

LiteralModerate

Literal for code: Moderate

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

LiteralReactionEventSeverityMild

Literal for code: ReactionEventSeverityMild

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

LiteralReactionEventSeverityModerate

Literal for code: ReactionEventSeverityModerate

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

LiteralReactionEventSeveritySevere

Literal for code: ReactionEventSeveritySevere

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

LiteralSevere

Literal for code: Severe

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

Mild

Causes mild physiological effects.

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

Moderate

Causes moderate physiological effects.

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

Severe

Causes severe physiological effects.

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

Values

Dictionary for looking up ReactionEventSeverity Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX