You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: