HL7AdministrativeGender

public struct HL7AdministrativeGender

HL7 Administrative Gender Reference

  • F

    Female

    Declaration

    Swift

    public static let F = "Female"
  • M

    Male

    Declaration

    Swift

    public static let M = "Male"
  • UN

    The gender of a person could not be uniquely defined as male or female, such as hermaphrodite.

    Declaration

    Swift

    public static let UN = "Undifferentiated"