element -> <eDisposition.26>
eDisposition.26 Disposition Instructions Provided No No Information provided to patient during disposition for patients not transported or treated. Optional Added to better document instructions given to patients not transported by EMS.
Namespace:
Type:
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eDisposition.26
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eDisposition.26>
Simple Content Detail:
Enumeration:
"4226001"
 - 
Contact 911 or see your Doctor if problem returns
"4226003"
 - 
Contact 911 or see your Doctor if problem worsens
"4226005"
 - 
Other Not Listed (Described in Narrative)
"4226007"
 - 
Problem Specific Instructions Provided
"4226009"
 - 
See Your Doctor or the Emergency Department immediately
"4226011"
 - 
See Your Doctor or the Emergency Department in the next 24 hours
"4226013"
 - 
See Your Doctor or the Emergency Department in the next 4 hours
"4226015"
 - 
See Your Doctor within the next one week
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  DispositionInstruction (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.DispositionInstructionsProvided" maxOccurs="unbounded" minOccurs="0" name="eDisposition.26">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DispositionInstruction">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>