Skip to content

Commit 828420a

Browse files
incorporated bene_prmry_pyr_amt
Fixes #20
1 parent c2af154 commit 828420a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/python/cms/models/medicare.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,16 @@ medicare:
393393
- pmt_amt
394394
- medpar_mdcr_pmt_amt
395395

396+
- bene_prmry_pyr_amt:
397+
reference: "https://resdac.org/cms-data/variables/primary-payer-paid-amount"
398+
description: |
399+
The amount of payment (rounded to whole dollars) made on behalf of the beneficiary by a primary payer other than Medicare, which has been applied to the covered Medicare charges for the stay.
400+
type: NUMERIC
401+
source:
402+
- bene_prmry_pyr_amt
403+
- prpayamt
404+
- medpar_bene_prmry_pyr_amt
405+
396406
_ps:
397407
description: internal intermediate view adding some data conversions
398408
create:
@@ -755,7 +765,8 @@ medicare:
755765
drg_price_amt,
756766
drg_outlier_pmt_amt,
757767
pass_thru_amt,
758-
mdcr_pmt_amt
768+
mdcr_pmt_amt,
769+
bene_prmry_pyr_amt
759770
760771
from: ip
761772
populate: false

0 commit comments

Comments
 (0)