Class AdministrativeGenderCodes
The gender of a person used for administrative purposes.
Inheritance
System.Object
AdministrativeGenderCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AdministrativeGenderCodes : object
Fields
| Improve this Doc View SourceFemale
Female
Declaration
public static readonly Coding Female
Field Value
Type | Description |
---|---|
Coding |
LiteralAdministrativeGenderFemale
Literal for code: AdministrativeGenderFemale
Declaration
public const string LiteralAdministrativeGenderFemale = null
Field Value
Type | Description |
---|---|
System. |
LiteralAdministrativeGenderMale
Literal for code: AdministrativeGenderMale
Declaration
public const string LiteralAdministrativeGenderMale = null
Field Value
Type | Description |
---|---|
System. |
LiteralAdministrativeGenderOther
Literal for code: AdministrativeGenderOther
Declaration
public const string LiteralAdministrativeGenderOther = null
Field Value
Type | Description |
---|---|
System. |
LiteralAdministrativeGenderUnknown
Literal for code: AdministrativeGenderUnknown
Declaration
public const string LiteralAdministrativeGenderUnknown = null
Field Value
Type | Description |
---|---|
System. |
LiteralFemale
Literal for code: Female
Declaration
public const string LiteralFemale = null
Field Value
Type | Description |
---|---|
System. |
LiteralMale
Literal for code: Male
Declaration
public const string LiteralMale = null
Field Value
Type | Description |
---|---|
System. |
LiteralOther
Literal for code: Other
Declaration
public const string LiteralOther = null
Field Value
Type | Description |
---|---|
System. |
LiteralUnknown
Literal for code: Unknown
Declaration
public const string LiteralUnknown = null
Field Value
Type | Description |
---|---|
System. |
Male
Male
Declaration
public static readonly Coding Male
Field Value
Type | Description |
---|---|
Coding |
Other
Other
Declaration
public static readonly Coding Other
Field Value
Type | Description |
---|---|
Coding |
Unknown
Unknown
Declaration
public static readonly Coding Unknown
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up AdministrativeGender Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |