element -> <eHistory.PractitionerGroup>
Group Tag to hold info about practitioner
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 3 elements
Defined:
locally within eHistory complexType in eHistory_v3.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Content Model Diagram
XML Representation Summary
<eHistory.PractitionerGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
eHistory.02?, eHistory.03?, eHistory.04?
</eHistory.PractitionerGroup>
Content model elements (3):
Included in content model of elements (1):
XML Source (w/o annotations (4); see within schema source)
<xs:element id="eHistory.PractitionerGroup" maxOccurs="unbounded" minOccurs="0" name="eHistory.PractitionerGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eHistory.LastNameofPatientsPractitioner" minOccurs="0" name="eHistory.02" type="PersonLastName"/>
<xs:element id="eHistory.FirstNameofPatientsPractitioner" minOccurs="0" name="eHistory.03" type="PersonFirstName"/>
<xs:element id="eHistory.MiddleNameInitialofPatientsPractitioner" minOccurs="0" name="eHistory.04" type="PersonMiddleName"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
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"/>
Content Element Detail (all declarations; defined in this component only; 3/3)
eHistory.02
Type:
PersonLastName, simple content
eHistory.02 Last Name of Patient's Practitioner No No The last name of the patient's practitioner E12_06 Optional
Simple Content
xs:string
maxLength:
60
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.LastNameofPatientsPractitioner" minOccurs="0" name="eHistory.02" type="PersonLastName"/>

eHistory.03
Type:
PersonFirstName, simple content
eHistory.03 First Name of Patient's Practitioner No No The first name of the patient's practitioner E12_04 Optional
Simple Content
xs:string
maxLength:
50
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.FirstNameofPatientsPractitioner" minOccurs="0" name="eHistory.03" type="PersonFirstName"/>

eHistory.04
Type:
PersonMiddleName, simple content
eHistory.04 Middle Name/Initial of Patient's Practitioner No No The middle name or initial of the patient's practitioner. E12_05 Optional
Simple Content
xs:string
maxLength:
50
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.MiddleNameInitialofPatientsPractitioner" minOccurs="0" name="eHistory.04" type="PersonMiddleName"/>