simpleType "NeurologicalOutcomeAtDischarge"
Namespace:
Defined:
globally in eArrest_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3013001"
 - 
CPC 1 Good Cerebral Performance
"3013003"
 - 
CPC 2 Moderate Cerebral Disability
"3013005"
 - 
CPC 3 Severe Cerebral Disability
"3013007"
 - 
CPC 4 Coma or Vegetative State

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The level of cerebral performance of the patient at the time of discharge from the Hospital
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  NeurologicalOutcomeAtDischarge
Derivation:
restriction of xs:string
Facets:
enumeration:
"3013001"
 - 
CPC 1 Good Cerebral Performance
"3013003"
 - 
CPC 2 Moderate Cerebral Disability
"3013005"
 - 
CPC 3 Severe Cerebral Disability
"3013007"
 - 
CPC 4 Coma or Vegetative State
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="NeurologicalOutcomeAtDischarge">
<xs:restriction base="xs:string">
<xs:enumeration value="3013001"/>
<xs:enumeration value="3013003"/>
<xs:enumeration value="3013005"/>
<xs:enumeration value="3013007"/>
</xs:restriction>
</xs:simpleType>