<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>
|