element -> <eRecord.SoftwareApplicationGroup>
Group Tag to hold information about the software used to generate patient care report
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
locally within eRecord complexType in eRecord_v3.xsd; see XML source
Includes:
definitions of 3 elements
Content Model Diagram
XML Representation Summary
<eRecord.SoftwareApplicationGroup>
   
Content: 
eRecord.02, eRecord.03, eRecord.04
</eRecord.SoftwareApplicationGroup>
Content model elements (3):
Included in content model of elements (1):
XML Source (w/o annotations (4); see within schema source)
<xs:element id="eRecord.SoftwareApplicationGroup" name="eRecord.SoftwareApplicationGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eRecord.SoftwareCreator" name="eRecord.02" type="SoftwareCreator"/>
<xs:element id="eRecord.SoftwareName" name="eRecord.03" type="SoftwareName"/>
<xs:element id="eRecord.SoftwareVersion" name="eRecord.04" type="SoftwareVersion"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined in this component only; 3/3)
eRecord.02
Type:
SoftwareCreator, simple content
eRecord.02 Software Creator Yes Yes The name of the vendor, manufacturer, and developer who designed the application that created this record. E01_02 Mandatory This is required to document the software used to generate the Patient Care Report. This is not the last software which aggregated/stored the Patient Care Report after it was sent from another software.
Simple Content
xs:string
maxLength:
50
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eRecord.SoftwareCreator" name="eRecord.02" type="SoftwareCreator"/>

eRecord.03
Type:
SoftwareName, simple content
eRecord.03 Software Name Yes Yes The name of the application used to create this record. E01_03 Mandatory This is the EMS Agency's software, not the state or other level software which electronically received the data from the local EMS Agency.
Simple Content
xs:string
maxLength:
50
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eRecord.SoftwareName" name="eRecord.03" type="SoftwareName"/>

eRecord.04
Type:
SoftwareVersion, simple content
eRecord.04 Software Version Yes Yes The version of the application used to create this record. E01_04 Mandatory
Simple Content
xs:string
maxLength:
50
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eRecord.SoftwareVersion" name="eRecord.04" type="SoftwareVersion"/>