Skip to content

Commit

Permalink
Remove debug code, fix field mapping table to remove total charge rev…
Browse files Browse the repository at this point in the history
… center from random selected values.
  • Loading branch information
hadleynet committed Jul 14, 2023
1 parent 7313dd9 commit b8e5eca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ long export(Person person, long startTime, long stopTime) throws IOException {
} else if (servicePeriod.getStart() > HHA_PPS_CASE_MIX_START) {
ppsCode = exporter.hhaCaseMixCodes.next(person);
}
System.out.printf("Assigned PPS code: %s\n", ppsCode == null ? "NULL" : ppsCode);

ConsolidatedClaimLines consolidatedClaimLines = new ConsolidatedClaimLines();
for (HealthRecord.Encounter encounter : servicePeriod.getEncounters()) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/export/bfd_field_values.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ Line Field BENEFICIARY BENEFICIARY_HISTORY INPATIENT OUTPATIENT CARRIER PDE DME
563 RDS_NOV_IND Coded N/A N/A N/A N/A N/A N/A N/A N/A N/A TRUE
564 RDS_OCT_IND Coded N/A N/A N/A N/A N/A N/A N/A N/A N/A TRUE
565 RDS_SEPT_IND Coded N/A N/A N/A N/A N/A N/A N/A N/A N/A TRUE
566 REV_CNTR N/A N/A "0300,0301,0305,0450,0730,0306,0324,0424,0420,0272 (most frequent)" "0250,0272,0270,0258,0710,0370,0637,0259,0271,0521,0251 (most frequent)" N/A N/A N/A "0551,0551,0551,0421,0421,0023,0001 (hha codes)" "0571,0571,0551,0551,0651,0001 (hospice codes)" Coded FALSE
566 REV_CNTR N/A N/A "0300,0301,0305,0450,0730,0306,0324,0424,0420,0272 (most frequent)" "0250,0272,0270,0258,0710,0370,0637,0259,0271,0521,0251 (most frequent)" N/A N/A N/A "0551,0551,0551,0421,0421,0023 (hha codes)" "0571,0571,0551,0551,0651 (hospice codes)" Coded FALSE
567 REV_CNTR_1ST_ANSI_CD N/A N/A N/A N/A N/A N/A N/A N/A TRUE
568 REV_CNTR_1ST_MSP_PD_AMT N/A N/A N/A 0 N/A N/A N/A N/A N/A N/A FALSE
569 REV_CNTR_2ND_ANSI_CD N/A N/A N/A N/A N/A N/A N/A N/A N/A TRUE
Expand Down

0 comments on commit b8e5eca

Please sign in to comment.