element -> <eHistory.18>
eHistory.18 Pregnancy No No Indication of the possibility by the patient's history of current pregnancy. E12_20 Optional Yes
Namespace:
Type:
anonymous (extension of Pregnancy)
Content:
simple, 1 attribute
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:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eHistory.18
    PN
 = 
("8801019" | "8801023")
    >
   
Content: 
{ enumeration of xs:string }
</eHistory.18>
Simple Content Detail:
Enumeration:
"3118001"
 - 
No
"3118003"
 - 
Possible, Unconfirmed
"3118005"
 - 
Yes, Confirmed 12 to 20 Weeks
"3118007"
 - 
Yes, Confirmed Greater Than 20 Weeks
"3118009"
 - 
Yes, Confirmed Less Than 12 Weeks
"3118011"
 - 
Yes, Weeks Unknown

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  Pregnancy (extension)
      complexType
Derivation:
extension of Pregnancy
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.Pregnancy" minOccurs="0" name="eHistory.18" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Pregnancy">
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
PN
Type:
Use:
optional
Attribute Value
"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:union memberTypes="PN.Refused PN.UnableToComplete"/>
</xs:simpleType>
</xs:attribute>