Show / Hide Table of Contents

Class ReactionEventCertaintyCodes

Statement about the degree of clinical certainty that a Specific Substance was the cause of the Manifestation in an reaction event.

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

Fields

| Improve this Doc View Source

Confirmed

There is a very high level of clinical certainty that the reaction was due to the identified Substance, which may include clinical evidence by testing or rechallenge.

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

Likely

There is a high level of clinical certainty that the reaction was caused by the identified Substance.

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

LiteralConfirmed

Literal for code: Confirmed

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

LiteralLikely

Literal for code: Likely

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

LiteralReactionEventCertaintyConfirmed

Literal for code: ReactionEventCertaintyConfirmed

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

LiteralReactionEventCertaintyLikely

Literal for code: ReactionEventCertaintyLikely

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

LiteralReactionEventCertaintyUnlikely

Literal for code: ReactionEventCertaintyUnlikely

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

LiteralUnlikely

Literal for code: Unlikely

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

Unlikely

There is a low level of clinical certainty that the reaction was caused by the identified Substance.

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

Values

Dictionary for looking up ReactionEventCertainty 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