simpleType "PotentialRegistryCandidate"
Namespace:
Defined:
globally in eOther_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"4502001"
 - 
Airway
"4502003"
 - 
Burn
"4502005"
 - 
Cardiac/MI
"4502007"
 - 
CVA/Stroke
"4502009"
 - 
Drowning
"4502011"
 - 
Other
"4502013"
 - 
Spinal Cord Injury
"4502015"
 - 
STEMI/Acute Cardiac
"4502017"
 - 
Trauma
"4502019"
 - 
Traumatic Brain Injury

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
An indication if the patient may meet the entry criteria for an injury or illness specific registry
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  PotentialRegistryCandidate
Derivation:
restriction of xs:string
Facets:
enumeration:
"4502001"
 - 
Airway
"4502003"
 - 
Burn
"4502005"
 - 
Cardiac/MI
"4502007"
 - 
CVA/Stroke
"4502009"
 - 
Drowning
"4502011"
 - 
Other
"4502013"
 - 
Spinal Cord Injury
"4502015"
 - 
STEMI/Acute Cardiac
"4502017"
 - 
Trauma
"4502019"
 - 
Traumatic Brain Injury
XML Source (w/o annotations (11); see within schema source)
<xs:simpleType name="PotentialRegistryCandidate">
<xs:restriction base="xs:string">
<xs:enumeration value="4502001"/>
<xs:enumeration value="4502003"/>
<xs:enumeration value="4502005"/>
<xs:enumeration value="4502007"/>
<xs:enumeration value="4502009"/>
<xs:enumeration value="4502011"/>
<xs:enumeration value="4502013"/>
<xs:enumeration value="4502015"/>
<xs:enumeration value="4502017"/>
<xs:enumeration value="4502019"/>
</xs:restriction>
</xs:simpleType>