Skip to content
New issue

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

Claim Transaction PATIENTINSURANCEID references patientId #1508

Open
lawrenceadams opened this issue Sep 15, 2024 · 0 comments
Open

Claim Transaction PATIENTINSURANCEID references patientId #1508

lawrenceadams opened this issue Sep 15, 2024 · 0 comments
Labels

Comments

@lawrenceadams
Copy link

lawrenceadams commented Sep 15, 2024

What happened?

PATIENTINSURANCEID references patientId instead of MEMBERID as per the CSV documentation.

// PATIENTINSURANCEID
if (memberId != null) {
s.append(patientId);
}

I have tried changing this to memberId which is generated here:

this.memberId = claim.getPlanRecordMemberId();

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant