Class ReactionEventCertaintyCodes
Statement about the degree of clinical certainty that a Specific Substance was the cause of the Manifestation in an reaction event.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ReactionEventCertaintyCodes : object
Fields
| Improve this Doc View SourceConfirmed
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 |
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 |
LiteralConfirmed
Literal for code: Confirmed
Declaration
public const string LiteralConfirmed = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralLikely
Literal for code: Likely
Declaration
public const string LiteralLikely = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralReactionEventCertaintyConfirmed
Literal for code: ReactionEventCertaintyConfirmed
Declaration
public const string LiteralReactionEventCertaintyConfirmed = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralReactionEventCertaintyLikely
Literal for code: ReactionEventCertaintyLikely
Declaration
public const string LiteralReactionEventCertaintyLikely = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralReactionEventCertaintyUnlikely
Literal for code: ReactionEventCertaintyUnlikely
Declaration
public const string LiteralReactionEventCertaintyUnlikely = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralUnlikely
Literal for code: Unlikely
Declaration
public const string LiteralUnlikely = null
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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> |