element -> <eHistory.01>
eHistory.01 Barriers to Patient Care Yes Yes Indication of whether or not there were any patient specific barriers to serving the patient at the scene E12_01 Required <comment/>
Namespace:
Type:
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eHistory complexType in eHistory_v3.xsd; see XML source
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eHistory.01
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eHistory.01>
Simple Content Detail:
Enumeration:
"3101001"
 - 
Cultural, Custom, Religious
"3101003"
 - 
Developmentally Impaired
"3101005"
 - 
Hearing Impaired
"3101007"
 - 
Language
"3101009"
 - 
None Noted
"3101011"
 - 
Obesity
"3101013"
 - 
Physical Barrier (Unable to Access Patient)
"3101015"
 - 
Physically Impaired
"3101017"
 - 
Physically Restrained
"3101019"
 - 
Psychologically Impaired
"3101021"
 - 
Sight Impaired
"3101023"
 - 
Speech Impaired
"3101025"
 - 
Unattended or Unsupervised (including minors)
"3101027"
 - 
Unconscious
"3101029"
 - 
Uncooperative
"3101031"
 - 
State of Emotional Distress

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  BarriersToPatientCare (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.BarrierstoPatientCare" maxOccurs="unbounded" name="eHistory.01" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="BarriersToPatientCare">
<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>