simpleType "CMSTransportationIndicator"
Namespace:
Defined:
globally in ePayment_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"C1"
 - 
Interfacility Transport (Requires Higher level of care)
"C2"
 - 
Interfacility Transport (service not available)
"C3"
 - 
Emergency Trauma Dispatch Condition Code (Major Incident or Mechanism of Injury)
"C4"
 - 
Medically Necessary Transport (Facility on Divert or Services Unavailable)
"C5"
 - 
BLS Transport of ALS Patient (ALS not available)
"C6"
 - 
ALS Response (Based on Dispatch Info) to BLS Patient (Condition)
"C7"
 - 
IV Medications required en route (ALS)
"D1"
 - 
Long Distance-patient's condition requires rapid transportation over a long distance
"D2"
 - 
Rare Circumstances, Traffic Patterns Precludes Ground Transport
"D3"
 - 
Time to the closest appropriate hospital due to the patient's condition precludes ground transport; maximize clinical benefits
"D4"
 - 
Pick up Point not Accessible by Ground Transport

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The CMS Condition Code Air Ambulance Modifier indicating why it was medically necessary to respond with air medical services as opposed to ground medical services.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  CMSTransportationIndicator
Derivation:
restriction of xs:string
Facets:
enumeration:
"C1"
 - 
Interfacility Transport (Requires Higher level of care)
"C2"
 - 
Interfacility Transport (service not available)
"C3"
 - 
Emergency Trauma Dispatch Condition Code (Major Incident or Mechanism of Injury)
"C4"
 - 
Medically Necessary Transport (Facility on Divert or Services Unavailable)
"C5"
 - 
BLS Transport of ALS Patient (ALS not available)
"C6"
 - 
ALS Response (Based on Dispatch Info) to BLS Patient (Condition)
"C7"
 - 
IV Medications required en route (ALS)
"D1"
 - 
Long Distance-patient's condition requires rapid transportation over a long distance
"D2"
 - 
Rare Circumstances, Traffic Patterns Precludes Ground Transport
"D3"
 - 
Time to the closest appropriate hospital due to the patient's condition precludes ground transport; maximize clinical benefits
"D4"
 - 
Pick up Point not Accessible by Ground Transport
XML Source (w/o annotations (12); see within schema source)
<xs:simpleType name="CMSTransportationIndicator">
<xs:restriction base="xs:string">
<xs:enumeration value="C1"/>
<xs:enumeration value="C2"/>
<xs:enumeration value="C3"/>
<xs:enumeration value="C4"/>
<xs:enumeration value="C5"/>
<xs:enumeration value="C6"/>
<xs:enumeration value="C7"/>
<xs:enumeration value="D1"/>
<xs:enumeration value="D2"/>
<xs:enumeration value="D3"/>
<xs:enumeration value="D4"/>
</xs:restriction>
</xs:simpleType>