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

$everything operation on patient types do not return resources referenced by related resources (recursively related resources) #4844

Closed
TipzCM opened this issue May 9, 2023 · 1 comment
Assignees

Comments

@TipzCM
Copy link
Collaborator

TipzCM commented May 9, 2023

  • Create a transaction bundle that includes a Patient, Observations on that Patient, and Practitioners related to those Observations.
  • call /Patient/{patientId}/$everything
  • call /Patient/{patientId}/$everything?_types=Practitioner,Observation,Patient

Note that the second call does not return the same resources as the first (Practitioners are omitted)

@TipzCM TipzCM self-assigned this May 9, 2023
@TipzCM
Copy link
Collaborator Author

TipzCM commented May 12, 2023

4844-patient-everything-with-type-filter-fix has been merged

@TipzCM TipzCM closed this as completed May 12, 2023
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