We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PATIENTINSURANCEID
patientId
PATIENTINSURANCEID references patientId instead of MEMBERID as per the CSV documentation.
MEMBERID
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:
memberId
Line 1833 in 76f2925
But the output doesn't work - PATIENTINSURANCEID only partially joins onto MEMBERID.
Is this expected?
synthea version 3.0.0 -> 3.3.0 tested and all have the same issue
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
PATIENTINSURANCEID
referencespatientId
instead ofMEMBERID
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:synthea/src/main/java/org/mitre/synthea/export/CSVExporter.java
Line 1833 in 76f2925
But the output doesn't work - PATIENTINSURANCEID only partially joins onto MEMBERID.
Is this expected?
Environment
Relevant log output
No response
The text was updated successfully, but these errors were encountered: