Bundle
Ontoserver supports the management of Bundle resources.
Bundles support SCRUD (Search, Create, Read, Update and Delete) operations as per the FHIR Specification rules for REST and Bundles.
Search for structure definitions is limited to the following parameters:
-
the
_id
parameter (including the:exact
,:contains
and:missing
modifiers) -
the
identifier
,type
and_tag
parameters, includingcode
,|code
,system|
andsystem|code
formats, and the:missing
modifier -
the
_lastUpdated
parameter, including thelt
,gt
,ge
,le
andeq
prefixes, and the:missing
modifier. This parameter can be provided multiple times for AND semantics, to support use cases such as searching between 2 times -
the extension
x-syndication-status
parameter with valuestrue
andfalse
Composite search parameters are supported, so all parameters can be used multiple times, for AND semantics, or with comma-separated values for OR semantics.
Of these, _id
and type
can be used to sort search results. _lastUpdated
may also be used to sort results, but not as a search parameter.