Definition Type: SimpleType
Name: ClaimProviderID
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-   eClaimLink ID of the provider claiming from the Payer.
-   This can be a facility or a clinician.
-   ClaimProviderID is sometimes also known as the billing provider.
-   In general, the facility that hosted the Encounter is also the one that claims from the payer. In these cases, ClaimProviderID is the same as EncounterFacilityID.
Collapse XSD Schema Diagram:
XSD Diagram of ClaimProviderID
Collapse XSD Schema Code:
<xs:simpleType name="ClaimProviderID">
    <xs:annotation>
        <xs:documentation>
        -   eClaimLink ID of the provider claiming from the Payer.
        -   This can be a facility or a clinician.
        -   ClaimProviderID is sometimes also known as the billing provider.
        -   In general, the facility that hosted the Encounter is also the one that claims from the payer. In these cases, ClaimProviderID is the same as EncounterFacilityID.
      </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]*