complexType "eHistory"
Namespace:
Content:
complex, 13 elements
Defined:
globally in eHistory_v3.xsd; see XML source
Includes:
definitions of 13 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
eHistory.01+, eHistory.PractitionerGroup*, eHistory.05*, eHistory.06*, eHistory.07*, eHistory.08*, eHistory.09*, eHistory.ImmunizationsGroup*, eHistory.CurrentMedsGroup*, eHistory.16?, eHistory.17+, eHistory.18?, eHistory.19?
</...>
Content Model Elements (13):
All Direct / Indirect Based Elements (1):
Known Usage Locations
XML Source (w/o annotations (22); see within schema source)
<xs:complexType id="eHistory.MedicalHistory" name="eHistory">
<xs:sequence>
<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>
<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>
<xs:element id="eHistory.AdvanceDirectives" maxOccurs="unbounded" minOccurs="0" name="eHistory.05" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="AdvanceDirectives">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eHistory.MedicationAllergies" maxOccurs="unbounded" minOccurs="0" name="eHistory.06" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="MedicationAllergies">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="PN" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CodeType" type="CodeType" use="optional"/>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eHistory.EnvironmentalFoodAllergies" maxOccurs="unbounded" minOccurs="0" name="eHistory.07">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="snomed">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eHistory.MedicalSurgicalHistory" maxOccurs="unbounded" minOccurs="0" name="eHistory.08" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="icd10MedSurge">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="PN" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eHistory.MedicalHistoryObtainedFrom" maxOccurs="unbounded" minOccurs="0" name="eHistory.09">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="MedicalHistoryObtainedFrom">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eHistory.ImmunizationsGroup" maxOccurs="unbounded" minOccurs="0" name="eHistory.ImmunizationsGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eHistory.ImmunizationHistory" minOccurs="0" name="eHistory.10" type="ImmunizationType"/>
<xs:element id="eHistory.ImmunizationYear" minOccurs="0" name="eHistory.11" type="Year"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element id="eHistory.CurrentMedsGroup" maxOccurs="unbounded" minOccurs="0" name="eHistory.CurrentMedsGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eHistory.CurrentMedications" minOccurs="0" name="eHistory.12" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Medication">
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<!-- PN.NoAnticoagulantsOrBleedingDisorder -->
</xs:simpleType>
</xs:attribute>
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eHistory.CurrentMedicationDose" minOccurs="0" name="eHistory.13" type="CurrentMedicationDose"/>
<xs:element id="eHistory.CurrentMedicationDosageUnit" minOccurs="0" name="eHistory.14" type="CurrentMedicationDosageUnit"/>
<xs:element id="eHistory.CurrentMedicationAdministrationRoute" minOccurs="0" name="eHistory.15" type="CurrentMedicationAdministrationRoute"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element id="eHistory.PresenceofEmergencyInformationForm" minOccurs="0" name="eHistory.16" type="YesNoValues"/>
<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>
<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>
<xs:element id="eHistory.LastOralIntake" minOccurs="0" name="eHistory.19" type="DateTimeType"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined in this component only; 13/13)
eHistory.01
Type:
anonymous (extension of BarriersToPatientCare), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
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/>
Simple Content
enumeration of xs:string
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
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>

eHistory.05
Type:
anonymous (extension of AdvanceDirectives), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eHistory.05 Advance Directives No Yes The presence of a valid DNR form, living will, or document directing end of life or healthcare treatment decisions. E12_07 Recommended Airway Cardiac Arrest Pediatric STEMI Stroke Trauma Advanced Directive and Do Not Resuscitate are both included in this data element.
Simple Content
enumeration of xs:string
Enumeration:
"3105001"
 - 
Family/Guardian request DNR (but no documentation)
"3105003"
 - 
Living Will
"3105005"
 - 
None
"3105007"
 - 
Other
"3105009"
 - 
Other Healthcare Advanced Directive Form
"3105011"
 - 
State EMS DNR or Medical Order Form
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.AdvanceDirectives" maxOccurs="unbounded" minOccurs="0" name="eHistory.05" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="AdvanceDirectives">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eHistory.06
Type:
anonymous (extension of MedicationAllergies), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eHistory.06 Medication Allergies No Yes The patient's medication allergies E12_08 Recommended The list of medication allergies is based on RxNorm (RXCUI) Codes. In addition, a specific list of ICD-10 CM codes can be used for medication groups. <br/><br/>Reference the NEMSIS Suggested Lists at: http://nemsis.org/v3/resources.html <br/><br/>Code list is represented in two separate UMLS datasets: <br/>1) ICD-10 Codes. <br/>2) RxNorm <br/><br/>Website - http://uts.nlm.nih.gov <br/>Product - UMLS Metathesaurus <br/>Website - http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html <br/>Product - RxNorm Full Monthly Release Yes
Simple Content
xs:string
Pattern:
(Z88\.[0-9])|([a-zA-Z0-9]{2,7})
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.MedicationAllergies" maxOccurs="unbounded" minOccurs="0" name="eHistory.06" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="MedicationAllergies">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="PN" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CodeType" type="CodeType" use="optional"/>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eHistory.07
Type:
anonymous (extension of snomed), simple content
eHistory.07 Environmental/Food Allergies No No The patient's known allergies to food or environmental agents. E12_09 Optional Data Element Comment Section: <br/>Code list is represented in SNOMEDCT. Reference the NEMSIS Suggested Lists at: http://nemsis.org/v3/resources.html <br/><br/>SNOMEDCT <br/>Website: http://www.nlm.nih.gov/research/umls/Snomed/snomed_main.html <br/>Product: Product - UMLS Metathesaurus
Simple Content
xs:integer
maxInclusive:
999999999999999
minInclusive:
100000
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.EnvironmentalFoodAllergies" maxOccurs="unbounded" minOccurs="0" name="eHistory.07">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="snomed">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eHistory.08
Type:
anonymous (extension of icd10MedSurge), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eHistory.08 Medical/Surgical History No Yes The patient's pre-existing medical and surgery history of the patient E12_10 Recommended The Medical/Surgical History pattern has been extended to include ICD-10-CM: Diagnosis Codes and ICD-10-PCS: Procedural Health Intervention Codes. <br/> <br/>ICD-10-CM: Diagnosis Codes. <br/>Website - <a href="http://uts.nlm.nih.gov" target="_blank">http://uts.nlm.nih.gov</a> <br/>Product - UMLS Metathesaurus <br/>Please reference the NEMSIS Suggested Lists at: <a href="http://nemsis.org/v3/resources.html" target="_blank">http://nemsis.org/v3/resources.html</a> <br/> <br/>ICD-10-PCS has a seven character alphanumeric code structure. Each character contains up to 34 possible values. Each value represents a specific option for the general character definition (e.g., stomach is one of the values for the body part character). <br/>The ten digits 0-9 and the 24 letters A-H,J-N and P-Z may be used in each character. The letters O and I are not used in order to avoid confusion with the digits 0 and 1. There are no decimals in ICD-10-PCS. <br/>Website - <a href="http://uts.nlm.nih.gov " target="_blank">http://uts.nlm.nih.gov</a> <br/>Product - UMLS Metathesaurus Yes
Simple Content
xs:string
Pattern:
([A-QRSTZ][0-9][0-9A-Z])((\.[0-9A-Z]{1,3})?)|[0-9A-HJ-NP-Z]{3,7}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.MedicalSurgicalHistory" maxOccurs="unbounded" minOccurs="0" name="eHistory.08" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="icd10MedSurge">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="PN" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eHistory.09
Type:
anonymous (extension of MedicalHistoryObtainedFrom), simple content
eHistory.09 Medical History Obtained From No No Type of person medical history obtained from E12_11 Optional
Simple Content
enumeration of xs:string
Enumeration:
"3109001"
 - 
Bystander/Other
"3109003"
 - 
Family
"3109005"
 - 
Health Care Personnel
"3109007"
 - 
Patient
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.MedicalHistoryObtainedFrom" maxOccurs="unbounded" minOccurs="0" name="eHistory.09">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="MedicalHistoryObtainedFrom">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eHistory.16
Type:
YesNoValues, simple content
eHistory.16 Presence of Emergency Information Form No No Indication of the presence of the Emergency Information Form associated with patient's with special healthcare needs. E12_18 Optional
Simple Content
enumeration of xs:string
Enumeration:
"9923001"
 - 
No
"9923003"
 - 
Yes
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.PresenceofEmergencyInformationForm" minOccurs="0" name="eHistory.16" type="YesNoValues"/>

