Socket
Book a DemoInstallSign in
Socket

@asymmetrik/fhir-qb-mongo

Package Overview
Dependencies
Maintainers
8
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asymmetrik/fhir-qb-mongo

FHIR query builder for Mongo DB

latest
Source
npmnpm
Version
0.12.3
Version published
Maintainers
8
Created
Source

FHIR-Query-Builder-Mongo

Utility for building Mongo DB queries based on incoming requests.

Install

yarn add @asymmetrik/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.

FAQs

Package last updated on 23 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts