simpleType "Race"
Namespace:
Defined:
globally in ePatient_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2514001"
 - 
American Indian or Alaska Native
"2514003"
 - 
Asian
"2514005"
 - 
Black or African American
"2514007"
 - 
Hispanic or Latino
"2514009"
 - 
Native Hawaiian or Other Pacific Islander
"2514011"
 - 
White

All Direct / Indirect Based Elements (2):
ePatient.14 (type anonymous)
Known Usage Locations
Annotation
The patient's race as defined by the OMB (US Office of Management and Budget)
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  Race
Derivation:
restriction of xs:string
Facets:
enumeration:
"2514001"
 - 
American Indian or Alaska Native
"2514003"
 - 
Asian
"2514005"
 - 
Black or African American
"2514007"
 - 
Hispanic or Latino
"2514009"
 - 
Native Hawaiian or Other Pacific Islander
"2514011"
 - 
White
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="Race">
<xs:restriction base="xs:string">
<xs:enumeration value="2514001"/>
<xs:enumeration value="2514003"/>
<xs:enumeration value="2514005"/>
<xs:enumeration value="2514007"/>
<xs:enumeration value="2514009"/>
<xs:enumeration value="2514011"/>
</xs:restriction>
</xs:simpleType>