simpleType "ReturnOfSpontaneousCirculation"
Namespace:
Defined:
globally in eArrest_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3012001"
 - 
No
"3012003"
 - 
Yes, At Arrival at the ED
"3012005"
 - 
Yes, Prior to Arrival at the ED
"3012007"
 - 
Yes, Sustained for 20 consecutive minutes

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Indication whether or not there was any return of spontaneous circulation
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ReturnOfSpontaneousCirculation
Derivation:
restriction of xs:string
Facets:
enumeration:
"3012001"
 - 
No
"3012003"
 - 
Yes, At Arrival at the ED
"3012005"
 - 
Yes, Prior to Arrival at the ED
"3012007"
 - 
Yes, Sustained for 20 consecutive minutes
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="ReturnOfSpontaneousCirculation">
<xs:restriction base="xs:string">
<xs:enumeration value="3012001"/>
<xs:enumeration value="3012003"/>
<xs:enumeration value="3012005"/>
<xs:enumeration value="3012007"/>
</xs:restriction>
</xs:simpleType>