element -> <eScene.08>
eScene.08 Triage Classification for MCI Patient Yes Yes The color associated with the initial triage assessment/classification of the MCI patient. <v2Number/> Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma This element is documented when eScene.07 (Mass Casualty Incident) = Yes. <br/><br/> Examples of triage systems include START and SALT. <br/><br/> <div style="font-size:11px">Adapted from: SALT mass casualty triage: concept endorsed by the American College of Emergency Physicians, American College of Surgeons Committee on Trauma, American Trauma Society, National Association of EMS Physicians, National Disaster Life Support Education Consortium, and State and Territorial Injury Prevention Directors Association. Disaster Med Public Health Prep. 2008 Dec;2(4):245-6. </div> <br/><br/> <div style="font-size:11px"> START reference: Benson M, Koenig KL, Schultz CH. Disaster triage: START, then SAVE-a new method of dynamic triage for victims of a catastrophic earthquake. Prehospital Disaster Med. 1996; Apr-Jun; 11(2): 117-24 </div>
Namespace:
Type:
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eScene complexType in eScene_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eScene.08
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eScene.08>
Simple Content Detail:
Enumeration:
"2708001"
 - 
Red - Immediate
"2708003"
 - 
Yellow - Delayed
"2708005"
 - 
Green - Minimal (Minor)
"2708007"
 - 
Gray - Expectant
"2708009"
 - 
Black - Deceased
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  TriageClassification (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eScene.TriageClassificationforMCIPatient" name="eScene.08" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="TriageClassification">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>