element -> <eProcedures.10>
eProcedures.10 Role/Type of Person Performing the Procedure Yes Yes The type (level) of EMS or Healthcare Professional performing the procedure. For procedures performed prior to EMS arrival, this may be a non-EMS healthcare professional. Required Airway Cardiac Arrest Pediatric STEMI Stroke Trauma Added to document the type of healthcare professional administering the medication. This could be auto-completed from the crew ID but is necessary to document medication administration prior to EMS arrival. State may maintain an enumerated list but must collapse to the National Standard. <br/><br/>The category EMT-Intermediate includes EMS professionals with an "85" or "99" certification level. Added to document the type of healthcare professional performing the procedure.
Namespace:
Type:
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
<eProcedures.10
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eProcedures.10>
Simple Content Detail:
Enumeration:
"9905001"
 - 
2009 Advanced Emergency Medical Technician (AEMT)
"9905003"
 - 
2009 Emergency Medical Responder (EMR)
"9905005"
 - 
2009 Emergency Medical Technician (EMT)
"9905007"
 - 
2009 Paramedic
"9905009"
 - 
EMT-Basic
"9905011"
 - 
EMT-Intermediate
"9905013"
 - 
EMT-Paramedic
"9905015"
 - 
First Responder
"9905019"
 - 
Other Healthcare Professional
"9905021"
 - 
Other Non-Healthcare Professional
"9905023"
 - 
Patient/Lay Person
"9905025"
 - 
Physician
"9905027"
 - 
Respiratory Therapist
"9905029"
 - 
Student
"9905031"
 - 
Critical Care Paramedic
"9905033"
 - 
Community Paramedicine
"9905035"
 - 
Nurse Practitioner
"9905037"
 - 
Physician Assistant
"9905039"
 - 
Licensed Practical Nurse (LPN)
"9905041"
 - 
Registered Nurse

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