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

Transform FHIRResource/FHIRReference in search lookups #5

Closed
ruscoder opened this issue Sep 18, 2018 · 0 comments
Closed

Transform FHIRResource/FHIRReference in search lookups #5

ruscoder opened this issue Sep 18, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ruscoder
Copy link
Member

We should transform resource/reference instance in search lookups, for example:

practitioner = clients.resources('Practitioner').first()

# This line should be transformed to
client.resources('Schedule').search(actor=practitioner)

# Something like that
client.resources('Schedule').search(actor=practitioner.reference)
@ruscoder ruscoder added the enhancement New feature or request label Sep 18, 2018
@ruscoder ruscoder self-assigned this Sep 20, 2019
ir4y added a commit that referenced this issue Nov 17, 2019
Implemented SQ class that hande search parameters in Django way.
Add utils for params normlization and Raw constructur that allow pass
search params as is.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant