simpleType "SignatureReason"
Namespace:
Defined:
globally in eOther_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"4513001"
 - 
HIPAA acknowledgement/Release
"4513003"
 - 
Permission to Treat
"4513005"
 - 
Release for Billing
"4513007"
 - 
Transfer of Patient Care
"4513009"
 - 
Refusal of Care
"4513011"
 - 
Controlled Substance, Administration
"4513013"
 - 
Controlled Substance, Waste
"4513015"
 - 
Airway Verification
"4513017"
 - 
Patient Belongings (Receipt)
"4513019"
 - 
Permission to Transport
"4513021"
 - 
Refusal of Transport
"4513023"
 - 
Other

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The signature reason
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  SignatureReason
Derivation:
restriction of xs:string
Facets:
enumeration:
"4513001"
 - 
HIPAA acknowledgement/Release
"4513003"
 - 
Permission to Treat
"4513005"
 - 
Release for Billing
"4513007"
 - 
Transfer of Patient Care
"4513009"
 - 
Refusal of Care
"4513011"
 - 
Controlled Substance, Administration
"4513013"
 - 
Controlled Substance, Waste
"4513015"
 - 
Airway Verification
"4513017"
 - 
Patient Belongings (Receipt)
"4513019"
 - 
Permission to Transport
"4513021"
 - 
Refusal of Transport
"4513023"
 - 
Other
XML Source (w/o annotations (13); see within schema source)
<xs:simpleType name="SignatureReason">
<xs:restriction base="xs:string">
<xs:enumeration value="4513001"/>
<xs:enumeration value="4513003"/>
<xs:enumeration value="4513005"/>
<xs:enumeration value="4513007"/>
<xs:enumeration value="4513009"/>
<xs:enumeration value="4513011"/>
<xs:enumeration value="4513013"/>
<xs:enumeration value="4513015"/>
<xs:enumeration value="4513017"/>
<xs:enumeration value="4513019"/>
<xs:enumeration value="4513021"/>
<xs:enumeration value="4513023"/>
</xs:restriction>
</xs:simpleType>