-
Notifications
You must be signed in to change notification settings - Fork 519
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
Added custom search example for sort by date #3646
Conversation
"resourceType": "Patient", | ||
"extension": [ | ||
{ | ||
"url": "http://mycompany.org/fhir/StructureDefinition/test-bool", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do these extra examples show? I don't see a search parameter for them or examples using them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch - updated to be more obvious that the "extra resource" is to show null behavior without :missing
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As @mikaelweave and I discussed, we still need to fix SQL that is generating to get null values when missing modifier on sort parameter is specified.
Description
Add a REST doc showing how you can achieve sort on a custom Search Parameter.
Related issues
#3616
Testing
Ran through REST client in VSCode vs localhost SQL.
FHIR Team Checklist
Semver Change (docs)
Patch|Skip|Feature|Breaking (reason)