Show / Hide Table of Contents

Class AllergyIntoleranceTypeCodes

Identification of the underlying physiological mechanism for a Reaction Risk.

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

Fields

| Improve this Doc View Source

Allergy

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
| Improve this Doc View Source

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
| Improve this Doc View Source

LiteralAllergy

Literal for code: Allergy

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

LiteralAllergyIntoleranceTypeAllergy

Literal for code: AllergyIntoleranceTypeAllergy

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

LiteralAllergyIntoleranceTypeIntolerance

Literal for code: AllergyIntoleranceTypeIntolerance

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

LiteralIntolerance

Literal for code: Intolerance

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

Values

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