-
Notifications
You must be signed in to change notification settings - Fork 342
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
Composite search parameters #525
Comments
That's still on my servers back log. |
Those composite Search Parameters are in |
That would be handy for our FS unit testing as well. |
Internal communication: should be discussed first with @cknaap . |
Gino just told me he has a fix for this as well ;-) |
…parameters #525: Generated composite SearchParameterDefinition
Hi there,
Is it possible to add the underlying value type of Composite Search Parameters to
ModelInfo
class?For example, for Observation resource, it would be nice to know that
code-value-concept
is a composite search parameter with underlying value type ofCodeableConcept
andcode-value-date
is a composite search parameter with underlying value type ofDate
?The type information could be very helpful when we need to parse the underlying value programmatically.
Also, the FHIRPath property for all of the composite search parameters are empty. Are these going to be supported?
Thanks,
The text was updated successfully, but these errors were encountered: