simpleType "CMSServiceLevel"
Namespace:
Defined:
globally in ePayment_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2650001"
 - 
ALS, Level 1
"2650003"
 - 
ALS, Level 1 Emergency
"2650005"
 - 
ALS, Level 2
"2650007"
 - 
BLS
"2650009"
 - 
BLS, Emergency
"2650011"
 - 
Fixed Wing (Airplane)
"2650013"
 - 
Paramedic Intercept
"2650015"
 - 
Specialty Care Transport
"2650017"
 - 
Rotary Wing (Helicopter)

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The CMS service level for this EMS encounter.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  CMSServiceLevel
Derivation:
restriction of xs:string
Facets:
enumeration:
"2650001"
 - 
ALS, Level 1
"2650003"
 - 
ALS, Level 1 Emergency
"2650005"
 - 
ALS, Level 2
"2650007"
 - 
BLS
"2650009"
 - 
BLS, Emergency
"2650011"
 - 
Fixed Wing (Airplane)
"2650013"
 - 
Paramedic Intercept
"2650015"
 - 
Specialty Care Transport
"2650017"
 - 
Rotary Wing (Helicopter)
XML Source (w/o annotations (10); see within schema source)
<xs:simpleType name="CMSServiceLevel">
<xs:restriction base="xs:string">
<xs:enumeration value="2650001"/>
<xs:enumeration value="2650003"/>
<xs:enumeration value="2650005"/>
<xs:enumeration value="2650007"/>
<xs:enumeration value="2650009"/>
<xs:enumeration value="2650011"/>
<xs:enumeration value="2650013"/>
<xs:enumeration value="2650015"/>
<xs:enumeration value="2650017"/>
</xs:restriction>
</xs:simpleType>