simpleType "InitialPatientAcuity"
Namespace:
Defined:
globally in eSituation_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2813001"
 - 
Critical (Red)
"2813003"
 - 
Emergent (Yellow)
"2813005"
 - 
Lower Acuity (Green)
"2813007"
 - 
Dead without Resuscitation Efforts (Black)

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The condition of the patient on EMS arrival at the scene.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  InitialPatientAcuity
Derivation:
restriction of xs:string
Facets:
enumeration:
"2813001"
 - 
Critical (Red)
"2813003"
 - 
Emergent (Yellow)
"2813005"
 - 
Lower Acuity (Green)
"2813007"
 - 
Dead without Resuscitation Efforts (Black)
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="InitialPatientAcuity">
<xs:restriction base="xs:string">
<xs:enumeration value="2813001"/>
<xs:enumeration value="2813003"/>
<xs:enumeration value="2813005"/>
<xs:enumeration value="2813007"/>
</xs:restriction>
</xs:simpleType>