@akumzy/fhir-qb-mongo

0.13.5 • Public • Published

FHIR-Query-Builder-Mongo

Utility for building Mongo DB queries based on incoming requests.

Install

yarn add @akumzy/fhir-qb-mongo

Usage

This module is meant to be imported and used by the fhir-qb. Included are implementations of the following methods:

	assembleSearchQuery,
	buildAndQuery,
	buildComparatorQuery,
	buildContainsQuery,
	buildEndsWithQuery,
	buildEqualToQuery,
	buildExistsQuery,
	buildOrQuery,
	buildInRangeQuery,
	buildStartsWithQuery,

These are used by the fhir-qb to build a query that will work in the mongo aggregation pipeline.

Readme

Keywords

none

Package Sidebar

Install

npm i @akumzy/fhir-qb-mongo

Weekly Downloads

3

Version

0.13.5

License

MIT

Unpacked Size

28.8 kB

Total Files

6

Last publish

Collaborators

  • akumzy