Enum V3Ethnicity
- java.lang.Object
-
- java.lang.Enum<V3Ethnicity>
-
- org.hl7.fhir.r4.model.codesystems.V3Ethnicity
-
- All Implemented Interfaces:
Serializable,Comparable<V3Ethnicity>
public enum V3Ethnicity extends Enum<V3Ethnicity>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _21352Hispanic or Latino_21378Spaniard_21386Andalusian_21394Asturian_21402Castillian_21410Catalonian_21428Belearic Islander_21436Gallego_21444Valencian_21451Canarian_21469Spanish Basque_21485Mexican_21493Mexican American_21501Mexicano_21519Chicano_21527La Raza_21535Mexican American Indian_21550Central American_21568Costa Rican_21576Guatemalan_21584Honduran_21592Nicaraguan_21600Panamanian_21618Salvadoran_21626Central American Indian_21634Canal Zone_21659South American_21667Argentinean_21675Bolivian_21683Chilean_21691Colombian_21709Ecuadorian_21717Paraguayan_21725Peruvian_21733Uruguayan_21741Venezuelan_21758South American Indian_21766Criollo_21782Latin American_21808Puerto Rican_21824Cuban_21840Dominican_21865Note that this term remains in the table for completeness, even though within HL7, the notion of "not otherwise coded" term is deprecated.NULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V3EthnicityfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static V3EthnicityvalueOf(String name)Returns the enum constant of this type with the specified name.static V3Ethnicity[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_21352
public static final V3Ethnicity _21352
Hispanic or Latino
-
_21378
public static final V3Ethnicity _21378
Spaniard
-
_21386
public static final V3Ethnicity _21386
Andalusian
-
_21394
public static final V3Ethnicity _21394
Asturian
-
_21402
public static final V3Ethnicity _21402
Castillian
-
_21410
public static final V3Ethnicity _21410
Catalonian
-
_21428
public static final V3Ethnicity _21428
Belearic Islander
-
_21436
public static final V3Ethnicity _21436
Gallego
-
_21444
public static final V3Ethnicity _21444
Valencian
-
_21451
public static final V3Ethnicity _21451
Canarian
-
_21469
public static final V3Ethnicity _21469
Spanish Basque
-
_21485
public static final V3Ethnicity _21485
Mexican
-
_21493
public static final V3Ethnicity _21493
Mexican American
-
_21501
public static final V3Ethnicity _21501
Mexicano
-
_21519
public static final V3Ethnicity _21519
Chicano
-
_21527
public static final V3Ethnicity _21527
La Raza
-
_21535
public static final V3Ethnicity _21535
Mexican American Indian
-
_21550
public static final V3Ethnicity _21550
Central American
-
_21568
public static final V3Ethnicity _21568
Costa Rican
-
_21576
public static final V3Ethnicity _21576
Guatemalan
-
_21584
public static final V3Ethnicity _21584
Honduran
-
_21592
public static final V3Ethnicity _21592
Nicaraguan
-
_21600
public static final V3Ethnicity _21600
Panamanian
-
_21618
public static final V3Ethnicity _21618
Salvadoran
-
_21626
public static final V3Ethnicity _21626
Central American Indian
-
_21634
public static final V3Ethnicity _21634
Canal Zone
-
_21659
public static final V3Ethnicity _21659
South American
-
_21667
public static final V3Ethnicity _21667
Argentinean
-
_21675
public static final V3Ethnicity _21675
Bolivian
-
_21683
public static final V3Ethnicity _21683
Chilean
-
_21691
public static final V3Ethnicity _21691
Colombian
-
_21709
public static final V3Ethnicity _21709
Ecuadorian
-
_21717
public static final V3Ethnicity _21717
Paraguayan
-
_21725
public static final V3Ethnicity _21725
Peruvian
-
_21733
public static final V3Ethnicity _21733
Uruguayan
-
_21741
public static final V3Ethnicity _21741
Venezuelan
-
_21758
public static final V3Ethnicity _21758
South American Indian
-
_21766
public static final V3Ethnicity _21766
Criollo
-
_21782
public static final V3Ethnicity _21782
Latin American
-
_21808
public static final V3Ethnicity _21808
Puerto Rican
-
_21824
public static final V3Ethnicity _21824
Cuban
-
_21840
public static final V3Ethnicity _21840
Dominican
-
_21865
public static final V3Ethnicity _21865
Note that this term remains in the table for completeness, even though within HL7, the notion of "not otherwise coded" term is deprecated.
-
NULL
public static final V3Ethnicity NULL
added to help the parsers
-
-
Method Detail
-
values
public static V3Ethnicity[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (V3Ethnicity c : V3Ethnicity.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static V3Ethnicity valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromCode
public static V3Ethnicity fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-