element -> <ePayment.44>
ePayment.44 Ambulance Transport Reason Code No No The CMS Ambulance Transport Reason Code for the transport. Optional Added to improve billing with electronic claims using the ASC X12 Standard. The Ambulance Transport Code values are those determined by US Dept of HHS for the "Code indicating the type of ambulance transport". The Accredited Standards Committee X12 organization maintains the standard. See the X12 website http://www.x12.org or United States Health Information Knowledgebase website for more information: https://ushik.ahrq.gov/ViewItemDetails?system=sdo&itemKey=133080000
Namespace:
Type:
Content:
simple, 1 attribute
Defined:
locally within ePayment complexType in ePayment_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<ePayment.44
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</ePayment.44>
Simple Content Detail:
Enumeration:
"A"
 - 
Patient was transported to the nearest facility for care of symptoms, complaints, or both
"B"
 - 
Patient was transported for the benefit of a preferred physician
"C"
 - 
Patient was transported for the nearness of family members
"D"
 - 
Patient was transported for the care of a specialist or for availability of equipment
"E"
 - 
Patient was transferred to a Rehabilitation Facility

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  AmbulanceReasonCode (extension)
      complexType
Derivation:
extension of AmbulanceReasonCode
XML Source (w/o annotations (1); see within schema source)
<xs:element id="ePayment.AmbulanceTransportReasonCode" maxOccurs="unbounded" minOccurs="0" name="ePayment.44">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="AmbulanceReasonCode">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</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"/>