simpleType "HospitalDesignation"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9908001"
 - 
Behavioral Health
"9908003"
 - 
Burn Center
"9908005"
 - 
Critical Access Hospital
"9908007"
 - 
Hospital (General)
"9908009"
 - 
Neonatal Center
"9908011"
 - 
Pediatric Center
"9908017"
 - 
Stroke Center
"9908019"
 - 
Rehab Center
"9908021"
 - 
Trauma Center Level 1
"9908023"
 - 
Trauma Center Level 2
"9908025"
 - 
Trauma Center Level 3
"9908027"
 - 
Trauma Center Level 4
"9908029"
 - 
Trauma Center Level 5
"9908031"
 - 
Cardiac-STEMI/PCI Capable
"9908033"
 - 
Cardiac-STEMI/PCI Capable (24/7)
"9908035"
 - 
Cardiac-STEMI/Non-PCI Capable

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The designation associated with the hospital for this transport (e.g., Trauma, STEMI, Peds, etc.).
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  HospitalDesignation
Derivation:
restriction of xs:string
Facets:
enumeration:
"9908001"
 - 
Behavioral Health
"9908003"
 - 
Burn Center
"9908005"
 - 
Critical Access Hospital
"9908007"
 - 
Hospital (General)
"9908009"
 - 
Neonatal Center
"9908011"
 - 
Pediatric Center
"9908017"
 - 
Stroke Center
"9908019"
 - 
Rehab Center
"9908021"
 - 
Trauma Center Level 1
"9908023"
 - 
Trauma Center Level 2
"9908025"
 - 
Trauma Center Level 3
"9908027"
 - 
Trauma Center Level 4
"9908029"
 - 
Trauma Center Level 5
"9908031"
 - 
Cardiac-STEMI/PCI Capable
"9908033"
 - 
Cardiac-STEMI/PCI Capable (24/7)
"9908035"
 - 
Cardiac-STEMI/Non-PCI Capable
XML Source (w/o annotations (17); see within schema source)
<xs:simpleType name="HospitalDesignation">
<xs:restriction base="xs:string">
<xs:enumeration value="9908001"/>
<xs:enumeration value="9908003"/>
<xs:enumeration value="9908005"/>
<xs:enumeration value="9908007"/>
<xs:enumeration value="9908009"/>
<xs:enumeration value="9908011"/>
<xs:enumeration value="9908017"/>
<xs:enumeration value="9908019"/>
<xs:enumeration value="9908021"/>
<xs:enumeration value="9908023"/>
<xs:enumeration value="9908025"/>
<xs:enumeration value="9908027"/>
<xs:enumeration value="9908029"/>
<xs:enumeration value="9908031"/>
<xs:enumeration value="9908033"/>
<xs:enumeration value="9908035"/>
</xs:restriction>
</xs:simpleType>