Definition Type: SimpleType
Name: HeaderReceiverID
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-   DHPO eClaimLink ID of the Provider, Insurer or TPA receiving information.
-   For transaction pairs the receiver of the first transaction must be the sender of the second transaction
-   Example if a TPA receives a ClaimSubmission from a provider, then that TPA (not the insurer) must send the RemittanceAdvice to the provider.
- ID of the facility receiving the MemberRegister Default "DHA"
Collapse XSD Schema Diagram:
XSD Diagram of HeaderReceiverID
Collapse XSD Schema Code:
<xs:simpleType name="HeaderReceiverID">
    <xs:annotation>
        <xs:documentation>
        -   DHPO eClaimLink ID of the Provider, Insurer or TPA receiving information.
        -   For transaction pairs the receiver of the first transaction must be the sender of the second transaction
        -   Example if a TPA receives a ClaimSubmission from a provider, then that TPA (not the insurer) must send the RemittanceAdvice to the provider.
        - ID of the facility receiving the MemberRegister Default "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]*