Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

list of impacted parameters: NULL (will take data from product, claims … )

FROM_TO = [ {"from": "BatchRunQuerySet(Claim)", "to": "Bill"}, {"from": "Claim", "to": "BillItem"} ]

the claims part of the Queryset must have the same RUNID and HF

description = “ This calculation will, for the selected level and product, calculate how much the insurance need to pay the HF for the fee for service health financing “

...

BatchRUn → Location

if HF → locations (District and Region)

if location → ProductS (Product also related to Region if the location is a district)

if claim → claim product (MAX Product id from item and services)

...

Save the bill in database

get_linked_class

See classes defiened in check calculation

Converter

[to be updated]

  1. two way of creating the bills are possible for the valuation, in both case there will be one “bill” per HF/Product

    1. (Chosen)One asset (line) per claim, claim details as asset description: claimed amount as unit price, net amount as net price, discount calculated based on net and unit price

    2. one asset (line) per item or service with claim detail as asset description: item/service claimed unit price as unit price, net as valuated price, quantity as quantity, discount calculated based on net and unit price

...