element -> <eDisposition.23>
eDisposition.23 Hospital Capability Yes Yes The primary hospital capability associated with the patient's condition for this transport (e.g., Trauma, STEMI, Peds, etc.). Required To be documented when eDisposition.21 (Type of Destination) is 1) Hospital-Emergency Department, 2) Hospital-Non-Emergency Department Bed, or 3) Freestanding Emergency Department. Added to aid in determining if patients are transported to the appropriate hospital based on provider impression, assessment, and treatment.
Namespace:
Type:
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eDisposition.23
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eDisposition.23>
Simple Content Detail:
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
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  HospitalDesignation (extension)
      complexType
Derivation:
extension of HospitalDesignation
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.HospitalCapability" name="eDisposition.23" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="HospitalDesignation">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>