A FHIR-based data source module for use with the CQL Execution Engine that interacts with a Mongo database.
Clone the source code:
git clone https://github.com/projecttacoma/cql-exec-fhir-mongo.git
Install dependencies:
npm install
Unit tests can be running using the following npm
command:
npm run test
The FHIR Data Source expects each patient and their accompanying data exist in the Mongo database that is provided to the patient source. The FHIR Data Source queries Mongo to get FHIR data for execution.
Copyright 2022 The MITRE Corporation
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.