-
Notifications
You must be signed in to change notification settings - Fork 156
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
FHIR Search Feature: _include:iterate #1158
Labels
cms-interop
This issue is associated with the CMS interoperability rule
enhancement
New feature or request
P2
Priority 2 - Should Have
search
Milestone
Comments
JohnTimm
added
the
cms-interop
This issue is associated with the CMS interoperability rule
label
Sep 14, 2020
I recommend we only consider going up to one level for the iterate. Otherwise it just gets too hard and performance becomes a bigger concern. |
High-level design doc attached. |
michaelwschroeder
added a commit
that referenced
this issue
Mar 24, 2021
Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
Updated design doc attached.[ |
michaelwschroeder
added a commit
that referenced
this issue
Mar 24, 2021
Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
michaelwschroeder
added a commit
that referenced
this issue
Mar 25, 2021
Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
michaelwschroeder
added a commit
that referenced
this issue
Mar 25, 2021
Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
michaelwschroeder
added a commit
that referenced
this issue
Mar 25, 2021
Issue #1158 - implement :iterate modifier for include/revinclude
Looks good... sample created linked patients and then iterated over it.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cms-interop
This issue is associated with the CMS interoperability rule
enhancement
New feature or request
P2
Priority 2 - Should Have
search
FHIR Search has a _include which can be iterative, if (and only if) the modifier :iterate is included
https://www.hl7.org/fhir/search.html#include
Example from PDXNET:
{{url}}/Practitioner?identifier=1230782571&_revinclude=PractitionerRole:practitioner&_include:iterate=PractitionerRole:organization
The text was updated successfully, but these errors were encountered: