element -> <ePayment.SupplyItemGroup>
Group Tag to hold information about the supply used on the patient by the EMS Crew during the EMS event.
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 2 elements
Defined:
locally within ePayment complexType in ePayment_v3.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
Content Model Diagram
XML Representation Summary
<ePayment.SupplyItemGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
ePayment.55?, ePayment.56?
</ePayment.SupplyItemGroup>
Content model elements (2):
Included in content model of elements (1):
XML Source (w/o annotations (3); see within schema source)
<xs:element id="ePayment.SupplyItemGroup" maxOccurs="unbounded" minOccurs="0" name="ePayment.SupplyItemGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="ePayment.SupplyItemUsedName" minOccurs="0" name="ePayment.55" type="SupplyUsed"/>
<xs:element id="ePayment.NumberofSupplyItemsUsed" minOccurs="0" name="ePayment.56" type="SupplyCount"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID"/>
</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"/>
Content Element Detail (all declarations; defined in this component only; 2/2)
ePayment.55
Type:
SupplyUsed, simple content
ePayment.55 Supply Item Used Name No No The name of the supply used on the patient by the EMS Crew during the EMS event. Optional Added to track EMS supplies for billing. The list of supplies would be created by the EMS Agency. There is no master list of supply items defined. Added to track EMS supplies for billing.
Simple Content
xs:string
maxLength:
80
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePayment.SupplyItemUsedName" minOccurs="0" name="ePayment.55" type="SupplyUsed"/>

ePayment.56
Type:
SupplyCount, simple content
ePayment.56 Number of Supply Item(s) Used No No The number of the specific supply item used on the patient by the EMS Crew during the EMS event. Optional Associated with ePayment.55 (Supply Item Used Name). Used to better track supply items for billing. Added to track EMS supplies for billing.
Simple Content
xs:positiveInteger
maxInclusive:
100000000
minInclusive:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePayment.NumberofSupplyItemsUsed" minOccurs="0" name="ePayment.56" type="SupplyCount"/>