Definition Type: SimpleType
Name: ClaimDateSettlementReceived
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
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.
Collapse XSD Schema Diagram:
XSD Diagram of ClaimDateSettlementReceived
Collapse XSD Schema Code:
<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>
Collapse Derivation Tree: