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
_idparameter (including the:exact,:containsand:missingmodifiers) -
the
identifier,typeand_tagparameters, includingcode,|code,system|andsystem|codeformats, and the:missingmodifier -
the
_lastUpdatedparameter, including thelt,gt,ge,leandeqprefixes, and the:missingmodifier. This parameter can be provided multiple times for AND semantics, to support use cases such as searching between 2 times -
the extension
x-syndication-statusparameter with valuestrueandfalse
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.