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