AdministrativeGender

public enum AdministrativeGender: String

The gender of a person used for administrative purposes.

URL: http://hl7.org/fhir/administrative-gender ValueSet: http://hl7.org/fhir/ValueSet/administrative-gender

  • Male

    Declaration

    Swift

    case male = "male"
  • Female

    Declaration

    Swift

    case female = "female"
  • Other

    Declaration

    Swift

    case other = "other"
  • Unknown

    Declaration

    Swift

    case unknown = "unknown"