Show / Hide Table of Contents

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 Source

Female

Female

Declaration
public static readonly Coding Female
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralAdministrativeGenderFemale

Literal for code: AdministrativeGenderFemale

Declaration
public const string LiteralAdministrativeGenderFemale = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAdministrativeGenderMale

Literal for code: AdministrativeGenderMale

Declaration
public const string LiteralAdministrativeGenderMale = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAdministrativeGenderOther

Literal for code: AdministrativeGenderOther

Declaration
public const string LiteralAdministrativeGenderOther = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAdministrativeGenderUnknown

Literal for code: AdministrativeGenderUnknown

Declaration
public const string LiteralAdministrativeGenderUnknown = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralFemale

Literal for code: Female

Declaration
public const string LiteralFemale = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralMale

Literal for code: Male

Declaration
public const string LiteralMale = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralOther

Literal for code: Other

Declaration
public const string LiteralOther = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralUnknown

Literal for code: Unknown

Declaration
public const string LiteralUnknown = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Male

Male

Declaration
public static readonly Coding Male
Field Value
Type Description
Coding
| Improve this Doc View Source

Other

Other

Declaration
public static readonly Coding Other
Field Value
Type Description
Coding
| Improve this Doc View Source

Unknown

Unknown

Declaration
public static readonly Coding Unknown
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up AdministrativeGender Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX