Skip to content

Commit 222ddca

Browse files
incorporated bene_ip_ddctbl_amt
Fixes #18
1 parent c2af154 commit 222ddca

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_ip_ddctbl_amt:
397+
reference: "https://resdac.org/cms-data/variables/beneficiarys-liability-deductible-stay"
398+
description: |
399+
The amount of money (rounded to whole dollars) identified as the beneficiary's liability for the inpatient deductible for the stay.
400+
type: NUMERIC
401+
source:
402+
- bene_ip_ddctbl_amt
403+
- ded_amt
404+
- medpar_bene_ip_ddctbl_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_ip_ddctbl_amt
759770
760771
from: ip
761772
populate: false

0 commit comments

Comments
 (0)