Class AllergyIntoleranceReactionCertaintyCodes
Code Values for the AllergyIntolerance.reaction.certainty field
Inheritance
System.Object
AllergyIntoleranceReactionCertaintyCodes
Assembly: fhirCsR2.dll
Syntax
public static class AllergyIntoleranceReactionCertaintyCodes : object
Fields
|
Improve this Doc
View Source
CONFIRMED
Declaration
public const string CONFIRMED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LIKELY
Declaration
public const string LIKELY = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UNLIKELY
Declaration
public const string UNLIKELY = 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> |
|