We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e72363 commit 10cf064Copy full SHA for 10cf064
databricksx12/hls/claim.py
@@ -375,7 +375,7 @@ def populate_claim_loop(self):
375
'claim_pay_amt': self._first(self.clm_loop,"CLP").element(4),
376
'patient_pay_amt': self._first(self.clm_loop,"CLP").element(5),
377
'claim_filing_cd': self._first(self.clm_loop,"CLP").element(6),
378
- 'reference_id': self._first(self.clm_loop,"CLP").element(7),
+ 'payer_claim_id': self._first(self.clm_loop,"CLP").element(7),
379
'type_of_bill_cd': self._first(self.clm_loop,"CLP").element(8),
380
'claim_freq_cd': self._first(self.clm_loop,"CLP").element(9),
381
'patient_entity_id_cd': self._first(self.clm_loop,"NM1").element(1),
0 commit comments