element -> <ePatient.14>
ePatient.14 Race Yes Yes The patient's race as defined by the OMB (US Office of Management and Budget) E06_12 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma OMB requirements are provided at: https://grants.nih.gov/grants/guide/notice-files/NOT-OD-15-089.html. Using single multiple choice question methodology to improve the completion of ethnicity information.<br/><br/>Ethnicity (Version 2.2.1: E06_13) has been merged with this data element and retired.
Namespace:
Type:
anonymous (extension of Race)
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within ePatient complexType in ePatient_v3.xsd; see XML source
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<ePatient.14
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</ePatient.14>
Simple Content Detail:
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
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  Race (extension)
      complexType
Derivation:
extension of Race
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePatient.Race" maxOccurs="unbounded" name="ePatient.14" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Race">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>

NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>