Class AllergyIntoleranceTypeCodes
Identification of the underlying physiological mechanism for a Reaction Risk.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AllergyIntoleranceTypeCodes : object
Fields
| Improve this Doc View SourceAllergy
A propensity for hypersensitivity reaction(s) to a substance. These reactions are most typically type I hypersensitivity, plus other "allergy-like" reactions, including pseudoallergy.
Declaration
public static readonly Coding Allergy
Field Value
Type | Description |
---|---|
Coding |
Intolerance
A propensity for adverse reactions to a substance that is not judged to be allergic or "allergy-like". These reactions are typically (but not necessarily) non-immune. They are to some degree idiosyncratic and/or individually specific (i.e. are not a reaction that is expected to occur with most or all patients given similar circumstances).
Declaration
public static readonly Coding Intolerance
Field Value
Type | Description |
---|---|
Coding |
LiteralAllergy
Literal for code: Allergy
Declaration
public const string LiteralAllergy = null
Field Value
Type | Description |
---|---|
System. |
LiteralAllergyIntoleranceTypeAllergy
Literal for code: AllergyIntoleranceTypeAllergy
Declaration
public const string LiteralAllergyIntoleranceTypeAllergy = null
Field Value
Type | Description |
---|---|
System. |
LiteralAllergyIntoleranceTypeIntolerance
Literal for code: AllergyIntoleranceTypeIntolerance
Declaration
public const string LiteralAllergyIntoleranceTypeIntolerance = null
Field Value
Type | Description |
---|---|
System. |
LiteralIntolerance
Literal for code: Intolerance
Declaration
public const string LiteralIntolerance = null
Field Value
Type | Description |
---|---|
System. |
Values
Dictionary for looking up AllergyIntoleranceType Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |