Class ClaimUseCodes
Code Values for the Claim.use field
Inheritance
System.Object
ClaimUseCodes
Assembly: fhirCsR2.dll
Syntax
public static class ClaimUseCodes : object
Fields
|
Improve this Doc
View Source
COMPLETE
Declaration
public const string COMPLETE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EXPLORATORY
Declaration
public const string EXPLORATORY = 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
PROPOSED
Declaration
public const string PROPOSED = 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> |
|