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