Definition Type: SimpleType
Name: ClaimMemberID
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-   The patient's insurance member number, if the patient is claiming insurance.
-   Otherwise, this field should be left empty.
Collapse XSD Schema Diagram:
XSD Diagram of ClaimMemberID
Collapse XSD Schema Code:
<xs:simpleType name="ClaimMemberID">
    <xs:annotation>
        <xs:documentation>
        -   The patient's insurance member number, if the patient is claiming insurance.
        -   Otherwise, this field should be left empty.
      </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