Click or drag to resize

FhirConstantsCodeSystem_AdministrativeGender Field

The code system for the AdministrativeGender enumeration.

Namespace: SanteDB.Messaging.FHIR
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public const string CodeSystem_AdministrativeGender = "http://hl7.org/fhir/administrative-gender"

Field Value

String
Remarks
Example Usage: SanteDB.Messaging.FHIR.Util.DataTypeConverter.ToFhirEnumeration<AdministrativeGender>(patient.GenderConceptKey, FhirConstants.Codesystem_AdministrativeGender, true);
See Also