simpleType "WhoProvided"
Namespace:
Defined:
globally in eArrest_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3006001"
 - 
Family Member
"3006003"
 - 
First Responder (Fire, Law, EMS)
"3006005"
 - 
Healthcare Professional (Non-EMS)
"3006007"
 - 
Lay Person (Non-Family)
"3006009"
 - 
Other EMS Professional (not part of dispatched response)

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Documentation of who performed CPR prior to EMS arrival.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  WhoProvided
Derivation:
restriction of xs:string
Facets:
enumeration:
"3006001"
 - 
Family Member
"3006003"
 - 
First Responder (Fire, Law, EMS)
"3006005"
 - 
Healthcare Professional (Non-EMS)
"3006007"
 - 
Lay Person (Non-Family)
"3006009"
 - 
Other EMS Professional (not part of dispatched response)
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="WhoProvided">
<xs:restriction base="xs:string">
<xs:enumeration value="3006001"/>
<xs:enumeration value="3006003"/>
<xs:enumeration value="3006005"/>
<xs:enumeration value="3006007"/>
<xs:enumeration value="3006009"/>
</xs:restriction>
</xs:simpleType>