Class AllergyIntoleranceCriticalityCodes
Estimate of the potential clinical harm, or seriousness, of a reaction to an identified Substance.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AllergyIntoleranceCriticalityCodes : object
Fields
| Improve this Doc View SourceHighRisk
The potential clinical impact of a future reaction is estimated as high risk: exposure to substance may result in a life threatening or organ system threatening outcome. Future exposure to the Substance may be considered an absolute contra-indication.
Declaration
public static readonly Coding HighRisk
Field Value
Type | Description |
---|---|
Coding |
LiteralAllergyIntoleranceCriticalityHighRisk
Literal for code: AllergyIntoleranceCriticalityHighRisk
Declaration
public const string LiteralAllergyIntoleranceCriticalityHighRisk = null
Field Value
Type | Description |
---|---|
System. |
LiteralAllergyIntoleranceCriticalityLowRisk
Literal for code: AllergyIntoleranceCriticalityLowRisk
Declaration
public const string LiteralAllergyIntoleranceCriticalityLowRisk = null
Field Value
Type | Description |
---|---|
System. |
LiteralAllergyIntoleranceCriticalityUnableToDetermine
Literal for code: AllergyIntoleranceCriticalityUnableToDetermine
Declaration
public const string LiteralAllergyIntoleranceCriticalityUnableToDetermine = null
Field Value
Type | Description |
---|---|
System. |
LiteralHighRisk
Literal for code: HighRisk
Declaration
public const string LiteralHighRisk = null
Field Value
Type | Description |
---|---|
System. |
LiteralLowRisk
Literal for code: LowRisk
Declaration
public const string LiteralLowRisk = null
Field Value
Type | Description |
---|---|
System. |
LiteralUnableToDetermine
Literal for code: UnableToDetermine
Declaration
public const string LiteralUnableToDetermine = null
Field Value
Type | Description |
---|---|
System. |
LowRisk
The potential clinical impact of a future reaction is estimated as low risk: exposure to substance is unlikely to result in a life threatening or organ system threatening outcome. Future exposure to the Substance is considered a relative contra-indication.
Declaration
public static readonly Coding LowRisk
Field Value
Type | Description |
---|---|
Coding |
UnableToDetermine
Unable to assess the potential clinical impact with the information available.
Declaration
public static readonly Coding UnableToDetermine
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up AllergyIntoleranceCriticality Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |