element -> <ePatient.AgeGroup>
Group Tag to hold patient's age information
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
locally within ePatient complexType in ePatient_v3.xsd; see XML source
Includes:
definitions of 2 elements
Content Model Diagram
XML Representation Summary
<ePatient.AgeGroup>
   
Content: 
ePatient.15, ePatient.16
</ePatient.AgeGroup>
Content model elements (2):
Included in content model of elements (1):
XML Source (w/o annotations (3); see within schema source)
<xs:element id="ePatient.AgeGroup" name="ePatient.AgeGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="ePatient.Age" name="ePatient.15" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Age">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="ePatient.AgeUnits" name="ePatient.16" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="AgeUnits">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined in this component only; 2/2)
ePatient.15
Type:
anonymous (extension of Age), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
ePatient.15 Age Yes Yes The patient's age (either calculated from date of birth or best approximation) E06_14 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma
Simple Content
xs:integer
maxInclusive:
120
minInclusive:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePatient.Age" name="ePatient.15" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Age">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

ePatient.16
Type:
anonymous (extension of AgeUnits), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
ePatient.16 Age Units Yes Yes The unit used to define the patient's age E06_15 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma
Simple Content
enumeration of xs:string
Enumeration:
"2516001"
 - 
Days
"2516003"
 - 
Hours
"2516005"
 - 
Minutes
"2516007"
 - 
Months
"2516009"
 - 
Years
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePatient.AgeUnits" name="ePatient.16" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="AgeUnits">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>