You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Reference chaining is not well supported in the FHIRParameters class right now. If I wanted to do /Observation?subject:Patient.name=peter, I would have to construct that myself in the name of the query parameter vs. having the client construct it for me.
Describe the solution you'd like
I would like the FHIRParameters API to support reference chaining natively via methods on that object.
Describe alternatives you've considered
It is possible to create a reference chain parameter by manually constructing the name.
Acceptance Criteria
WHEN a client needs to construct a reference parameter
THEN APIs exist that assist in the query building
Additional context
This was originally documented as a comment under #2427.
The text was updated successfully, but these errors were encountered:
lmsurpre
changed the title
Add support for reference chaining in FHIRParameters
[fhir-client] Add support for reference chaining in FHIRParameters
Aug 16, 2021
Is your feature request related to a problem? Please describe.
Reference chaining is not well supported in the FHIRParameters class right now. If I wanted to do
/Observation?subject:Patient.name=peter
, I would have to construct that myself in the name of the query parameter vs. having the client construct it for me.Describe the solution you'd like
I would like the FHIRParameters API to support reference chaining natively via methods on that object.
Describe alternatives you've considered
It is possible to create a reference chain parameter by manually constructing the name.
Acceptance Criteria
THEN APIs exist that assist in the query building
Additional context
This was originally documented as a comment under #2427.
The text was updated successfully, but these errors were encountered: