Hello!
I am trying to use Cost table of CDM 6.0
I have the following fields in one source record - cob, coins, copay, deductible, netpayment, totalpayment,
where the following is generally true: totalpayment = cob + coins + copay + deductible + netpayment
I am mostly interested in how to convert (what will be cost_concept_id and cost_type_concept_id for):
- cob (coordination of benefits) - amount paid by some secondary payer
- netpayment - amount paid by primary payer
- Is it necessary to create a separate record for total payment?
Could anyone please advise?