-
Notifications
You must be signed in to change notification settings - Fork 20
Resource Query Parameters
Martin Brocker edited this page Aug 5, 2019
·
2 revisions
- It supports ALL query parameters defined for ALL resources with the exception of parameters of type number or quantity - this is done by reading and processing the downloadable FHIR definitions files (only support the _since param for _history)
- It supports chained parameter queries to the nth degree
- It supports query parameter modifiers for string types, including
exact
andcontains
- It supports query parameter prefixes for dates, including
eq
,ne
,lt
,le
,gt
andge
- It supports query parameters for choice-of-type resource properties
Coming soon ...