element -> <eHistory.17>
eHistory.17 Alcohol/Drug Use Indicators Yes Yes Indicators for the potential use of alcohol or drugs by the patient related to the patient's current illness or injury. E12_19 Required Trauma Yes
Namespace:
Type:
Content:
simple, 3 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 3 attributes
Content Model Diagram
XML Representation Summary
<eHistory.17
    PN
 = 
("8801015" | "8801019" | "8801023")
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eHistory.17>
Simple Content Detail:
Enumeration:
"3117001"
 - 
Alcohol Containers/Paraphernalia at Scene
"3117003"
 - 
Drug Paraphernalia at Scene
"3117005"
 - 
Patient Admits to Alcohol Use
"3117007"
 - 
Patient Admits to Drug Use
"3117009"
 - 
Positive Level known from Law Enforcement or Hospital Record
"3117011"
 - 
Smell of Alcohol on Breath

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

PN
Type:
Use:
optional
Attribute Value
"8801015" | "8801019" | "8801023"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="PN" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>