Definition Type: SimpleType
Name: ClaimDateSubmitted
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes.xsd
Documentation:
-	The date a Claim was submitted by the billing healthcare provider.
-	Restrictions:
    -   ClaimDateSubmitted cannot be a future date
    -   ClaimDateSubmitted needs to be after EncounterStart.
Collapse XSD Schema Diagram:
XSD Diagram of ClaimDateSubmitted
Collapse XSD Schema Code:
<xs:simpleType name="ClaimDateSubmitted">
    <xs:annotation>
        <xs:documentation>
			-	The date a Claim was submitted by the billing healthcare provider.
			-	Restrictions:
			    -   ClaimDateSubmitted cannot be a future date
			    -   ClaimDateSubmitted needs to be after EncounterStart.
			</xs:documentation>
    </xs:annotation>
    <xs:restriction xmlns:q1="http://www.eclaimlink.ae/DHD/ValidationSchema" base="q1:DateTimeForm" />
</xs:simpleType>
Collapse Derivation Tree: