element -> <eHistory.ImmunizationsGroup>
Group Tag to hold Immunization type and date
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 2 elements
Defined:
locally within eHistory complexType in eHistory_v3.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
Content Model Diagram
XML Representation Summary
<eHistory.ImmunizationsGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
eHistory.10?, eHistory.11?
</eHistory.ImmunizationsGroup>
Content model elements (2):
Included in content model of elements (1):
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>
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; 2/2)
eHistory.10
Type:
ImmunizationType, simple content
eHistory.10 The Patient's Type of Immunization No No The immunization type of the patient. E12_12 Optional
Simple Content
enumeration of xs:string
Enumeration:
"9910001"
 - 
Anthrax
"9910003"
 - 
Cholera
"9910005"
 - 
DPT / TDaP (Diphtheria, Pertussis, Tetanus)
"9910007"
 - 
Hemophilus Influenza B
"9910009"
 - 
Hepatitis A
"9910011"
 - 
Hepatitis B
"9910013"
 - 
Human Papilloma Virus (HPV)
"9910015"
 - 
Influenza-H1N1
"9910017"
 - 
Influenza-Other
"9910019"
 - 
Influenza-Seasonal (In past 12 months)
"9910021"
 - 
Lyme Disease
"9910023"
 - 
Meningococcus
"9910025"
 - 
MMR (Measles, Mumps, Rubella)
"9910027"
 - 
Other-Not Listed
"9910029"
 - 
Plague
"9910031"
 - 
Pneumococcal (Pneumonia)
"9910033"
 - 
Polio
"9910035"
 - 
Rabies
"9910037"
 - 
Rotavirus
"9910039"
 - 
Shingles
"9910041"
 - 
Small Pox
"9910043"
 - 
Tetanus
"9910045"
 - 
Tuberculosis
"9910047"
 - 
Typhoid
"9910049"
 - 
Varicella (Chickenpox)
"9910051"
 - 
Yellow Fever
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.ImmunizationHistory" minOccurs="0" name="eHistory.10" type="ImmunizationType"/>

eHistory.11
Type:
Year, simple content
eHistory.11 Immunization Year No No The year associated with each immunization type E12_13 Optional
Simple Content
xs:integer
maxInclusive:
2050
minInclusive:
1900
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.ImmunizationYear" minOccurs="0" name="eHistory.11" type="Year"/>