Class ConditionVerificationStatusCodes
Code Values for the Condition.verificationStatus field
Inheritance
System.Object
ConditionVerificationStatusCodes
Assembly: fhirCsR2.dll
Syntax
public static class ConditionVerificationStatusCodes : 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
DIFFERENTIAL
Declaration
public const string DIFFERENTIAL = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ENTERED_IN_ERROR
Declaration
public const string ENTERED_IN_ERROR = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PROVISIONAL
Declaration
public const string PROVISIONAL = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
REFUTED
Declaration
public const string REFUTED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UNKNOWN
Declaration
public const string UNKNOWN = 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> |
|