eHistory.17
Type:
anonymous (extension of AlcoholDrugUseIndicators), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
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
Simple Content
enumeration of xs:string
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
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>

eHistory.18
Type:
anonymous (extension of Pregnancy), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eHistory.18 Pregnancy No No Indication of the possibility by the patient's history of current pregnancy. E12_20 Optional Yes
Simple Content
enumeration of xs:string
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
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>

eHistory.19
Type:
DateTimeType, simple content
eHistory.19 Last Oral Intake No No Date and Time of last oral intake. Optional DateTime consists of finite-length characters of the form: yyyy '-' mm '-' dd 'T' hh ':' mm ':' ss ('.' s+)? (zzzzzz) <table cellspacing="2"><tr><td> <table border="1px" cellpadding="3px" cellspacing="0"> <tr><td align="center">yyyy</td><td>a four-digit numeral that represents the year</td></tr> <tr><td align="center">'-'</td><td>separators between parts of the date portion</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the month</td></tr> <tr><td align="center">dd</td><td>a two-digit numeral that represents the day</td></tr> <tr><td align="center">T</td><td>separator that indicates time-of-day follows</td></tr> <tr><td align="center">hh</td><td>a two-digit numeral that represents the hour</td></tr> <tr><td align="center">':'</td><td>a separator between parts of the time-of-day portion</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the minute</td></tr> <tr><td align="center">ss</td><td>a two-integer-digit numeral that represents the whole seconds</td></tr> <tr><td align="center">'.' s+</td><td>(not required) represents the fractional seconds</td></tr> <tr><td align="center">zzzzzz</td><td>(required) represents the timezone (as described below)</td></tr> </table> </td></tr></table> <br/>Timezones, required, are durations with (integer-valued) hour and minute properties in the form: ('+' | '-') hh ':' mm <table cellspacing="2"><tr><td> <table border="1px" cellpadding="3px" cellspacing="0"> <tr><td align="center">hh</td><td>a two-digit numeral (with leading zeros as required) that represents the hours</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the minutes</td></tr> <tr><td align="center">'+'</td><td>a nonnegative duration</td></tr> <tr><td align="center">'-'</td><td>a nonpositive duration</td></tr> </table> </td></tr></table> Added to better document last oral intake.
Simple Content
xs:dateTime
maxInclusive:
2050-01-01T00:00:00-00:00
minInclusive:
1950-01-01T00:00:00-00:00
Pattern:
[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.\d+)?(\+|-)[0-9]{2}:[0-9]{2}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.LastOralIntake" minOccurs="0" name="eHistory.19" type="DateTimeType"/>

eHistory.CurrentMedsGroup
Type:
anonymous, complex content
Group Tag to hold info about patient's medication
XML Source (w/o annotations (5); see within schema source)
<xs:element id="eHistory.CurrentMedsGroup" maxOccurs="unbounded" minOccurs="0" name="eHistory.CurrentMedsGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eHistory.CurrentMedications" minOccurs="0" name="eHistory.12" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Medication">
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<!-- PN.NoAnticoagulantsOrBleedingDisorder -->
</xs:simpleType>
</xs:attribute>
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eHistory.CurrentMedicationDose" minOccurs="0" name="eHistory.13" type="CurrentMedicationDose"/>
<xs:element id="eHistory.CurrentMedicationDosageUnit" minOccurs="0" name="eHistory.14" type="CurrentMedicationDosageUnit"/>
<xs:element id="eHistory.CurrentMedicationAdministrationRoute" minOccurs="0" name="eHistory.15" type="CurrentMedicationAdministrationRoute"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>

eHistory.ImmunizationsGroup
Type:
anonymous, complex content
Group Tag to hold Immunization type and date
XML Source (w/o annotations (3); see within schema source)
<xs:element id="eHistory.ImmunizationsGroup" maxOccurs="unbounded" minOccurs="0" name="eHistory.ImmunizationsGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eHistory.ImmunizationHistory" minOccurs="0" name="eHistory.10" type="ImmunizationType"/>
<xs:element id="eHistory.ImmunizationYear" minOccurs="0" name="eHistory.11" type="Year"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>

eHistory.PractitionerGroup
Type:
anonymous, complex content
Group Tag to hold info about practitioner
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>