simpleType "AmbulanceReasonCode"
Namespace:
Defined:
globally in ePayment_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
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

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The CMS Ambulance Transport Reason Code used in CMS X12 transmissions and CR104.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  AmbulanceReasonCode
Derivation:
restriction of xs:string
Facets:
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
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="AmbulanceReasonCode">
<xs:restriction base="xs:string">
<xs:enumeration value="A"/>
<xs:enumeration value="B"/>
<xs:enumeration value="C"/>
<xs:enumeration value="D"/>
<xs:enumeration value="E"/>
</xs:restriction>
</xs:simpleType>