Class AllergyIntoleranceCategoryCodes
Code Values for the AllergyIntolerance.category field
Inheritance
System.Object
AllergyIntoleranceCategoryCodes
Assembly: fhirCsR2.dll
Syntax
public static class AllergyIntoleranceCategoryCodes : object
Fields
|
Improve this Doc
View Source
ENVIRONMENT
Declaration
public const string ENVIRONMENT = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FOOD
Declaration
public const string FOOD = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MEDICATION
Declaration
public const string MEDICATION = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OTHER
Declaration
public const string OTHER = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Values
Declaration
public static HashSet<string> Values
Field Value
Type |
Description |
HashSet<System.String> |
|