element -> <eDisposition.19>
eDisposition.19 Final Patient Acuity Yes Yes The acuity of the patient's condition after EMS care. E20_15 Required Airway Cardiac Arrest Pediatric Trauma Definitions related to "Critical, Emergent, and Lower Acuity" can be found in the National EMS Core Content document from NHTSA EMS (DOT HS 809-898 July 2005) at <br/><a href="http://www.nhtsa.gov/people/injury/ems/emscorecontent/images/EMSCoreContent.pdf" target="_blank">http://www.nhtsa.gov/people/injury/ems/emscorecontent/images/EMSCoreContent.pdf</a>
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.19
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eDisposition.19>
Simple Content Detail:
Enumeration:
"4219001"
 - 
Critical (Red)
"4219003"
 - 
Emergent (Yellow)
"4219005"
 - 
Lower Acuity (Green)
"4219007"
 - 
Dead without Resuscitation Efforts (Black)

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  FinalPatientAcuity (extension)
      complexType
Derivation:
extension of FinalPatientAcuity
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.FinalPatientAcuity" name="eDisposition.19" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="FinalPatientAcuity">
<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>