element -> <ePatient.19>
ePatient.19 Patient's Email Address No No The email address of the patient Optional Added to improve follow-up and billing communication.
Namespace:
Type:
anonymous (extension of EmailAddress)
Content:
simple, 2 attributes
Defined:
locally within ePatient complexType in ePatient_v3.xsd; see XML source
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<ePatient.19
    EmailAddressType
 = 
("9904001" | "9904003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ xs:string }
</ePatient.19>
Simple Content Detail:
MaxLength:
100
MinLength:
3
Pattern:
.+@.+
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  EmailAddress (extension)
      complexType
Derivation:
extension of EmailAddress
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePatient.PatientsEmailAddress" maxOccurs="unbounded" minOccurs="0" name="ePatient.19">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EmailAddress">
<xs:attribute name="EmailAddressType" type="EmailAddressType" use="optional"/>
<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"/>

EmailAddressType
Type:
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"9904001"
 - 
Personal
"9904003"
 - 
Work
XML Source (see within schema source)
<xs:attribute name="EmailAddressType" type="EmailAddressType" use="optional"/>