<xs:simpleType name="ClaimDateSettlementReceived">
<xs:annotation>
<xs:documentation>
- The date the payer receives payment of the Claim.
- If settlement is made in several steps, the latest date of receipt should be used.
- If the settlement value is 0, then this is the date of notification of settlement
- If the provider has designated an intermediary.
- Example: another provider or organization to receive payment, it is the date that designated organization receives payment.
- Restrictions: Needs to be between ClaimDateSettled and the present.
</xs:documentation>
</xs:annotation>
<xs:restriction xmlns:q4="http://www.eclaimlink.ae/DHD/ValidationSchema" base="q4:DateTimeForm" />
</xs:simpleType>
|