Show / Hide Table of Contents

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 Source

Environment

Substances that are encountered in the environment.

Declaration
public static readonly Coding Environment
Field Value
Type Description
Coding
| Improve this Doc View Source

Food

Any substance consumed to provide nutritional support for the body.

Declaration
public static readonly Coding Food
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralAllergyIntoleranceCategoryEnvironment

Literal for code: AllergyIntoleranceCategoryEnvironment

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

LiteralAllergyIntoleranceCategoryFood

Literal for code: AllergyIntoleranceCategoryFood

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

LiteralAllergyIntoleranceCategoryMedication

Literal for code: AllergyIntoleranceCategoryMedication

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

LiteralAllergyIntoleranceCategoryOther

Literal for code: AllergyIntoleranceCategoryOther

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

LiteralEnvironment

Literal for code: Environment

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

LiteralFood

Literal for code: Food

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

LiteralMedication

Literal for code: Medication

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

LiteralOther

Literal for code: Other

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

Medication

Substances administered to achieve a physiological effect.

Declaration
public static readonly Coding Medication
Field Value
Type Description
Coding
| Improve this Doc View Source

Other

Other substances that are not covered by any other category.

Declaration
public static readonly Coding Other
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

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