<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>
|