simpleType "UnitLevelOfCare"
Namespace:
Defined:
globally in eResponse_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2215001"
 - 
BLS-First Responder/EMR
"2215003"
 - 
BLS-Basic /EMT
"2215005"
 - 
BLS-AEMT
"2215007"
 - 
BLS-Intermediate
"2215023"
 - 
BLS-Community Paramedicine
"2215009"
 - 
ALS-AEMT
"2215011"
 - 
ALS-Intermediate
"2215013"
 - 
ALS-Paramedic
"2215015"
 - 
ALS-Community Paramedicine
"2215017"
 - 
ALS-Nurse
"2215019"
 - 
ALS-Physician
"2215021"
 - 
Specialty Critical Care

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The Primary role of the EMS Unit which responded to this specific EMS incident.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  UnitLevelOfCare
Derivation:
restriction of xs:string
Facets:
enumeration:
"2215001"
 - 
BLS-First Responder/EMR
"2215003"
 - 
BLS-Basic /EMT
"2215005"
 - 
BLS-AEMT
"2215007"
 - 
BLS-Intermediate
"2215023"
 - 
BLS-Community Paramedicine
"2215009"
 - 
ALS-AEMT
"2215011"
 - 
ALS-Intermediate
"2215013"
 - 
ALS-Paramedic
"2215015"
 - 
ALS-Community Paramedicine
"2215017"
 - 
ALS-Nurse
"2215019"
 - 
ALS-Physician
"2215021"
 - 
Specialty Critical Care
XML Source (w/o annotations (13); see within schema source)
<xs:simpleType name="UnitLevelOfCare">
<xs:restriction base="xs:string">
<xs:enumeration value="2215001"/>
<xs:enumeration value="2215003"/>
<xs:enumeration value="2215005"/>
<xs:enumeration value="2215007"/>
<xs:enumeration value="2215023"/>
<xs:enumeration value="2215009"/>
<xs:enumeration value="2215011"/>
<xs:enumeration value="2215013"/>
<xs:enumeration value="2215015"/>
<xs:enumeration value="2215017"/>
<xs:enumeration value="2215019"/>
<xs:enumeration value="2215021"/>
</xs:restriction>
</xs:simpleType>