Claim Transaction `PATIENTINSURANCEID` references `patientId`
lawrenceadams opened this issue · 0 comments
lawrenceadams commented
What happened?
PATIENTINSURANCEID
references patientId
instead of MEMBERID
as per the CSV documentation.
synthea/src/main/java/org/mitre/synthea/export/CSVExporter.java
Lines 1952 to 1955 in 76f2925
I have tried changing this to memberId
which is generated here:
But the output doesn't work - PATIENTINSURANCEID only partially joins onto MEMBERID.
Is this expected?
Environment
synthea version 3.0.0 -> 3.3.0 tested and all have the same issue
Relevant log output
No response