Definition Type: SimpleType
Name: ClaimNet
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	The net charges included on the Claim. This is the amount the provider is expected to be paid.
-   Example A: patient is admitted to the hospital for elective surgery.
-   The surgery is billed on one Claim, and ClaimGross is AED 5000.
-   The patient pays a co-pay of AED 400 (ClaimPatientShare is 400).
-   The hospital charges the payer for the remaining AED 4600. ClaimNet is 4600.
Collapse XSD Schema Diagram:
XSD Diagram of ClaimNet
Collapse XSD Schema Code:
<xs:simpleType name="ClaimNet">
    <xs:annotation>
        <xs:documentation>
        -	The net charges included on the Claim. This is the amount the provider is expected to be paid.
        -   Example A: patient is admitted to the hospital for elective surgery.
        -   The surgery is billed on one Claim, and ClaimGross is AED 5000.
        -   The patient pays a co-pay of AED 400 (ClaimPatientShare is 400).
        -   The hospital charges the payer for the remaining AED 4600. ClaimNet is 4600.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:float" />
</xs:simpleType>