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 SourceLiteralMild
Literal for code: Mild
Declaration
public const string LiteralMild = null
Field Value
Type | Description |
---|---|
System. |
LiteralModerate
Literal for code: Moderate
Declaration
public const string LiteralModerate = null
Field Value
Type | Description |
---|---|
System. |
LiteralReactionEventSeverityMild
Literal for code: ReactionEventSeverityMild
Declaration
public const string LiteralReactionEventSeverityMild = null
Field Value
Type | Description |
---|---|
System. |
LiteralReactionEventSeverityModerate
Literal for code: ReactionEventSeverityModerate
Declaration
public const string LiteralReactionEventSeverityModerate = null
Field Value
Type | Description |
---|---|
System. |
LiteralReactionEventSeveritySevere
Literal for code: ReactionEventSeveritySevere
Declaration
public const string LiteralReactionEventSeveritySevere = null
Field Value
Type | Description |
---|---|
System. |
LiteralSevere
Literal for code: Severe
Declaration
public const string LiteralSevere = null
Field Value
Type | Description |
---|---|
System. |
Mild
Causes mild physiological effects.
Declaration
public static readonly Coding Mild
Field Value
Type | Description |
---|---|
Coding |
Moderate
Causes moderate physiological effects.
Declaration
public static readonly Coding Moderate
Field Value
Type | Description |
---|---|
Coding |
Severe
Causes severe physiological effects.
Declaration
public static readonly Coding Severe
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up ReactionEventSeverity Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |