Definition Type: SimpleType
Name: EncounterTransferDestination
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	EncounterTransferDestination is the healthcare facility to which a hospital transfer is made at the end of an Encounter (EncounterEndType = 4 Transfer)
-   This is eClaimLink's unique facility ID.
-   If the patient has insurance coverage, enter eClaimLink�s insurance ID number
-	Restrictions: The latest version of these attributes can be downloaded from http://www.eclaimlink.ae/CodingSets.aspx
Collapse XSD Schema Diagram:
XSD Diagram of EncounterTransferDestination
Collapse XSD Schema Code:
<xs:simpleType name="EncounterTransferDestination">
    <xs:annotation>
        <xs:documentation>
        -	EncounterTransferDestination is the healthcare facility to which a hospital transfer is made at the end of an Encounter (EncounterEndType = 4 Transfer)
        -   This is eClaimLink's unique facility ID.
        -   If the patient has insurance coverage, enter eClaimLink�s insurance ID number
        -	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>
Collapse Facets:
Facet Value
MaxLength 100
MinLength 0