Ethnicity

public enum Ethnicity: String

The options for the ethnicity of the patient.

  • Other ethnicity.

    Declaration

    Swift

    case other
  • Native American or Alaskan Native

    Declaration

    Swift

    case nativeAmerican = "american indian or alaskan native"
  • Asian

    Declaration

    Swift

    case asian
  • Black or African American

    Declaration

    Swift

    case black = "black or african american"
  • Native Hawaiian or Pacific Islander

    Declaration

    Swift

    case pacificIslander = "native hawaiian or pacific islander"
  • White (Non-hispanic)

    Declaration

    Swift

    case whiteNonHispanic = "white (non-hispanic)"
  • White (Hispanic)

    Declaration

    Swift

    case whiteHispanic = "white (hispanic)"
  • Two or more ethnicities

    Declaration

    Swift

    case twoOrMore = "two or more"