simpleType "ReperfusionChecklist"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3331001"
 - 
Definite Contraindications to Thrombolytic Use
"3331003"
 - 
No Contraindications to Thrombolytic Use
"3331005"
 - 
Possible Contraindications to Thrombolytic Use

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The results of the patient's Reperfusion Checklist for potential Thrombolysis use.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ReperfusionChecklist
Derivation:
restriction of xs:string
Facets:
enumeration:
"3331001"
 - 
Definite Contraindications to Thrombolytic Use
"3331003"
 - 
No Contraindications to Thrombolytic Use
"3331005"
 - 
Possible Contraindications to Thrombolytic Use
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="ReperfusionChecklist">
<xs:restriction base="xs:string">
<xs:enumeration value="3331001"/>
<xs:enumeration value="3331003"/>
<xs:enumeration value="3331005"/>
</xs:restriction>
<!--TypePainScale-->
</xs:simpleType>