Definition Type: SimpleType
Name: AuthorizationPayerID
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	If the patient is claiming insurance cover, this is eClaimLink's insurance license number.
-   For self paid schemes this should be the eClaimLink Self Paid scheme ID assigned by the DHA.
Collapse XSD Schema Diagram:
XSD Diagram of AuthorizationPayerID
Collapse XSD Schema Code:
<xs:simpleType name="AuthorizationPayerID">
    <xs:annotation>
        <xs:documentation>
        -	If the patient is claiming insurance cover, this is eClaimLink's insurance license number.
        -   For self paid schemes this should be the eClaimLink Self Paid scheme ID assigned by the DHA.
      </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]*