simpleType "DispositionInstruction"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
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

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Information provided to the patient during the disposition
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  DispositionInstruction
Derivation:
restriction of xs:string
Facets:
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
XML Source (w/o annotations (9); see within schema source)
<xs:simpleType name="DispositionInstruction">
<xs:restriction base="xs:string">
<xs:enumeration value="4226001"/>
<xs:enumeration value="4226003"/>
<xs:enumeration value="4226005"/>
<xs:enumeration value="4226007"/>
<xs:enumeration value="4226009"/>
<xs:enumeration value="4226011"/>
<xs:enumeration value="4226013"/>
<xs:enumeration value="4226015"/>
</xs:restriction>
</xs:simpleType>