element -> <eVitals.02>
eVitals.02 Obtained Prior to this Unit's EMS Care Yes Yes Indicates that the information which is documented was obtained prior to the documenting EMS units care. E14_02 Required Airway Cardiac Arrest Pediatric STEMI Stroke Trauma This is the NEMSIS Version 3 method to document prior aid.
Namespace:
Type:
anonymous (extension of YesNoValues)
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eVitals.02
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eVitals.02>
Simple Content Detail:
Enumeration:
"9923001"
 - 
No
"9923003"
 - 
Yes

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  YesNoValues (extension)
      complexType
Derivation:
extension of YesNoValues
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eVitals.ObtainedPriortothisUnitsEMSCare" name="eVitals.02" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="YesNoValues">
<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>