Definition Type Simple Type
Name PostOpDispositionCodeTypeExampleList
Namespace https://www.aqihq.org/AQIXMLResources/AQISchema.xsd
Facets  
Enumerations Intensive Care Unite , Intermediate Care Unit , postoperative anesthesia care unit , Regular floor bed , hospital department , Not applicable , Other , Unknown
XSD Schema AQISchema.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="PostOpDispositionCodeTypeExampleList" >
  <xs:restriction base="xs:string"<!-- THE FOLLOWING ENUMERATIONS ARE PROVIDED AS A SAMPLE ONLY
      
           It is impossible to provide a comprehensive list of
           PostOp Dispositions. The following is a sample of the
           PostOp Dispositions provided from several groups. -->
>
    <xs:enumeration value="Intensive Care Unite"/>
    <xs:enumeration value="Intermediate Care Unit"/>
    <xs:enumeration value="postoperative anesthesia care unit"/>
    <xs:enumeration value="Regular floor bed"/>
    <xs:enumeration value="hospital department"/>
    <xs:enumeration value="Not applicable"/>
    <xs:enumeration value="Other"/>
    <xs:enumeration value="Unknown"/>
  </xs:restriction>

</xs:simpleType>
Derivation Tree
[No Sub Types]
PostOpDispositionCodeTypeExampleList
    [No Super Types]
Generated using Liquid XML Studio - FREE Community Edition 7.1.6.1440 by Liquid Technologies Ltd