Definition Type: SimpleType
Name: ReferralMemberID
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-   The patient's insurance member number.
-	In case the patient does not have an insurance member number, then the field should contain the value "SelfPay"
Collapse XSD Schema Diagram:
XSD Diagram of ReferralMemberID
Collapse XSD Schema Code:
<xs:simpleType name="ReferralMemberID">
    <xs:annotation>
        <xs:documentation>
        -   The patient's insurance member number.
        -	In case the patient does not have an insurance member number, then the field should contain the value "SelfPay"
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="1" />
        <xs:maxLength value="30" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 30
MinLength 1