Definition Type: SimpleType
Name: MemberID
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
- Auto-generated ID by the DHPO for each member in align with Member Register project
- This ID will be unique per: Person/Payer/TPA/Policy.
- This ID should be printed on the member's health insurance card and used during the claim submission process.
Collapse XSD Schema Diagram:
XSD Diagram of MemberID
Collapse XSD Schema Code:
<xs:simpleType name="MemberID">
    <xs:annotation>
        <xs:documentation>
        - Auto-generated ID by the DHPO for each member in align with Member Register project
        - This ID will be unique per: Person/Payer/TPA/Policy.
        - This ID should be printed on the member's health insurance card and used during the claim submission process.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="0" />
        <xs:maxLength value="30" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 30
MinLength 0