Definition Type: SimpleType
Name: ReferralPayerID
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.
- Space cannot be used within this field.
Collapse XSD Schema Diagram:
XSD Diagram of ReferralPayerID
Collapse XSD Schema Code:
<xs:simpleType name="ReferralPayerID">
    <xs:annotation>
        <xs:documentation>
        - The patient's insurance member number, if the patient is claiming insurance.
        - Otherwise, this field should be left empty.
        - Space cannot be used within this field.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="1" />
        <xs:pattern value="[\S]*" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MinLength 1
Pattern [\S]*