Skip to content

Commit 10cf064

Browse files
authored
payer_claim_id
1 parent 1e72363 commit 10cf064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databricksx12/hls/claim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def populate_claim_loop(self):
375375
'claim_pay_amt': self._first(self.clm_loop,"CLP").element(4),
376376
'patient_pay_amt': self._first(self.clm_loop,"CLP").element(5),
377377
'claim_filing_cd': self._first(self.clm_loop,"CLP").element(6),
378-
'reference_id': self._first(self.clm_loop,"CLP").element(7),
378+
'payer_claim_id': self._first(self.clm_loop,"CLP").element(7),
379379
'type_of_bill_cd': self._first(self.clm_loop,"CLP").element(8),
380380
'claim_freq_cd': self._first(self.clm_loop,"CLP").element(9),
381381
'patient_entity_id_cd': self._first(self.clm_loop,"NM1").element(1),

0 commit comments

Comments
 (0)