public enum V3Ethnicity extends Enum<V3Ethnicity>
| Enum Constant and Description |
|---|
_21352
Hispanic or Latino
|
_21378
Spaniard
|
_21386
Andalusian
|
_21394
Asturian
|
_21402
Castillian
|
_21410
Catalonian
|
_21428
Belearic Islander
|
_21436
Gallego
|
_21444
Valencian
|
_21451
Canarian
|
_21469
Spanish Basque
|
_21485
Mexican
|
_21493
Mexican American
|
_21501
Mexicano
|
_21519
Chicano
|
_21527
La Raza
|
_21535
Mexican American Indian
|
_21550
Central American
|
_21568
Costa Rican
|
_21576
Guatemalan
|
_21584
Honduran
|
_21592
Nicaraguan
|
_21600
Panamanian
|
_21618
Salvadoran
|
_21626
Central American Indian
|
_21634
Canal Zone
|
_21659
South American
|
_21667
Argentinean
|
_21675
Bolivian
|
_21683
Chilean
|
_21691
Colombian
|
_21709
Ecuadorian
|
_21717
Paraguayan
|
_21725
Peruvian
|
_21733
Uruguayan
|
_21741
Venezuelan
|
_21758
South American Indian
|
_21766
Criollo
|
_21782
Latin American
|
_21808
Puerto Rican
|
_21824
Cuban
|
_21840
Dominican
|
_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
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static V3Ethnicity |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3Ethnicity |
valueOf(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.
|
public static final V3Ethnicity _21352
public static final V3Ethnicity _21378
public static final V3Ethnicity _21386
public static final V3Ethnicity _21394
public static final V3Ethnicity _21402
public static final V3Ethnicity _21410
public static final V3Ethnicity _21428
public static final V3Ethnicity _21436
public static final V3Ethnicity _21444
public static final V3Ethnicity _21451
public static final V3Ethnicity _21469
public static final V3Ethnicity _21485
public static final V3Ethnicity _21493
public static final V3Ethnicity _21501
public static final V3Ethnicity _21519
public static final V3Ethnicity _21527
public static final V3Ethnicity _21535
public static final V3Ethnicity _21550
public static final V3Ethnicity _21568
public static final V3Ethnicity _21576
public static final V3Ethnicity _21584
public static final V3Ethnicity _21592
public static final V3Ethnicity _21600
public static final V3Ethnicity _21618
public static final V3Ethnicity _21626
public static final V3Ethnicity _21634
public static final V3Ethnicity _21659
public static final V3Ethnicity _21667
public static final V3Ethnicity _21675
public static final V3Ethnicity _21683
public static final V3Ethnicity _21691
public static final V3Ethnicity _21709
public static final V3Ethnicity _21717
public static final V3Ethnicity _21725
public static final V3Ethnicity _21733
public static final V3Ethnicity _21741
public static final V3Ethnicity _21758
public static final V3Ethnicity _21766
public static final V3Ethnicity _21782
public static final V3Ethnicity _21808
public static final V3Ethnicity _21824
public static final V3Ethnicity _21840
public static final V3Ethnicity _21865
public static final V3Ethnicity NULL
public static V3Ethnicity[] values()
for (V3Ethnicity c : V3Ethnicity.values()) System.out.println(c);
public static V3Ethnicity valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static V3Ethnicity fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.