Definition Type: SimpleType
Name: ActivityNet
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	The net charges billed by the provider to the Payer for this Activity.
-	For PriorRequests this is the estimated amount requested, not the amount billed.
-	For PriorAuthorization, if there is a Denial/Adjustment, then Activity.Net reflects the available limit.
-	Note: For non-paying, non-insured patients, where a pro-forma invoice is created, this should be the gross amount that would have been charged.
Collapse XSD Schema Diagram:
XSD Diagram of ActivityNet
Collapse XSD Schema Code:
<xs:simpleType name="ActivityNet">
    <xs:annotation>
        <xs:documentation>
        -	The net charges billed by the provider to the Payer for this Activity.
        -	For PriorRequests this is the estimated amount requested, not the amount billed.
        -	For PriorAuthorization, if there is a Denial/Adjustment, then Activity.Net reflects the available limit.
        -	Note: For non-paying, non-insured patients, where a pro-forma invoice is created, this should be the gross amount that would have been charged.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:float" />
</xs:simpleType>