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, including code, |code, system| and system|code formats, and the :missing modifier

  • the extension x-syndication-status parameter with values true and false

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.