Class AllergyIntoleranceCategoryCodes
Category of an identified Substance.
Inheritance
System.Object
AllergyIntoleranceCategoryCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AllergyIntoleranceCategoryCodes : object
Fields
| Improve this Doc View SourceEnvironment
Substances that are encountered in the environment.
Declaration
public static readonly Coding Environment
Field Value
Type | Description |
---|---|
Coding |
Food
Any substance consumed to provide nutritional support for the body.
Declaration
public static readonly Coding Food
Field Value
Type | Description |
---|---|
Coding |
LiteralAllergyIntoleranceCategoryEnvironment
Literal for code: AllergyIntoleranceCategoryEnvironment
Declaration
public const string LiteralAllergyIntoleranceCategoryEnvironment = null
Field Value
Type | Description |
---|---|
System. |
LiteralAllergyIntoleranceCategoryFood
Literal for code: AllergyIntoleranceCategoryFood
Declaration
public const string LiteralAllergyIntoleranceCategoryFood = null
Field Value
Type | Description |
---|---|
System. |
LiteralAllergyIntoleranceCategoryMedication
Literal for code: AllergyIntoleranceCategoryMedication
Declaration
public const string LiteralAllergyIntoleranceCategoryMedication = null
Field Value
Type | Description |
---|---|
System. |
LiteralAllergyIntoleranceCategoryOther
Literal for code: AllergyIntoleranceCategoryOther
Declaration
public const string LiteralAllergyIntoleranceCategoryOther = null
Field Value
Type | Description |
---|---|
System. |
LiteralEnvironment
Literal for code: Environment
Declaration
public const string LiteralEnvironment = null
Field Value
Type | Description |
---|---|
System. |
LiteralFood
Literal for code: Food
Declaration
public const string LiteralFood = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedication
Literal for code: Medication
Declaration
public const string LiteralMedication = null
Field Value
Type | Description |
---|---|
System. |
LiteralOther
Literal for code: Other
Declaration
public const string LiteralOther = null
Field Value
Type | Description |
---|---|
System. |
Medication
Substances administered to achieve a physiological effect.
Declaration
public static readonly Coding Medication
Field Value
Type | Description |
---|---|
Coding |
Other
Other substances that are not covered by any other category.
Declaration
public static readonly Coding Other
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up AllergyIntoleranceCategory Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |