Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@asymmetrik/fhir-qb
Advanced tools
Utility for standard rest API's to build search queries from incoming requests.
yarn add @asymmetrik/fhir-qb
@asymmetrik/fhir-qb
exports a single class called QueryBuilder. When creating a new QueryBuilder, you must supply the
db-specific implementation in phx-tools that you wish the query builder to use. For example:
qb = new QueryBuilder('fhir-qb-mongo')
See DB Specific Implementations below.
The QueryBuilder class has a method called buildSearchQuery
which takes two arguments. It takes an Express request object and an object containing argument definitions.
The allowed arguments are generated per resource and have the following properties:
type
Data type we expect the parameter to be in. We will try to coerce the value into these types to an extent. See Valid Types below.
fhirtype
Data type we expect the parameter to be in of the types listed in the FHIR specification. Currently being used to specify what type of token token parameters are.
xpath
Path to the parameter within the resource
definition
Link to the full parameter structure definition on the hl7 website
description
description
Description of the parameter/argument
The buildSearchQuery
method returns a search query for the configured db implementation that can be
passed of to the database service and executed.
The FHIR-QB relies on a database specific implementation to enable it to properly construct queries for the chosen database. An implementation must include the following methods:
assembleSearchQuery,
buildAndQuery,
buildComparatorQuery,
buildContainsQuery,
buildEndsWithQuery,
buildEqualToQuery,
buildExistsQuery,
buildOrQuery,
buildInRangeQuery,
buildStartsWithQuery,
Allowed types are currently number
, date
, uri
reference
, string
, token
, quantity
and boolean
.
FAQs
FHIR query builder
The npm package @asymmetrik/fhir-qb receives a total of 12 weekly downloads. As such, @asymmetrik/fhir-qb popularity was classified as not popular.
We found that @asymmetrik/fhir-qb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.