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

Fix the code that processes the PIX query to correctly look up the fullUrl #65

Open
wluyima opened this issue Aug 13, 2021 · 0 comments

Comments

@wluyima
Copy link

wluyima commented Aug 13, 2021

When one submits a PIX query i.e. like the one below,
https://localhost:3000/fhir/Patient/$ihe-pix?sourceIdentifier=system|patientId

The returned payload is missing the valueReference field i.e. the fullUrl of the patient, this is because the responsible code looks up the fullUrl on the resource field instead of the entry field from the hapi fhir response as seen here.

Can this be fixed please? I can apply the fix and issue a PR if you guys are busy

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

No branches or pull requests

1 participant