Giter Club home page Giter Club logo

quality-measure-engine's Introduction

popHealth

popHealth is an open source tool that allows healthcare providers to calculate quality measures. A quality measure is a calculation of the number of individuals in a population that meet a specific standard of care.

popHealth can import patient summaries in either QRDA Cat I or HITSP C32 format. popHealth will extract information from the patient summaries and calculate quality reports.

Additional Information

Please check our wiki for more information.

License

Copyright 2013 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.

Project Practices

Please try to follow the GitHub Coding Style Guides. Additionally, we are switching to the git workflow described in Juan Batiz-Benet's Gist. If you are new to the project and would like to make changes, please fork and do your work in a feature branch. Submit a pull request and we'll check to see if it is suitable to be merged in.

quality-measure-engine's People

Contributors

abgoldstein avatar andrequina avatar eedrummer avatar hadleynet avatar jletourneau80 avatar rdingwell avatar rmccready avatar saulakravitz avatar ssayer avatar timbrown01886 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

quality-measure-engine's Issues

Defination of rules for measures

First of all thanks a lot for opensource project pophealth

This is not really an issue but couldn't find any other place for my question I am trying to figure out where the rules are placed in code for different measure but couldn't find . Can you please explain where rules for different measures are stored ?

Thanks

How can I use the Quality measure Engine?

Good afternoon,

Having cloned the library Quality-Measure-Engine: https://github.com/projectcypress/quality-measure-engine , which files or functions I can use to create a very simple example?
Are there functions that are exposed, considering the whole library as a black-box?

I know that this engine receives JavaScript objects and it runs a map-reduce framework, calculating the results.

What I want to do is a script, providing a file with JavaScript objects, calling the right functions to start the process for the calculation.

I have browsed the code, however I could not figure out what to run and use correclty.

Can anyone from the developers provide me information about that?

I would really appreciate your help.

Kind regards,
Pelagia Sykoudi

Changes required for mongoid4

Since rails 4 has been released and mongoid 4 is about to be released, an experimental branch for this repository running mongoid 4 would be helpful for keeping the development in one place. I currently have a version of QME that has all tests passing and running on mongoid4, however I cannot put in a pull request until there is a branch to push it to.

Provider view - # of patients: 0

When using the provider view in Pophealth, the number of patients is always zero (and the bar charts always remain gray, even if the measure calculates to be something other than 0/0).

This is caused by the following code block in provider.rb:
def records(effective_date=nil) Record.by_provider(self, effective_date) end

There is no by_provider method defined on record, only on PatientCache.
Replacing the Record with PatientCache makes the number of patients show, but only when measures have been calculated (which isn't good either).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.