<xs:simpleType name="EncounterTransferSource">
    <xs:annotation>
        <xs:documentation>
			-	EncounterTransferSource is the healthcare facility from where a hospital transfer originated (EncounterStartType = 3 Transfer)
			    -   The originating healthcare facility is described by eClaimLink ID.
			    -   If the patient has insurance coverage, enter eClaimLink insurance ID.
			    -   If the patient is neither insured by a DHA insurance nor paying SelfPay.
			-	Restrictions: The latest version of these attributes can be downloaded from http://www.eclaimlink.ae/CodingSets.aspx
			</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="0" />
        <xs:maxLength value="100" />
    </xs:restriction>
</xs:simpleType>
  |