simpleType "TriageClassification"
Namespace:
Defined:
globally in eScene_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2708001"
 - 
Red - Immediate
"2708003"
 - 
Yellow - Delayed
"2708005"
 - 
Green - Minimal (Minor)
"2708007"
 - 
Gray - Expectant
"2708009"
 - 
Black - Deceased

All Direct / Indirect Based Elements (1):
eScene.08 (type anonymous)
Known Usage Locations
Annotation
Other services that were at the scene, if any
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  TriageClassification
Derivation:
restriction of xs:string
Facets:
enumeration:
"2708001"
 - 
Red - Immediate
"2708003"
 - 
Yellow - Delayed
"2708005"
 - 
Green - Minimal (Minor)
"2708007"
 - 
Gray - Expectant
"2708009"
 - 
Black - Deceased
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="TriageClassification">
<xs:restriction base="xs:string">
<xs:enumeration value="2708001"/>
<xs:enumeration value="2708003"/>
<xs:enumeration value="2708005"/>
<xs:enumeration value="2708007"/>
<xs:enumeration value="2708009"/>
</xs:restriction>
</xs:simpleType>