Skip to content

Commit

Permalink
payer_claim_id
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoraad authored Sep 13, 2024
1 parent 1e72363 commit 10cf064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricksx12/hls/claim.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def populate_claim_loop(self):
'claim_pay_amt': self._first(self.clm_loop,"CLP").element(4),
'patient_pay_amt': self._first(self.clm_loop,"CLP").element(5),
'claim_filing_cd': self._first(self.clm_loop,"CLP").element(6),
'reference_id': self._first(self.clm_loop,"CLP").element(7),
'payer_claim_id': self._first(self.clm_loop,"CLP").element(7),
'type_of_bill_cd': self._first(self.clm_loop,"CLP").element(8),
'claim_freq_cd': self._first(self.clm_loop,"CLP").element(9),
'patient_entity_id_cd': self._first(self.clm_loop,"NM1").element(1),
Expand Down

0 comments on commit 10cf064

Please sign in to comment.