It is useful for finding ED visits. Should this be added to the cost table? Or should we include this elsewhere. It seems very specific to the Medicare MEDPAR file.
Background:
We are creating ER visit algorithms using Venkatesh 2017 and need to include the ResDac definition of finding ER visits. ResDac suggests checking the medpar file for emergency room charge > $0. Medpar does not give revenue codes to users and use variables that roll up charge amounts based on revenue codes values. For ER payments (variable ER_AMT), Medpar rolls up the charge amounts for revenue codes 045x (specifying emergency room charges). Currently GDM does not store this variable. It does currently store revenue codes in the clinical_codes table. We need to store this variable to complete ResDac's ER visit algorithm.
needed for ticket outcomesinsights/conceptql#196.
It is useful for finding ED visits. Should this be added to the cost table? Or should we include this elsewhere. It seems very specific to the Medicare MEDPAR file.
Background:
We are creating ER visit algorithms using Venkatesh 2017 and need to include the ResDac definition of finding ER visits. ResDac suggests checking the medpar file for emergency room charge > $0. Medpar does not give revenue codes to users and use variables that roll up charge amounts based on revenue codes values. For ER payments (variable ER_AMT), Medpar rolls up the charge amounts for revenue codes 045x (specifying emergency room charges). Currently GDM does not store this variable. It does currently store revenue codes in the clinical_codes table. We need to store this variable to complete ResDac's ER visit algorithm.
needed for ticket outcomesinsights/conceptql#196.