simpleType "AmbulanceConditionsIndicator"
Namespace:
Defined:
globally in ePayment_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"01"
 - 
Patient was admitted to a hospital
"04"
 - 
Patient was moved by stretcher
"05"
 - 
Patient was unconscious or in shock
"06"
 - 
Patient was transported in an emergency situation
"07"
 - 
Patient had to be physically restrained
"08"
 - 
Patient had visible hemorrhaging
"09"
 - 
Ambulance service was medically necessary
"12"
 - 
Patient is confined to a bed or chair (Use code 12 to indicate patient was bedridden during transport.)

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Documentation of the CRC03 through CRC07 requirements for CMS billing using X12 transactions.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  AmbulanceConditionsIndicator
Derivation:
restriction of xs:string
Facets:
enumeration:
"01"
 - 
Patient was admitted to a hospital
"04"
 - 
Patient was moved by stretcher
"05"
 - 
Patient was unconscious or in shock
"06"
 - 
Patient was transported in an emergency situation
"07"
 - 
Patient had to be physically restrained
"08"
 - 
Patient had visible hemorrhaging
"09"
 - 
Ambulance service was medically necessary
"12"
 - 
Patient is confined to a bed or chair (Use code 12 to indicate patient was bedridden during transport.)
XML Source (w/o annotations (9); see within schema source)
<xs:simpleType name="AmbulanceConditionsIndicator">
<xs:restriction base="xs:string">
<xs:enumeration value="01"/>
<xs:enumeration value="04"/>
<xs:enumeration value="05"/>
<xs:enumeration value="06"/>
<xs:enumeration value="07"/>
<xs:enumeration value="08"/>
<xs:enumeration value="09"/>
<xs:enumeration value="12"/>
</xs:restriction>
</xs:simpleType>