Class PractitionerGenderCodes
Code Values for the Practitioner.gender field
Inheritance
System.Object
PractitionerGenderCodes
Assembly: fhirCsR2.dll
Syntax
public static class PractitionerGenderCodes : object
Fields
|
Improve this Doc
View Source
FEMALE
Declaration
public const string FEMALE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MALE
Declaration
public const string MALE = 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
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> |
|