simpleType "FinalPatientAcuity"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"4219001"
 - 
Critical (Red)
"4219003"
 - 
Emergent (Yellow)
"4219005"
 - 
Lower Acuity (Green)
"4219007"
 - 
Dead without Resuscitation Efforts (Black)

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The patient's response.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  FinalPatientAcuity
Derivation:
restriction of xs:string
Facets:
enumeration:
"4219001"
 - 
Critical (Red)
"4219003"
 - 
Emergent (Yellow)
"4219005"
 - 
Lower Acuity (Green)
"4219007"
 - 
Dead without Resuscitation Efforts (Black)
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="FinalPatientAcuity">
<xs:restriction base="xs:string">
<xs:enumeration value="4219001"/>
<xs:enumeration value="4219003"/>
<xs:enumeration value="4219005"/>
<xs:enumeration value="4219007"/>
</xs:restriction>
</xs:simpleType>