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