Definition Type: SimpleType
Name: EncounterEndType
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	How the patient was discharged.
-   1 = Discharged with approval
-   2 = Discharged against advice
-   3 = Discharged absent without leave
-   4 = Discharge transfer to acute care
-   5 = Deceased
-   6 = Not discharged
-   7 = Discharge transfer to non-acute care(Transfer to long term care).
-   8 = Administrative discharge
Collapse XSD Schema Diagram:
XSD Diagram of EncounterEndType
Collapse XSD Schema Code:
<xs:simpleType name="EncounterEndType">
    <xs:annotation>
        <xs:documentation>
        -	How the patient was discharged.
        -   1 = Discharged with approval
        -   2 = Discharged against advice
        -   3 = Discharged absent without leave
        -   4 = Discharge transfer to acute care
        -   5 = Deceased
        -   6 = Not discharged
        -   7 = Discharge transfer to non-acute care(Transfer to long term care).
		-   8 = Administrative discharge
        
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:integer">
        <xs:enumeration value="1" />
        <xs:enumeration value="2" />
        <xs:enumeration value="3" />
        <xs:enumeration value="4" />
        <xs:enumeration value="5" />
        <xs:enumeration value="6" />
        <xs:enumeration value="7" />
		<xs:enumeration value="8" />
		
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 5
Enumeration 6
Enumeration 7
Enumeration 8