element -> <eMedDevice.PatientAgeGroup>
Group Tag to hold patient's age information
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
locally within eMedDevice complexType in eMedDevice_v3.xsd; see XML source
Includes:
definitions of 2 elements
Content Model Diagram
XML Representation Summary
<eMedDevice.PatientAgeGroup>
   
Content: 
eMedDevice.16?, eMedDevice.17?
</eMedDevice.PatientAgeGroup>
Content model elements (2):
Included in content model of elements (1):
XML Source (w/o annotations (3); see within schema source)
<xs:element id="eMedDevice.PatientAgeGroup" minOccurs="0" name="eMedDevice.PatientAgeGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eMedDevice.ePatient.Age" minOccurs="0" name="eMedDevice.16">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Age"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eMedDevice.ePatient.AgeUnits" minOccurs="0" name="eMedDevice.17">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="AgeUnits"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined in this component only; 2/2)
eMedDevice.16
Type:
anonymous (extension of Age), simple content
eMedDevice.16 ePatient.15 Age No No The patient's age (either calculated from date of birth or best approximation) E06_14 Optional 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="eMedDevice.ePatient.Age" minOccurs="0" name="eMedDevice.16">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Age"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eMedDevice.17
Type:
anonymous (extension of AgeUnits), simple content
eMedDevice.17 ePatient.16 Age Units No No The unit used to define the patient's age E06_15 Optional 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="eMedDevice.ePatient.AgeUnits" minOccurs="0" name="eMedDevice.17">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="AgeUnits"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>