-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
bug: REST API filter by UUID breaks on some endpoints #6107
bug: REST API filter by UUID breaks on some endpoints #6107
Conversation
So I just ran this PR through the ONC Inferno FHIR test suite and the Condition endpoint is broken for FHIR with this PR. fhirUrl/apis/default/fhir/Condition?patient=uuid will return a 500 error. |
@adunsulag Thanks for the review! Pushed change. Can you rerun the test suite? Thanks! |
@adunsulag Hello! I pushed a change. Can you try the test suite again? I think that it will work now 🍻 |
@adunsulag , would be great to know if you have any update on @IvanJov's request. Thanks in advance! |
@adunsulag , can you please point us to someone who can help close it. |
Fixing ConditionService to handle FHIR use case when puuid is already a TokenSearchField.
style fix... its what I get for live editing on github
Short description of what this resolves:
Dear Community, I am representing the project of a Digital health platform developed by Cardo Health AB ( www.cardohealth.com), through the support of my current employer ( NearForm ). We are pleased to contribute some fixes in OpenEMR on behalf of Cardo Health and look forward to continuing to do so in the future.
In this PR there are multiple fixes:
$search
variable instead of$newSearch
Changes proposed in this pull request: