Definition Type: SimpleType
Name: ClaimIDPayer
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-   The unique number assigned by an insurer to identify the Claim.
-   It helps the provider and payer to locate the Claim.
Collapse XSD Schema Diagram:
XSD Diagram of ClaimIDPayer
Collapse XSD Schema Code:
<xs:simpleType name="ClaimIDPayer">
    <xs:annotation>
        <xs:documentation>
        -   The unique number assigned by an insurer to identify the Claim.
        -   It helps the provider and payer to locate the Claim.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="0" />
        <xs:maxLength value="50" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 50
MinLength 0