Skip to content

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 and contains
  • It supports query parameter prefixes for dates, including eq, ne, lt, le, gt and ge
  • It supports query parameters for choice-of-type resource properties

Examples

Coming soon ...