simpleType "TxAuthorization"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9918001"
 - 
On-Line (Remote Verbal Order)
"9918003"
 - 
On-Scene
"9918005"
 - 
Protocol (Standing Order)
"9918007"
 - 
Written Orders (Patient Specific)

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
The type of treatment authorization obtained
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  TxAuthorization
Derivation:
restriction of xs:string
Facets:
enumeration:
"9918001"
 - 
On-Line (Remote Verbal Order)
"9918003"
 - 
On-Scene
"9918005"
 - 
Protocol (Standing Order)
"9918007"
 - 
Written Orders (Patient Specific)
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="TxAuthorization">
<xs:restriction base="xs:string">
<xs:enumeration value="9918001"/>
<xs:enumeration value="9918003"/>
<xs:enumeration value="9918005"/>
<xs:enumeration value="9918007"/>
</xs:restriction>
</xs:simpleType>